File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## v.8.0.0
3+ - update dependencies, to work with Laravel version 12.x
4+ ## v.7.0.0
5+ - update dependencies, to work with Laravel version 11.x
6+ - update README.md file
7+ - migrate from TravisCI to CircleCI
28## v.6.0.0
39 - update dependencies for Laravel 10.x.x compatibility (thanks krzysztofrewak!)
410## v.5.1.0
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Framework | Package | Note
28289.x.x | ^5.x.x |
292910.x.x | ^6.x.x |
303011.x.x | ^7.x.x |
31+ 12.x.x | ^8.x.x |
3132
3233## Rules
3334
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " ^8.2" ,
15- "illuminate/support" : " ^11 .0" ,
15+ "illuminate/support" : " ^12 .0" ,
1616 "ext-calendar" : " *"
1717 },
1818 "require-dev" : {
1919 "phpunit/phpunit" : " ^11.0" ,
20- "orchestra/testbench" : " ^9 .0"
20+ "orchestra/testbench" : " ^10 .0"
2121 },
2222 "license" : " MIT" ,
2323 "authors" : [
You can’t perform that action at this time.
0 commit comments