Skip to content

Commit

Permalink
Get rid of this.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Sep 7, 2024
1 parent 3ad2681 commit 447b1b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"php": ">=7.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0",
"ergebnis/phpstan-rules": "^1.0",
"humanmade/coding-standards": "^1.1",
"phpcompatibility/php-compatibility": "^9.3",
Expand All @@ -36,15 +35,11 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"scripts": {
"post-update-cmd": [
"@composer normalize"
],
"test": [
"@test:phpcs",
"@test:phpunit",
Expand Down

0 comments on commit 447b1b8

Please sign in to comment.