diff --git a/composer.json b/composer.json index 3a6da8b..76d2a88 100644 --- a/composer.json +++ b/composer.json @@ -24,16 +24,16 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "ext-json": "*", "ext-mbstring": "*", - "amphp/http-server": "^v3", - "amphp/http": "^v2", + "amphp/http-server": "^3.3.1", + "amphp/http": "^2.1.1", "amphp/http-server-router": "^2", "amphp/http-server-form-parser": "^v2", - "amphp/websocket-server": "^v3", + "amphp/websocket-server": "^3.0.1", "amphp/websocket-client": "^v2", - "vlucas/phpdotenv": "^4", + "vlucas/phpdotenv": "^4.3", "danog/madelineproto": "dev-v8_fix_cleanup", "amphp/dns": "2.x-dev" }, diff --git a/composer.lock b/composer.lock index 2b07d24..890ad38 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "09b26d1017fd85d16a9cb71fc6048cdf", + "content-hash": "a2c43abdf6b1714d394368fda29ac6b4", "packages": [ { "name": "amphp/amp", @@ -4518,7 +4518,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.1", + "php": "^8.2", "ext-json": "*", "ext-mbstring": "*" },