mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
19 lines
397 B
JSON
19 lines
397 B
JSON
{
|
|
"alias": "rector.phar",
|
|
"banner": false,
|
|
"base-path": "../..",
|
|
"check-requirements": false,
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
],
|
|
"directories": [
|
|
"config",
|
|
"src",
|
|
"rules",
|
|
"packages"
|
|
],
|
|
"force-autodiscovery": true,
|
|
"output": "tmp/rector.phar",
|
|
"php-scoper": "compiler/build/scoper.inc.php"
|
|
}
|