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

ksi created an issue. See original summary.

eric_a’s picture

Component: install system » base system
Status: Active » Closed (outdated)
Related issues: +#2763787: Upgrade random_compat to latest version, +#2862254: Update non-Symfony dependencies before 8.3.0

In drupal 8.2.4 the requirement was changed to "^1|^2" and drupal 8.3 changed the lock file version to 2.0.10.