From a33bfe601c8d0fc55a34c8620b28daf2dc4408d8 Mon Sep 17 00:00:00 2001 From: Cody Covey Date: Wed, 6 Jun 2018 00:20:46 -0500 Subject: [PATCH] Move phpstan and doctrine/coding-standards to require-dev instead of require. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4276499..447d0e5 100644 --- a/composer.json +++ b/composer.json @@ -22,15 +22,15 @@ "require": { "php": "^7.1", "symfony/framework-bundle": "~3.4|~4.0", - "doctrine/coding-standard": "^4.0", "doctrine/doctrine-bundle": "~1.0", - "doctrine/migrations": "^2.0@dev", - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-strict-rules": "^0.9" + "doctrine/migrations": "^2.0@dev" }, "require-dev": { "phpunit/phpunit": "^5.7|^6.4|^7.0", - "mikey179/vfsStream": "^1.6" + "mikey179/vfsStream": "^1.6", + "doctrine/coding-standard": "^4.0", + "phpstan/phpstan": "^0.9.2", + "phpstan/phpstan-strict-rules": "^0.9" }, "autoload": { "psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }