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 06eb1f4 commit fc41560
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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,7 +11,7 @@
"role": "lead"
}
],
"version": "1.0.0alpha12",
"version": "1.0.0alpha13",
"time": "2017-05-03",
"repositories": [
{
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 fc41560

Please sign in to comment.