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 b17fac5 + cea6a81 commit 92d4229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RulerZ Symfony Bridge [![Build Status](https://travis-ci.org/K-Phoen/rulerz-bridge.svg?branch=master)](https://travis-ci.org/K-Phoen/rulerz-bridge)
RulerZ Symfony Bridge [![Build Status](https://travis-ci.org/wallabag/rulerz-bridge.svg?branch=master)](https://travis-ci.org/wallabag/rulerz-bridge)
=====================

This bundle integrates [RulerZ](https://github.com/K-Phoen/rulerz) into a Symfony
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-bridge",
"name": "wallabag/rulerz-bridge",
"type": "symfony-bridge",
"license": "MIT",
"homepage": "https://github.com/K-Phoen/rulerz-bridge",
"homepage": "https://github.com/wallabag/rulerz-bridge",
"description": "Symfony RulerZ Bridge",
"keywords": ["symfony", "bridge", "specification", "doctrine", "ruler", "rulerz"],
"authors": [
Expand All @@ -27,5 +27,8 @@
"phpunit/phpunit": "^8.5.16",
"symfony/phpunit-bridge": "^4.4|^5.4|^6.4",
"liip/rmt": "^1.2"
},
"replace": {
"kphoen/rulerz-bridge": "*"
}
}

0 comments on commit 92d4229

Please sign in to comment.