Skip to content

Commit d03aa4b

Browse files
authored
Merge pull request #11 from tarfin-labs/laravel-12
Update dependencies for Laravel 12 and PHP 8.4 support
2 parents 9e513b9 + fc31750 commit d03aa4b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ docs
55
vendor
66
coverage
77
.phpunit.result.cache
8+
.DS_Store

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.7.0 - 2025-02-21
6+
- Support for Laravel 12 and PHP 8.4
7+
58
## 2.6.0 - 2024-04-08
69
- Support for Laravel 11 and PHP 8.3
710

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
}
3434
],
3535
"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",
3838
"phpnexus/cwh": "^2.0|^3.0"
3939
},
4040
"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"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)