1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 04:11:11 +01:00

Require my fork of dns

This commit is contained in:
Daniil Gentili 2023-01-20 17:55:01 +01:00
parent adea17ba80
commit 604d46e841

View File

@ -63,7 +63,8 @@ cd phar
echo '{
"name": "danog/madelineprotophar",
"require": {
"danog/madelineproto": "'$COMPOSER_TAG'"
"danog/madelineproto": "'$COMPOSER_TAG'",
"amphp/dns": "^2.0.1"
},
"minimum-stability": "dev",
"authors": [
@ -77,6 +78,10 @@ echo '{
"type": "path",
"url": "'$madelinePath'",
"options": {"symlink": false}
},
{
"type": "vcs",
"url": "https://github.com/danog/dns"
}
]
}' > composer.json