mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
fed55ef448
Group dependency update PRs in order to minimize the number of PRs to review.
9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"$schema": "https://getcomposer.org/schema.json",
|
|
"require": {
|
|
"squizlabs/php_codesniffer": "^3.10.1",
|
|
"phpstan/phpstan": "^1.11.2",
|
|
"vimeo/psalm": "^5.24.0",
|
|
"php": "^8.3"
|
|
}
|
|
}
|