Skip to content

Commit 5cc6e7c

Browse files
dependabot[bot]trasher
authored andcommitted
Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `friendsofphp/php-cs-fixer` from 3.64.0 to 3.65.0 - [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.64.0...v3.65.0) Updates `phpstan/phpstan` from 1.12.7 to 2.0.3 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.12.7...2.0.3) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 425b345 commit 5cc6e7c

File tree

2 files changed

+105
-105
lines changed

2 files changed

+105
-105
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"php": ">=7.4"
44
},
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "^3.64",
6+
"friendsofphp/php-cs-fixer": "^3.65",
77
"glpi-project/tools": "^0.7.4",
88
"php-parallel-lint/php-parallel-lint": "^1.4",
9-
"phpstan/phpstan": "^1.12"
9+
"phpstan/phpstan": "^2.0"
1010
},
1111
"config": {
1212
"optimize-autoloader": true,

0 commit comments

Comments
 (0)