Skip to content

Commit

Permalink
Merge pull request #165 from jxlwqq/patch-1
Browse files Browse the repository at this point in the history
Added support for Laravel 8
  • Loading branch information
tihomiro authored Sep 10, 2020
2 parents 454d4aa + 3f80bfe commit 03c73d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "~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|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0.0",
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 03c73d3

Please sign in to comment.