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 9429fcc commit c4cc133
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-data",
"name": "horde/data",
"description": "Horde Data API",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.1.5",
"time": "2016-02-01",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -26,16 +26,16 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Browser": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Icalendar": "^2@stable",
"pear-pear.horde.org/Horde_Mail": "^2@stable",
"pear-pear.horde.org/Horde_Mime": "^2@stable",
"pear-pear.horde.org/Horde_Translation": "^2.2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable"
"pear-pear.horde.org/Horde_Browser": "^2",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Icalendar": "^2",
"pear-pear.horde.org/Horde_Mail": "^2",
"pear-pear.horde.org/Horde_Mime": "^2",
"pear-pear.horde.org/Horde_Translation": "^2.2",
"pear-pear.horde.org/Horde_Util": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Test": "^2.1@stable"
"pear-pear.horde.org/Horde_Test": "^2.1"
},
"replace": {
"pear-pear.horde.org/Horde_Data": "2.*",
Expand Down

0 comments on commit c4cc133

Please sign in to comment.