Skip to content

Commit

Permalink
Add keywords to composer.json (#657)
Browse files Browse the repository at this point in the history
Keywords to describe pdepend
Dev to let composer know the package is mostly a dev dependency, see: composer/composer#10960
  • Loading branch information
tvbeek committed Apr 15, 2023
1 parent 3163be6 commit 6db1536
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
@@ -1,6 +1,12 @@
{
"name": "pdepend/pdepend",
"description": "Official version of pdepend to be handled with Composer",
"keywords": [
"dev",
"pdepend",
"PHP Depend",
"PHP_Depend"
],
"license": "BSD-3-Clause",
"type": "library",
"require": {
Expand Down

0 comments on commit 6db1536

Please sign in to comment.