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 083e3e5 commit c83d655
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-history",
"name": "horde/history",
"description": "API for tracking the history of an object",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -21,13 +21,13 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Db": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable"
"pear-pear.horde.org/Horde_Db": "^2",
"pear-pear.horde.org/Horde_Exception": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_HashTable": "^1@stable",
"pear-pear.horde.org/Horde_Mongo": "^1@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable"
"pear-pear.horde.org/Horde_HashTable": "^1",
"pear-pear.horde.org/Horde_Mongo": "^1",
"pear-pear.horde.org/Horde_Test": "^2.1"
},
"replace": {
"pear-pear.horde.org/Horde_History": "2.*",
Expand Down

0 comments on commit c83d655

Please sign in to comment.