Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  specify next release
  add support for innmind/operating-system 5
  CS
  • Loading branch information
Baptouuuu committed Mar 10, 2024
2 parents a629fc1 + bdb33cb commit 2f0237a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0 - 2024-03-10

### Added

- Support for `innmind/operating-system:~5.0`

## 2.0.1 - 2023-11-12

### Fixed
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/immutable": "~5.2",
"innmind/operating-system": "~4.1",
"innmind/operating-system": "~4.1|~5.0",
"innmind/filesystem": "~7.3"
},
"autoload": {
Expand Down
1 change: 0 additions & 1 deletion src/Suspend/Halt.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Innmind\Stream\{
Readable,
Writable,
Watch\Ready,
};
use Innmind\Immutable\{
Maybe,
Expand Down

0 comments on commit 2f0237a

Please sign in to comment.