File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
vendor
6
6
coverage
7
7
.phpunit.result.cache
8
+ .DS_Store
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.7.0 - 2025-02-21
6
+ - Support for Laravel 12 and PHP 8.4
7
+
5
8
## 2.6.0 - 2024-04-08
6
9
- Support for Laravel 11 and PHP 8.3
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|^8.3" ,
37
- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
36
+ "php" : " ^7.3|^8.0|^8.1|^8.2|^8.3|^8.4 " ,
37
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.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|^9.0" ,
42
- "phpunit/phpunit" : " ^9.0"
41
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
42
+ "phpunit/phpunit" : " ^9.0|^10.0 "
43
43
},
44
44
"autoload" : {
45
45
"psr-4" : {
You can’t perform that action at this time.
0 commit comments