Skip to content

Commit 3938c02

Browse files
committed
feat: add Laravel 13 support
1 parent 7e06204 commit 3938c02

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
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^8.2|^8.3|^8.4|^8.5",
20-
"illuminate/support": "^10.0|^11.0|^12.0"
20+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0"
2121
},
2222
"require-dev": {
2323
"driftingly/rector-laravel": "^1.0|^2.0",
2424
"larastan/larastan": "^2.0|^3.0",
2525
"laravel/pint": "^1.26",
26-
"orchestra/testbench": "^8.0|^9.0|^10.0",
26+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
2727
"pestphp/pest": "^2.0|^3.0|^4.0",
2828
"pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0"
2929
},

0 commit comments

Comments
 (0)