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 52efae2 commit 3cd2502Copy full SHA for 3cd2502
composer.json
@@ -32,7 +32,11 @@
32
"symfony/symfony": "^2.7|^3.0",
33
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
34
"matthiasnoback/symfony-dependency-injection-test": "^0.7",
35
- "puli/symfony-bundle": "^1.0@beta,>1.0.0-beta7"
+ "puli/symfony-bundle": "^1.0@beta"
36
+ },
37
+ "conflict": {
38
+ "puli/composer-plugin": "<1.0.0-beta9",
39
+ "puli/symfony-bundle": "<=1.0.0-beta7"
40
},
41
"suggest": {
42
"puli/symfony-bundle": "Used for automatic service discovery"
0 commit comments