1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
psalm/box.json.dist

17 lines
422 B
Plaintext
Raw Normal View History

2018-03-02 00:25:37 +02:00
{
2018-05-05 01:43:43 +01:00
"output" : "build/psalm.phar",
"files": [
"src/command_functions.php",
"src/psalm.php",
2019-03-27 11:55:10 -04:00
"src/psalter.php",
"src/psalm-language-server.php",
"src/psalm_plugin.php",
"src/psalm-refactor.php"
2018-03-02 00:25:37 +02:00
],
2018-05-05 01:43:43 +01:00
"files-bin": ["config.xsd"],
2020-10-12 00:59:19 -04:00
"directories-bin" : ["assets", "dictionaries", "stubs"],
2018-04-08 18:36:29 +02:00
"compactors" : [
"KevinGH\\Box\\Compactor\\PhpScoper"
]
2020-10-12 00:59:19 -04:00
}