Skip to content

Commit a95fc43

Browse files
Dropped unstable Laravel 10
1 parent 42a21ea commit a95fc43

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ "8.0", "8.1", "8.2" ]
12-
laravel: [ "7.0", "8.0", "9.0", "10.0" ]
12+
laravel: [ "7.0", "8.0", "9.0" ]
1313
prefer: [ "stable", "lowest" ]
1414
exclude:
1515
- laravel: "7.0"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@
4949
"dragon-code/laravel-support": "^3.4",
5050
"dragon-code/simple-dto": "^2.5.1",
5151
"dragon-code/support": "^6.6",
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",
52+
"illuminate/console": "^7.30.6 || ^8.75 || ^9.0",
53+
"illuminate/container": "^7.30.6 || ^8.75 || ^9.0",
54+
"illuminate/database": "^7.30.6 || ^8.75 || ^9.0",
55+
"illuminate/support": "^7.30.6 || ^8.75 || ^9.0",
5656
"symfony/console": "^5.3 || ^6.0"
5757
},
5858
"require-dev": {
5959
"mockery/mockery": "^1.3.1",
6060
"nesbot/carbon": "^2.62.1",
61-
"orchestra/testbench": "^5.20 || ^6.25 || ^7.9 || ^8.0",
61+
"orchestra/testbench": "^5.20 || ^6.25 || ^7.9",
6262
"phpunit/phpunit": "^9.5",
6363
"ramsey/uuid": "^3.7 || ^4.0"
6464
},
6565
"conflict": {
6666
"andrey-helldar/laravel-actions": "*",
6767
"dragon-code/laravel-actions": "*"
6868
},
69-
"minimum-stability": "dev",
69+
"minimum-stability": "stable",
7070
"prefer-stable": true,
7171
"autoload": {
7272
"psr-4": {

0 commit comments

Comments
 (0)