1 Commits

Author SHA1 Message Date
Michał Frankiewicz
00aada4c06 test composer req 2017-11-08 13:56:36 +01:00

View File

@@ -5,22 +5,10 @@ Common and useful classes, methods, exceptions etc.
## Installation
In your `composer.json` add address of repository into `repositories` section:
```json
"repositories": [
(...)
{
"type": "vcs",
"url": "https://github.com/wiosna-dev/common-library"
}
]
```
Run [Composer](https://getcomposer.org) to install this package in your project:
```bash
$ composer require wiosna-dev/common-library
$ composer require wiosna/common-library
```
> How to install Composer: https://getcomposer.org/download