1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 19:11:16 +01:00

Try fixing constraint

This commit is contained in:
Daniil Gentili 2021-12-03 19:27:16 +01:00
parent eed4a8e9f1
commit 564e5cf079
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -25,14 +25,12 @@ madelinePath=$PWD
sed 's/php-64bit/php/g' -i composer.json
git commit -am 'Temp'
git tag "$TAG.1"
export TAG="$TAG.1"
git tag "90$TAG"
php8.0 $(which composer) update
php8.0 vendor/bin/phabel publish -d "$TAG"
php8.0 vendor/bin/phabel publish -d "90$TAG"
git checkout "$TAG.9998"
git checkout "90$TAG.9998"
cd ..
rm -rf phar
@ -44,7 +42,7 @@ cd phar
echo '{
"name": "danog/madelineprotophar",
"require": {
"danog/madelineproto": "'$TAG'.9998"
"danog/madelineproto": "90'$TAG'.9998"
},
"authors": [
{