Skip to content

Commit f715ae4

Browse files
authored
Merge pull request #82 from joeycoonce/bugfix
Update composer.json illuminate dependencies to v12
2 parents 05db4d4 + 2682e4e commit f715ae4

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
php: [8.1, 8.2, 8.3, 8.4]
23-
laravel: ['10.*', '11.*']
22+
php: [8.2, 8.3, 8.4]
23+
laravel: ['11.*', '12.*']
2424
stability: [prefer-lowest, prefer-stable]
2525
include:
26-
- laravel: 10.*
27-
testbench: 8.*
2826
- laravel: 11.*
2927
testbench: 9.*
30-
exclude:
31-
- laravel: 11.*
32-
php: 8.1
28+
- laravel: 12.*
29+
testbench: 10.*
3330

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

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.2",
1515
"ext-json": "*",
1616
"ext-zip": "*",
17-
"illuminate/console": "^10.0 || ^11.0",
18-
"illuminate/filesystem": "^10.0 || ^11.0",
19-
"illuminate/support": "^10.0 || ^11.0",
17+
"illuminate/console": "^11.0 || ^12.0",
18+
"illuminate/filesystem": "^11.0 || ^12.0",
19+
"illuminate/support": "^11.0 || ^12.0",
2020
"symfony/finder": "^6.0 || ^7.0",
2121
"symfony/process": "^6.0 || ^7.0",
2222
"league/flysystem": "^3.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^8.0 || ^9.0",
25+
"orchestra/testbench": "^9.0 || ^10.0",
2626
"friendsofphp/php-cs-fixer": "^3.1.0",
2727
"spatie/ray": "^1.33",
28-
"pestphp/pest": "^2.25",
28+
"pestphp/pest": "^3.0",
2929
"phpstan/phpstan": "^1.10"
3030
},
3131
"extra": {

0 commit comments

Comments
 (0)