You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
#18 268.4 [InvalidArgumentException] #18 268.4 Package hirak/prestissimo has requirements incompatible with your PHP version, PHP extensions and Composer version: #18 268.4 - hirak/prestissimo 0.3.10 requires composer-plugin-api ^1.0.0 which does not match your installed version 2.2.0.
How to reproduce
Re-production steps
git checkout v6.2.3
./psh.phar docker:start
Cause
php-apache image uses Composer v2 by default, which makes the require of hirak/prestissimo unnecessary.
PHP Version
7.2
Shopware Version
6.2.3
Expected behaviour
./psh.phar docker:start
runs successfully.Actual behaviour
Error on
./psh.phar docker:start
How to reproduce
Re-production steps
git checkout v6.2.3
./psh.phar docker:start
Cause
hirak/prestissimo
unnecessary.Solutions
Either remove package from https://github.com/shopware/development/blob/v6.2.3/dev-ops/docker/containers/app/Dockerfile#L39
Or set Composer v1 explicitly:
The text was updated successfully, but these errors were encountered: