- Issue created by @priyanka277
- First commit to issue fork.
- Status changed to Fixed
6 months ago 9:16pm 21 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
composer installation failed and getting below error.
./composer.json has been updated
Running composer update drupal/paragraphs_in_rest
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.Problem 1
- Root composer.json requires drupal/paragraphs_in_rest ^1.0@alpha -> satisfiable by drupal/paragraphs_in_rest[1.0.0-alpha1].
- drupal/paragraphs_in_rest 1.0.0-alpha1 requires drupal/rest-rest * -> could not be found in any version, there may be a typo in the package name.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 for more details.
- It's a private package and you forgot to add a custom repository to find itRead for further common problems.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Run the installation command.
composer require 'drupal/paragraphs_in_rest:^1.0@alpha'
Add correct rest package dependency in the info file.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.