diff --git a/composer.json b/composer.json index a2f6e3f..587ee1d 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "kphoen/rulerz", + "name": "wallabag/rulerz", "type": "library", "license": "MIT", - "homepage": "https://github.com/K-Phoen/RulerZ", + "homepage": "https://github.com/wallabag/rulerz", "description": "Powerful implementation of the Specification pattern", "keywords": ["specification", "doctrine"], "authors": [ @@ -46,6 +46,9 @@ "liip/rmt": "^1.2" }, + "replace": { + "kphoen/rulerz": "*" + }, "suggest": { "kphoen/rulerz-spec-builder": "If you want a specification builder", "rulerz-php/eloquent": "To execute rules against Eloquent targets", diff --git a/doc/index.md b/doc/index.md index 792123f..a9b527b 100644 --- a/doc/index.md +++ b/doc/index.md @@ -7,7 +7,7 @@ The recommended way to install this library is with [Composer](http://getcompose ``` # ignore -composer require 'kphoen/rulerz' +composer require wallabag/rulerz ``` ## Usage