Chris@14: # Version Chris@14: Chris@14: Library for handling version information and constraints Chris@14: Chris@14: [![Build Status](https://travis-ci.org/phar-io/version.svg?branch=master)](https://travis-ci.org/phar-io/version) Chris@14: Chris@14: ## Installation Chris@14: Chris@14: You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): Chris@14: Chris@14: composer require phar-io/version Chris@14: Chris@14: If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: Chris@14: Chris@14: composer require --dev phar-io/version Chris@14: