You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to install this bundle on symfony 5.0.* Composer output:
Using version ^3.2 for apy/datagrid-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.0.*"
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for apy/datagrid-bundle ^3.2 -> satisfiable by apy/datagrid-bundle[3.2.0].
- apy/datagrid-bundle 3.2.0 requires symfony/form ~2.8|~3.0|^4.0 -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, reverting ./composer.json to its original content.
seems like this bundle uses an older version of symfony/form, is it possible to change composer.json of this project to allow for a newer version of symfony/form without any major changes?
The text was updated successfully, but these errors were encountered:
I am unable to install this bundle on symfony 5.0.*
Composer output:
Dependencies in composer.json:
seems like this bundle uses an older version of
symfony/form
, is it possible to change composer.json of this project to allow for a newer version ofsymfony/form
without any major changes?The text was updated successfully, but these errors were encountered: