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 56325e1 commit 0552407
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "horde/horde-kolab-format",
"name": "horde/kolab-format",
"description": "A package for reading/writing Kolab data formats.",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -21,13 +21,13 @@
],
"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",
"ext-dom": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Support": "^2@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable",
"pear-pear.horde.org/Horde_Support": "^2",
"pear-pear.horde.org/Horde_Test": "^2.1",
"ext-mbstring": "*"
},
"replace": {
Expand Down

0 comments on commit 0552407

Please sign in to comment.