Skip to content

Commit 234c36a

Browse files
authored
Merge pull request #5 from tarfin-labs/laravel-10-support
Add laravel 10 support
2 parents a12c8fb + 085de20 commit 234c36a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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

+1-1
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)