mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 08:18:59 +01:00
Fix deps
This commit is contained in:
parent
6be2a13c6e
commit
fbbab0786a
@ -68,7 +68,7 @@
|
||||
"bamarni/composer-bin-plugin": "1.5.0",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/yaml": "^6.0",
|
||||
"amphp/http-server": "v3.x-dev",
|
||||
"amphp/http-server": "^3",
|
||||
"dg/bypass-finals": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -66,8 +66,7 @@ echo '{"github-oauth": {"github.com": "'$GITHUB_TOKEN'"}}' > ~/.composer/auth.js
|
||||
echo '{
|
||||
"name": "danog/madelineprotophar",
|
||||
"require": {
|
||||
"danog/madelineproto": "'$COMPOSER_TAG'",
|
||||
"amphp/dns": "^2.0.1"
|
||||
"danog/madelineproto": "'$COMPOSER_TAG'"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"authors": [
|
||||
@ -81,10 +80,6 @@ echo '{
|
||||
"type": "path",
|
||||
"url": "'$madelinePath'",
|
||||
"options": {"symlink": false}
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/danog/dns"
|
||||
}
|
||||
]
|
||||
}' > composer.json
|
||||
|
Loading…
Reference in New Issue
Block a user