Move the php-cs-fixer to require-dev

This commit is contained in:
Matthias Kühne 2018-09-05 08:01:27 +02:00
commit 1c58fe9ae6
No known key found for this signature in database
GPG key ID: 3E50533418FF0639

View file

@ -10,11 +10,11 @@
],
"require" : {
"php": ">=5.6",
"icewind/streams": ">=0.2.0",
"friendsofphp/php-cs-fixer": "^2.13"
"icewind/streams": ">=0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"friendsofphp/php-cs-fixer": "^2.13"
},
"autoload" : {
"psr-4": {