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 13, 2017
1 parent 4f51be2 commit 6e14330
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "horde/token",
"description": "Horde Token API",
"description": "Tokens library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Token",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.0.10",
"time": "2017-10-20",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
Expand Down
9 changes: 5 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<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_Token</name>
<channel>pear.horde.org</channel>
<summary>Horde Token API</summary>
<description>The Horde_Token:: class provides a common abstracted interface into the various token generation mediums. It also includes all of the functions for retrieving, storing, and checking tokens.</description>
<summary>Tokens library</summary>
<description>The Horde_Token:: class provides a common abstracted interface into the various token generation mediums. It also includes all of the functions for retrieving, storing, and checking tokens.
</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
Expand All @@ -16,7 +17,7 @@
<email>p@rdus.de</email>
<active>yes</active>
</lead>
<date>2017-10-27</date>
<date>2017-11-11</date>
<version>
<release>2.0.10</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -960,7 +961,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-27</date>
<date>2017-11-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit 6e14330

Please sign in to comment.