We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0797a74 commit 9433841Copy full SHA for 9433841
composer.json
@@ -13,9 +13,7 @@
13
"php": "^8.2",
14
"micro/dependency-injection": "^2.0"
15
},
16
- "require-dev": {
17
- "ergebnis/composer-normalize": "^2.34"
18
- },
+ "minimum-stability": "dev",
19
"autoload": {
20
"psr-4": {
21
"Micro\\Framework\\Kernel\\": "/"
@@ -25,10 +23,6 @@
25
23
]
26
24
27
"config": {
28
- "allow-plugins": {
29
- "ergebnis/composer-normalize": true
30
31
"sort-packages": true
32
33
- "minimum-stability": "dev"
+ }
34
}
0 commit comments