Skip to content

Commit 9a267f4

Browse files
authored
Merge pull request #28 from tarfin-labs/laravel-10-upgrade
Laravel 10 upgrade
2 parents 3539e47 + 910d415 commit 9a267f4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [7.4, 8.0, 8.1]
13-
laravel: [8.*, 9.*]
13+
laravel: [8.*, 9.*, 10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 9.*

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to `laravel-config` will be documented in this file.
33

44
## [Unreleased]
55

6+
## [4.6.0] - 2023-02-16
7+
8+
- Laravel 10 support added.
9+
610
## [4.5.0] - 2022-02-08
711

812
- Laravel 9 support added.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"require": {
3434
"php": "^7.4|^8.0|^8.1",
35-
"illuminate/support": "^8.49|^9.0",
35+
"illuminate/support": "^8.49|^9.0|^10.0",
3636
"laravel/legacy-factories": "^1.0"
3737
},
3838
"require-dev": {

0 commit comments

Comments
 (0)