Skip to content

Commit 6bc653f

Browse files
committed
Laravel 13 support
1 parent 8f3ea62 commit 6bc653f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
- laravel: "^12.0"
20+
- laravel: "^13.0"
2021

2122
steps:
2223
- name: Checkout

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"require": {
1919
"php": "^8.4",
2020
"ext-json": "*",
21-
"illuminate/support": "^12.0",
22-
"laravel/tinker": "^2.0",
21+
"illuminate/support": "^12.0|^13.0",
22+
"laravel/tinker": "^2.0|^3.0",
2323
"ramsey/uuid": "^4.7.3",
24-
"stancl/jobpipeline": "2.0.0-rc6",
24+
"stancl/jobpipeline": "2.0.0-rc7",
2525
"stancl/virtualcolumn": "^1.5.0",
2626
"spatie/invade": "*",
2727
"laravel/prompts": "0.*"
2828
},
2929
"require-dev": {
30-
"laravel/framework": "^12.0",
31-
"orchestra/testbench": "^10.0",
30+
"laravel/framework": "^13.0",
31+
"orchestra/testbench": "^10.0|^11.0",
3232
"league/flysystem-aws-s3-v3": "^3.12.2",
3333
"doctrine/dbal": "^3.6.0",
3434
"spatie/valuestore": "^1.2.5",

0 commit comments

Comments
 (0)