Expanded README file and added Markdown class as dependency since it is used in the long description and parameter parsing

This commit is contained in:
Mike van Riel
2012-05-26 10:28:28 +02:00
parent 3f8a4fca6d
commit 663df2c65b
2 changed files with 59 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
{"name": "Mike van Riel", "email": "[email protected]"}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2",
"dflydev/markdown": "1.0.*"
},
"autoload": {
"psr-0": {"phpDocumentor\\Reflection": "src/"}