mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"alias": "rector.phar",
|
|
"banner": false,
|
|
"base-path": "../..",
|
|
"check-requirements": false,
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
],
|
|
"directories": [
|
|
"config",
|
|
"src",
|
|
"packages",
|
|
"stubs",
|
|
"vendor"
|
|
],
|
|
"output": "tmp/rector.phar",
|
|
"php-scoper": "compiler/build/scoper.inc.php"
|
|
}
|