Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent f48c269 commit 627ebba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-text-diff",
"name": "horde/text-diff",
"description": "Engine for performing and rendering text diffs",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -26,12 +26,12 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable"
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Util": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Cli": "^2.1@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable",
"pear-pear.horde.org/Horde_Cli": "^2.1",
"pear-pear.horde.org/Horde_Test": "^2.1",
"pear-pecl.php.net/xdiff": "*"
},
"replace": {
Expand Down

0 comments on commit 627ebba

Please sign in to comment.