Skip to content

Commit 9707458

Browse files
authored
Merge pull request #2 from whitecube/laravel-11
Update composer.json for laravel 11
2 parents 596bb88 + 1731443 commit 9707458

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
@@ -6,7 +6,7 @@
66
"prefer-stable": true,
77
"require": {
88
"php": ">=8.0.0",
9-
"laravel/framework": "^8.0|^9.0|^10"
9+
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
1010
},
1111
"require-dev": {
1212
"pestphp/pest": "^1.10"

0 commit comments

Comments
 (0)