distribution
distribution copied to clipboard
Deployer Phar Distribution
`Composer version 2.0.7` `PHP 8.0.16` Looks like the [deployer.phar](https://github.com/deployphp/distribution/blob/master/update#L13) file is not being downloaded when installing the latest version. Using `"deployer/dist": "v7.0.0-rc.3"` works like a charm.  Any suggestions?
Invoking `dep` yields a PHP warning: ``` $ dep --help PHP Warning: Constant already defined in /.../vendor/deployer/dist/dep on line 5 Warning: Constant already defined in /.../vendor/deployer/dist/dep on line 5 Description:...
Installing 7.0.0 RC3 on Windows 10 and PHP 7.4, when I execute I get: ``` λ .\vendor\bin\dep.bat PHP Fatal error: Namespace declaration statement has to be the very first statement...