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 d7f0be3 commit 727c7c5Copy full SHA for 727c7c5
composer.json
@@ -17,9 +17,7 @@
17
"micro/plugin-twig": "^2.0",
18
"symfony/serializer": "^6.2 || ^6.3"
19
},
20
- "require-dev": {
21
- "ergebnis/composer-normalize": "^2.34"
22
- },
+ "minimum-stability": "dev",
23
"autoload": {
24
"psr-4": {
25
"Micro\\Plugin\\WebpackEncore\\": "/"
@@ -29,16 +27,12 @@
29
27
]
30
28
31
"config": {
32
- "allow-plugins": {
33
- "ergebnis/composer-normalize": true
34
35
"sort-packages": true
36
37
"extra": {
38
"thanks": {
39
"name": "symfony/webpack-encore-bundle",
40
"url": "https://github.com/symfony/webpack-encore-bundle"
41
}
42
43
- "minimum-stability": "dev"
+ }
44
0 commit comments