Skip to content

Commit 7a29e83

Browse files
dependabot[bot]trasher
authored andcommitted
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [glpi-project/tools](https://github.com/glpi-project/tools), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). Updates `glpi-project/tools` from 0.7.4 to 0.7.5 - [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md) - [Commits](glpi-project/tools@0.7.4...0.7.5) Updates `phpstan/phpstan` from 2.1.13 to 2.1.17 - [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.13...2.1.17) Updates `squizlabs/php_codesniffer` from 3.12.2 to 3.13.0 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.12.2...3.13.0) --- updated-dependencies: - dependency-name: glpi-project/tools dependency-version: 0.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: squizlabs/php_codesniffer dependency-version: 3.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3013f8e commit 7a29e83

File tree

2 files changed

+93
-92
lines changed

2 files changed

+93
-92
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-
"glpi-project/tools": "^0.7.4",
6+
"glpi-project/tools": "^0.7.5",
77
"php-parallel-lint/php-parallel-lint": "^1.4",
88
"phpstan/phpstan": "^2.1",
9-
"squizlabs/php_codesniffer": "^3.12"
9+
"squizlabs/php_codesniffer": "^3.13"
1010
},
1111
"config": {
1212
"optimize-autoloader": true,

0 commit comments

Comments
 (0)