mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
477e91ab85
- Bump box to the latest stable release - Remove unncessary settings from `box.json.dist` - Add the `Php` compactor which should remove some unnecessary comments and whitespaces from the PHAR
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
{
|
|
"output" : "build/psalm.phar",
|
|
"files": [
|
|
"src/command_functions.php",
|
|
"src/psalm.php",
|
|
"src/psalter.php"
|
|
],
|
|
"files-bin": ["config.xsd"],
|
|
"directories-bin" : ["assets"],
|
|
"compactors" : [
|
|
"KevinGH\\Box\\Compactor\\Php",
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
]
|
|
}
|