qossmic / deptrac

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

New Release #1345

Closed DanielBadura closed 7 months ago

DanielBadura commented 7 months ago

Hello there 👋

I tried to use the composer collector #1174 in my new project where i wanted to use deptrac and realised that this i not included in the last release. I'm using the shim version and the laste release is from december 2022. Is there a new way recommended to use deptrac?

patrickkusebauch commented 7 months ago

There is no new way. The maintainers are just short staffed and didn't have time to cut a release.

In the meantime, you can you use this repo as the dependency and composer require-dev the dev-main branch or a particular commit hash if you include the GitHub repo as a source in your composer.json file.

gennadigennadigennadi commented 7 months ago

@see https://github.com/qossmic/deptrac/issues/1243

DanielBadura commented 7 months ago

I can understand that maintainers dont have the time to cut the release. I also just read in some other PR that the next release would be the next major version. So i would need to pick the 2.0.x branch i guess if i want to use right now the "latest" version? I saw there is already a 3.0.x branch.

gennadigennadigennadi commented 7 months ago

@DanielBadura you can savely ignore the branches 2.0.x and 3.0.x. Right now they are just placeholders for when the release is ready.

Main is this the branch with the most current changes. But you also have to be aware that the main branch already contains BC.

DanielBadura commented 6 months ago

Just realised, cannot use the commit with deptrac-shim version which i wanted to use.. 😓 due to no updates there