Skip to content

Commit 3e3b46e

Browse files
Merge pull request #20 from TheDragonCode/andrey-helldar-patch-1
Added Laravel 12 support
2 parents 5f1f6e2 + 2292436 commit 3e3b46e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.2", "8.3", "8.4" ]
13-
laravel: [ "10.0", "11.0" ]
13+
laravel: [ "10.0", "11.0", "12.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1616

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"require": {
3636
"php": "^8.2",
3737
"dragon-code/support": "^6.13",
38-
"illuminate/http": "^10.0 || ^11.0",
39-
"illuminate/support": "^10.0 || ^11.0"
38+
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
39+
"illuminate/support": "^10.0 || ^11.0 || ^12.0"
4040
},
4141
"require-dev": {
4242
"guzzlehttp/guzzle": "^7.8",
43-
"orchestra/testbench": "^8.0 || ^9.0",
43+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
4444
"pestphp/pest": "^2.34 || ^3.0",
4545
"pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
4646
"spatie/laravel-data": "^4.8"

0 commit comments

Comments
 (0)