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
ok, when I do: composer require tilleuls/acl-sonata-admin-extension-bundle
I get:
Using version ^1.1 for tilleuls/acl-sonata-admin-extension-bundle
./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 tilleuls/acl-sonata-admin-extension-bundle ^1.1 -> satisfiable by tilleuls/acl-sonata-admin-extension-bundle[1.1.0].
- tilleuls/acl-sonata-admin-extension-bundle 1.1.0 requires sonata-project/admin-bundle ~2.2,>=2.2.2 -> satisfiable by sonata-project/admin-bundle[2.2.10, 2.2.11, 2.2.12, 2.2.13, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 2.2.9, 2.3.0, 2.3.1, 2.3.10, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.3.9, 2.x-dev] but these conflict with your requirements or minimum-stability.
but if I just add "tilleuls/acl-sonata-admin-extension-bundle": "dev-master"
to composer.json everything works fine
I try to install it with Symfony 3.2 but can't. It wants Sonata 2.2 and Symfony 3 wants Sonata 3.x
The text was updated successfully, but these errors were encountered: