summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 54edefd..c530140 100644
--- a/composer.json
+++ b/composer.json
@@ -20,5 +20,8 @@
"description": "A compiling template engine with an XML-ish syntax",
"type": "library",
"keywords": ["templating"],
- "homepage": "http://github.com/silvasur/ste"
-} \ No newline at end of file
+ "homepage": "http://github.com/silvasur/ste",
+ "require-dev": {
+ "phpdocumentor/phpdocumentor": "^2.9"
+ }
+}