Skip to content

Commit

Permalink
Reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 17, 2024
1 parent ac95e25 commit 9803db3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"map": [
{"build/phar-versions.php" : "phar-versions.php"}
],
"exclude-composer-files": false,
"files-bin": ["config.xsd"],
"directories-bin" : [
"assets",
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
},
"optimize-autoloader": true,
"sort-packages": true,
"platform-check": true
"platform-check": true,
"autoloader-suffix": "Psalm"
},
"extra": {
"branch-alias": {
Expand Down
1 change: 1 addition & 0 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use Composer\Autoload\ClassLoader;

return [
'prefix' => 'PsalmPhar',
'patchers' => [
function (string $filePath, string $prefix, string $contents): string {
//
Expand Down

0 comments on commit 9803db3

Please sign in to comment.