APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
493 stars 343 forks source link

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

Closed EloneSampaio closed 6 years ago

EloneSampaio commented 6 years ago

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

kannanseeni commented 6 years ago

Try $ composer require apy/datagrid-bundle --ignore-platform-reqs

EloneSampaio commented 6 years ago

Not working @kannanseeni

DonCallisto commented 6 years ago

Duplicate of #994