Skip to content

Commit

Permalink
Released Horde_Cli_Application-1.0.0RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 9, 2017
1 parent 235490b commit 8ed6783
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 10 deletions.
41 changes: 41 additions & 0 deletions composer.json
@@ -0,0 +1,41 @@
{
"name": "horde/cli-application",
"description": "Library for creating command line applications",
"type": "library",
"homepage": "https://pear.horde.org",
"license": "BSD",
"authors": [
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
},
{
"name": "Michael J Rubinsky",
"email": "mrubinsk@horde.org",
"role": "lead"
}
],
"version": "1.0.0RC1",
"time": "2017-10-09",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": "^5.3",
"pear-pear.horde.org/Horde_Argv": "^2",
"pear-pear.horde.org/Horde_Cli": "^2"
},
"replace": {
"pear-pear.horde.org/Horde_Cli_Application": "1.*",
"pear-horde/Horde_Cli_Application": "1.*"
},
"autoload": {
"psr-0": {
"Horde_Cli_Application": "lib/"
}
}
}
20 changes: 10 additions & 10 deletions package.xml
Expand Up @@ -16,14 +16,14 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2017-05-17</date>
<date>2017-10-09</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD</license>
<notes>
Expand Down Expand Up @@ -92,14 +92,14 @@
<changelog>
<release>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>beta</release>
<api>beta</api>
</stability>
<date>2017-05-17</date>
<date>2017-10-09</date>
<license uri="http://www.horde.org/licenses/bsd">BSD</license>
<notes>
* Initial release.
Expand Down

0 comments on commit 8ed6783

Please sign in to comment.