Skip to content

Remove SF7 from version constraint: use 2.5.0 instead #651

Remove SF7 from version constraint: use 2.5.0 instead

Remove SF7 from version constraint: use 2.5.0 instead #651

Triggered via push December 8, 2025 15:41
Status Failure
Total duration 1m 27s
Artifacts

php.yml

on: push
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
Code coverage
Cleanup artifacts
0s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Quality control
Process completed with exit code 255.
Linter
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-ldap * but it is missing from your system. Install or enable PHP's ldap extension. Alternatively you can require one of these packages that provide the extension (or parts of it): Keep in mind that the suggestions are automated and may not be valid or safe to use - grahl/fake_ext_ldap Dummy package to avoid pulling in the actual extension from symfony/ldap. Problem 2 - Root composer.json requires symfony/ldap ^6.4 -> satisfiable by symfony/ldap[v6.4.0, ..., v6.4.26]. - symfony/ldap[v6.4.0, ..., v6.4.26] require ext-ldap * -> it is missing from your system. Install or enable PHP's ldap extension. Alternatively you can require one of these packages that provide the extension (or parts of it): Keep in mind that the suggestions are automated and may not be valid or safe to use - grahl/fake_ext_ldap Dummy package to avoid pulling in the actual extension from symfony/ldap. Problem 3 - Root composer.json requires simplesamlphp/simplesamlphp ^2.3 -> satisfiable by simplesamlphp/simplesamlphp[v2.3.0, ..., v2.4.4]. - simplesamlphp/simplesamlphp[v2.3.0, ..., v2.4.4] require ext-session * -> it is missing from your system. Install or enable PHP's session extension. To enable extensions, verify that they are enabled in your .ini files: - /etc/php84/php.ini - /etc/php84/conf.d/00_ctype.ini - /etc/php84/conf.d/00_curl.ini - /etc/php84/conf.d/00_dom.ini - /etc/php84/conf.d/00_iconv.ini - /etc/php84/conf.d/00_intl.ini - /etc/php84/conf.d/00_mbstring.ini - /etc/php84/conf.d/00_openssl.ini - /etc/php84/conf.d/00_simplexml.ini - /etc/php84/conf.d/00_tokenizer.ini - /etc/php84/conf.d/00_xmlwriter.ini - /etc/php84/conf.d/01_phar.ini - /etc/php84/conf.d/10_igbinary.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-ldap --ignore-platform-req=ext-session` to temporarily ignore these required extensions.