TplBlock/vendor/kherge/version
2018-03-26 21:57:35 +02:00
..
src permit fun with spaces 2018-03-26 21:57:35 +02:00
.gitignore permit fun with spaces 2018-03-26 21:57:35 +02:00
.travis.yml permit fun with spaces 2018-03-26 21:57:35 +02:00
composer.json permit fun with spaces 2018-03-26 21:57:35 +02:00
LICENSE permit fun with spaces 2018-03-26 21:57:35 +02:00
phpunit.xml.dist permit fun with spaces 2018-03-26 21:57:35 +02:00
README.md permit fun with spaces 2018-03-26 21:57:35 +02:00

Version

Build Status

A parsing and comparison library for semantic versioning.

Installing

To install Version, you must add it to the list of dependencies in your composer.json file.

$ php composer.phar require kherge/version=1.*

If you are not using Composer to manage your dependencies, you may use any PSR-0 class loader to load it from the src/lib directory.

Usage

Please see the wiki for detail usage information.