From 931593a59e28270167c59108e5bb7f62f17c4380 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 17 Aug 2018 08:42:41 +0000 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20trunk)=20N=C2=B01572=20Add?= =?UTF-8?q?=20composer.json=20for=20PHP=20language=20level=20(r5967)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:2.5[6007] --- composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 composer.json 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