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" : [],
|
2018-03-02 02:10:08 +02:00
|
|
|
"chmod" : "0755",
|
|
|
|
"shebang" : "#!/usr/bin/env php",
|
|
|
|
"stub" : true
|
2018-03-02 00:25:37 +02:00
|
|
|
}
|