Skip to content

Commit 8fe46f2

Browse files
freekmurzeclaude
andcommitted
Support Laravel 13
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 655e83e commit 8fe46f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.4, 8.3, 8.2]
21-
laravel: [12.*, 11.*]
21+
laravel: [13.*, 12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
],
2121
"require": {
2222
"php": "^8.2",
23-
"illuminate/contracts": "^11.10|^12.0",
23+
"illuminate/contracts": "^11.10|^12.0|^13.0",
2424
"spatie/laravel-package-tools": "^1.16"
2525
},
2626
"require-dev": {
2727
"larastan/larastan": "^2.9|^3.0",
2828
"laravel/pint": "^1.14",
2929
"nunomaduro/collision": "^8.1.1|^7.10.0",
30-
"orchestra/testbench": "^10.0|^9.0|^8.22",
31-
"pestphp/pest": "^2.34|^3.0",
32-
"pestphp/pest-plugin-arch": "^2.7|^3.0",
33-
"pestphp/pest-plugin-laravel": "^2.3|^3.0",
30+
"orchestra/testbench": "^11.0|^10.0|^9.0|^8.22",
31+
"pestphp/pest": "^2.34|^3.0|^4.0",
32+
"pestphp/pest-plugin-arch": "^2.7|^3.0|^4.0",
33+
"pestphp/pest-plugin-laravel": "^2.3|^3.0|^4.0",
3434
"phpstan/extension-installer": "^1.3",
3535
"phpstan/phpstan-deprecation-rules": "^1.1|^2.0",
3636
"phpstan/phpstan-phpunit": "^1.3|^2.0",

0 commit comments

Comments
 (0)