Skip to content

Commit 15fe902

Browse files
authored
Supports Laravel 12 (#53)
1 parent 09d2f17 commit 15fe902

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,14 @@
2323
},
2424
"require": {
2525
"php": "^8.1",
26-
"illuminate/support": "^10.48.23 || ^11.35"
26+
"illuminate/support": "^10.48.23 || ^11.35 || ^12.0"
2727
},
2828
"require-dev": {
29-
"larastan/larastan": "^2.5.1",
3029
"laravel/nova": "^5.2",
31-
"laravel/nova-devtool": "^1.0",
32-
"laravel/pint": "^1.17",
30+
"laravel/nova-devtool": "^1.6",
31+
"laravel/pint": "^1.20",
3332
"orchestra/pest-plugin-testbench": "^2.0 || ^3.0",
34-
"orchestra/workbench": "^8.13|^9.9",
35-
"phpstan/phpstan": "^1.12"
33+
"orchestra/workbench": "^8.13 || ^9.9 || ^10.0"
3634
},
3735
"conflict": {
3836
"laravel/nova": "<5.2.0 || >=6.0.0"

0 commit comments

Comments
 (0)