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 c1efb32 commit 44bc64c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/autoloader-cache",
"description": "Cache for the Horde_Autoloader library",
"description": "Caching library for Horde_Autoloader",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Autoloader_Cache",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.1.4",
"time": "2017-09-19",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
13 changes: 8 additions & 5 deletions package.xml
Expand Up @@ -2,8 +2,9 @@
<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_Autoloader_Cache</name>
<channel>pear.horde.org</channel>
<summary>Cache for the Horde_Autoloader library</summary>
<description>Extension of the Horde_Autoloader that implements caching of class-file-maps. The caching method is determined automatically from the list of supported cache backends: APC, XCache, eAccelerator, local file system.</description>
<summary>Caching library for Horde_Autoloader</summary>
<description>Extension of the Horde_Autoloader that implements caching of class-file-maps. The caching method is determined automatically from the list of supported cache backends: APC, XCache, eAccelerator, local file system.
</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
Expand All @@ -14,9 +15,9 @@
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>yes</active>
<active>no</active>
</developer>
<date>2017-10-30</date>
<date>2017-11-14</date>
<version>
<release>2.1.4</release>
<api>2.1.0</api>
Expand Down Expand Up @@ -89,6 +90,8 @@
<name>lzf</name>
<channel>pecl.php.net</channel>
<min>1.5.2</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
<providesextension>lzf</providesextension>
</package>
<package>
Expand Down Expand Up @@ -380,7 +383,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/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit 44bc64c

Please sign in to comment.