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 3531262 commit 04f7554
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-log",
"name": "horde/log",
"description": "Horde Logging library",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.3.1",
"time": "2017-03-20",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -26,14 +26,14 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Constraint": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable"
"pear-pear.horde.org/Horde_Constraint": "^2",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Util": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Cli": "^2@stable",
"pear-pear.horde.org/Horde_Scribe": "^2@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable",
"pear-pear.horde.org/Horde_Cli": "^2",
"pear-pear.horde.org/Horde_Scribe": "^2",
"pear-pear.horde.org/Horde_Test": "^2.1",
"ext-dom": "*"
},
"replace": {
Expand Down

0 comments on commit 04f7554

Please sign in to comment.