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 e85adca commit 0a84186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "horde/horde-xml-wbxml",
"name": "horde/xml-wbxml",
"description": "Horde_Xml_Wbxml provides an API for encoding and decoding WBXML documents used in SyncML and other wireless applications",
"type": "library",
"homepage": "https://pear.horde.org",
Expand All @@ -26,10 +26,10 @@
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Util": "^2@stable"
"pear-pear.horde.org/Horde_Util": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Test": "^2.1@stable"
"pear-pear.horde.org/Horde_Test": "^2.1"
},
"replace": {
"pear-pear.horde.org/Horde_Xml_Wbxml": "2.*",
Expand Down

0 comments on commit 0a84186

Please sign in to comment.