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 3e40fa6 commit 44529f4Copy full SHA for 44529f4
composer.json
@@ -17,9 +17,7 @@
17
"micro/plugin-event-emitter": "^2.0",
18
"micro/plugin-locator": "^2.0"
19
},
20
- "require-dev": {
21
- "ergebnis/composer-normalize": "^2.34"
22
- },
+ "minimum-stability": "dev",
23
"autoload": {
24
"psr-4": {
25
"Micro\\Framework\\KernelApp\\": "/"
@@ -29,10 +27,6 @@
29
27
]
30
28
31
"config": {
32
- "allow-plugins": {
33
- "ergebnis/composer-normalize": true
34
35
"sort-packages": true
36
37
- "minimum-stability": "dev"
+ }
38
}
0 commit comments