From e159b723bde376a1385638b7e3bed0305ba154f1 Mon Sep 17 00:00:00 2001 From: Tobias van Beek Date: Tue, 4 Jan 2022 14:02:52 +0100 Subject: [PATCH] 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. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e588ef7b..e315bad3 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML", "RTF", "Rich Text Format", "doc", "odt", "ODF", "OpenDocument", "PDF", "HTML" ], - "homepage": "http://phpoffice.github.io", + "homepage": "https://phpword.readthedocs.io/", "type": "library", "license": "LGPL-3.0", "authors": [