Skip to content

Commit 3d6155d

Browse files
committed
Drop support for laravel 11
1 parent 3d77637 commit 3d6155d

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/analyse.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
php: [8.2, 8.3, 8.4]
1717
stability: [prefer-stable]
1818
include:
19-
- laravel: 11.*
20-
testbench: 9.*
2119
- laravel: 12.*
2220
testbench: 10.*
2321

.github/workflows/phpunit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [8.2, 8.3, 8.4]
19-
laravel: [11.*, 12.*]
19+
laravel: [12.*]
2020
stability: [prefer-lowest, prefer-stable]
2121
include:
22-
- laravel: 11.*
23-
testbench: ~9.2
2422
- laravel: 12.*
2523
testbench: 10.*
2624

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"blade-ui-kit/blade-heroicons": "^2.6",
2121
"blade-ui-kit/blade-icons": "^1.8",
2222
"http-interop/http-factory-guzzle": "^1.2",
23-
"illuminate/database": "^11.0|^12.0",
24-
"illuminate/events": "^11.0|^12.0",
25-
"illuminate/queue": "^11.0|^12.0",
26-
"illuminate/support": "^11.0|^12.0, <12.26.0 || >=12.27.0",
23+
"illuminate/database": "^12.0",
24+
"illuminate/events": "^12.0",
25+
"illuminate/queue": "^12.0",
26+
"illuminate/support": "^12.0, <12.26.0 || >=12.27.0",
2727
"justbetter/laravel-http3earlyhints": "^1.4",
2828
"laravel/scout": "^10.14",
2929
"lcobucci/clock": "^2.0|^3.2",
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"larastan/larastan": "^3.1",
39-
"orchestra/testbench": "^9.4|^10.0",
39+
"orchestra/testbench": "^10.0",
4040
"phpunit/phpunit": "^11.3.5"
4141
},
4242
"autoload": {
@@ -70,6 +70,7 @@
7070
}
7171
},
7272
"conflict": {
73+
"laravel/framework": "<12.11",
7374
"rapidez/reviews": "<4.1"
7475
},
7576
"scripts": {

0 commit comments

Comments
 (0)