- Issue created by @nojj
- Status changed to Closed: works as designed
over 1 year ago 12:37pm 25 May 2023
I am using V 2.1.0 and want to update to V2.1.1 with composer. In backend the version 2.1.1 is shown, but not in composer outdated.
composer update drupal/cookie_content_blocker
or
composer update drupal/cookie_content_blocker -W
does not update the module.
running
composer require 'drupal/cookie_content_blocker:^2.1.1' -W
gives
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/cookie_content_blocker ^2.1.1 -> satisfiable by drupal/cookie_content_blocker[2.1.1].
- drupal/cookie_content_blocker 2.1.1 requires php ^8.0 -> your php version (7.4.33) does not satisfy that requirement.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Put Drupal Backend shows PHP 8.1
Any hints where to look at?
Closed: works as designed
2.1
Documentation