magento-hackathon / composer-command-integrator

module to create binaries and scripts which get executed in context of composer so they are able to access content from the composer.json
10 stars 12 forks source link

Unresolveable dependencies #9

Closed SchumacherFM closed 9 years ago

SchumacherFM commented 9 years ago

Hey Daniel,

how do I solve this problem?

    - Conclusion: don't install symfony/console v2.3.22
    - Installation request for magento-hackathon/composer-command-integrator dev-master -> satisfiable by magento-hackathon/composer-command-integrator[dev-master].
    - Installation request for composer/composer dev-master -> satisfiable by composer/composer[dev-master].
    - magento-hackathon/composer-command-integrator dev-master requires symfony/console <2.5 -> satisfiable by symfony/console[2.0.4, 2.0.5, 2.0.6, 2.0.7, v2.0.10, v2.0.12, v2.0.13, v2.0.14, v2.0.15, v2.0.16, v2.0.17, v2.0.18, v2.0.19, v2.0.20, v2.0.21, v2.0.22, v2.0.23, v2.0.24, v2.0.25, v2.0.9, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.3, v2.3.4, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9].
    - Can only install one of: symfony/console[v2.5.0, 2.0.4].
    - Can only install one of: symfony/console[v2.5.0, 2.0.5].
....
   - Can only install one of: symfony/console[v2.5.0, v2.3.9].
    - composer/composer dev-master requires symfony/console ~2.5 -> satisfiable by symfony/console[v2.5.0, v2.5.1, v2.5.10, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.2, v2.6.3, v2.6.4].
    - Conclusion: don't install symfony/console v2.5.1

magento-hackathon/composer-command-integrator uses an old console version ...

Flyingmana commented 9 years ago

thats because we depend on composer, and they dependet an older version till some time ago. https://github.com/composer/composer/commit/85182cf7e198e844f0d1c50bbdac3c5253a6a13d

This caused a deprecated warning, which broke some commands, as they updated, we can update now too :)

Thanks for reporting

SchumacherFM commented 9 years ago

Awesome! Thanks!

Flyingmana commented 9 years ago

btw. thats the problem we had, if you have time to investigate a bit how to solve this https://travis-ci.org/magento-hackathon/composer-command-integrator/jobs/52480238

SchumacherFM commented 9 years ago

Will have a look next week