From ec5f8082ce7d90e80ef5557ff141ac722ff1916e Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Nov 2017 18:17:26 +0100 Subject: [PATCH] Update package definitions. --- composer.json | 10 +++++----- package.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 2d01d8e..5cb27ad 100644 --- a/composer.json +++ b/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": [ { @@ -12,7 +12,7 @@ } ], "version": "1.0.0alpha1", - "time": "2017-10-17", + "time": "2017-11-11", "repositories": [ { "type": "pear", @@ -28,7 +28,7 @@ }, "autoload": { "psr-0": { - "Hylax": "lib/" + "hylax": "lib/" } } } diff --git a/package.xml b/package.xml index 5b8a91f..4990531 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ hylax pear.horde.org - Fax frontend + Fax frontend application Fax frontend Jan Schneider @@ -10,7 +10,7 @@ jan@horde.org yes - 2017-10-27 + 2017-11-11 1.0.0alpha1 1.0.0alpha1 @@ -189,7 +189,7 @@ alpha alpha - 2017-10-27 + 2017-11-11 GPL-2.0 * Initial release.