1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/box.json.dist

24 lines
430 B
Plaintext
Raw Normal View History

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