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
Release ? #1
Comments
|
I assumed people would simply use the composer package and benefit from the latest version right after PRs are merged. Any specific reason why you would prefer working with releases? |
|
A release give an advice on "this is a stable an consistent state". Using means, I'm ok to use a non-stable development version, perhaps broken, I do'nt know and don't care. Not serious (especially when I saw this in owncloud composer.json) |
|
And of course, "version", with respect to semver, will give a good idea of API change, and if something is expected to break. |
|
Point taken. It's true that there could be a PHP7 version at some point. |
|
Notice that with current version, test suite pass with PHPUnit 4.8 and 5.1, with PHP 5.6 and 7.0 ;) FYI: submitted to be part of fedora official repository (unbundled from upcoming owncloud 8.2) |
|
I've just created V1.0. Thanks for the report. Regarding PHP 7.0, I thought maybe I needed to support some of the new features, but I don't think the new scalar types make any difference for this lib. In any case, feel free to open new issues (or a PR ;)) if something is not working properly. |
|
Thanks |
Seems no activity > 6 months.
And used by owncloud.
Probably worth a release.
The text was updated successfully, but these errors were encountered: