mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-20 06:38:46 +01:00
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"alias": "rector.phar",
|
|
"banner": false,
|
|
"base-path": "../..",
|
|
"check-requirements": false,
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
],
|
|
"directories": [
|
|
"config",
|
|
"src",
|
|
"rules",
|
|
"packages"
|
|
],
|
|
"exclude-composer-files": false,
|
|
"force-autodiscovery": true,
|
|
"output": "tmp/rector.phar",
|
|
"php-scoper": "compiler/build/scoper.inc.php"
|
|
}
|