1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Reproducible builds

This commit is contained in:
Daniil Gentili 2024-01-17 19:29:31 +01:00
parent ac95e2514f
commit 9803db3002
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,6 @@
"map": [
{"build/phar-versions.php" : "phar-versions.php"}
],
"exclude-composer-files": false,
"files-bin": ["config.xsd"],
"directories-bin" : [
"assets",

View File

@ -73,7 +73,8 @@
},
"optimize-autoloader": true,
"sort-packages": true,
"platform-check": true
"platform-check": true,
"autoloader-suffix": "Psalm"
},
"extra": {
"branch-alias": {

View File

@ -3,6 +3,7 @@
use Composer\Autoload\ClassLoader;
return [
'prefix' => 'PsalmPhar',
'patchers' => [
function (string $filePath, string $prefix, string $contents): string {
//