From fa2b5c4d6a3b800ef2746ffd22f94ee2739ded18 Mon Sep 17 00:00:00 2001 From: James Gilliland Date: Tue, 7 Jun 2022 13:29:40 -0500 Subject: [PATCH] move phpstan to dev requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c91b36..a57052f 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "php": ">=8.0", "ext-json": "*", "ext-soap": "*", - "phpstan/phpstan": "^1.7", "ryanwinchester/netsuite-php": "*" }, "require-dev": { "phpspec/prophecy-phpunit": "^2.0", + "phpstan/phpstan": "^1.7", "phpunit/phpunit": "^9.5" }, "autoload": {