Skip to content

Commit 1dd79bc

Browse files
committed
Support laravel 13
1 parent ea1d3fe commit 1dd79bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"illuminate/support": "^10.0|^11.0|^12.0",
15-
"illuminate/filesystem": "^10.0|^11.0|^12.0",
16-
"illuminate/console": "^10.0|^11.0|^12.0"
14+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
15+
"illuminate/filesystem": "^10.0|^11.0|^12.0|^13.0",
16+
"illuminate/console": "^10.0|^11.0|^12.0|^13.0"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.0",
2020
"mockery/mockery": "^1.6",
21-
"orchestra/testbench": "^8.21|^9.2|^10.0",
21+
"orchestra/testbench": "^8.21|^9.2|^10.0|^11.0",
2222
"phpunit/phpunit": "^10.5|^11.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)