From 641c235ec2d47204f1ecf06d30d37a14a18a810b Mon Sep 17 00:00:00 2001 From: hellofromtonya Date: Wed, 29 Nov 2017 08:41:43 -0600 Subject: [PATCH] Releasing 3.0.0 --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 41cd788..d574253 100644 --- a/composer.json +++ b/composer.json @@ -34,14 +34,8 @@ }, "require-dev": { "brain/monkey": "^2.0", - "phpro/grumphp": "^0.11.6", - "phpstan/phpstan": "^0.8.0", "phpunit/phpunit": "~4.8 || ~5.7.9", - "phpmd/phpmd": "^2.6", "squizlabs/php_codesniffer": "^3.0", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "sebastian/phpcpd": "^3.0", - "povils/phpmnd": "^1.1", "sensiolabs/security-checker": "^4.0", "nikic/php-parser": "^3.0" }, @@ -52,4 +46,4 @@ "phpcs": "\"vendor/bin/phpcs\"", "test": "\"vendor/bin/phpunit\"" } -} \ No newline at end of file +}