Open balsama opened 6 years ago
What do you need stable release for?
@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
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.
Hello!
Are there any plans for tagging a new release of this? Any blocking issues we can help with?
The
~2.0
constraint onphpdocumentor/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!