From 594ebe5fffc829b72de502f29024612a85516061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 10 May 2016 07:34:28 +0200 Subject: [PATCH] Fixes for 6b8c33e Update PHP version in composer.json and define "fix" in a way that is common in our repos. Change-Id: I47d8e2289cf1246cd4980d8c87c1820b5bc7b091 --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 859f8380..93c9cd27 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "irc": "irc://irc.freenode.net/mediawiki-i18n" }, "require": { - "php": ">=5.3.0", + "php": ">=5.5.9", "composer/installers": ">=1.0.1" }, "suggest": { @@ -29,12 +29,10 @@ "mediawiki/mediawiki-codesniffer": "0.7.1" }, "scripts": { + "fix": "phpcbf", "test": [ "parallel-lint . --exclude vendor", "phpcs -p -s" - ], - "fix": [ - "phpcbf" ] } }