fortress-project / folk-bundle

Folk's user bundle for Symfony
GNU General Public License v3.0
2 stars 0 forks source link

Unable to install on existing project ... #13

Closed GothShoot closed 4 years ago

GothShoot commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

Composer refuse to install your bundle, probably because his dependencies is not correctly described.

To Reproduce using flex symfony version locking to ^5.0

Expected behavior simply install

Screenshots

 Problem 1
    - Conclusion: remove symfony/asset v5.0.5
    - Conclusion: don't install symfony/asset v5.0.5
    - Conclusion: don't install symfony/symfony v5.0.7
    - Installation request for fortress-project/folk-bundle dev-master -> satisfiable by fortress-project/folk-bundle[dev-master].
    - Conclusion: don't install symfony/symfony v5.0.6
    - Installation request for symfony/validator (locked at v5.0.5, required as ^5.0) -> satisfiable by symfony/symfony[v5.0.5], symfony/validator[v5.0.5].
    - Conclusion: don't install symfony/symfony v5.0.5
    - Installation request for symfony/asset (locked at v5.0.5, required as ^5.0) -> satisfiable by symfony/asset[v5.0.5], symfony/symfony[v5.0.5].
    - Conclusion: don't install symfony/framework-bundle 5.0.x-dev|install symfony/symfony v5.0.5
    - Installation request for symfony/framework-bundle (locked at v5.0.5, required as ^5.0) -> satisfiable by symfony/framework-bundle[v5.0.5], symfony/symfony[v5.0.5].
    - Conclusion: don't install symfony/framework-bundle v5.0.6|install symfony/symfony v5.0.5
    - symfony/routing v5.0.5 conflicts with symfony/framework-bundle[5.1.x-dev].
    - symfony/framework-bundle 5.1.x-dev conflicts with symfony/routing[v5.0.5].
    - symfony/framework-bundle 5.1.x-dev conflicts with symfony/routing[v5.0.5].
    - fortress-project/folk-bundle dev-master requires symfony/framework-bundle ^5.0.6 -> satisfiable by symfony/symfony[5.0.x-dev, 5.1.x-dev, v5.0.6, v5.0.7], symfony/framework-bundle[5.0.x-dev, 5.1.x-dev, v5.0.6, v5.0.7].
    - don't install symfony/symfony 5.0.x-dev|don't install symfony/asset v5.0.5
    - don't install symfony/symfony 5.1.x-dev|don't install symfony/asset v5.0.5
    - Conclusion: don't install symfony/framework-bundle v5.0.7|install symfony/symfony v5.0.5
    - Installation request for symfony/routing (locked at v5.0.5) -> satisfiable by symfony/routing[v5.0.5], symfony/symfony[v5.0.5].
alwaeles commented 4 years ago

Is your minimum stability set to dev (you can also use @dev as version constraint suffix) and using version constraint dev-develop ?

alwaeles commented 4 years ago

Gonna change version definitions in composer.json (replace ^x.y.z to ^x.y)