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 b131a7c commit b270625
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/cli-modular",
"description": "A toolset for CLI interfaces that are modular.",
"description": "Modular command line interface library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Cli_Modular",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.1.1",
"time": "2017-05-03",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -2,7 +2,7 @@
<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_Cli_Modular</name>
<channel>pear.horde.org</channel>
<summary>A toolset for CLI interfaces that are modular.</summary>
<summary>Modular command line interface library</summary>
<description>Command line interfaces can often be composed of different modules responsible for distinct actions. This package allows each such module to influence the overall command line interface. First and foremost each module can add its own option group with a specific title, description and a set of module specific options (see Horde_Argv_OptionGroup for further details). In addition Cli_Modular allows a module to modify the global usage string and add basic options valid for all modules.</description>
<lead>
<name>Jan Schneider</name>
Expand All @@ -16,7 +16,7 @@
<email>p@rdus.de</email>
<active>no</active>
</lead>
<date>2017-10-30</date>
<date>2017-11-14</date>
<version>
<release>2.1.1</release>
<api>1.1.0</api>
Expand Down Expand Up @@ -301,7 +301,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/lgpl">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit b270625

Please sign in to comment.