diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-02 20:16:58 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 09:54:49 -0400 |
commit | f054c511e79101e1797d088ddb003bb323ab191d (patch) | |
tree | 76239d4c74d904b1e1d71a0018bb7eb72aa569ae /composer.json | |
parent | cb8f920e52c5b9473f43a107310cb6bb1ac0874b (diff) | |
download | zipstream-php-f054c511e79101e1797d088ddb003bb323ab191d.tar.bz2 zipstream-php-f054c511e79101e1797d088ddb003bb323ab191d.zip |
clean up example links, add datetime example
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index fcb6a22..7c8db10 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ ], "docs": [ - "phpdoc -d src -t docs" + "phpdoc -d src -t docs --template=responsive-twig --title=ZipStream" ] } } |