Skip to content

Commit

Permalink
Merge pull request #3 from Xenonym/chore/support-laravel-8
Browse files Browse the repository at this point in the history
Support Laravel 8
  • Loading branch information
Jellyfrog authored Sep 25, 2020
2 parents fd95fad + 090416b commit 86f8f08
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 @@ -18,8 +18,8 @@
"php": ">=5.5.0",
"ext-json": "*",
"ext-mbstring": "*",
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0"
"illuminate/console": "^5.0|^6.0|^7.0|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
Expand Down

0 comments on commit 86f8f08

Please sign in to comment.