mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 15:51:15 +01:00
Try fixing constraint
This commit is contained in:
parent
eed4a8e9f1
commit
564e5cf079
@ -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": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user