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

24 lines
430 B
Plaintext
Raw Normal View History

2018-03-01 23:25:37 +01:00
{
2018-03-11 17:35:46 +01:00
"base-path": "build/psalm",
2018-03-01 23:25:37 +01:00
"main" : "./psalm",
2018-03-11 17:35:46 +01:00
"output" : "../../build/psalm.phar",
2018-03-01 23:25:37 +01:00
"directories" : [
"assets",
"vendor"
],
2018-03-04 01:04:38 +01:00
"finder": [
{
2018-03-11 17:35:46 +01:00
"in" : "src"
2018-03-04 01:04:38 +01:00
}
],
2018-03-01 23:25:37 +01:00
"files" : [
"config.xsd"
],
"intercept" : false,
2018-03-11 17:35:46 +01:00
"compactors" : [],
2018-03-01 23:25:37 +01:00
"compression" : "BZ2",
"chmod" : "0755",
"shebang" : "#!/usr/bin/env php",
"stub" : true
2018-03-01 23:25:37 +01:00
}