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 a38c1c7 commit ae33238
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "horde/horde-itip",
"name": "horde/itip",
"description": "iTip invitation response handling",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.1.3",
"time": "2016-03-21",
"time": "2017-10-20",
"repositories": [
{
"type": "pear",
Expand All @@ -26,13 +26,13 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Icalendar": "^2@stable",
"pear-pear.horde.org/Horde_Mime": "^2.5@stable",
"pear-pear.horde.org/Horde_Translation": "^2.2@stable"
"pear-pear.horde.org/Horde_Icalendar": "^2",
"pear-pear.horde.org/Horde_Mime": "^2.5",
"pear-pear.horde.org/Horde_Translation": "^2.2"
},
"suggest": {
"pear-pear.horde.org/Horde_Prefs": "^2.3@stable",
"pear-pear.horde.org/Horde_Test": "^2.1@stable"
"pear-pear.horde.org/Horde_Prefs": "^2.3",
"pear-pear.horde.org/Horde_Test": "^2.1"
},
"replace": {
"pear-pear.horde.org/Horde_Itip": "2.*",
Expand Down

0 comments on commit ae33238

Please sign in to comment.