/var/www/vhosts/ihelp.ro/httpdocs/vendor/composer/composer/bin
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/composer/composer/bin/compile (1451B)
#!/usr/bin/env php
compile();
} catch (\Exception $e) {
echo 'Failed to compile phar: ['.get_class($e).'] '.$e->getMessage().' at '.$e->getFile().':'.$e->getLine().PHP_EOL;
exit(1);
}