Skip to content

Commit

Permalink
DX: Add composer keywords
Browse files Browse the repository at this point in the history
as per composer/composer#10960 this allows composer to warn the user, when installing the tool as a project dependency instead of a dev-dependency
  • Loading branch information
staabm committed Feb 15, 2023
1 parent d704fa8 commit b5a8bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
@@ -1,6 +1,7 @@
{
"name": "staabm/annotate-pull-request-from-checkstyle",
"license" : "MIT",
"keywords": ["dev", "continous integration", "github actions"],
"require" : {
"php" : "^5.3 || ^7.0 || ^8.0",
"ext-libxml" : "*",
Expand Down

0 comments on commit b5a8bf0

Please sign in to comment.