Skip to content

Commit 447b1b8

Browse files
committed
Get rid of this.
1 parent 3ad2681 commit 447b1b8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"php": ">=7.4"
2020
},
2121
"require-dev": {
22-
"ergebnis/composer-normalize": "^2.0",
2322
"ergebnis/phpstan-rules": "^1.0",
2423
"humanmade/coding-standards": "^1.1",
2524
"phpcompatibility/php-compatibility": "^9.3",
@@ -36,15 +35,11 @@
3635
},
3736
"config": {
3837
"allow-plugins": {
39-
"dealerdirect/phpcodesniffer-composer-installer": true,
40-
"ergebnis/composer-normalize": true
38+
"dealerdirect/phpcodesniffer-composer-installer": true
4139
},
4240
"sort-packages": true
4341
},
4442
"scripts": {
45-
"post-update-cmd": [
46-
"@composer normalize"
47-
],
4843
"test": [
4944
"@test:phpcs",
5045
"@test:phpunit",

0 commit comments

Comments
 (0)