From 04b5ae45ec6fecb89f774da2f65f6d153948323c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 19 Apr 2016 16:25:39 +0200 Subject: [PATCH] Move coding standard to dev requires MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 395964af7d..086b84e496 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,15 @@ }, "non-feature-branches": ["RELEASE_.*"], "require": { - "php": ">=5.5.0", - "phpmyadmin/coding-standard": ">=0.1.0" + "php": ">=5.5.0" }, "require-dev": { "satooshi/php-coveralls": "~0.6", "phpunit/phpunit": "~4.1", "codacy/coverage": "dev-master", "phpunit/phpunit-selenium": "~1.2", - "squizlabs/php_codesniffer": "2.*" + "squizlabs/php_codesniffer": "2.*", + "phpmyadmin/coding-standard": ">=0.1.0" }, "repositories": [ {