diff --git a/composer.json b/composer.json index d9a3d48..a6dbadd 100644 --- a/composer.json +++ b/composer.json @@ -5,11 +5,11 @@ "require": { "guzzlehttp/guzzle": "^6.2.2", "php": ">=7.0.0", - "psr/http-message": "~1.0", + "psr/http-message": "~1.0" }, "require-dev": { "phpunit/phpunit": "5.7.5", - "phpmd/phpmd" : "@stable" + "phpmd/phpmd" : "@stable", "friendsofphp/php-cs-fixer": "^2.6" }, "license": "BSD-3-Clause",