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
[TypeError]
Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /home/andre/prodigitude/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Composer/PermissionsHandler.php on line 110
[TypeError]
Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /home/andre/prodigitude/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Composer/PermissionsHandler.php on line 110
Expected Result
Installation would succeed
Details about your environment
OroCommerce version: 5.0.0
PHP version: 8.1
Database (MySQL)
Additional information
The text was updated successfully, but these errors were encountered:
andres-asm
changed the title
compose install fails
composer install fails
Oct 6, 2022
Summary
I am following this document to install OroCommerce CE
https://doc.oroinc.com/backend/setup/dev-environment/docker-and-symfony/#setup-dev-env-docker-symfony-recommendations
When I run composer install -d I get this error:
Steps to reproduce
Follow steps here:
https://doc.oroinc.com/backend/setup/dev-environment/docker-and-symfony/ubuntu/
Fix the path because it has to be symfony5 in the path
Then follow this:
https://doc.oroinc.com/backend/setup/dev-environment/docker-and-symfony/#setup-dev-env-docker-symfony-recommendations
Actual Result
Expected Result
Installation would succeed
Details about your environment
Additional information
The text was updated successfully, but these errors were encountered: