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 79a7d9d commit 2bc29f5Copy full SHA for 2bc29f5
composer.json
@@ -15,6 +15,7 @@
15
"php": ">=5.6.0",
16
"symfony/framework-bundle": "^3.2|^4",
17
"symfony/console": "^3.2|^4",
18
+ "symfony/dependency-injection": "^3.3|^4",
19
"symfony/options-resolver" : "^3.2|^4",
20
"symfony/property-access": "^3.2|^4",
21
"pagerfanta/pagerfanta": "^1.0.5",
@@ -36,9 +37,6 @@
36
37
"symfony/yaml": "^3.2|^4",
38
"friendsofphp/php-cs-fixer": "^2.2"
39
},
- "conflict": {
40
- "symfony/dependency-injection": "<3.3"
41
- },
42
"suggest": {
43
"enqueue/elastica-bundle": "The bundle adds extra features to FOSElasticaBundle bundle. Aimed to improve performance."
44
0 commit comments