Skip to content

Commit 05d7577

Browse files
committed
feat: add Laravel 13 support
1 parent 83a0281 commit 05d7577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
],
2020
"require": {
2121
"php": "^8.4||^8.3||^8.2",
22-
"illuminate/contracts": "^10.0||^11.0||^12.0",
22+
"illuminate/contracts": "^10.0||^11.0||^12.0||^13.0",
2323
"laravel/prompts": ">=0.1",
2424
"spatie/laravel-package-tools": "^1.16"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.14",
2828
"nunomaduro/collision": "^8.8",
2929
"larastan/larastan": "^3.0",
30-
"orchestra/testbench": "^10.0.0||^9.0.0",
30+
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0",
3131
"pestphp/pest": "^4.0",
3232
"pestphp/pest-plugin-arch": "^4.0",
3333
"pestphp/pest-plugin-laravel": "^4.0",

0 commit comments

Comments
 (0)