Skip to content

Commit

Permalink
add support for immutable 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 16, 2023
1 parent fc1360b commit 7415b3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 4.3.0 - 2023-09-16

### Added

- Support for `innmind/immutable` `5`

## 4.2.0 - 2023-07-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "~8.2",
"innmind/immutable": "~4.15",
"innmind/immutable": "~4.15|~5.0",
"league/uri-parser": "~1.2",
"league/uri-components": "~2.0"
},
Expand Down

0 comments on commit 7415b3c

Please sign in to comment.