Skip to content

Commit

Permalink
allow to use innmind/operating-system 5 and innmind/async-http-server 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 10, 2024
1 parent 49eb915 commit 6618392
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [Unreleased]

### Added

- Support for `innmind/operating-system:~5.0`
- Support for `innmind/async-http-server:~3.0`

## 2.0.0 - 2023-11-26

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "~8.2",
"innmind/operating-system": "~4.1",
"innmind/operating-system": "~4.1|~5.0",
"innmind/cli": "^3.1",
"innmind/immutable": "~5.2",
"innmind/di": "^2.0",
Expand All @@ -40,11 +40,11 @@
"vimeo/psalm": "~5.6",
"innmind/black-box": "~5.5",
"innmind/coding-standard": "~2.0",
"innmind/async-http-server": "~2.0"
"innmind/async-http-server": "~2.0|~3.0"
},
"conflict": {
"innmind/black-box": "<5.0|~6.0",
"innmind/async-http-server": "<2.0|~3.0"
"innmind/async-http-server": "<2.0|~4.0"
},
"suggest": {
"innmind/black-box": "For property based testing",
Expand Down

0 comments on commit 6618392

Please sign in to comment.