From 17ac1dc72c0a777c7442ce8a1a72d7a5794394c5 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Tue, 29 Aug 2017 23:17:34 +0200 Subject: [PATCH] Readme - update installation instructions --- README.md | 15 +-------------- composer.json | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9251ca6..46f5bba 100644 --- a/README.md +++ b/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 diff --git a/composer.json b/composer.json index 293d3c4..7e1867a 100644 --- a/composer.json +++ b/composer.json @@ -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",