File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.0.0 (2025-10-30)
5+ ------------------
6+
7+ Add Laravel 11 & 12 support
8+ - Support PHP 8.2 and 8.4
9+ - Add illuminate/support ^11.0 || ^12.0
10+ - Add illuminate/database ^11.0 || ^12.0
11+ - Prepare doctrine/dbal ^4.0 support (optional)
12+
13+ Breaking changes:
14+ - Drop Laravel 8, 9, 10 support
15+ - Drop PHP 8.1 support"
16+
17+
4181.0.0 (2023-07-03)
519------------------
620
Original file line number Diff line number Diff line change 1212 ],
1313 "license" : " MIT" ,
1414 "require" : {
15- "php" : " ^8.1 " ,
16- "illuminate/support" : " ^8 .0 || ^9.0 || ^10 .0" ,
17- "illuminate/database" : " ^8 .0 || ^9.0 || ^10 .0" ,
18- "doctrine/dbal" : " ^3.5 || ^3.6 "
15+ "php" : " ^8.2 || ^8.4 " ,
16+ "illuminate/support" : " ^11 .0 || ^12 .0" ,
17+ "illuminate/database" : " ^11 .0 || ^12 .0" ,
18+ "doctrine/dbal" : " ^3.5 || ^4.0 "
1919 },
2020 "autoload" : {
2121 "psr-4" : {
You can’t perform that action at this time.
0 commit comments