Skip to content

Commit e781c01

Browse files
authored
[edit] symbols to be compatible with symfony 5
1 parent 932c2be commit e781c01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": ">=7.1",
1616
"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",
17+
"symfony/config": "^3.4|^4.0|^5.0",
18+
"symfony/dependency-injection": "^3.3|^4.0|^5.0",
19+
"symfony/framework-bundle": "^3.3|^4.0|^5.0",
2020
"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"
21+
"symfony/http-foundation": "^3.2 || ^4.0 || ^5.0",
22+
"symfony/http-kernel": "^3.3|^4.0|^5.0",
23+
"symfony/routing": "^3.2 || ^4.0 || ^5.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)