ganbarodigital/php-versions

Semantic versioning library for PHP

1.1.0 2015-10-25 19:08 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:12:46 UTC


README

GitHub license @ganbarodigital on Twitter Total Downloads Scrutinizer Code Quality Build Status Coverage Status Dependency Status Reference Status

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.