Skip to content

Commit 08a66f7

Browse files
authored
Merge pull request #4 from Daanra/patch-1
Support Laravel 9
2 parents 68b8c46 + bd7818f commit 08a66f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.0",
1818
"guzzlehttp/guzzle": "^7.0",
19-
"illuminate/contracts": "^8.0",
19+
"illuminate/contracts": "^8.0|^9.0",
2020
"myclabs/php-enum": "^1.8"
2121

2222
},

0 commit comments

Comments
 (0)