Skip to content

Commit 8723b5c

Browse files
committed
Composer: update dependencies
This commit: * Removes the dependency on the `dealerdirect/phpcodesniffer-composer-installer` plugin. This is already a dependency of the `doctrine/coding-standard` package and having it explicitly in the `composer.json` file is just inviting version constraint conflicts. * Updates all dependencies. Updates: - `dealerdirect/phpcodesniffer-composer-installer` from version `0.5.0` to `0.7.1` The most notable change here is that this adds support for Composer 2.x as well as support for PHP 8.0. - `doctrine/coding-standard` from version `7.0.2` to `9.0.0` - `phpstan/phpdoc-parser` from version `0.4.3` to `0.5.5` - `slevomat/coding-standard` from version `6.1.5` to `7.0.13` - `squizlabs/php_codesniffer` from version `3.5.4` to `3.6.0` The most notable change here is that this adds support for PHP 8.0. Refs: * https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases * https://github.com/doctrine/coding-standard/releases * https://github.com/phpstan/phpdoc-parser/releases * https://github.com/slevomat/coding-standard/releases * https://github.com/squizlabs/php_codesniffer/releases
1 parent 9511af3 commit 8723b5c

File tree

2 files changed

+90
-67
lines changed

2 files changed

+90
-67
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
},
2323
"require": {
2424
"php": "^7.2",
25-
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
26-
"doctrine/coding-standard": "^7.0"
25+
"doctrine/coding-standard": "^9.0"
2726
},
2827
"config": {
2928
"sort-packages": true

composer.lock

Lines changed: 89 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)