mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Reduce size of generated Phar
This commit is contained in:
parent
b6e9fba8e6
commit
bde7354588
@ -10,5 +10,21 @@
|
||||
"directories-bin" : ["assets"],
|
||||
"compactors" : [
|
||||
"KevinGH\\Box\\Compactor\\PhpScoper"
|
||||
],
|
||||
"finder": [
|
||||
{
|
||||
"notName": "/LICENSE|.*\\.md|.*\\.dist|Makefile|composer\\.json|composer\\.lock/",
|
||||
"exclude": [
|
||||
"build",
|
||||
"bin",
|
||||
"tests",
|
||||
"vendor-bin"
|
||||
],
|
||||
"in": "vendor"
|
||||
},
|
||||
{
|
||||
"name": "composer.json",
|
||||
"in": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user