1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 15:51:15 +01:00
This commit is contained in:
Daniil Gentili 2021-10-24 19:27:04 +02:00
parent 29ea53488a
commit 8f5a539f60
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -72,8 +72,8 @@ echo '{
}
]
}' > composer.json
composer update --no-cache
composer dumpautoload --optimize
php $(which composer) update --no-cache
php $(which composer) dumpautoload --optimize
rm -rf vendor/phabel/phabel/tests* vendor/danog/madelineproto/docs
find vendor/ -type f -exec sed 's/private function __sleep/public function __sleep/g' -i {} +
cd ..