mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
8638675681
Bumps the composer group with 2 updates in the /dependencies/composer directory: [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `squizlabs/php_codesniffer` from 3.10.3 to 3.11.0 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.3...3.11.0) Updates `phpstan/phpstan` from 1.12.6 to 2.0.1 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.6...2.0.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: composer - dependency-name: phpstan/phpstan dependency-type: direct:production update-type: version-update:semver-major dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
200 B
JSON
9 lines
200 B
JSON
{
|
|
"$schema": "https://getcomposer.org/schema.json",
|
|
"require": {
|
|
"squizlabs/php_codesniffer": "^3.10.1",
|
|
"phpstan/phpstan": "^2.0.1",
|
|
"vimeo/psalm": "^5.24.0",
|
|
"php": "^8.3"
|
|
}
|
|
}
|