Skip to content

Commit

Permalink
Update dependecies & add support for Larvel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemeery committed Mar 17, 2020
1 parent 773c885 commit b06beb2
Show file tree
Hide file tree
Showing 2 changed files with 1,069 additions and 336 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"illuminate/support": "~5.3|~6",
"illuminate/database": "~5.3|~6",
"illuminate/http": "~5.3|~6",
"illuminate/console": "~5.3|~6",
"illuminate/support": "~5.3|^6.0|^7.0",
"illuminate/database": "~5.3|^6.0|^7.0",
"illuminate/http": "~5.3|^6.0|^7.0",
"illuminate/console": "~5.3|^6.0|^7.0",
"laravel/helpers": "1.*"
},
"autoload": {
Expand Down
Loading

0 comments on commit b06beb2

Please sign in to comment.