diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..dbe0c210d --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "require": { + "php": ">=5.6.0", + "ext-mysql": "*", + "ext-ldap": "*", + "ext-mcrypt": "*", + "ext-cli": "*", + "ext-soap": "*", + "ext-json": "*" + }, + "config": { + "platform": { + "php": "5.6.0" + } + } +} \ No newline at end of file