Skip to content

Commit ea74bc0

Browse files
Merge pull request #251 from TheDragonCode/andrey-helldar-patch-1
Added Laravel 13 support
2 parents 2b9c316 + c9311d5 commit ea74bc0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.2", "8.3", "8.4", "8.5" ]
13-
laravel: [ "11.0", "12.0" ]
13+
laravel: [ "11.0", "12.0", "13.0" ]
14+
exclude:
15+
- laravel: "13.0"
16+
php: "8.2"
1417

1518
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1619

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"php": "^8.2",
4242
"composer-runtime-api": "^2.2",
4343
"dragon-code/support": "^6.6",
44-
"laravel/framework": "^11.0 || ^12.0",
44+
"laravel/framework": "^11.0 || ^12.0 || ^13.0",
4545
"laravel/prompts": ">=0.1",
4646
"spatie/laravel-data": "^4.14"
4747
},
4848
"require-dev": {
4949
"mockery/mockery": "^1.3.1",
5050
"nesbot/carbon": "^2.62.1 || ^3.0",
51-
"orchestra/testbench": "^9.0 || ^10.0",
51+
"orchestra/testbench": "^9.0 || ^10.0 || ^11.0",
5252
"phpunit/phpunit": "^11.0 || ^12.0"
5353
},
5454
"conflict": {

docs/topics/installation.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</tr>
5151
<tr>
5252
<td>^8.2</td>
53-
<td>11, 12</td>
53+
<td>11, 12, 13</td>
5454
<td>^7.0</td>
5555
<td><a href="introduction.topic" /></td>
5656
<td><img src="%badge_supported%" alt="supported" /></td>

0 commit comments

Comments
 (0)