Skip to content

Commit 4a93fad

Browse files
Allow installations on Laravel 10 (#8)
1 parent e3f3040 commit 4a93fad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"require": {
1717
"php": "^8.0",
1818
"guzzlehttp/guzzle": "^7.0",
19-
"illuminate/contracts": "^8.0|^9.0",
19+
"illuminate/contracts": "^8.0|^9.0|^10.0",
2020
"myclabs/php-enum": "^1.8"
21-
2221
},
2322
"require-dev": {
2423
"mockery/mockery": "^1.4",

0 commit comments

Comments
 (0)