Solved

You Add a New Composer Dependency Utilizing Composer Require

Question 28

Multiple Choice

You add a new Composer dependency utilizing composer require . After testing composer install locally, you add the Composer lock and json files and perform a deployment. The build phase fails as Composer is unable to resolve the dependencies. Why did this happen?


A) The versions of PHP on your local environment and integration environment differ
B) Your commit needs to contain the updated vendor folder
C) The project cache should have been cleared with the magento-cloud:project-build-cache command The project cache should have been cleared with the magento-cloud:project-build-cache command
D) You did not execute the install locally with --require-dev You did not execute the install locally with --require-dev

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions