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 0505e09 commit d99b657
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
## 3.1.0 - 2023-09-16

### Added

- Support for `innmind/immutable` `5`

### Removed

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "~8.2",
"innmind/url": "~4.1",
"innmind/immutable": "~4.3"
"innmind/immutable": "~4.3|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d99b657

Please sign in to comment.