diff --git a/composer.json b/composer.json index 23d376cb..fdccf8ff 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,10 @@ }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;" + }, + "config": { + "platform": { + "php": "7.1.8" + } } }