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 f1aa8ee commit 86cc845Copy full SHA for 86cc845
composer.json
@@ -11,10 +11,10 @@
11
],
12
"require": {
13
"php": "^5.5 || ^7.0",
14
- "symfony/dependency-injection": "^3.4 || ^4.3",
15
- "symfony/framework-bundle": "^3.4 || ^4.3",
16
- "symfony/http-kernel": "^3.4 || ^4.3",
17
- "symfony/yaml": "^3.4 || ^4.3"
+ "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
+ "symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0",
+ "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
+ "symfony/yaml": "^3.4 || ^4.3 || ^5.0"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.2"
0 commit comments