Skip to content

Commit

Permalink
allow Symfony 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 24, 2019
1 parent 664217e commit fbd2c64
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 @@ -18,12 +18,12 @@
],
"require": {
"php": "~7.2",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/event-dispatcher": "^4.3",
"symfony/expression-language": "^4.3",
"symfony/http-foundation": "^4.3.4",
"symfony/http-kernel": "^4.3"
"symfony/config": "^4.3|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/event-dispatcher": "^4.3|^5.0",
"symfony/expression-language": "^4.3|^5.0",
"symfony/http-foundation": "^4.3.4|^5.0",
"symfony/http-kernel": "^4.3|^5.0"
},
"require-dev": {
"consistence/coding-standard": "3.9",
Expand Down

0 comments on commit fbd2c64

Please sign in to comment.