I have installed drupal/core version 8.2.0-rc2. From a contributed module there is installed paragonie/random_compat version v2.0.2.
Trying an update with "composer update drupal/core:8.2.0@stable --with-dependencies" I get the message "Nothing to install or update.
Trying "composer require drupal/core:8.2.0@stable" I get the reason for this:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for drupal/core 8.2.0@stable -> satisfiable by drupal/core[8.2.0].
- Conclusion: remove paragonie/random_compat v2.0.2
- Conclusion: don't install paragonie/random_compat v2.0.2
- drupal/core 8.2.0 requires paragonie/random_compat ~1.0 -> satisfiable by ...
...
- Can only install one of: paragonie/random_compat[v1.4.1, v2.0.2].
...drupal/core version 8.2.0-rc2 functions with paragonie/random_compat version v2.0.2. Is a paragonie/random_compat version ~1.0 really needed for version 8.2.0 or can the request be changed to paragonie/random_compat >=1.0?
Comments
Comment #2
eric_a commentedIn drupal 8.2.4 the requirement was changed to "^1|^2" and drupal 8.3 changed the lock file version to 2.0.10.