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 6d47a35 commit 84e8251
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/horde",
"description": "Horde Application Framework",
"type": "library",
"homepage": "https://pear.horde.org",
"description": "Horde base application",
"type": "project",
"homepage": "https://www.horde.org/apps/horde",
"license": "LGPL-2",
"authors": [
{
Expand All @@ -11,13 +11,13 @@
"role": "lead"
},
{
"name": "Michael Slusarz",
"email": "slusarz@horde.org",
"name": "Michael J Rubinsky",
"email": "mrubinsk@horde.org",
"role": "lead"
},
{
"name": "Michael J Rubinsky",
"email": "mrubinsk@horde.org",
"name": "Michael Slusarz",
"email": "slusarz@horde.org",
"role": "lead"
},
{
Expand All @@ -27,7 +27,7 @@
}
],
"version": "5.2.18",
"time": "2017-09-19",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
18 changes: 9 additions & 9 deletions package.xml
Expand Up @@ -2,33 +2,33 @@
<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</name>
<channel>pear.horde.org</channel>
<summary>Horde Application Framework</summary>
<summary>Horde base application</summary>
<description>The Horde Application Framework is a flexible, modular, general-purpose web application framework written in PHP. It provides an extensive array of components that are targeted at the common problems and tasks involved in developing modern web applications. It is the basis for a large number of production-level web applications, notably the Horde Groupware suites. For more information on Horde or the Horde Groupware suites, visit http://www.horde.org.</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Michael J Rubinsky</name>
<user>mrubinsk</user>
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>no</active>
</lead>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-09-19</date>
<date>2017-11-14</date>
<version>
<release>5.2.18</release>
<api>5.2.0</api>
Expand Down Expand Up @@ -4321,7 +4321,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-09-19</date>
<date>2017-11-14</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [jan] Check for both the memcache and memcached extensions in test script (Bug #14691).
Expand Down

0 comments on commit 84e8251

Please sign in to comment.