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

29 lines
534 B
Plaintext

{
"main" : "./psalm",
"output" : "./build/psalm.phar",
"directories" : [
"assets",
"vendor"
],
"directories-bin": [
"src/Psalm/Stubs"
],
"finder": [
{
"in" : "src",
"exclude": "Psalm/Stubs"
}
],
"files" : [
"config.xsd"
],
"intercept" : false,
"compactors" : [
"Herrera\\Box\\Compactor\\Php"
],
"compression" : "BZ2",
"chmod" : "0755",
"shebang" : "#!/usr/bin/env php",
"stub" : true
}