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 7fed0d9 commit cb872fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-view",
"name": "horde/view",
"description": "Horde View API",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.0.7",
"time": "2016-02-02",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -26,14 +26,14 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Support": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable"
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Support": "^2",
"pear-pear.horde.org/Horde_Util": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Controller": "^2@stable",
"pear-pear.horde.org/Horde_Routes": "^2@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable",
"pear-pear.horde.org/Horde_Controller": "^2",
"pear-pear.horde.org/Horde_Routes": "^2",
"pear-pear.horde.org/Horde_Test": "^2.1",
"ext-json": "*"
},
"replace": {
Expand Down

0 comments on commit cb872fa

Please sign in to comment.