Add missing checks for requirements

This commit is contained in:
Frédéric Guillot
2017-11-29 10:40:29 -08:00
parent 6d2076e859
commit f6b1ac8358
3 changed files with 9 additions and 2 deletions

View File

@@ -15,6 +15,9 @@
},
"require" : {
"php" : ">=5.3.9",
"ext-simplexml" : "*",
"ext-dom" : "*",
"ext-xml" : "*",
"ext-gd" : "*",
"ext-mbstring" : "*",
"ext-hash" : "*",