1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:18:59 +01:00
This commit is contained in:
Daniil Gentili 2023-01-21 21:47:35 +01:00
parent 6be2a13c6e
commit fbbab0786a
2 changed files with 2 additions and 7 deletions

View File

@ -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": {

View File

@ -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