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 <alexey@kopytko.com>
This commit is contained in:
parent
7e12197d2b
commit
4cc9023ff1
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue