From ff7a3913c24d56217f202797adca28e092bc6adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 18 Jun 2020 09:16:32 +0200 Subject: [PATCH] Fix: Run 'make coding-standards' --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f2d996e..85d5b38 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,14 @@ "require": { "php": ">=5.4" }, + "require-dev": { + "phpunit/phpunit": "^4.8" + }, + "config": { + "platform": { + "php": "5.4.45" + } + }, "autoload": { "psr-4": { "Tree\\": "src/" @@ -22,13 +30,5 @@ "psr-4": { "Tree\\Test\\": "tests/" } - }, - "config": { - "platform": { - "php": "5.4.45" - } - }, - "require-dev": { - "phpunit/phpunit": "^4.8" } }