Skip to content

Commit 6425955

Browse files
committed
Update v2.x-automation-test for micro/plugin-http-router-code
1 parent 4df2309 commit 6425955

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"require": {
1313
"micro/plugin-http-core": "^2.0"
1414
},
15-
"require-dev": {
16-
"ergebnis/composer-normalize": "^2.34"
17-
},
15+
"minimum-stability": "dev",
1816
"autoload": {
1917
"psr-4": {
2018
"Micro\\Plugin\\HttpRouterCode\\": "/"
@@ -24,9 +22,6 @@
2422
]
2523
},
2624
"config": {
27-
"allow-plugins": {
28-
"ergebnis/composer-normalize": true
29-
}
30-
},
31-
"minimum-stability": "dev"
25+
"sort-packages": true
26+
}
3227
}

0 commit comments

Comments
 (0)