|
180 | 180 | "composer-bin-all-update": "@composer bin all update --ansi -v", |
181 | 181 | "composer-check-platform-reqs": "@composer check-platform-reqs --lock --ansi -v", |
182 | 182 | "composer-dependency-analyser": "@php ./vendor/bin/composer-dependency-analyser --verbose", |
183 | | - "composer-normalize": "@composer normalize --dry-run --diff --ansi -v", |
| 183 | + "composer-normalize": "@normalized-dry-run", |
184 | 184 | "composer-require-checker": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v", |
185 | 185 | "composer-require-checker-json": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v --output=json | jq", |
186 | 186 | "composer-unused": "@php ./vendor/bin/composer-unused --ansi -v", |
|
214 | 214 | "mark-start": "printf '\\n!\\n!\\t\\033[0;36m%s\\033[0m\\n!\\n\\n' \"Started\"", |
215 | 215 | "md-fix": "@md-lint --fix", |
216 | 216 | "md-lint": "lint-md --config .lintmdrc ./*.md ./.github/ ./docs/", |
| 217 | + "normalized": "@composer normalize --diff --ansi -v", |
| 218 | + "normalized-dry-run": "@normalized --dry-run", |
217 | 219 | "peck": "/opt/homebrew/opt/[email protected]/bin/php ./vendor/bin/peck check --path=src/ --config=peck.json --ansi -v", |
218 | 220 | "peck-init": "@peck --init", |
219 | 221 | "pest": "@php ./vendor/bin/pest --coverage", |
|
286 | 288 | "test-update-snapshots": "@pest-update-snapshots", |
287 | 289 | "time-end": "@php -r 'date_default_timezone_set('\\''Asia/Shanghai'\\''); echo \"\\nTime: \".round(time() - (int) getenv('\\''START_TIME'\\'')).'\\'' seconds, Memory: '\\''.round(memory_get_peak_usage(true) / 1024 / 1024, 2).\" MB\\n\";'", |
288 | 290 | "time-start": "@putenv START_TIME=$(date +%s);", |
289 | | - "trufflehog": "trufflehog git https://github.com/guanguans/notify --only-verified", |
| 291 | + "trufflehog": "trufflehog git https://github.com/guanguans/soar-php --only-verified", |
290 | 292 | "yaml-lint": "@php ./vendor/bin/yaml-lint .github/ examples/ --ansi -v", |
291 | 293 | "zh-fix": "@zh-lint --fix", |
292 | 294 | "zh-lint": "zhlint {./,docs/,docs/**/}*-zh_CN.md" |
|
0 commit comments