Hello,
I have an issue with the default modules, I am using simplesamlphp via composer in my PHP project and when I run "composer install", only few modules are installed with simplesamlphp:
I need to run "composer install" twice to have all the modules:
In my project, simplesamlphp is included in the composer.json:
"simplesamlphp/simplesamlphp": "v1.18.8",
The first time I run "composer install", I have this kind of output for ADFS:
- Installing simplesamlphp/simplesamlphp-module-adfs (v0.9.6): Reading /home/www-data/.composer/cache/files/simplesamlphp/simplesamlphp-module-adfs/b1f87d28bc17bf4940d30f45cba7fe09472e1cde.zip from cache
Loading from cache
Extracting archiveExecuting command (CWD): unzip -qq './modules/adfs/c74e3e701e43e117bd84446847027284' -d '/data/ckls/vendor/composer/ffb70363'
REASON: Required by the root package: Install command rule (install simplesamlphp/simplesamlphp-module-adfs v0.9.6)
The second installation generate this output:
- Installing simplesamlphp/simplesamlphp-module-adfs (v0.9.6): Reading /home/www-data/.composer/cache/files/simplesamlphp/simplesamlphp-module-adfs/b1f87d28bc17bf4940d30f45cba7fe09472e1cde.zip from cache
Loading from cache
Extracting archiveExecuting command (CWD): unzip -qq '/data/ckls/vendor/simplesamlphp/simplesamlphp/modules/adfs/76a1b6e2e0e2727e36416710cd36390b' -d '/data/ckls/vendor/composer/b1e2a752'
REASON: Required by the root package: Install command rule (install simplesamlphp/simplesamlphp-module-adfs v0.9.6)
What is wrong in my way to install simplesamlphp ?
thanks,
Stéphane