Skip to content

Commit

Permalink
[edit] symbols to be compatible with symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Piou-piou authored Dec 16, 2020
1 parent 932c2be commit e781c01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"require": {
"php": ">=7.1",
"mtdowling/cron-expression": "^1.2.1",
"symfony/config": "^3.4|^4.0",
"symfony/dependency-injection": "^3.3|^4.0",
"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",
"sensio/framework-extra-bundle": "^5.4",
"symfony/http-foundation": "^3.2 || ^4.0",
"symfony/http-kernel": "^3.3|^4.0",
"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"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e781c01

Please sign in to comment.