APY/APYDataGridBundle

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

EloneSampaio opened this issue · 3 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

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

Duplicate of #994