File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 7.0.0 (2025-03-12)
5+ ------------------
6+
7+ - Add support for Laravel 11
8+ - Add support for Doctrine DBAL 4.x
9+ - Drop support of Laravel prior to 10
10+ - Drop support of PHP prior to 8.2
11+ - Drop support of Doctrine DBAL prior to 3.4
12+ - Uppercase changelog and readme filename
13+
14+
4156.6.1 (2024-11-30)
516------------------
617
File renamed without changes.
Original file line number Diff line number Diff line change 1212 ],
1313 "license" : " MIT" ,
1414 "require" : {
15- "illuminate/support" : " ~5.8 || ^6 .0 || ^7.0 || ^8.0 || ^9.0 || ^10 .0" ,
16- "doctrine/dbal" : " ^2.13 || ^3.1 "
15+ "illuminate/support" : " ^10 .0 || ^11 .0" ,
16+ "doctrine/dbal" : " ^3.4 || ^4.2 "
1717 },
1818 "autoload" : {
1919 "psr-4" : {
You can’t perform that action at this time.
0 commit comments