Skip to content

Commit 1e5a7cd

Browse files
authored
Merge pull request #4 from tarfin-labs/laravel-9-support
Laravel 9 support added
2 parents b5c76c4 + 22be81e commit 1e5a7cd

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.2.0 - 2022-02-08
6+
7+
- Support for Laravel 9.
8+
59
## 2.1.0 - 2020-06-03
610

711
- PHP 8 support added.

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.3 || ^8.0",
37-
"illuminate/support": "^7.0|^8.0",
36+
"php": "^7.3|^8.0|^8.1",
37+
"illuminate/support": "^7.0|^8.0|^9.0",
3838
"maxbanton/cwh": "^2.0"
3939
},
4040
"require-dev": {
41-
"orchestra/testbench": "^5.0|^6.0",
41+
"orchestra/testbench": "^5.0|^6.0|^7.0",
4242
"phpunit/phpunit": "^9.0"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)