Skip to content

Commit 45ab0a9

Browse files
committed
Declare compatibility with Laravel 12
1 parent 06e9fc2 commit 45ab0a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Note: you may refer to `README.md` for description of features.
33

44
## Dev (WIP)
55

6+
## 2.0.3 (2025-03-02)
7+
- Declare compatibility with Laravel 12.
8+
69
## 2.0.2 (2025-01-31)
710
- Fixed file cache evictor sometimes throwing `UnexpectedValueException` due to race conditions
811
- This could happen when multiple cleaners are running at the same time

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
],
3434
"require": {
3535
"php": "^8.1",
36-
"illuminate/support": "^10.0|^11.0",
36+
"illuminate/support": "^10.0|^11.0|^12.0",
3737
"wilderborn/partyline": "^1.0"
3838
},
3939
"require-dev": {
4040
"ext-sqlite3": "*",
4141
"phpunit/phpunit": "^10.4",
42-
"orchestra/testbench": "^8.0|^9.0"
42+
"orchestra/testbench": "^8.0|^9.0|^10.0"
4343
},
4444
"suggest": {
4545
"ext-intl": "Enables using Laravel's `Number::fileSize()` for size reporting"

0 commit comments

Comments
 (0)