Skip to content

Commit 47322d4

Browse files
try supp laravel 11 (#7)
1 parent ed51f2b commit 47322d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^10.0",
20+
"illuminate/contracts": "^10.0 | ^11.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
2222
"statsig/statsigsdk": "^2.1"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^7.9",
26+
"nunomaduro/collision": "^7.9 | ^8.0",
2727
"nunomaduro/larastan": "^2.0.1",
28-
"orchestra/testbench": "^8.0",
28+
"orchestra/testbench": "^8.0 | ^9.0",
2929
"pestphp/pest": "^2.0",
3030
"pestphp/pest-plugin-arch": "^2.0",
3131
"pestphp/pest-plugin-laravel": "^2.0",

0 commit comments

Comments
 (0)