-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2.x needs a tag #28
Comments
The 2.0 branch implements the interface, 1.x does not. |
Oh, I see, but the 2.0 branch isn't tagged yet, right? |
Right. |
Would it be possible to get a tag so we can start using it now? I note development seems to have slowed down since it hasn't been touched since August. I don't know if that means it's stable enough for a tag yet. |
Internally I think we still need to come up with a master release plan for the Framework 2.0 packages. In general I think the aim has been to tag those with the CMS 4.0 release next year. In general though, aside from the Form package, each of the other 2.0 dev branches should be stable enough for use and I don't foresee many other major changes that would cause issues if implementing them now. |
Being as that's the case, why not just add a stable tag now? I don't use Joomla so I don't know how your releases work typically, but I am interested in a quality, lightweight DI container that's less bloated than what Symfony, Zend, PHP-DI, etc. are offering and this package seems to fit the bill nicely. |
I'll talk this over with a couple of others and work out a plan. Conceivably we should be safe to start tagging at a minimum betas if not stable for the 2.0 branches, personally I think it's now more of a question of when versus whether there is more effort needed. |
OK I'll leave this issue open but rename it to reflect we're waiting for a tag 👌 |
PSR-11 support was backported onto 1.x and a 1.5.0 tag created. |
@mbabker Unfortunately I cannot use v1.5 because it is not logically compatible with 2.x. I normally use |
Some of these internals I think we can fix on the 1.x branch. |
For whatever reason,
joomla/di
appears in the list of packages providing psr/container-implementation, and yet it does not: this package is not PSR-11 compatible in any way. I honestly have no idea how a package ends up on that list, but if it is under your control, I think it should be removed from that list.The text was updated successfully, but these errors were encountered: