Comma correction

This commit is contained in:
Junade
2017-09-25 15:49:49 +01:00
committed by GitHub
parent b4a13d8e2b
commit 68a26e7e77

View File

@@ -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",