From c4f2dfd786dc5264fbc749cde679ace05f687edb Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Wed, 25 Oct 2017 04:05:30 +0000 Subject: [PATCH] Force PHP compatibility for composer Fixes #23542 --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b8a6edb30..f634264428 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,10 @@ "email": "mantisbt-dev@lists.sourceforge.net", "homepage": "https://www.mantisbt.org" } - ] + ], + "config": { + "platform": { + "php": "5.5.0" + } + } }