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 8e5fb72 commit ec5f808
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.json
@@ -1,8 +1,8 @@
{
"name": "horde/hylax",
"description": "Fax frontend",
"type": "library",
"homepage": "https://pear.horde.org",
"description": "Fax frontend application",
"type": "project",
"homepage": "https://www.horde.org",
"license": "GPL-2.0",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
}
],
"version": "1.0.0alpha1",
"time": "2017-10-17",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
Expand All @@ -28,7 +28,7 @@
},
"autoload": {
"psr-0": {
"Hylax": "lib/"
"hylax": "lib/"
}
}
}
6 changes: 3 additions & 3 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>hylax</name>
<channel>pear.horde.org</channel>
<summary>Fax frontend</summary>
<summary>Fax frontend application</summary>
<description>Fax frontend</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@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.0alpha1</api>
Expand Down Expand Up @@ -189,7 +189,7 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2017-10-27</date>
<date>2017-11-11</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* Initial release.
Expand Down

0 comments on commit ec5f808

Please sign in to comment.