Closed rojoangel closed 3 years ago
Trying to install the command in the README to install dephpend using composer
dephpend
composer require dephpend/dephpend:dev-master
yields the following error
[InvalidArgumentException] Could not find package dephpend/dephpend in a version matching dev-master
the dev-main version should be used instead
dev-main
composer require dephpend/dephpend:dev-main
Coverage remained the same at 100.0% when pulling 1751131bb30bb98f666f067f3fae7c2a21eab667 on rojoangel:patch-branch-based-version-in-readme into 1c475e005956b8634627756dfdc975455bc7674e on mihaeu:main.
Trying to install the command in the README to install
dephpend
using composeryields the following error
the
dev-main
version should be used instead