You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Hello,
when trying to install through composer.phar on a Symfony 3.1.5, installation fails with the message:
- Installation request for symfony/symfony (locked at v3.1.5, required as 3.1.*) -> satisfiable by symfony/symfony[v3.1.5].
I think the package symfony/validator has been removed on symfony3.
Maybe it would be a good idea to remove this dependency?
It seems it works fine with Symfony 3.1.5 after removing the dependency.