qossmic / deprecation-detector

MIT License
393 stars 40 forks source link

New release? #142

Open balsama opened 6 years ago

balsama commented 6 years ago

Hello!

Are there any plans for tagging a new release of this? Any blocking issues we can help with?

The ~2.0 constraint on phpdocumentor/reflection-docblock in the latest release is causing problems for us - and it was fixed by https://github.com/sensiolabs-de/deprecation-detector/pull/136 but hasn't made it into a release yet.

Thanks!

TomasVotruba commented 6 years ago

What do you need stable release for?

balsama commented 6 years ago

@TomasVotruba to be clear, it doesn't really matter if it's stable or not. 0.1.0-alpha5 would be fine. It's just that we currently have to pull dev-master in order to get #136.

Edit: See this issue for more background https://github.com/acquia/blt/pull/2592

TomasVotruba commented 6 years ago

I see. I was just curious, if you use this as production dependency in some project.

In case you need specific commit but not risky dev-master, you can lock vresion to specific commit:

dev-master#hash

Also works for PRs that are not merged yet :+1: Just pick hash of commit and you can pull it as dependency.