PUGX / PUGXExtraValidatorBundle

[DEPRECATED] Add some validators for Symfony2.x Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony 2.3 compatibility

opened this issue · comments

It seems that is not compatible with symfony 2.3.*

Problem 1
    - Conclusion: remove symfony/symfony 2.3.x-dev
    - Conclusion: don't install symfony/symfony 2.3.x-dev
    - Conclusion: don't install symfony/symfony v2.3.6
    - Conclusion: don't install symfony/symfony v2.3.5
    - Conclusion: don't install symfony/symfony v2.3.4
    - Conclusion: don't install symfony/symfony v2.3.3
    - Conclusion: don't install symfony/symfony v2.3.2
    - Conclusion: don't install symfony/symfony v2.3.1
    - pugx/extravalidator-bundle v2.2 requires symfony/validator 2.2.* -> satisfiable by symfony/symfony[2.2.x-dev, v2.2.0, v2.2.1, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9], symfony/validator[v2.2.0, v2.2.1, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9].
    - pugx/extravalidator-bundle v2.2.1 requires symfony/framework-bundle dev-master -> satisfiable by symfony/symfony[dev-master, 2.4.x-dev].
    - Can only install one of: symfony/symfony[v2.3.0, 2.2.x-dev].

etc...

Please try again now

@garak what do you think about tagging the release?
I could fix the version of dependencies on composer.json to 2.3 and tag the versione to 2.3

@garak Thank you, but only works with pugx/extravalidator-bundle": "dev-master" not with "pugx/extravalidator-bundle": "2.*"

@agiuliano 👍

I'm going to push a new tag in a few minutes, so you can use 2.* again

Thank you :)