qossmic / deptrac

Keep your architecture clean.
https://qossmic.github.io/deptrac
MIT License
2.6k stars 135 forks source link

bump composer.lock #1344

Closed gennadigennadigennadi closed 7 months ago

gennadigennadigennadi commented 7 months ago

@patrickkusebauch do you have an idea why phpstan complains about Value/TypeErors?

patrickkusebauch commented 7 months ago

@gennadigennadigennadi Yes, seems that with the path phpstan upgrade, there comes better support from backed enum @throws statements. That's what is is complaining about. We are creating enum from a user inputted value and that may not always work.

gennadigennadigennadi commented 7 months ago

humbug/box has a dependency conflict with sebastian/diff:4.0, therefore it's now included in the build dir.

gennadigennadigennadi commented 7 months ago

Damm it, I missed the failing psalm test :-(