Skip to content

Commit 08a80c6

Browse files
author
Alexander Lentner
committed
chore: Laravel 12 Support
See: FIJA-1301
1 parent 5f54da6 commit 08a80c6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
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": {

0 commit comments

Comments
 (0)