Skip to content

Commit 8b69690

Browse files
authored
Merge pull request #89 from meliani/meliani-fix-laravel11-update
Fix Laravel 11 update
2 parents 01d7de7 + c6c5e08 commit 8b69690

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^10.0",
20+
"illuminate/contracts": "^10.0|^11.0",
2121
"laravel/prompts": "^0.1.1",
2222
"nativephp/laravel": "*",
2323
"nativephp/php-bin": "*",

0 commit comments

Comments
 (0)