Skip to content

Commit

Permalink
Released Horde_OpenXchange-1.0.0alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 5, 2014
1 parent a92470c commit e0f3427
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions framework/OpenXchange/composer.json
@@ -0,0 +1,29 @@
{
"name": "horde/horde-openxchange",
"description": "Open-Xchange Connector",
"type": "library",
"homepage": "http://pear.horde.org",
"license": "LGPL-2.1",
"authors": [
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
}
],
"version": "1.0.0alpha1",
"time": "2014-05-05",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/Horde_Date": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Http": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Perms": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Url": ">=2.0.0,<=3.0.0alpha1"
}
}
4 changes: 2 additions & 2 deletions framework/OpenXchange/package.xml
Expand Up @@ -10,7 +10,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2014-03-20</date>
<date>2014-05-05</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
Expand Down Expand Up @@ -99,7 +99,7 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2014-03-20</date>
<date>2014-05-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* Initial release.
Expand Down

0 comments on commit e0f3427

Please sign in to comment.