From 4cc9023ff1990690fa96ab723ef736180e1c0c62 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 14 Sep 2020 10:39:46 +0200 Subject: [PATCH] Update info URL in composer.json (#28) * Update info URL in composer.json The composer package description is displayed when running `composer outdated`. The current URL refers to the old PEAR package page, which doesn't contain any information about the latest release. * Update composer.json Co-authored-by: Alexey Kopytko --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 658ae96..d98446c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pear/spreadsheet_excel_writer", "type": "library", - "description": "More info available on: http://pear.php.net/package/Spreadsheet_Excel_Writer", + "description": "Allows writing of Excel spreadsheets without the need for COM objects. Supports formulas, images (BMP) and all kinds of formatting for text and cells.", "license": "LGPL-2.1-or-later", "authors": [ {