File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ # UPGRADE FROM 5.x.x TO 6.0.0
2+
3+ ### Breaking Changes
4+
5+ Version 6 of this package no longer supports Laravel 9.
6+ Since Laravel has not provided version 9 with updates since 06/02/2024.
7+ Since Laravel 10+ requires PHP 8.1, this PHP version is also required in this library.
8+ ---
9+
10+ ### Features
11+
12+ - This package can now be used with Laravel v10 and v11+.
13+ - Removed Coveralls support into github actions.
14+
15+ ### Patches
16+
17+ - The mutation value has been improved to 100%.
18+ - The coverage of the units has been improved to 97% of the lines.
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " ^8.1|^8.2|^8.3" ,
15- "illuminate/http" : " ^9.0|^ 10.0|^11.0" ,
16- "illuminate/support" : " ^9.0|^ 10.0|^11.0" ,
17- "illuminate/contracts" : " ^9.0|^ 10.0|^11.0" ,
15+ "illuminate/http" : " ^10.0|^11.0" ,
16+ "illuminate/support" : " ^10.0|^11.0" ,
17+ "illuminate/contracts" : " ^10.0|^11.0" ,
1818 "jms/serializer" : " ^3.30"
1919 },
2020 "autoload" : {
You can’t perform that action at this time.
0 commit comments