1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 18:51:13 +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 sed 's/php-64bit/php/g' -i composer.json
git commit -am 'Temp' git commit -am 'Temp'
git tag "$TAG.1" git tag "90$TAG"
export TAG="$TAG.1"
php8.0 $(which composer) update 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 .. cd ..
rm -rf phar rm -rf phar
@ -44,7 +42,7 @@ cd phar
echo '{ echo '{
"name": "danog/madelineprotophar", "name": "danog/madelineprotophar",
"require": { "require": {
"danog/madelineproto": "'$TAG'.9998" "danog/madelineproto": "90'$TAG'.9998"
}, },
"authors": [ "authors": [
{ {