Skip to content

Commit

Permalink
Add the testing keyword for composer
Browse files Browse the repository at this point in the history
This makes composer suggest adding this package as a dev requirement,
which is the expected usage of the bundle.
  • Loading branch information
stof committed Jan 16, 2024
1 parent 56b0f9a commit d27af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "incenteev/translation-checker-bundle",
"type": "symfony-bundle",
"description": "CLI tools to check translations in a Symfony project",
"keywords": ["translation check", "translation"],
"keywords": ["translation check", "translation", "testing"],
"homepage": "https://github.com/Incenteev/translation-checker-bundle",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit d27af85

Please sign in to comment.