Skip to content

Commit f5f9fd3

Browse files
committed
chore: drop Laravel 11 support
1 parent 3480cd7 commit f5f9fd3

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/main.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.2, 8.3, 8.4, 8.5]
12-
laravel: [11.0, 12.0, 13.0]
12+
laravel: [12.0, 13.0]
1313
exclude:
1414
- php: 8.2
1515
laravel: 13.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ This means that the method for storage must be efficient, unlike other packages
2323

2424
### Laravel
2525

26-
You are reading the documentation for Laravel 11.x, 12.x, and 13.x.
26+
You are reading the documentation for Laravel 12.x, and 13.x.
2727

28+
* If you're using Laravel 11 please see the docs for [6.x](https://github.com/sourcetoad/Logger/tree/v6.2.0).
2829
* If you're using Laravel 9 or 10 please see the docs for [4.x](https://github.com/sourcetoad/Logger/releases/tag/v4.2.0).
2930
* If you're using Laravel 6, 7 or 8 please see the docs for [3.x](https://github.com/sourcetoad/Logger/releases/tag/v3.0.1).
3031
* If you're using Laravel 5 or below please see docs for [1.x](https://github.com/sourcetoad/Logger/releases/tag/v1.3.0)

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"require": {
1818
"ext-json": "*",
1919
"php": "^8.2||^8.3||^8.4||^8.5",
20-
"illuminate/auth": "^11.0|^12.0|^13.0",
21-
"illuminate/config": "^11.0|^12.0|^13.0",
22-
"illuminate/database": "^11.0|^12.0|^13.0",
23-
"illuminate/support": "^11.0|^12.0|^13.0",
24-
"illuminate/translation": "^11.0|^12.0|^13.0"
20+
"illuminate/auth": "^12.0|^13.0",
21+
"illuminate/config": "^12.0|^13.0",
22+
"illuminate/database": "^12.0|^13.0",
23+
"illuminate/support": "^12.0|^13.0",
24+
"illuminate/translation": "^12.0|^13.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "1.21",

0 commit comments

Comments
 (0)