ganbarodigital / php-versions
Semantic versioning library for PHP
1.1.0
2015-10-25 19:08 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is not auto-updated.
Last update: 2024-11-09 18:46:03 UTC
README
The PHP Versions library provides a set of useful tools for working with version numbers that you can quickly drop into your own project to save you time and effort.
Status
We're still working out what the library's API should look like. Once that's stable, we'll be able to move to a v1.0 release very quickly.
Installation
Add this to your composer.json
file:
{
"require": {
"ganbarodigital/php-versions": "dev-develop"
}
}
and then run composer update
.