Skip to content

Commit

Permalink
Merge pull request #2 from sander3/master
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
mazedlx authored Mar 21, 2020
2 parents 154885f + cb7b10a commit c9332af
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 @@ -19,8 +19,8 @@
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "~3.5|~3.6|~3.7",
Expand Down

0 comments on commit c9332af

Please sign in to comment.