Skip to content

Commit b5b91bd

Browse files
committed
feat: Laravel 13 compatibility
1 parent 14f6963 commit b5b91bd

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
@@ -18,11 +18,11 @@
1818
],
1919
"require": {
2020
"php": "^8.1",
21-
"laravel/framework": "^10.13.1|^11.0|^12.0"
21+
"laravel/framework": "^10.13.1|^11.0|^12.0|^13.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
25-
"orchestra/testbench": "^8.0|^9.0|^10.0",
25+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
2626
"pestphp/pest": "^2.28.1|^3.0.0",
2727
"pestphp/pest-plugin-laravel": "^2.2.0|^3.0.0",
2828
"phpstan/phpstan": "^1.11|^2.0"

0 commit comments

Comments
 (0)