diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | composer.json | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,3 @@ *.sw? vendor/ +docs/ diff --git a/composer.json b/composer.json index 3d078a8..fcb6a22 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,10 @@ "scripts": { "test": [ "phpunit --bootstrap vendor/autoload.php tests" + ], + + "docs": [ + "phpdoc -d src -t docs" ] } } |