Hello,
I tried the service just this morning. Unfortunately I couldn't proceed as both the composer.json and composer.lock files are within a subfolder while DependenCI expect them to be in the root of repo, returning a composer.json file not found error.
Most of my projects have indeed the composer.json file in the root of the repo but for this project I couldn't do otherwise as it has been deployed with CI on a shared hosting where I do not have the liberty to rewrite the public path (ex. ~/public/index.php~/app/composer.json).
I would nice to add the ability to set a custom path for Composer's config files.
Thank you.
Hello, I tried the service just this morning. Unfortunately I couldn't proceed as both the
composer.json
andcomposer.lock
files are within a subfolder while DependenCI expect them to be in the root of repo, returning acomposer.json file not found
error. Most of my projects have indeed thecomposer.json
file in the root of the repo but for this project I couldn't do otherwise as it has been deployed with CI on a shared hosting where I do not have the liberty to rewrite the public path (ex.~/public/index.php
~/app/composer.json
). I would nice to add the ability to set a custom path for Composer's config files. Thank you.