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 1a47f3c + 88dd0af commit 8a45f30Copy full SHA for 8a45f30
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-cloudwatch-logger` will be documented in this file
4
5
+## 2.0.0 - 2020-10-06
6
+
7
+- Support for Laravel 8
8
9
## 1.0.0 - 2020-07-15
10
11
- initial release
composer.json
@@ -33,12 +33,12 @@
33
}
34
],
35
"require": {
36
- "php": "^7.2",
37
- "illuminate/support": "^7.0",
+ "php": "^7.3",
+ "illuminate/support": "^7.0|^8.0",
38
"maxbanton/cwh": "^2.0"
39
},
40
"require-dev": {
41
- "orchestra/testbench": "^5.0",
+ "orchestra/testbench": "^5.0|^6.0",
42
"phpunit/phpunit": "^9.0"
43
44
"autoload": {
0 commit comments