Skip to content

Commit

Permalink
Allow symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-ea committed Nov 23, 2019
1 parent 8da801b commit 5162cbf
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 @@ -15,8 +15,8 @@
"illuminate/routing": "^5.5|^6",
"illuminate/session": "^5.5|^6",
"illuminate/support": "^5.5|^6",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
"symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5162cbf

Please sign in to comment.