From 32d6fd141cd4ccaca8acddb0d070a35586a69360 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 5 May 2022 03:59:35 +0000 Subject: [PATCH] =?UTF-8?q?Normalize=20`composer.json`=20=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c63ba48..c1c33f5 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "symfony/console": "^6.0", "symfony/yaml": "^6.0" }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, "minimum-stability": "stable", "autoload": { "psr-4": { @@ -30,8 +33,5 @@ }, "bin": [ "bin/codestyle" - ], - "require-dev": { - "phpunit/phpunit": "^9.5" - } + ] }