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.
1 parent 234c36a commit e53326bCopy full SHA for e53326b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-cloudwatch-logger` will be documented in this file
4
5
+## 2.4.0 - 2023-05-11
6
+
7
+- PHP 8.2 support added.
8
9
## 2.3.0 - 2023-02-16
10
11
- Support for Laravel 10.
composer.json
@@ -33,12 +33,12 @@
33
}
34
],
35
"require": {
36
- "php": "^7.3|^8.0|^8.1",
+ "php": "^7.3|^8.0|^8.1|^8.2",
37
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
38
"maxbanton/cwh": "^2.0"
39
},
40
"require-dev": {
41
- "orchestra/testbench": "^5.0|^6.0|^7.0",
+ "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
42
"phpunit/phpunit": "^9.0"
43
44
"autoload": {
0 commit comments