Skip to content

Commit d2aaf58

Browse files
Drop Laravel 6
1 parent 2503d3d commit d2aaf58

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ "8.0", "8.1", "8.2" ]
12-
laravel: [ "6.0", "7.0", "8.0", "9.0", "10.0" ]
12+
laravel: [ "7.0", "8.0", "9.0", "10.0" ]
1313
prefer: [ "stable", "lowest" ]
1414
exclude:
15-
- laravel: "6.0"
16-
php: "8.1"
17-
18-
- laravel: "6.0"
19-
php: "8.2"
20-
2115
- laravel: "7.0"
2216
php: "8.1"
2317

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@
4949
"dragon-code/laravel-support": "^3.4",
5050
"dragon-code/simple-dto": "^2.5.1",
5151
"dragon-code/support": "^6.6",
52-
"illuminate/console": "^6.20.42 || ^7.30.6 || ^8.75 || ^9.0 || ^10.0",
53-
"illuminate/container": "^6.20.42 || ^7.30.6 || ^8.75 || ^9.0 || ^10.0",
54-
"illuminate/database": "^6.20.42 || ^7.30.6 || ^8.75 || ^9.0 || ^10.0",
55-
"illuminate/support": "^6.20.42 || ^7.30.6 || ^8.75 || ^9.0 || ^10.0",
56-
"symfony/console": "^4.0 || ^5.3 || ^6.0"
52+
"illuminate/console": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
53+
"illuminate/container": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
54+
"illuminate/database": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
55+
"illuminate/support": "^7.30.6 || ^8.75 || ^9.0 || ^10.0",
56+
"symfony/console": "^5.3 || ^6.0"
5757
},
5858
"require-dev": {
5959
"mockery/mockery": "^1.3.1",
60-
"orchestra/testbench": "^4.18 || ^5.20 || ^6.25 || ^7.9 || ^8.0",
60+
"nesbot/carbon": "^2.62.1",
61+
"orchestra/testbench": "^5.20 || ^6.25 || ^7.9 || ^8.0",
6162
"phpunit/phpunit": "^9.5",
62-
"ramsey/uuid": "^3.7 || ^4.0",
63-
"nesbot/carbon": "^2.62.1"
63+
"ramsey/uuid": "^3.7 || ^4.0"
6464
},
6565
"conflict": {
6666
"andrey-helldar/laravel-actions": "*",

0 commit comments

Comments
 (0)