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 a31d0dc commit 7be18fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "horde/horde-kolab-server",
"name": "horde/kolab-server",
"description": "A package for manipulating the Kolab user database",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -12,7 +12,7 @@
}
],
"version": "2.0.6",
"time": "2016-02-01",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -21,15 +21,15 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Auth": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable",
"pear-pear.horde.org/Horde_Auth": "^2",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Util": "^2",
"ext-hash": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Date": "^2@stable",
"pear-pear.horde.org/Horde_Ldap": "^2@stable",
"pear-pear.horde.org/Horde_Test": "^2.4@stable",
"pear-pear.horde.org/Horde_Date": "^2",
"pear-pear.horde.org/Horde_Ldap": "^2",
"pear-pear.horde.org/Horde_Test": "^2.4",
"ext-ldap": "*"
},
"replace": {
Expand Down

0 comments on commit 7be18fc

Please sign in to comment.