diff --git a/composer.json b/composer.json index 0ca3227..463be35 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ }, "require": { "php": "~8.2", - "innmind/immutable": "~5.18", - "innmind/http": "^8.0", - "innmind/operating-system": "~6.0", + "innmind/immutable": "~5.20", + "innmind/http": "~8.0", + "innmind/operating-system": "~6.2", "innmind/reflection": "~5.2", "innmind/math": "~6.1", "innmind/xml": "~8.0", @@ -27,21 +27,21 @@ "innmind/hash": "~1.7", "innmind/encoding": "~2.0", "innmind/specification": "~4.1", - "innmind/http-transport": "~8.0", + "innmind/http-transport": "~8.1", "innmind/filesystem": "~8.1", "innmind/file-watch": "~5.0", "innmind/time-continuum": "~4.2", - "innmind/time-warp": "~4.0", + "innmind/time-warp": "^4.1.1", "innmind/server-control": "~6.1", "innmind/server-status": "~5.0", "innmind/url": "~4.4", - "innmind/validation": "~2.0", + "innmind/validation": "~2.3", "innmind/media-type": "~2.3", - "innmind/io": "^3.3.1", + "innmind/io": "^3.5.1", "innmind/ip": "~3.2", "innmind/http-server": "~5.0", "innmind/cli": "~4.0", - "innmind/router": "~5.0", + "innmind/router": "~5.2", "innmind/async": "~1.0" } }