1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 06:31: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 '{ echo '{
"name": "danog/madelineprotophar", "name": "danog/madelineprotophar",
"require": { "require": {
"danog/madelineproto": "'$COMPOSER_TAG'" "danog/madelineproto": "'$COMPOSER_TAG'",
"amphp/dns": "^2.0.1"
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"authors": [ "authors": [
@ -77,6 +78,10 @@ echo '{
"type": "path", "type": "path",
"url": "'$madelinePath'", "url": "'$madelinePath'",
"options": {"symlink": false} "options": {"symlink": false}
},
{
"type": "vcs",
"url": "https://github.com/danog/dns"
} }
] ]
}' > composer.json }' > composer.json