zelenin / zend-expressive-config

Zend Expressive config manager
MIT License
7 stars 2 forks source link

i have dependency conflict #1

Closed maxgu closed 7 years ago

maxgu commented 7 years ago

when i try to require zelenin/zend-expressive-config "~1.2.0" i get dependency conflict:

$ composer require zelenin/zend-expressive-config "~1.2.0"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for zelenin/zend-expressive-config ~1.2.0 -> satisfiable by zelenin/zend-expressive-config[1.2.0].
    - Conclusion: remove symfony/yaml v3.2.3
    - Conclusion: don't install symfony/yaml v3.2.3
    - zelenin/zend-expressive-config 1.2.0 requires symfony/yaml ~2.8.0 || ~3.0.0 -> satisfiable by symfony/yaml[v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.2, v2.8.3, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9].
    - Can only install one of: symfony/yaml[v2.8.0, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.1, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.10, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.11, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.12, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.13, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.14, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.15, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.16, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.17, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.2, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.3, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.4, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.5, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.6, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.7, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.8, v3.2.3].
    - Can only install one of: symfony/yaml[v2.8.9, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.0, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.1, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.2, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.3, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.4, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.5, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.6, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.7, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.8, v3.2.3].
    - Can only install one of: symfony/yaml[v3.0.9, v3.2.3].
    - Installation request for symfony/yaml (locked at v3.2.3) -> satisfiable by symfony/yaml[v3.2.3].

Installation failed, reverting ./composer.json to its original content.

may be because i have installed phpunit 5.7.13 (with "symfony/yaml": "~2.1|~3.0")

zelenin commented 7 years ago

I fixed it. Try 1.2.1 version. Thanks!