Skip to content

Commit a5eb392

Browse files
committed
Add composer normalize package
1 parent 415f459 commit a5eb392

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

composer.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@
2626
"laminas/laminas-http": "^2.18",
2727
"october/rain": "^3.0"
2828
},
29+
"require-dev": {
30+
"ergebnis/composer-normalize": "^2.42"
31+
},
2932
"repositories": [
3033
{
3134
"type": "composer",
3235
"url": "https://gateway.octobercms.com"
3336
}
3437
],
35-
"archive": {
36-
"exclude": [
37-
".gitattributes",
38-
".github",
39-
".gitignore"
40-
]
41-
},
4238
"config": {
4339
"allow-plugins": {
44-
"composer/installers": true
40+
"composer/installers": true,
41+
"ergebnis/composer-normalize": true
4542
}
4643
}
4744
}

0 commit comments

Comments
 (0)