PSR-12, build script, fixes

This commit is contained in:
2022-12-24 00:55:13 +02:00
parent 348fc6f785
commit cf87d02ecb
15 changed files with 648 additions and 593 deletions

View File

@@ -70,7 +70,10 @@
"post-autoload-dump": [
"composer normalize"
],
"build": "php branch-usage-checker app:build branch-usage-checker",
"x": "@php branch-usage-checker"
"build": [
"cp application application.phar",
"@php application app:build branch-usage-checker"
],
"x": "@php builds/branch-usage-checker"
}
}