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

Composer global #16

Closed Ainaras closed 8 years ago

Ainaras commented 8 years ago

Hi,

we have already dephpend in bin-Folder. Can you update your composer.json, that after "composer global require" we have dephpend ready for global usage. (https://getcomposer.org/doc/articles/vendor-binaries.md) Sorry for my english.

mihaeu commented 8 years ago

Hey @Ainaras thanks for the feedback.

Good point I forgot about supporting global composer install. I'll try to get it in today.

mihaeu commented 8 years ago

(although I would recommend using the phar)

mihaeu commented 8 years ago

Fixed in c9dbd61c467195862fb6f7aa238f1481c4bac25c

If there are any other issues, please let me know. I also added php-trace to the binaries in case anyone is interested in playing with the dynamic analysis feature.

Now composer global require dephpend/dephpend:dev-master should do the trick.