Skip to content

Commit

Permalink
Merge pull request #8 from wallabag/adapt-composer
Browse files Browse the repository at this point in the history
Adapt Composer
  • Loading branch information
yguedidi authored Dec 24, 2023
2 parents 8e71467 + 077ab03 commit 52256d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RulerZBundle [![Build Status](https://travis-ci.org/K-Phoen/RulerZBundle.svg?branch=master)](https://travis-ci.org/K-Phoen/RulerZBundle)
RulerZBundle [![Build Status](https://travis-ci.org/wallabag/RulerZBundle.svg?branch=master)](https://travis-ci.org/wallabag/RulerZBundle)
============

This bundle integrates [RulerZ](https://github.com/K-Phoen/rulerz) into Symfony.
Expand All @@ -9,7 +9,7 @@ Installation
Require the bundle:

```
composer require 'kphoen/rulerz-bundle'
composer require 'wallabag/rulerz-bundle'
```

And declare it into your `app/AppKernel.php` file:
Expand Down
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-bundle",
"name": "wallabag/rulerz-bundle",
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/K-Phoen/RulerZBundle",
"homepage": "https://github.com/wallabag/RulerZBundle",
"description": "Symfony2 Bundle for RulerZ",
"keywords": ["specification", "doctrine", "ruler", "rulerz"],
"authors": [
Expand All @@ -29,5 +29,8 @@
"mikey179/vfsstream": "^1.6.11",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"liip/rmt": "^1.2"
},
"replace": {
"kphoen/rulerz-bundle": "*"
}
}

0 comments on commit 52256d9

Please sign in to comment.