diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-03 10:32:00 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 10:32:00 -0400 |
commit | b172367ec9416268871cef70d2433462fb7f8868 (patch) | |
tree | 59a28c7d6752094b305d851cff31da94e4709ef8 | |
parent | a356576435e7da1998a3debe45006b9cddc01132 (diff) | |
download | zipstream-php-b172367ec9416268871cef70d2433462fb7f8868.tar.bz2 zipstream-php-b172367ec9416268871cef70d2433462fb7f8868.zip |
composer.json: add project homepage to
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 7c8db10..753b0b4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "pablotron/zipstream", "description": "Dynamically generate streamed zip archives.", + "homepage": "https://github.com/pablotron/zipstream-php", "license": "MIT", "authors": [{ |