rutgerrademaker
rutgerrademaker
Thanks again for the quick reply The output of the example looks like ```bash % ~/.config/composer/vendor/deployer/deployer/bin/dep test localhost Here the config returns a class Deployer\TestClass Object ( ) task test...
Thanks for the quick reply, and the suggestion! Our main issue is that we do a `composer require deployer/deployer` in a lot of places to get the phar installed Will...
@kiropowered I did not try to go the phar way yet, as in our situation it's not really easy to accomplish Instead I'm trying to figure out how much work...
I gave it a try and opened this PR > https://github.com/deployphp/deployer/pull/3189 Great chance I missed something, but for me this seems to do the trick until we have adopted deployer...
@antonmedv Thanks for the quick reply It's not just deploy.php, its our entire recipe which also holds a bunch of "normal classes" e.g ```
@antonmedv Could you please (re)consider to re-add the source to the releases? N.B. I think it would make sense to distribute the phar without any (Composer) dependencies. Wasn't this also...
Since I saw the source was added back again I gave this a second try At first glance it did not seem to work out, most likely as no autoload...