Skip to content

Commit 65cef48

Browse files
committed
Support Laravel 11
1 parent a80cfd3 commit 65cef48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"keywords": ["dev"],
77
"require": {
88
"php": "^8.2",
9-
"laravel/framework": "^10.0"
9+
"laravel/framework": "^10.0 || ^11.0"
1010
},
1111
"require-dev": {
12-
"orchestra/testbench": "^8.5",
12+
"orchestra/testbench": "^8.5 || ^9.0",
1313
"phpstan/extension-installer": "^1.3",
1414
"phpstan/phpstan": "^1.10",
1515
"phpstan/phpstan-deprecation-rules": "^1.1",

0 commit comments

Comments
 (0)