Skip to content

Commit

Permalink
Merge pull request #139 from taylorotwell/patch-2
Browse files Browse the repository at this point in the history
Allow installation on Laravel 9
  • Loading branch information
fideloper committed Oct 22, 2020
2 parents 9beebf4 + 15b1653 commit c073b2b
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 @@ -11,10 +11,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0"
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"illuminate/http": "^5.0|^6.0|^7.0|^8.0",
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0"
},
Expand Down

0 comments on commit c073b2b

Please sign in to comment.