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 0eb96d9 commit 88d4512Copy full SHA for 88d4512
composer.json
@@ -13,9 +13,7 @@
13
"micro/plugin-http-core": "^2.0",
14
"micro/plugin-logger-core": "^2.0"
15
},
16
- "require-dev": {
17
- "ergebnis/composer-normalize": "^2.34"
18
- },
+ "minimum-stability": "dev",
19
"autoload": {
20
"psr-4": {
21
"Micro\\Plugin\\HttpLogger\\": "/"
@@ -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