Skip to content

Commit

Permalink
Added support for Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomislav Parčina committed Sep 24, 2020
1 parent a51abff commit 3274026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"require": {
"php": ">=5.6",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"symfony/framework-bundle": "^2.7|^3.0|^4.0|^5.0",
"guzzlehttp/guzzle": "^6.0",
"symfony/stopwatch": "^2.7|^3.0|^4.0"
"symfony/stopwatch": "^2.7|^3.0|^4.0|^5.0"
},
"suggest": {
"symfony/monolog-bundle": "Log requests"
Expand Down

0 comments on commit 3274026

Please sign in to comment.