Skip to content

Commit e159b72

Browse files
authored
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.
1 parent aca1078 commit e159b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML",
77
"RTF", "Rich Text Format", "doc", "odt", "ODF", "OpenDocument", "PDF", "HTML"
88
],
9-
"homepage": "http://phpoffice.github.io",
9+
"homepage": "https://phpword.readthedocs.io/",
1010
"type": "library",
1111
"license": "LGPL-3.0",
1212
"authors": [

0 commit comments

Comments
 (0)