You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since vendor/bin/dep became vendor/bin/deployer.phar, it is no longer possible to use non-Deployer classes in deploy.php.
The autoloader must be manually required with (require_once __DIR__ . '/vendor/autoload.php'). There is no note about this regression in the UPGRADE.md.
Note
Deployer v8 now is released and uses normal autoload.php composer path. So the issues should be fixed in Deployer v8.
Since
vendor/bin/depbecamevendor/bin/deployer.phar, it is no longer possible to use non-Deployer classes indeploy.php.The autoloader must be manually required with (
require_once __DIR__ . '/vendor/autoload.php'). There is no note about this regression in the UPGRADE.md.Note
Deployer v8 now is released and uses normal autoload.php composer path. So the issues should be fixed in Deployer v8.