This commit is contained in:
Daniil Gentili 2024-05-23 18:34:54 +02:00
parent 68ecec704d
commit e050a07d93
2 changed files with 7 additions and 7 deletions

View File

@ -24,16 +24,16 @@
} }
], ],
"require": { "require": {
"php": "^8.1", "php": "^8.2",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"amphp/http-server": "^v3", "amphp/http-server": "^3.3.1",
"amphp/http": "^v2", "amphp/http": "^2.1.1",
"amphp/http-server-router": "^2", "amphp/http-server-router": "^2",
"amphp/http-server-form-parser": "^v2", "amphp/http-server-form-parser": "^v2",
"amphp/websocket-server": "^v3", "amphp/websocket-server": "^3.0.1",
"amphp/websocket-client": "^v2", "amphp/websocket-client": "^v2",
"vlucas/phpdotenv": "^4", "vlucas/phpdotenv": "^4.3",
"danog/madelineproto": "dev-v8_fix_cleanup", "danog/madelineproto": "dev-v8_fix_cleanup",
"amphp/dns": "2.x-dev" "amphp/dns": "2.x-dev"
}, },

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "09b26d1017fd85d16a9cb71fc6048cdf", "content-hash": "a2c43abdf6b1714d394368fda29ac6b4",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@ -4518,7 +4518,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.1", "php": "^8.2",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*" "ext-mbstring": "*"
}, },