1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/box.json.dist
2018-03-17 20:59:45 -04:00

25 lines
457 B
Plaintext

{
"alias": "psalm.phar",
"base-path": "build/psalm",
"main" : "./psalm",
"output" : "../../build/psalm.phar",
"directories" : [
"assets",
"vendor"
],
"finder": [
{
"in" : "src"
}
],
"files" : [
"config.xsd"
],
"intercept" : false,
"compactors" : [],
"compression" : "BZ2",
"chmod" : "0755",
"shebang" : "#!/usr/bin/env php",
"stub" : true
}