Skip to content

Commit

Permalink
Upgrade illuminate dependencies, add UPGRADE-6.0.md file (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dropelikeit authored May 14, 2024
1 parent 1b444d2 commit 7be1765
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions UPGRADE-6.0.md
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.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"require": {
"php": "^8.1|^8.2|^8.3",
"illuminate/http": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0",
"jms/serializer": "^3.30"
},
"autoload": {
Expand Down

0 comments on commit 7be1765

Please sign in to comment.