Skip to content

Commit

Permalink
drop immutable 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Oct 11, 2023
1 parent d46b574 commit 8ad7f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- `Innmind\IO\Readable\Chunks::lazy()`
- `Innmind\IO\Readable\Chunks\Lazy`

### Removed

- Support for `innmind/immutable:~4.15`

## 2.0.0 - 2023-09-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "~8.2",
"innmind/immutable": "~4.15|~5.0",
"innmind/immutable": "~5.0",
"innmind/stream": "~4.0"
},
"autoload": {
Expand Down

0 comments on commit 8ad7f75

Please sign in to comment.