Skip to content

Commit b331dab

Browse files
authored
Merge pull request #10 from stefandoorn/maintenance/l9
Allow Laravel 9
2 parents be7f0ec + 6d73ec7 commit b331dab

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
@@ -26,7 +26,7 @@
2626
"php": "^8.0",
2727
"friendsofphp/php-cs-fixer": "3.*",
2828
"guzzlehttp/guzzle": "^7.0.1",
29-
"illuminate/contracts": "^8.0",
29+
"illuminate/contracts": "^8.0 || ^9.0",
3030
"spatie/laravel-package-tools": "^1.4.3",
3131
"cloudinary/cloudinary_php": "^2.2.0"
3232
},

0 commit comments

Comments
 (0)