Define target platform for php-cs-fixer

This commit is contained in:
Niklas Keller 2017-12-13 23:50:45 +01:00
parent 36dc8ed92a
commit 8dc3b3e6b4

View File

@ -27,5 +27,10 @@
"amphp/phpunit-util": "^1.0", "amphp/phpunit-util": "^1.0",
"friendsofphp/php-cs-fixer": "^2.9", "friendsofphp/php-cs-fixer": "^2.9",
"phpunit/phpunit": "^6.5" "phpunit/phpunit": "^6.5"
},
"config": {
"platform": {
"php": "7.0.0"
}
} }
} }