File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Note: you may refer to `README.md` for description of features.
3
3
4
4
## Dev (WIP)
5
5
6
+ ## 2.0.3 (2025-03-02)
7
+ - Declare compatibility with Laravel 12.
8
+
6
9
## 2.0.2 (2025-01-31)
7
10
- Fixed file cache evictor sometimes throwing ` UnexpectedValueException ` due to race conditions
8
11
- This could happen when multiple cleaners are running at the same time
Original file line number Diff line number Diff line change 33
33
],
34
34
"require" : {
35
35
"php" : " ^8.1" ,
36
- "illuminate/support" : " ^10.0|^11.0" ,
36
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
37
37
"wilderborn/partyline" : " ^1.0"
38
38
},
39
39
"require-dev" : {
40
40
"ext-sqlite3" : " *" ,
41
41
"phpunit/phpunit" : " ^10.4" ,
42
- "orchestra/testbench" : " ^8.0|^9.0"
42
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 "
43
43
},
44
44
"suggest" : {
45
45
"ext-intl" : " Enables using Laravel's `Number::fileSize()` for size reporting"
You can’t perform that action at this time.
0 commit comments