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 455bd4d commit 34efe74
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/argv",
"description": "Horde command-line argument parsing package",
"description": "Command-line argument parsing library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Argv",
"license": "BSD-2-Clause",
"authors": [
{
Expand All @@ -22,7 +22,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 @@ -3,7 +3,7 @@
<name>Horde_Argv</name>
<channel>pear.horde.org</channel>
<extends>Argv</extends>
<summary>Horde command-line argument parsing package</summary>
<summary>Command-line argument parsing library</summary>
<description>Classes for parsing command line arguments with various actions, providing help, grouping options, and more.</description>
<lead>
<name>Jan Schneider</name>
Expand All @@ -23,7 +23,7 @@
<email>mike@maintainable.com</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 @@ -947,7 +947,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/bsd">BSD-2-Clause</license>
<notes>
*
Expand Down

0 comments on commit 34efe74

Please sign in to comment.