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 afb2aec commit f3968a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/pear",
"description": "A library for handling a subset of the PEAR formats and specifications",
"description": "PEAR infrastructure library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Pear",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
}
],
"version": "1.0.0alpha13",
"time": "2017-05-03",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -2,15 +2,15 @@
<package packagerversion="1.9.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Horde_Pear</name>
<channel>pear.horde.org</channel>
<summary>A library for handling a subset of the PEAR formats and specifications</summary>
<summary>PEAR infrastructure library</summary>
<description>The component provides various tools to deal with PEAR. Among other features it allows updating the package.xml file or accessing a remote PEAR server.</description>
<lead>
<name>Gunnar Wrobel</name>
<user>wrobel</user>
<email>p@rdus.de</email>
<active>yes</active>
</lead>
<date>2017-10-30</date>
<date>2017-11-14</date>
<version>
<release>1.0.0alpha13</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -668,7 +668,7 @@
<stability>
<release>alpha</release>
<api>alpha</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>
* [jan] Add Horde_Pear_Package_Xml#addVersion().
Expand Down

0 comments on commit f3968a8

Please sign in to comment.