composer.json - update name of this package (name of vendor, actually)

This commit is contained in:
Krzysztof Niziol
2017-11-08 14:52:19 +01:00
parent 1641c50d1d
commit 3bcda8e906
2 changed files with 14 additions and 2 deletions

View File

@@ -5,10 +5,22 @@ Common and useful classes, methods, exceptions etc.
## Installation ## 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: Run [Composer](https://getcomposer.org) to install this package in your project:
```bash ```bash
$ composer require wiosna/common-library $ composer require wiosna-dev/common-library
``` ```
> How to install Composer: https://getcomposer.org/download > How to install Composer: https://getcomposer.org/download

View File

@@ -1,5 +1,5 @@
{ {
"name": "wiosna/common-library", "name": "wiosna-dev/common-library",
"description": "Useful classes, methods, extensions etc.", "description": "Useful classes, methods, extensions etc.",
"license": "MIT", "license": "MIT",
"version": "0.0.17", "version": "0.0.17",