Jörn Wagner
Jörn Wagner
I've noticed in [src/Configuration/DefaultConfiguration.php](https://github.com/EasyCorp/easy-deploy-bundle/blob/master/src/Configuration/DefaultConfiguration.php) that the code assumes a lot of configuration defaults depending on the Symfony version used. So for 3.4 and up it already assumes the Symfony 4...
If I set `->consoleBinaryPath('bin/adminconsole')` for deployment of a [Sulu CMS](https://sulu.io/en) application, it is not honored and the `{{ console_bin }}` template variable is still evaluated as `bin/console`. Now, this works...
PHP version: 7.3.7 Elasticsearch version: 5.6.16 Bundle version: 5.2.5 Symfony version: 3.4.37 Going from 5.2.4 to 5.2.5 you raised the version range for `ongr/elasticsearch-dsl` from `~5.0` to `~5.0|~6.0`. This causes...