jalogut / magento2-deployer-plus

Tool based on deployer.org to perform zero downtime deployments of Magento 2 projects
GNU General Public License v3.0
200 stars 59 forks source link

Dependency conflicts Magento 2.1 #11

Closed danielozano closed 6 years ago

danielozano commented 6 years ago

Specifications:

Actually magento < 2.2 implements this restriction for symfony/console: ~2.3 <2.7 and deployer/deployer: ~2.7|~3.0|~4.0

So only deployer <= 3 should be compatible with a Magento < 2.2 installation, but other conflicts could happen (monolog for example).

In order to avoid all this dependency hell you could use deployer/dist instead of deployer/deployer, of this way you will avoid all the dependency incompatibilities.

  "require": {
    "deployer/dist": "^6.0"
  }

If you want I can make a PR.

Thank you!

jalogut commented 6 years ago

That should be fixed on version 1.1.3. Please re-open this issue if you still have problems using the new version