qossmic / deptrac

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

Unable to customize DIC services since 2.0 #1419

Open janedbal opened 2 months ago

janedbal commented 2 months ago

In 1.x, I was able to redefine Deptrac internal services and do practically any customization needed, but since 2.x, deptrac first loads my depfile and then loads its services.php. This breaks any customizaation as I cannot redefine your default services. I understand that adjusting internal stuff is risky and may break in future, but at least I was able to do it somehow. Now I cannot.