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 380e22a commit 6b64a34
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-pack",
"name": "horde/pack",
"description": "Horde Pack Utility",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -12,7 +12,7 @@
}
],
"version": "1.0.8",
"time": "2016-12-16",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -21,12 +21,12 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Compress_Fast": "^1@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable"
"pear-pear.horde.org/Horde_Compress_Fast": "^1",
"pear-pear.horde.org/Horde_Exception": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Test": "^2@stable",
"pear-pecl.php.net/igbinary": "^1.2@stable",
"pear-pear.horde.org/Horde_Test": "^2",
"pear-pecl.php.net/igbinary": "^1.2",
"pear-pecl.php.net/msgpack": "*",
"ext-json": "*"
},
Expand Down

0 comments on commit 6b64a34

Please sign in to comment.