In preparing for the deprecation of PHP7.4 on the acquia platform we updated our platform config in the project composer.json to reflect
PHP 8.0, Composer then generates an error "drupal/configurable_theme_libraries 1.2.0 requires php ^7.1 -> your php version (8.0; overridden via config.platform, actual: 8.0.6) does not satisfy that requirement."

Checking the 1.2.0 code with phpcs and the PHPCompatibility ruleset shows no errors or warnings.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

zenphp created an issue. See original summary.

anairamzap made their first commit to this issue’s fork.

anairamzap’s picture

Issue summary: View changes
Status: Active » Needs review

Added a MR that adds "php": ">=7.1" to the composer.json file.

steven buteneers’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.