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 b5c76c4 + 22be81e commit 1e5a7cdCopy full SHA for 1e5a7cd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-cloudwatch-logger` will be documented in this file
4
5
+## 2.2.0 - 2022-02-08
6
+
7
+- Support for Laravel 9.
8
9
## 2.1.0 - 2020-06-03
10
11
- PHP 8 support added.
composer.json
@@ -33,12 +33,12 @@
33
}
34
],
35
"require": {
36
- "php": "^7.3 || ^8.0",
37
- "illuminate/support": "^7.0|^8.0",
+ "php": "^7.3|^8.0|^8.1",
+ "illuminate/support": "^7.0|^8.0|^9.0",
38
"maxbanton/cwh": "^2.0"
39
},
40
"require-dev": {
41
- "orchestra/testbench": "^5.0|^6.0",
+ "orchestra/testbench": "^5.0|^6.0|^7.0",
42
"phpunit/phpunit": "^9.0"
43
44
"autoload": {
0 commit comments