-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade illuminate dependencies, add UPGRADE-6.0.md file (#36)
- Loading branch information
1 parent
1b444d2
commit 7be1765
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# UPGRADE FROM 5.x.x TO 6.0.0 | ||
|
||
### Breaking Changes | ||
|
||
Version 6 of this package no longer supports Laravel 9. | ||
Since Laravel has not provided version 9 with updates since 06/02/2024. | ||
Since Laravel 10+ requires PHP 8.1, this PHP version is also required in this library. | ||
--- | ||
|
||
### Features | ||
|
||
- This package can now be used with Laravel v10 and v11+. | ||
- Removed Coveralls support into github actions. | ||
|
||
### Patches | ||
|
||
- The mutation value has been improved to 100%. | ||
- The coverage of the units has been improved to 97% of the lines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters