Skip to content

Commit 085de20

Browse files
author
Oğuzhan KARACABAY
committed
Add laravel 10 support
1 parent 1e5a7cd commit 085de20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-cloudwatch-logger` will be documented in this file
44

5+
## 2.3.0 - 2023-02-16
6+
7+
- Support for Laravel 10.
8+
59
## 2.2.0 - 2022-02-08
610

711
- Support for Laravel 9.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"require": {
3636
"php": "^7.3|^8.0|^8.1",
37-
"illuminate/support": "^7.0|^8.0|^9.0",
37+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
3838
"maxbanton/cwh": "^2.0"
3939
},
4040
"require-dev": {

0 commit comments

Comments
 (0)