We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a12c8fb + 085de20 commit 234c36aCopy full SHA for 234c36a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-cloudwatch-logger` will be documented in this file
4
5
+## 2.3.0 - 2023-02-16
6
+
7
+- Support for Laravel 10.
8
9
## 2.2.0 - 2022-02-08
10
11
- Support for Laravel 9.
composer.json
@@ -34,7 +34,7 @@
34
],
35
"require": {
36
"php": "^7.3|^8.0|^8.1",
37
- "illuminate/support": "^7.0|^8.0|^9.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
38
"maxbanton/cwh": "^2.0"
39
},
40
"require-dev": {
0 commit comments