coopTilleuls / CoopTilleulsAclSonataAdminExtensionBundle

ACL list filtering for SonataAdmin
http://les-tilleuls.coop
MIT License
45 stars 21 forks source link

Symfony 3 compability? #20

Closed JayKey closed 7 years ago

JayKey commented 7 years ago

I try to install it with Symfony 3.2 but can't. It wants Sonata 2.2 and Symfony 3 wants Sonata 3.x

dunglas commented 7 years ago

Can you try with the master branch? If it works well, can you please report it and we'll create a new tag.

JayKey commented 7 years ago

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