- Issue created by @pharamis
- 🇩🇪Germany jurgenhaas Gottmadingen
This happens because the drupal/inline_entity_form module still doesn't have a stable release and your root composer.json has a configuration which requires minimum stability of stable.
You either have to install
drupal/inline_entity_form
with its beta release first to tell composer that it's ok to use a beta version. Or you change the minimum stability in composer.json to beta. - Status changed to Closed: works as designed
7 months ago 12:26pm 19 April 2024 - 🇧🇷Brazil pharamis
In composer.json file, after changing the minimum-stability to beta, the installation could be done successfully.
I'm very grateful for your help!