Skip to content

Commit 4aca9de

Browse files
authored
Merge pull request #24 from worksome/feature/laravel-13
feat: add support for Laravel 13
2 parents 657b097 + 92235de commit 4aca9de

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.5, 8.4]
16-
laravel: [12.*]
15+
php: [8.4, 8.5]
16+
laravel: [12.*, 13.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
include:
19+
- laravel: 13.*
20+
testbench: ^11.0
1921
- laravel: 12.*
2022
testbench: ^10.7
2123

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"require": {
1919
"php": "^8.4",
2020
"guzzlehttp/guzzle": "^7.10",
21-
"laravel/framework": "^12.44",
21+
"laravel/framework": "^12.44|^13.0",
2222
"pragmarx/google2fa": "^8.0|^9.0",
23-
"spatie/laravel-package-tools": "^1.92"
23+
"spatie/laravel-package-tools": "^1.93"
2424
},
2525
"require-dev": {
26-
"larastan/larastan": "^3.8",
26+
"larastan/larastan": "^3.9",
2727
"nunomaduro/collision": "^8.8.3",
28-
"orchestra/testbench": "^10.8",
29-
"pestphp/pest": "^4.3",
28+
"orchestra/testbench": "^10.8|^11.0",
29+
"pestphp/pest": "^4.4",
3030
"pestphp/pest-plugin-laravel": "^4.0",
31-
"worksome/coding-style": "^3.3"
31+
"worksome/coding-style": "^3.4"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)