Skip to content

Commit bc2f477

Browse files
authored
Supports Laravel 12 (#24)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent c979149 commit bc2f477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"composer-runtime-api": "^2.2",
1010
"fakerphp/faker": "^1.24",
1111
"orchestra/sidekick": "^1.0.2",
12-
"orchestra/workbench": "^8.17|^9.13",
12+
"orchestra/workbench": "^8.17|^9.13|^10.0",
1313
"symfony/polyfill-php83": "^1.31"
1414
},
1515
"require-dev": {
1616
"laravel/nova": "^5.2",
1717
"laravel/pint": "^1.17",
1818
"orchestra/pest-plugin-testbench": "^2.0|^3.0",
19-
"orchestra/testbench": "^8.30|^9.8",
19+
"orchestra/testbench": "^8.30|^9.8|^10.0",
2020
"phpstan/phpstan": "^2.1",
21-
"spatie/laravel-ray": "^1.39"
21+
"spatie/laravel-ray": "^1.39.1"
2222
},
2323
"conflict": {
2424
"laravel/nova": "<5.2.0 || >=6.0.0"

0 commit comments

Comments
 (0)