Skip to content

Commit

Permalink
Allow installations on Laravel 10 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbybouwmann authored Mar 15, 2023
1 parent e3f3040 commit 4a93fad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^7.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"myclabs/php-enum": "^1.8"

},
"require-dev": {
"mockery/mockery": "^1.4",
Expand Down

0 comments on commit 4a93fad

Please sign in to comment.