Skip to content

Commit f274772

Browse files
authored
feat: support laravel 13 (#144)
1 parent b161be6 commit f274772

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
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/support": "^10.0 | ^11.0 | ^12.0"
20+
"illuminate/support": "^10.0 | ^11.0 | ^12.0 | ^13.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^8.0 | ^9.0 | ^10.0",
24-
"phpunit/phpunit": "^10.0 | ^11.0",
23+
"orchestra/testbench": "^8.0 | ^9.0 | ^10.0 | ^11.0",
24+
"phpunit/phpunit": "^10.0 | ^11.0 | ^12.0",
2525
"timacdonald/log-fake": "^2"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)