scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

Determine composer dependencys fails without identifyable reason #314

Closed aimeos closed 9 years ago

aimeos commented 9 years ago

Since using a PHP library for coverals.io, every step for determine dependencys fail, e.g. https://scrutinizer-ci.com/g/aimeos/aimeos-symfony2/inspections/b6ae816e-de60-46f1-ac5a-acc586d75ca9

The only reported error is: You are using the deprecated option "dev". Dev packages are installed by default now. LInstalling dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Locally, everything works fine.

schmittjoh commented 9 years ago

I'm not sure what the conflict is here specifically.

As a quick solution, I would suggest to commit your composer.lock file, this also a best practice in general.

aimeos commented 9 years ago

OK, that worked. Thanks