Skip to content

Commit

Permalink
Support Laravel 7 by bumping symfony (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber authored Mar 4, 2020
1 parent 34067d0 commit 5e820bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": ">=5.5.9",
"illuminate/contracts": "5.0 - 5.8|^6.0|^7.0",
"illuminate/filesystem": "5.0 - 5.8|^6.0|^7.0",
"symfony/http-foundation": "2.6 - 4"
"symfony/http-foundation": "2.6 - 4|^5.0"
},
"require-dev": {
"illuminate/container": "5.0 - 5.8|^6.0|^7.0",
Expand Down

0 comments on commit 5e820bf

Please sign in to comment.