Skip to content

Commit

Permalink
chore(deps): require slevomat/coding-standard v8
Browse files Browse the repository at this point in the history
Drop squizlabs/php_codesniffer as dependency since it's inherited from slevomat/coding-standard
  • Loading branch information
simPod committed Jun 18, 2022
1 parent f86c16a commit 517d276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -23,8 +23,7 @@
"require": {
"php": "^7.1 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"slevomat/coding-standard": "^7.0.0",
"squizlabs/php_codesniffer": "^3.6.0"
"slevomat/coding-standard": "^8"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 517d276

Please sign in to comment.