APY/APYDataGridBundle

Symfony 3.4 Capability

aliemre opened this issue · 10 comments

Hi.

I have started a project as SF 3.4 and I've tried to install APY. So the error came out:

Your requirements could not be resolved to an installable set of packages.

After that I tried:

composer require apy/datagrid-bundle@3.1.0

Could not find package apy/datagrid-bundle@3.1.0 at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Unlike 3.4, It perfectly installs APY@3.0 on SF@3.3

How can I manage to install latest release of APY@3.1.0 on SF@3.4

composer.json:
https://gist.github.com/aliemre/50aa952244099e8b1c13dd9f693cc952

Could you try to require 3.1.1 version of this bundle?
This should have fixed the issue.

Let me know, thank you.

Sorry @DonCallisto to reply late. I have tried to install APY on SF 3.1.1. Same error occurred.

screen shot 2018-03-23 at 14 55 10

You're still requiring 3.1.0 of this bundle, please try with 3.1.1

I think that 3.1.0 and 3.1.1 need project in stability dev to be installed (because of extra branch-alias in composer.json?)

I cannot test it because my project is based on symfony 4.0.6 which is in conflict with symfony/symfony package required in APY composer.json.

Sorry for misversion. On 3.1.1 still same:

screen shot 2018-03-26 at 14 32 09

Did you tried to change stability to dev? Add two lines in root (project) composer.json:

minimum-stability: dev,
prefer-stable: true,

@kurkowskik Nothing changed. I got the same error unfortunately. I have attached the composer.json and the error screen.

Composer.json
https://gist.github.com/aliemre/a04b7540acd13a733daf8c429683b669

** Error:**
screen shot 2018-03-27 at 18 22 01

Also I disabled version specifiying and got the error:
screen shot 2018-03-27 at 18 25 50

Should I enable mongodb-odm package?

@aliemre unfortunately... yes.
BUT I'm gonna release a new version with some bugfix and without this requirement.
Hopefully in the next hours.