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 25, 2017
1 parent 343a2f0 commit 58a95b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "horde/horde-hashtable",
"name": "horde/hashtable",
"description": "Horde Hash Table Interface",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -12,7 +12,7 @@
}
],
"version": "1.2.7",
"time": "2016-09-01",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -21,13 +21,13 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2@stable"
"pear-pear.horde.org/Horde_Exception": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Log": "^2@stable",
"pear-pear.horde.org/Horde_Memcache": "^2@stable",
"pear-pear.horde.org/Horde_Vfs": "^2@stable",
"pear-pear.nrk.io/Predis": "^0.8.3@stable"
"pear-pear.horde.org/Horde_Log": "^2",
"pear-pear.horde.org/Horde_Memcache": "^2",
"pear-pear.horde.org/Horde_Vfs": "^2",
"pear-pear.nrk.io/Predis": "^0.8.3"
},
"replace": {
"pear-pear.horde.org/Horde_HashTable": "1.*",
Expand Down

0 comments on commit 58a95b0

Please sign in to comment.