From 3bcda8e9064a2a99a4113ab6cab55f8339ef6e53 Mon Sep 17 00:00:00 2001 From: Krzysztof Niziol Date: Wed, 8 Nov 2017 14:52:19 +0100 Subject: [PATCH] composer.json - update name of this package (name of vendor, actually) --- README.md | 14 +++++++++++++- composer.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 857fccd..3530a72 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,22 @@ 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/common-library +$ composer require wiosna-dev/common-library ``` > How to install Composer: https://getcomposer.org/download diff --git a/composer.json b/composer.json index 1464bb6..8b07dab 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "wiosna/common-library", + "name": "wiosna-dev/common-library", "description": "Useful classes, methods, extensions etc.", "license": "MIT", "version": "0.0.17",