Merge pull request #73 from MatthiasKuehneEllerhold/cs-fixer-in-dev

Move the php-cs-fixer to require-dev
This commit is contained in:
Robin Appelman 2018-09-05 12:44:41 +02:00 committed by GitHub
commit 00fa2ae40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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": {