Skip to content

Commit

Permalink
Merge pull request #11 from barmmie/patch-1
Browse files Browse the repository at this point in the history
Update composer.json to allow symfony version 4 and 3
  • Loading branch information
Anam Hossain committed Feb 19, 2018
2 parents 6dede9c + b9a2242 commit 042f7c5
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 @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "~3.0",
"symfony/http-foundation": "~3.0|~4.0",
"illuminate/support": "~5.0"
},
"require-dev": {
Expand Down

0 comments on commit 042f7c5

Please sign in to comment.