composer update #2
Annotations
2 errors
build-test
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- ltb-project/ldap is locked to version v0.1.0 and an update of this package was not requested.
- ltb-project/ldap v0.1.0 requires ext-ldap >=7.4 -> it is missing from your system. Install or enable PHP's ldap extension.
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/conf.d/docker-php-ext-sodium.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` to temporarily ignore these required extensions.
|
build-test
Process completed with exit code 2.
|