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 594faad commit fc7a0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/editor",
"description": "Horde Editor API",
"description": "WYSIWYG editor library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Editor",
"license": "LGPL-2.1",
"authors": [
{
Expand All @@ -17,7 +17,7 @@
}
],
"version": "2.0.6",
"time": "2017-09-19",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
10 changes: 5 additions & 5 deletions package.xml
Expand Up @@ -2,21 +2,21 @@
<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_Editor</name>
<channel>pear.horde.org</channel>
<summary>Horde Editor API</summary>
<summary>WYSIWYG editor library</summary>
<description>The Horde_Editor package provides an API to generate the code necessary for embedding javascript RTE editors in a web page.</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
<active>no</active>
</lead>
<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>2.0.6</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -1259,7 +1259,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 fc7a0fa

Please sign in to comment.