Use devtools repo. #7
Annotations
2 errors and 1 warning
Run php-actions/composer@v6
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires PHP extension ext-apcu * but it is missing from your system. Install or enable PHP's apcu extension.
Problem 2
- Root composer.json requires PHP extension ext-redis * but it is missing from your system. Install or enable PHP's redis extension.
Problem 3
- Root composer.json requires PHP extension ext-sockets * but it is missing from your system. Install or enable PHP's sockets extension.
Problem 4
- Root composer.json requires PHP extension ext-zip * but it is missing from your system. Install or enable PHP's zip extension.
Problem 5
- php-webdriver/webdriver[1.6.0, ..., 1.8.3] require php ^5.6 || ~7.0 -> your php version (8.3.6) does not satisfy that requirement.
- php-webdriver/webdriver[1.9.0, ..., 1.15.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
- Root composer.json requires php-webdriver/webdriver ^1.6 -> satisfiable by php-webdriver/webdriver[1.6.0, ..., 1.15.1].
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-apcu --ignore-platform-req=ext-redis --ignore-platform-req=ext-sockets --ignore-platform-req=ext-zip` to temporarily ignore these required extensions.
|
Run php-actions/composer@v6
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading