Skip to content

Commit 064d2be

Browse files
committed
Support laravel 12
1 parent dc07fa0 commit 064d2be

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
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^8.3",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
21+
"illuminate/contracts": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
2525
"nunomaduro/collision": "^8.1.1||^7.10.0",
2626
"larastan/larastan": "^3.0",
27-
"orchestra/testbench": "^9.0.0||^8.22.0",
27+
"orchestra/testbench": "^10.0||^9.0.0||^8.22.0",
2828
"pestphp/pest": "^3.0",
2929
"pestphp/pest-plugin-arch": "^3.0",
3030
"pestphp/pest-plugin-laravel": "^3.0",

0 commit comments

Comments
 (0)