Skip to content

Commit 8c06dc5

Browse files
dependabot[bot]trasher
authored andcommitted
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [glpi-project/tools](https://github.com/glpi-project/tools) and [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `friendsofphp/php-cs-fixer` from 3.85.1 to 3.86.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.85.1...v3.86.0) Updates `glpi-project/tools` from 0.7.6 to 0.8.0 - [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md) - [Commits](glpi-project/tools@0.7.6...0.8.0) Updates `phpstan/phpstan` from 2.1.21 to 2.1.22 - [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.21...2.1.22) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.86.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: glpi-project/tools dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3928440 commit 8c06dc5

File tree

2 files changed

+88
-64
lines changed

2 files changed

+88
-64
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"php": ">=7.4"
44
},
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "^3.85",
6+
"friendsofphp/php-cs-fixer": "^3.86",
77
"friendsoftwig/twigcs": "^6.1",
8-
"glpi-project/tools": "^0.7.6",
8+
"glpi-project/tools": "^0.8.0",
99
"php-parallel-lint/php-parallel-lint": "^1.4",
1010
"phpstan/phpstan": "^2.1"
1111
},

0 commit comments

Comments
 (0)