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 1662e8b commit fd93168
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,18 +1,18 @@
{
"name": "horde/auth",
"description": "Horde Authentication API",
"description": "Authentication and user management library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Auth",
"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"
},
{
Expand All @@ -22,7 +22,7 @@
}
],
"version": "2.2.3",
"time": "2017-06-22",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
20 changes: 10 additions & 10 deletions package.xml
Expand Up @@ -3,27 +3,27 @@
<name>Horde_Auth</name>
<channel>pear.horde.org</channel>
<extends>Auth</extends>
<summary>Horde Authentication API</summary>
<summary>Authentication and user management library</summary>
<description>The Horde_Auth package provides a common interface into the various backends for the Horde authentication system.</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>yes</active>
<active>no</active>
</lead>
<date>2017-10-30</date>
<date>2017-11-14</date>
<version>
<release>2.2.3</release>
<api>2.2.0</api>
Expand Down Expand Up @@ -1129,7 +1129,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 fd93168

Please sign in to comment.