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

Update to Symfony 5. #59

Closed laurentmuller closed 4 years ago

laurentmuller commented 4 years ago

This will be nice if this package is compatible with Symfony version 5.0.

This only a matter of update the composer.json file:

"require": {   
    "symfony/console": "^2.0 || ^3.0 || 4.0.* || 4.1.* || 4.2.* || 5.0.*",
    "symfony/event-dispatcher": "^2.0 || ^3.0 || ^4.0 || 5.0.*"
},
mihaeu commented 4 years ago

Hi and thanks for the PR, I'll check it out later. I think there was a reason why I tried to stay with version 4. I think there was a break which is no longer compatible.

mihaeu commented 4 years ago

Solved in dd673e3

Will tag and release asap