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 adbc9a4 commit 7a7eb27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/pack",
"description": "Horde Pack Utility",
"description": "Data packing library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
}
],
"version": "1.0.8",
"time": "2016-12-16",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
10 changes: 6 additions & 4 deletions package.xml
Expand Up @@ -2,15 +2,15 @@
<package 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" version="2.0" 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_Pack</name>
<channel>pear.horde.org</channel>
<summary>Horde Pack Utility</summary>
<summary>Data packing library</summary>
<description>A replacement for serialize()/json_encode() that will automatically use the most efficient serialization available based on the input.</description>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>yes</active>
<active>no</active>
</lead>
<date>2017-10-30</date>
<date>2017-11-14</date>
<version>
<release>1.0.8</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -108,6 +108,8 @@
<name>igbinary</name>
<channel>pecl.php.net</channel>
<min>1.2.0</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
<providesextension>igbinary</providesextension>
</package>
<package>
Expand Down Expand Up @@ -260,7 +262,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 7a7eb27

Please sign in to comment.