If you don't have the PHP GMP-extension available, you will run into problems when using Composer to download dependencies for the current 8.x-3.x-dev:

- openid/php-openid dev-master requires ext-gmp * -> the requested PHP extension gmp is missing from your system.
- simplesamlphp/simplesamlphp v1.13.2 requires openid/php-openid dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2 -> satisfiable by openid/php-openid[dev-master].
- Installation request for simplesamlphp/simplesamlphp 1.13.2 -> satisfiable by simplesamlphp/simplesamlphp[v1.13.2].

This can be solved easily by changing the composer dependency for simplesamlphp/simplesamlphp to version 1.14.4 in composer.json.

CommentFileSizeAuthor
#2 composer_dependency.patch276 bytesbjaxelsen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bjaxelsen created an issue. See original summary.

bjaxelsen’s picture

FileSize
276 bytes
snufkin’s picture

Status: Active » Closed (duplicate)
bjaxelsen’s picture

thanks :-)