distribution icon indicating copy to clipboard operation
distribution copied to clipboard

Deployer Phar Distribution

Results 3 distribution issues
Sort by recently updated
recently updated
newest added

`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. ![composer](https://user-images.githubusercontent.com/12180771/156680215-c487c93d-dda7-4ba0-8bbb-7d66190c9a90.png) 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...