Skip to content

Commit

Permalink
Merge pull request #42 from CPS-IT/task/report-abandoned-packages
Browse files Browse the repository at this point in the history
[TASK] Explicitly report abandoned packages with `audit` command
  • Loading branch information
eliashaeussler authored Sep 27, 2023
2 parents 0c58af9 + b0dcfad commit 5bf7446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/src/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
},
"audit": {
"abandoned": "report"
},
"platform": {
"php": "{{ get_latest_stable_php_version(packages.php) }}"
},
Expand Down

0 comments on commit 5bf7446

Please sign in to comment.