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",