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:
parent
adea17ba80
commit
604d46e841
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user