mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
https://dephpend.com
MIT License
530 stars 26 forks source link

Fix branch based version to use when installing using composer #67

Closed rojoangel closed 3 years ago

rojoangel commented 3 years ago

Trying to install the command in the README to install dephpend using composer

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

composer require dephpend/dephpend:dev-main
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1751131bb30bb98f666f067f3fae7c2a21eab667 on rojoangel:patch-branch-based-version-in-readme into 1c475e005956b8634627756dfdc975455bc7674e on mihaeu:main.