deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.41k stars 1.47k forks source link

Support Symfony V6 #3776

Closed Sven-TS closed 4 months ago

Sven-TS commented 4 months ago

Symfony's v6 LTS was released in November 2023 and we would like to upgrade our Symfony 5 projects to Symfony 6.

The deployer dependency currently blocks the update, because it requires some symfony packages in v5. Dependencies from composer.json:

"symfony/console": "^5.4.9",
"symfony/process": "^5",
"symfony/yaml": "^5"

If the symfony packages would be supported in v6 it would enable projects to move to symfony v6 and still using the deployer package.

antonmedv commented 4 months ago

It will not be blocked as Deployer dependencies are bundled: https://packagist.org/packages/deployer/deployer

Sven-TS commented 4 months ago

Thanks, my bad. Was working with an older version of Deployer and it was a conflict there. Fixed in the newer versions.