Skip to content

Commit 9e513b9

Browse files
Merge pull request #10 from tarfin-labs/laravel-11-support
Laravel 11 and PHP 8.3 support
2 parents a617e41 + 7061763 commit 9e513b9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 2.6.0 - 2024-04-08
6+
- Support for Laravel 11 and PHP 8.3
7+
58
## 2.5.0 - 2023-11-28
69
- Change the vendor of `cwh` package to `phpnexus`.
710

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
}
3434
],
3535
"require": {
36-
"php": "^7.3|^8.0|^8.1|^8.2",
37-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
36+
"php": "^7.3|^8.0|^8.1|^8.2|^8.3",
37+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
3838
"phpnexus/cwh": "^2.0|^3.0"
3939
},
4040
"require-dev": {
41-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
41+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
4242
"phpunit/phpunit": "^9.0"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)