Update homepage in composer.json

I found out that the homepage link on packagist.org points to: http://phpoffice.github.io/ but that site doesn't exist. So this PR updates the link to the documentation site.
This commit is contained in:
Tobias van Beek 2022-01-04 14:02:52 +01:00 committed by GitHub
parent aca10785cf
commit e159b723bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML", "docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML",
"RTF", "Rich Text Format", "doc", "odt", "ODF", "OpenDocument", "PDF", "HTML" "RTF", "Rich Text Format", "doc", "odt", "ODF", "OpenDocument", "PDF", "HTML"
], ],
"homepage": "http://phpoffice.github.io", "homepage": "https://phpword.readthedocs.io/",
"type": "library", "type": "library",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"authors": [ "authors": [