-
- Downloads
chore(phpstan): Add phpstan to composer.json and make workaround for PHP 7.0 (#3104477)
composer-php-7-0.json
0 → 100644
... | ... | @@ -26,6 +26,7 @@ |
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.0 || ^7.0" | ||
"phpunit/phpunit": "^6.0 || ^7.0", | ||
"phpstan/phpstan": "^0.12.4" | ||
} | ||
} |
Please register or sign in to comment