The composer.json file in the UUID module directory causes an incompatibility with the the composer_manager module.
When the UUID module is enabled, its composer.json is included when the composer_manager module builds the site's aggregate composer.json.
Trying to run the drush command "composer-manager update" results in the following error:
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package drupal/ctools could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package drupal/rest_server could not be found in any version, there may be a typo in the package name.
Problem 3
- The requested package drupal/services could not be found in any version, there may be a typo in the package name.
Problem 4
- The requested package drupal/entity 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 <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.