Skip to content

Commit

Permalink
Merge pull request #6 from wallabag/adapt-composer
Browse files Browse the repository at this point in the history
Adapt Composer
  • Loading branch information
yguedidi authored Dec 17, 2023
2 parents 5ec393c + 19f11b0 commit 0dce6ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dce6ed

Please sign in to comment.