Skip to content

Commit 45cd7d3

Browse files
feat: support Laravel 12
1 parent de4e86c commit 45cd7d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"php": "^8.2",
3232
"apiato/container-installer": "^2.0.8",
3333
"composer/class-map-generator": "^1.5",
34-
"laravel/framework": "^11.23",
34+
"laravel/framework": "^11.23|^12.0",
3535
"laravel/tinker": "^2.0",
3636
"prettus/l5-repository": "^2.9.1",
3737
"spatie/laravel-fractal": "^6.3.1",
3838
"thecodingmachine/safe": "^3.0",
39-
"vinkla/hashids": "^12.0",
39+
"vinkla/hashids": "^12.0|^13.0",
4040
"webmozart/assert": "^1.11"
4141
},
4242
"require-dev": {
@@ -46,7 +46,7 @@
4646
"larastan/larastan": "^3.0",
4747
"mockery/mockery": "^1.4.4",
4848
"nunomaduro/collision": "^8.0",
49-
"orchestra/testbench": "^9.0",
49+
"orchestra/testbench": "^9.0|^10.0",
5050
"pestphp/pest": "^3.7",
5151
"pestphp/pest-plugin-faker": "^3.0",
5252
"pestphp/pest-plugin-type-coverage": "^3.2",

0 commit comments

Comments
 (0)