PHP-Parser/tools/composer.json
Nikita Popov e9800cf7d3 Add tools/ directory
With php-cs-fixer and phpstan. Also reformat one file.
2022-09-11 13:17:17 +02:00

7 lines
107 B
JSON

{
"require": {
"friendsofphp/php-cs-fixer": "^3.10",
"phpstan/phpstan": "^1.8"
}
}