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 932c2be commit e781c01Copy full SHA for e781c01
composer.json
@@ -14,13 +14,13 @@
14
"require": {
15
"php": ">=7.1",
16
"mtdowling/cron-expression": "^1.2.1",
17
- "symfony/config": "^3.4|^4.0",
18
- "symfony/dependency-injection": "^3.3|^4.0",
19
- "symfony/framework-bundle": "^3.3|^4.0",
+ "symfony/config": "^3.4|^4.0|^5.0",
+ "symfony/dependency-injection": "^3.3|^4.0|^5.0",
+ "symfony/framework-bundle": "^3.3|^4.0|^5.0",
20
"sensio/framework-extra-bundle": "^5.4",
21
- "symfony/http-foundation": "^3.2 || ^4.0",
22
- "symfony/http-kernel": "^3.3|^4.0",
23
- "symfony/routing": "^3.2 || ^4.0"
+ "symfony/http-foundation": "^3.2 || ^4.0 || ^5.0",
+ "symfony/http-kernel": "^3.3|^4.0|^5.0",
+ "symfony/routing": "^3.2 || ^4.0 || ^5.0"
24
},
25
"autoload": {
26
"psr-4": {
0 commit comments