-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
Milestone
Description
Using php-activerecord with composer or any other package manager is difficult, because of the lack of version tags. Many features are missing, unless using the "master" branch, which changes often.
For this library to keep iterating, it should be version tagged in more places for markings of "stability".
Without these tags, every single pull request and commit holds a LOT more weight/responsibility.
Unfortunately, only the original repo owners have the ability to create version tags... otherwise, I'd send a pull request.
For more reasoning and a quick how-to on creating Git tags (very easy), refer to this post.