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 48fbdb4 commit aa79542
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-pear",
"name": "horde/pear",
"description": "A library for handling a subset of the PEAR formats and specifications",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -11,8 +11,8 @@
"role": "lead"
}
],
"version": "1.0.0alpha12",
"time": "2017-05-03",
"version": "1.0.0alpha13",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -23,7 +23,8 @@
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Util": "^2",
"pear-pear.horde.org/Horde_Xml_Element": "^2"
"pear-pear.horde.org/Horde_Xml_Element": "^2",
"pear-pear.horde.org/Horde_Yaml": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Http": "^2",
Expand Down

0 comments on commit aa79542

Please sign in to comment.