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

Revert "Reduce size of generated Phar"

This reverts commit bde7354588.
This commit is contained in:
Brown 2019-04-29 19:14:37 -04:00
parent bde7354588
commit e15b86db7e

View File

@ -10,21 +10,5 @@
"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": "."
}
]
}