File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-cloudwatch-logger ` will be documented in this file
4
4
5
+ ## 2.6.0 - 2024-04-08
6
+ - Support for Laravel 11 and PHP 8.3
7
+
5
8
## 2.5.0 - 2023-11-28
6
9
- Change the vendor of ` cwh ` package to ` phpnexus ` .
7
10
Original file line number Diff line number Diff line change 33
33
}
34
34
],
35
35
"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 " ,
38
38
"phpnexus/cwh" : " ^2.0|^3.0"
39
39
},
40
40
"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 " ,
42
42
"phpunit/phpunit" : " ^9.0"
43
43
},
44
44
"autoload" : {
You can’t perform that action at this time.
0 commit comments