mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...

Home Page:https://dephpend.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compability with Symfony 4

JindrichPilar opened this issue · comments

Currently this package is incompatible with Symfony 4, due to composer.json:

        "symfony/console": "^2.0 || ^3.0",
        "symfony/event-dispatcher": "^2.0 || ^3.0"

Thank you.