8000 Allow flex plugin for tests · allan-simon/symfony-bridge@19bfee0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19bfee0

Browse files
committed
Allow flex plugin for tests
1 parent 4485405 commit 19bfee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Functional/App/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"preferred-install": {
1919
"*": "dist"
2020
},
21-
"sort-packages": true
21+
"sort-packages": true,
22+
"allow-plugins": {
23+
"symfony/flex": true
24+
}
2225
},
2326
"autoload": {
2427
"psr-4": {

0 commit comments

Comments
 (0)
0