mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Reproducible builds
This commit is contained in:
parent
ac95e2514f
commit
9803db3002
@ -7,7 +7,6 @@
|
||||
"map": [
|
||||
{"build/phar-versions.php" : "phar-versions.php"}
|
||||
],
|
||||
"exclude-composer-files": false,
|
||||
"files-bin": ["config.xsd"],
|
||||
"directories-bin" : [
|
||||
"assets",
|
||||
|
@ -73,7 +73,8 @@
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true,
|
||||
"platform-check": true
|
||||
"platform-check": true,
|
||||
"autoloader-suffix": "Psalm"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
@ -3,6 +3,7 @@
|
||||
use Composer\Autoload\ClassLoader;
|
||||
|
||||
return [
|
||||
'prefix' => 'PsalmPhar',
|
||||
'patchers' => [
|
||||
function (string $filePath, string $prefix, string $contents): string {
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user