Version 2(?) #87
willpower232
started this conversation in
Ideas
Replies: 1 comment
|
Great to hear! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was finally able to merge that last important PR and make a release. I also ditched the composer.lock to avoid confusing dependabot since it wasn't really needed.
I have started a v2-dev branch with some basic linting and static analysis issues, nothing too major to start with. I did add github actions to test against all currently supported PHP versions as well.
I would like to keep refactoring to remove a lot of the docblocks and unnecessary code since newer PHP can handle it all these days but first I'll get my head around everything and add some phpunit tests to prevent anything too bad from happening.
Once that is all done, I think the best thing to do is have a v2 branch and a v1 branch in case anything super bad happens in the future but mostly keep improving the v2 version.
Anything wrong with that?
cc @basemotive @bakkerpeter (and any other maintainers I'm not aware of)
All reactions