File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 3.2.0] - 2025-03-27
8+ ### Added
9+ - Support for PHP 8.4
10+ - Support for ` illuminate/support ` v12
11+ - Support for ` illuminate/session ` v12
12+
713## [ 3.1.0] - 2024-02-27
814### Added
915- Support for PHP 8.3
Original file line number Diff line number Diff line change 1919 ],
2020 "license" : " Apache-2.0" ,
2121 "require" : {
22- "php" : " 8.1.* || 8.2.*|| 8.3.*" ,
23- "illuminate/support" : " ^10.0 || ^11.0" ,
24- "illuminate/session" : " ^10.0 || ^11.0" ,
22+ "php" : " 8.1.* || 8.2.*|| 8.3.* || 8.4.* " ,
23+ "illuminate/support" : " ^10.0 || ^11.0 || ^12.0 " ,
24+ "illuminate/session" : " ^10.0 || ^11.0 || ^12.0 " ,
2525 "psr/cache" : " ^1.0 || ^2.0 || ^3.0 "
2626 },
2727 "require-dev" : {
You can’t perform that action at this time.
0 commit comments