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 43264da commit ef54bc3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Expand Up @@ -21,7 +21,7 @@
"role": "lead"
}
],
"version": "1.1.9",
"version": "1.1.10",
"time": "2017-09-19",
"repositories": [
{
Expand All @@ -31,27 +31,27 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/horde": "^5.0.2@stable",
"pear-pear.horde.org/content": "^2.0.5@stable",
"pear-pear.horde.org/Horde_Autoloader": "^2@stable",
"pear-pear.horde.org/Horde_Controller": "^2@stable",
"pear-pear.horde.org/Horde_Core": "^2@stable",
"pear-pear.horde.org/Horde_Date": "^2@stable",
"pear-pear.horde.org/Horde_Db": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Form": "^2@stable",
"pear-pear.horde.org/Horde_Notification": "^2@stable",
"pear-pear.horde.org/Horde_Perms": "^2@stable",
"pear-pear.horde.org/Horde_Queue": "^1@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable",
"pear-pear.horde.org/Horde_Vfs": "^2@stable",
"pear-pear.horde.org/Horde_View": "^2@stable",
"pear-pear.horde.org/horde": "^5.0.2",
"pear-pear.horde.org/content": "^2.0.5",
"pear-pear.horde.org/Horde_Autoloader": "^2",
"pear-pear.horde.org/Horde_Controller": "^2",
"pear-pear.horde.org/Horde_Core": "^2",
"pear-pear.horde.org/Horde_Date": "^2",
"pear-pear.horde.org/Horde_Db": "^2",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Form": "^2",
"pear-pear.horde.org/Horde_Notification": "^2",
"pear-pear.horde.org/Horde_Perms": "^2",
"pear-pear.horde.org/Horde_Queue": "^1",
"pear-pear.horde.org/Horde_Util": "^2",
"pear-pear.horde.org/Horde_Vfs": "^2",
"pear-pear.horde.org/Horde_View": "^2",
"ext-gettext": "*",
"ext-json": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Browser": "^2@stable",
"pear-pear.horde.org/Horde_Cache": "^2@stable"
"pear-pear.horde.org/Horde_Browser": "^2",
"pear-pear.horde.org/Horde_Cache": "^2"
},
"replace": {
"pear-pear.horde.org/trean": "1.*",
Expand Down

0 comments on commit ef54bc3

Please sign in to comment.