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 1b40381 commit 44542b4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
}
],
"version": "4.0.0",
"time": "2017-04-11",
"time": "2017-10-17",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3",
"php": "^5.3 || ^7",
"pear-pear.horde.org/horde": "^5.0.2",
"pear-pear.horde.org/Horde_Auth": "^2",
"pear-pear.horde.org/Horde_Cache": "^2",
"pear-pear.horde.org/Horde_Core": "^2.7",
"pear-pear.horde.org/Horde_Core": "^2.30",
"pear-pear.horde.org/Horde_Editor": "^2",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Mime": "^2",
Expand All @@ -52,5 +52,14 @@
"suggest": {
"pear-pear.horde.org/Horde_Db": "^2",
"pear-pear.horde.org/Horde_Share": "^2"
},
"replace": {
"pear-pear.horde.org/gollem": "4.*",
"pear-horde/gollem": "4.*"
},
"autoload": {
"psr-0": {
"Gollem": "lib/"
}
}
}

0 comments on commit 44542b4

Please sign in to comment.