From 3ad90fa0fbb7c88c25a292ba5984dbfedf0baabd Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Fri, 25 Nov 2022 20:15:54 -0400 Subject: [PATCH] Move mockery plugin to require-dev --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 472d7b2f8fd..e093fa795b4 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,6 @@ "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "nikic/php-parser": "^4.13", "openlss/lib-array2xml": "^1.0", - "psalm/plugin-mockery": "^1.1", "sebastian/diff": "^4.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0", "symfony/filesystem": "^5.4 || ^6.0", @@ -50,6 +49,7 @@ "nunomaduro/mock-final-classes": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^9.5", + "psalm/plugin-mockery": "^1.1", "psalm/plugin-phpunit": "^0.18", "slevomat/coding-standard": "^7.0", "phpstan/phpdoc-parser": "1.6.4",