superlint/dependencies/composer/composer.json

10 lines
199 B
JSON
Raw Normal View History

{
"$schema": "https://getcomposer.org/schema.json",
"require": {
"squizlabs/php_codesniffer": "^3.10.1",
"phpstan/phpstan": "^2.0.1",
deps(php): bump the composer group across 1 directory with 3 updates Bumps the composer group with 3 updates in the /dependencies/composer directory: [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [vimeo/psalm](https://github.com/vimeo/psalm). Updates `squizlabs/php_codesniffer` from 3.11.1 to 3.11.3 - [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.11.1...3.11.3) Updates `phpstan/phpstan` from 2.0.3 to 2.1.2 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.0.3...2.1.2) Updates `vimeo/psalm` from 5.26.1 to 6.0.0 - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/5.26.1...6.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: composer - dependency-name: phpstan/phpstan dependency-type: direct:production update-type: version-update:semver-minor dependency-group: composer - dependency-name: vimeo/psalm dependency-type: direct:production update-type: version-update:semver-major dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 13:19:16 +00:00
"vimeo/psalm": "^6.0.0",
"php": "^8.3"
}
}