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 cb234e2 commit 31835fc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-text-filter",
"name": "horde/text-filter",
"description": "Horde Text Filter API",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -22,7 +22,7 @@
}
],
"version": "2.3.6",
"time": "2016-09-06",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -31,15 +31,15 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Idna": "^1@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable"
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Idna": "^1",
"pear-pear.horde.org/Horde_Util": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Test": "^2.1@stable",
"pear-pear.horde.org/Horde_Text_Filter_Jsmin": "^1@stable",
"pear-pear.horde.org/Horde_Text_Flowed": "^2@stable",
"pear-pear.horde.org/Horde_Translation": "^2.2@stable",
"pear-pear.horde.org/Horde_Test": "^2.1",
"pear-pear.horde.org/Horde_Text_Filter_Jsmin": "^1",
"pear-pear.horde.org/Horde_Text_Flowed": "^2",
"pear-pear.horde.org/Horde_Translation": "^2.2",
"ext-tidy": "*"
},
"replace": {
Expand Down

0 comments on commit 31835fc

Please sign in to comment.