Lines Matching +full:release +full:-
3 **Version** is a library that helps with managing the version number of Git-hosted PHP projects.
7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …instance to run your project's test suite, then you should add it as a development-time dependency:
13 composer require --dev sebastian/version
19 …release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the re…
31 var_dump($version->getVersion());
34 string(18) "3.7.10-17-g00f3408"
36 When a new release is prepared, the string that is passed to the constructor as the first argument …
40 …path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` is ret…
41 …is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is returned su…
42 …(part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `git describe --…
43 …ository and `$release` is in `X.Y` format then a string is returned that begins with `X.Y` and end…