Skip to content

Commit

Permalink
bump symfony minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jontsa committed Nov 20, 2020
1 parent bf31f58 commit 95bb0ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

"require": {
"php": "^7.1",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/console": "^4.0|^5.0",
"symfony/config": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0"
"symfony/http-kernel": "^4.4|^5.1",
"symfony/console": "^4.4|^5.1",
"symfony/config": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.0|^5.0"
"symfony/phpunit-bridge": "^4.4|^5.1"
},

"autoload": {
Expand Down

0 comments on commit 95bb0ae

Please sign in to comment.