annotate vendor/phar-io/version/README.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 # Version
Chris@14 2
Chris@14 3 Library for handling version information and constraints
Chris@14 4
Chris@14 5 [![Build Status](https://travis-ci.org/phar-io/version.svg?branch=master)](https://travis-ci.org/phar-io/version)
Chris@14 6
Chris@14 7 ## Installation
Chris@14 8
Chris@14 9 You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
Chris@14 10
Chris@14 11 composer require phar-io/version
Chris@14 12
Chris@14 13 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 14
Chris@14 15 composer require --dev phar-io/version
Chris@14 16