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 dbfd824 commit bf6f010Copy full SHA for bf6f010
composer.json
@@ -13,13 +13,13 @@
13
],
14
"require": {
15
"php": "^7.1",
16
- "symfony/framework-bundle": "^3.4|^4",
17
- "symfony/console": "^3.4|^4",
18
- "symfony/dependency-injection": "^3.4|^4",
19
- "symfony/property-access": "^3.4|^4",
+ "symfony/framework-bundle": "^3.4|^4|^5",
+ "symfony/console": "^3.4|^4|^5",
+ "symfony/dependency-injection": "^3.4|^4|^5",
+ "symfony/property-access": "^3.4|^4|^5",
20
"pagerfanta/pagerfanta": "^1.0.5|^2.0",
21
"psr/log": "^1.0",
22
- "ruflin/elastica": "^5.3.5|^6.1.1"
+ "ruflin/elastica": "^5.3.5|^6.1.1|^7.0"
23
},
24
"require-dev": {
25
"doctrine/orm": "^2.5",
0 commit comments