Skip to content

Commit 9411475

Browse files
committed
Add octane dev-laravel13 branch to support Laravel 13
The laravel/octane stable releases don't support Laravel 13 yet. The laravel13 branch does, so add it as a fallback.
1 parent 6ecbc73 commit 9411475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"laravel/legacy-factories": "^1.0.4",
25-
"laravel/octane": "^2.5|dev-develop",
25+
"laravel/octane": "^2.5|dev-develop|dev-laravel13",
2626
"laravel/serializable-closure": "^1.1|^2.0",
2727
"mockery/mockery": "^1.4",
2828
"orchestra/testbench": "^9.1.4|^10.0|^11.0",

0 commit comments

Comments
 (0)