Skip to content

Commit

Permalink
Merge pull request #5 from tarfin-labs/laravel-10-support
Browse files Browse the repository at this point in the history
Add laravel 10 support
  • Loading branch information
deligoez authored Feb 16, 2023
2 parents a12c8fb + 085de20 commit 234c36a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-cloudwatch-logger` will be documented in this file

## 2.3.0 - 2023-02-16

- Support for Laravel 10.

## 2.2.0 - 2022-02-08

- Support for Laravel 9.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"require": {
"php": "^7.3|^8.0|^8.1",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"maxbanton/cwh": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 234c36a

Please sign in to comment.