Skip to content

Commit

Permalink
Merge pull request #593 from heathdutton/master
Browse files Browse the repository at this point in the history
Support Laravel 7
  • Loading branch information
stayallive authored Mar 4, 2020
2 parents cc2f3c4 + e1383bb commit 2fcc1f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require": {
"php": ">=5.4.0",
"anahkiasen/html-object": "~1.4",
"illuminate/config": "~5.0|^6.0",
"illuminate/container": "~5.0|^6.0",
"illuminate/http": "~5.0|^6.0",
"illuminate/routing": "~5.0|^6.0",
"illuminate/session": "~5.0|^6.0",
"illuminate/translation": "~5.0|^6.0",
"illuminate/support": "~5.0|^6.0"
"illuminate/config": "~5.0|^6.0|^7.0",
"illuminate/container": "~5.0|^6.0|^7.0",
"illuminate/http": "~5.0|^6.0|^7.0",
"illuminate/routing": "~5.0|^6.0|^7.0",
"illuminate/session": "~5.0|^6.0|^7.0",
"illuminate/translation": "~5.0|^6.0|^7.0",
"illuminate/support": "~5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4",
"mockery/mockery": "~0.9.1",
"illuminate/database": "~5.0|^6.0"
"illuminate/database": "~5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2fcc1f6

Please sign in to comment.