Skip to content

Commit

Permalink
Add keywords to composer.json
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 Mar 20, 2023
1 parent 9b74d9a commit e39ce28
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 e39ce28

Please sign in to comment.