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 78bb98a commit f485cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/cli",
"description": "Horde Command Line Interface API",
"description": "Command line interface library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Cli",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.3.0",
"time": "2017-10-10",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
9 changes: 5 additions & 4 deletions package.xml
Expand Up @@ -3,8 +3,9 @@
<name>Horde_Cli</name>
<channel>pear.horde.org</channel>
<extends>Horde_CLI</extends>
<summary>Horde Command Line Interface API</summary>
<description>Horde_Cli:: API for basic command-line functionality/checks</description>
<summary>Command line interface library</summary>
<description>Horde_Cli:: API for basic command-line functionality/checks
</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
Expand All @@ -17,7 +18,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-10-30</date>
<date>2017-11-14</date>
<version>
<release>2.3.0</release>
<api>2.3.0</api>
Expand Down Expand Up @@ -864,7 +865,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>
* [jan] Add option to set a custom output handler.
Expand Down

0 comments on commit f485cbb

Please sign in to comment.