Skip to content

Commit 1df24cc

Browse files
Bump the production-dependencies group with 7 updates
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.72.0` | `3.92.3` | | [phpstan/phpstan](https://github.com/phpstan/phpstan) | `2.1.8` | `2.1.33` | | [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules) | `2.0.1` | `2.0.3` | | [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) | `2.0.3` | `2.0.7` | | [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.11.3` | `4.0.1` | | [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) | `14.4.1` | `14.9.5` | | [thecodingmachine/phpstan-safe-rule](https://github.com/thecodingmachine/phpstan-safe-rule) | `1.4.0` | `1.4.3` | Updates `friendsofphp/php-cs-fixer` from 3.72.0 to 3.92.3 - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.72.0...v3.92.3) Updates `phpstan/phpstan` from 2.1.8 to 2.1.33 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](phpstan/phpstan@2.1.8...2.1.33) Updates `phpstan/phpstan-deprecation-rules` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](phpstan/phpstan-deprecation-rules@2.0.1...2.0.3) Updates `phpstan/phpstan-strict-rules` from 2.0.3 to 2.0.7 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](phpstan/phpstan-strict-rules@2.0.3...2.0.7) Updates `squizlabs/php_codesniffer` from 3.11.3 to 4.0.1 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-3.x.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.3...4.0.1) Updates `symplify/phpstan-rules` from 14.4.1 to 14.9.5 - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](symplify/phpstan-rules@14.4.1...14.9.5) Updates `thecodingmachine/phpstan-safe-rule` from 1.4.0 to 1.4.3 - [Release notes](https://github.com/thecodingmachine/phpstan-safe-rule/releases) - [Commits](thecodingmachine/phpstan-safe-rule@v1.4.0...v1.4.3) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.92.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: phpstan/phpstan-deprecation-rules dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: phpstan/phpstan-strict-rules dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: symplify/phpstan-rules dependency-version: 14.9.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: thecodingmachine/phpstan-safe-rule dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a08b70 commit 1df24cc

File tree

2 files changed

+419
-286
lines changed

2 files changed

+419
-286
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"phpstan/phpstan-deprecation-rules": "^2.0.1",
1111
"phpstan/phpstan-strict-rules": "^2.0.3",
1212
"slam/phpstan-extensions": "^6.6",
13-
"squizlabs/php_codesniffer": "^3.11.3",
13+
"squizlabs/php_codesniffer": "^3.11.3 || ^4.0.0",
1414
"symplify/phpstan-rules": "^14.4.1",
1515
"thecodingmachine/phpstan-safe-rule": "^1.4"
1616
},

0 commit comments

Comments
 (0)