My enivronment is: Limesurvey Version on LTS 3.27, PHP 7.4, Linux, MySQL 8.0 . Trying to run composer, I get this:
Code:
- facebook/webdriver[1.4.0, ..., 1.7.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension. - Root composer.json requires facebook/webdriver ^1.4 -> satisfiable by facebook/webdriver[1.4.0, ..., 1.7.1]
Googling tells me "This package is
abandoned and no longer maintained. The author suggests using the
php-webdriver/webdriver
package instead. "
(link
) - so Should I change the name of the package? Another Googling tells me "add ext-zip to your required section of composer.json"
Code:
([url=https://stackoverflow.com/questions/56219962/composer-require-ext-zip-fails]link[/url]){ "require" : { "ext-zip": "*" } }
Do you have tipps what I should do to resolve this issue? Not 100% sure which is the right approach here.