Added missing require block

This commit is contained in:
Graham Campbell 2015-01-10 13:00:09 +00:00
parent 098f188552
commit adcd3b4aea

View File

@ -12,7 +12,11 @@
"homepage": "http://erusev.com" "homepage": "http://erusev.com"
} }
], ],
"require": {
"php": ">=5.3.3",
"ext-mbstring": "*"
},
"autoload": { "autoload": {
"psr-0": {"Parsedown": ""} "psr-0": {"Parsedown": ""}
} }
} }