Skip to content

Commit 727c7c5

Browse files
authored
Merge Release v2.x-automation-test
1 parent d7f0be3 commit 727c7c5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
"micro/plugin-twig": "^2.0",
1818
"symfony/serializer": "^6.2 || ^6.3"
1919
},
20-
"require-dev": {
21-
"ergebnis/composer-normalize": "^2.34"
22-
},
20+
"minimum-stability": "dev",
2321
"autoload": {
2422
"psr-4": {
2523
"Micro\\Plugin\\WebpackEncore\\": "/"
@@ -29,16 +27,12 @@
2927
]
3028
},
3129
"config": {
32-
"allow-plugins": {
33-
"ergebnis/composer-normalize": true
34-
},
3530
"sort-packages": true
3631
},
3732
"extra": {
3833
"thanks": {
3934
"name": "symfony/webpack-encore-bundle",
4035
"url": "https://github.com/symfony/webpack-encore-bundle"
4136
}
42-
},
43-
"minimum-stability": "dev"
37+
}
4438
}

0 commit comments

Comments
 (0)