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 cc597a2 commit d9b39b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/pgp",
"description": "Horde PGP API",
"description": "PGP 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.0alpha1",
"time": "2017-10-20",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
Expand Down
19 changes: 17 additions & 2 deletions package.xml
Expand Up @@ -2,15 +2,15 @@
<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_Pgp</name>
<channel>pear.horde.org</channel>
<summary>Horde PGP API</summary>
<summary>PGP library</summary>
<description>Provides an API for dealing with OpenPGP (RFC 4880) data.</description>
<lead>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-27</date>
<date>2017-11-11</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -751,5 +751,20 @@
</filelist>
</phprelease>
<changelog>
<release>
<date>2017-11-11</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Mark PHP 7 as supported.
</notes>
</release>
</changelog>
</package>

0 comments on commit d9b39b6

Please sign in to comment.