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.
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments