Skip to content

Commit

Permalink
Merge pull request #29 from mikebronner/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 7 compatibility.
  • Loading branch information
jenssegers authored Mar 5, 2020
2 parents 44fb64d + 92d08ed commit 3a70a5b
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": {
"illuminate/contracts": "^5.0|^6.0",
"illuminate/support": "^4.0|^5.0|^6.0"
"illuminate/contracts": "^5.0|^6.0|^7.0",
"illuminate/support": "^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "^4.0|^5.0"
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3a70a5b

Please sign in to comment.