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 13, 2017
1 parent 6ea2b09 commit 3de4d3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/kolab-storage",
"description": "A package for handling Kolab data stored on an IMAP server",
"description": "Kolab data storage library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Kolab_Storage",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.2.4",
"time": "2017-10-20",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
Expand Down
8 changes: 5 additions & 3 deletions package.xml
Expand Up @@ -3,7 +3,7 @@
<name>Horde_Kolab_Storage</name>
<channel>pear.horde.org</channel>
<extends>Kolab_Storage</extends>
<summary>A package for handling Kolab data stored on an IMAP server</summary>
<summary>Kolab data storage library</summary>
<description>Storing user data in an IMAP account belonging to the user is one of the Kolab server core concepts. This package provides all the necessary means to deal with this type of data storage effectively.</description>
<lead>
<name>Gunnar Wrobel</name>
Expand All @@ -17,7 +17,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-27</date>
<date>2017-11-11</date>
<version>
<release>2.2.4</release>
<api>2.2.0</api>
Expand Down Expand Up @@ -725,6 +725,8 @@
<name>Net_IMAP</name>
<channel>pear.php.net</channel>
<min>1.1.0</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<extension>
<name>imap</name>
Expand Down Expand Up @@ -1456,7 +1458,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-27</date>
<date>2017-11-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit 3de4d3d

Please sign in to comment.