annotate vendor/phar-io/version/README.md @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
5311817fb629 |
children |
|
rev |
line source |
Chris@2
|
1 # Version
|
Chris@2
|
2
|
Chris@2
|
3 Library for handling version information and constraints
|
Chris@2
|
4
|
Chris@2
|
5 [](https://travis-ci.org/phar-io/version)
|
Chris@2
|
6
|
Chris@2
|
7 ## Installation
|
Chris@2
|
8
|
Chris@2
|
9 You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
|
Chris@2
|
10
|
Chris@2
|
11 composer require phar-io/version
|
Chris@2
|
12
|
Chris@2
|
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@2
|
14
|
Chris@2
|
15 composer require --dev phar-io/version
|
Chris@2
|
16
|