Skip to content

Commit

Permalink
Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 25, 2020
1 parent 587a015 commit c3ec946
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 @@ -15,10 +15,10 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "~5.8.0|^6.0|^7.0"
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"autoload": {
"files": [
Expand All @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.x-dev"
}
},
"config": {
Expand Down

0 comments on commit c3ec946

Please sign in to comment.