mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
eecd21a7d5
Previously a user of the phar distribution would have to invoke psalm as `vendor/bin/psalm.phar`. This is different to the command given in the psalm documentation, `vendor/bin/psalm` I also copied all files from the psalm/phar repo into assets/psalm-phar, so that development can be concentrated in this repo. The travis-deploy-phar.sh should copy any changes made back into the psalm/phar.git repo.
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
{
|
|
"output" : "build/psalm.phar",
|
|
"files": [
|
|
"src/command_functions.php",
|
|
"src/psalm.php",
|
|
"src/psalter.php",
|
|
"src/psalm-language-server.php",
|
|
"src/psalm-plugin.php",
|
|
"src/psalm-refactor.php"
|
|
],
|
|
"files-bin": ["config.xsd"],
|
|
"directories-bin" : ["assets"],
|
|
"compactors" : [
|
|
"KevinGH\\Box\\Compactor\\PhpScoper"
|
|
]
|
|
}
|