Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony 3 compability? #20

Closed
JayKey opened this issue Dec 28, 2016 · 2 comments
Closed

Symfony 3 compability? #20

JayKey opened this issue Dec 28, 2016 · 2 comments

Comments

@JayKey
Copy link

JayKey commented Dec 28, 2016

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
Copy link
Member

dunglas commented Dec 28, 2016

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

@JayKey
Copy link
Author

JayKey commented Dec 28, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants