1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
psalm/box.json.dist
Théo FIDRY 477e91ab85 Bump Box
- 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
2018-10-08 10:18:54 -04:00

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"
]
}