mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
Readme - update installation instructions
This commit is contained in:
15
README.md
15
README.md
@@ -3,20 +3,7 @@ Useful classes, methods, extensions etc.
|
||||
|
||||
## Installation
|
||||
|
||||
#### Composer
|
||||
|
||||
1. Open ```composer.json``` and add address of repository in ```repositories``` section:
|
||||
|
||||
```json
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git@github.com:meritoo/common-library.git"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
2. Run [Composer](https://getcomposer.org) to install new package:
|
||||
Run [Composer](https://getcomposer.org) to install new package:
|
||||
|
||||
```bash
|
||||
$ composer require meritoo/common-library
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "meritoo/common-library",
|
||||
"description": "Useful classes, methods, extensions etc.",
|
||||
"license": "MIT",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Meritoo.pl",
|
||||
|
||||
Reference in New Issue
Block a user