From b947b5cacc8ec3151ef3eb716b65613c9352143c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 27 Dec 2019 15:50:00 +0100 Subject: [PATCH] Insert php version in release file --- composer.json | 4 ++-- tests/makephar.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fb4091ec..a5cbcab6 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "danog/madelineproto", "description": "PHP implementation of telegram's MTProto protocol.", "type": "project", - "minimum-stability": "dev", "license": "AGPL-3.0-only", "homepage": "https://docs.madelineproto.xyz", + "minimum-stability": "dev", "keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"], "conflict": { "krakjoe/pthreads-polyfill": "*" @@ -27,7 +27,7 @@ "amphp/websocket-client": "dev-master as 1.0.0-rc2", "amphp/http-client": "^4", "amphp/socket": "^1", - "amphp/dns": "dev-master#eb0b0a2 as v1", + "amphp/dns": "^1", "amphp/file": "^1", "amphp/byte-stream": "^1", "danog/dns-over-https": "^0.2", diff --git a/tests/makephar.sh b/tests/makephar.sh index 7f91bfe1..b0911fb5 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -145,7 +145,7 @@ cd MadelineProtoPhar cp "../madeline$php$branch.phar" . cp ../tools/phar.php ../examples/mtproxyd . -echo -n $TRAVIS_COMMIT > release$php$branch +echo -n "$TRAVIS_COMMIT-$php" > release$php$branch [ "$IS_RELEASE" == "y" ] && { cp release$php$branch release$php