Skip to content

Commit

Permalink
Update package definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 14, 2017
1 parent eca485a commit c098f8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions composer.json
@@ -1,23 +1,23 @@
{
"name": "horde/xml-wbxml",
"description": "Horde_Xml_Wbxml provides an API for encoding and decoding WBXML documents used in SyncML and other wireless applications",
"description": "WBXML library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Xml_Wbxml",
"license": "LGPL-2.1",
"authors": [
{
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
},
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"role": "lead"
}
],
"version": "2.0.4",
"time": "2016-02-02",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
20 changes: 10 additions & 10 deletions package.xml
Expand Up @@ -3,21 +3,21 @@
<name>Horde_Xml_Wbxml</name>
<channel>pear.horde.org</channel>
<extends>XML_WBXML</extends>
<summary>Horde_Xml_Wbxml provides an API for encoding and decoding WBXML documents used in SyncML and other wireless applications</summary>
<description>Encoding and decoding of WBXML (Wireless Binary XML) documents. WBXML is used in SyncML for transferring smaller amounts of data with wireless devices.</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<summary>WBXML library</summary>
<description>Horde_Xml_Wbxml provides an API for encoding and decoding WBXML documents used in SyncML and other wireless applications. Encoding and decoding of WBXML (Wireless Binary XML) documents. WBXML is used in SyncML for transferring smaller amounts of data with wireless devices.</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-30</date>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-11-14</date>
<version>
<release>2.0.4</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -341,7 +341,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-30</date>
<date>2017-11-14</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit c098f8e

Please sign in to comment.