Skip to content

Commit 8a45f30

Browse files
authored
Merge pull request #1 from tarfin-labs/support-for-laravel-8
Support for laravel 8
2 parents 1a47f3c + 88dd0af commit 8a45f30

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.0.0 - 2020-10-06
6+
7+
- Support for Laravel 8
8+
59
## 1.0.0 - 2020-07-15
610

711
- initial release

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
}
3434
],
3535
"require": {
36-
"php": "^7.2",
37-
"illuminate/support": "^7.0",
36+
"php": "^7.3",
37+
"illuminate/support": "^7.0|^8.0",
3838
"maxbanton/cwh": "^2.0"
3939
},
4040
"require-dev": {
41-
"orchestra/testbench": "^5.0",
41+
"orchestra/testbench": "^5.0|^6.0",
4242
"phpunit/phpunit": "^9.0"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)