Skip to content

Commit 2055413

Browse files
committed
Support Laravel 12
1 parent 664a3a8 commit 2055413

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# CHANGELOG
22

3-
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.0...main)
3+
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.1...main)
44

5+
## [v1.2.1 (2025-02-24)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.2.0...v1.2.1)
6+
7+
- Laravel 12 support
58
- Drop Laravel 10 support and fixed CI
69

710
## [v1.2.0 (2024-10-15)](https://github.com/onlime/laravel-http-client-global-logger/compare/v1.1.3...v1.2.0)

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
},
3434
"require-dev": {
3535
"laravel/framework": "^11.0||^12.0",
36-
"laravel/pint": "^1.18",
36+
"laravel/pint": "^1.21",
3737
"orchestra/testbench": "^9.0||^10.0",
38-
"pestphp/pest": "^3.0",
38+
"pestphp/pest": "^3.7",
3939
"pestphp/pest-plugin-arch": "^3.0",
40-
"pestphp/pest-plugin-laravel": "^3.0",
40+
"pestphp/pest-plugin-laravel": "^3.1",
4141
"saloonphp/laravel-http-sender": "^3.0",
42-
"saloonphp/laravel-plugin": "^3.0",
43-
"spatie/invade": "^2.0"
42+
"saloonphp/laravel-plugin": "^3.5.1",
43+
"spatie/invade": "^2.1"
4444
},
4545
"suggest": {
4646
"saloonphp/laravel-plugin": "To support logging of Saloon events (^3.0)"
@@ -73,6 +73,6 @@
7373
]
7474
}
7575
},
76-
"minimum-stability": "dev",
76+
"minimum-stability": "stable",
7777
"prefer-stable": true
7878
}

0 commit comments

Comments
 (0)