Insert php version in release file
This commit is contained in:
parent
93ff2ccab9
commit
b947b5cacc
@ -2,9 +2,9 @@
|
|||||||
"name": "danog/madelineproto",
|
"name": "danog/madelineproto",
|
||||||
"description": "PHP implementation of telegram's MTProto protocol.",
|
"description": "PHP implementation of telegram's MTProto protocol.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"minimum-stability": "dev",
|
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"homepage": "https://docs.madelineproto.xyz",
|
"homepage": "https://docs.madelineproto.xyz",
|
||||||
|
"minimum-stability": "dev",
|
||||||
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
|
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"krakjoe/pthreads-polyfill": "*"
|
"krakjoe/pthreads-polyfill": "*"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"amphp/websocket-client": "dev-master as 1.0.0-rc2",
|
"amphp/websocket-client": "dev-master as 1.0.0-rc2",
|
||||||
"amphp/http-client": "^4",
|
"amphp/http-client": "^4",
|
||||||
"amphp/socket": "^1",
|
"amphp/socket": "^1",
|
||||||
"amphp/dns": "dev-master#eb0b0a2 as v1",
|
"amphp/dns": "^1",
|
||||||
"amphp/file": "^1",
|
"amphp/file": "^1",
|
||||||
"amphp/byte-stream": "^1",
|
"amphp/byte-stream": "^1",
|
||||||
"danog/dns-over-https": "^0.2",
|
"danog/dns-over-https": "^0.2",
|
||||||
|
@ -145,7 +145,7 @@ cd MadelineProtoPhar
|
|||||||
|
|
||||||
cp "../madeline$php$branch.phar" .
|
cp "../madeline$php$branch.phar" .
|
||||||
cp ../tools/phar.php ../examples/mtproxyd .
|
cp ../tools/phar.php ../examples/mtproxyd .
|
||||||
echo -n $TRAVIS_COMMIT > release$php$branch
|
echo -n "$TRAVIS_COMMIT-$php" > release$php$branch
|
||||||
|
|
||||||
[ "$IS_RELEASE" == "y" ] && {
|
[ "$IS_RELEASE" == "y" ] && {
|
||||||
cp release$php$branch release$php
|
cp release$php$branch release$php
|
||||||
|
Loading…
Reference in New Issue
Block a user