Commit 8723b5c
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/releases1 parent 9511af3 commit 8723b5c
2 files changed
+90
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments