mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 00:51:12 +01:00
Require my fork of dns
This commit is contained in:
parent
adea17ba80
commit
604d46e841
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user