Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed May 5, 2015
1 parent da00e14 commit da4f4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A program that finds usage of different non-built-in extensions in your php code.",
"type": "package",
"license": "BSD-3-Clause",
"tags": ["command-line utility", "code analysis"],
"keywords": ["command-line utility", "code analysis"],
"autoload": {
"psr-4": {
"wapmorgan\\PhpCodeAnalyzer\\": "src/"
Expand All @@ -13,4 +13,4 @@
"docopt/docopt": "1.0.0-rc1"
},
"bin": ["bin/phpca"]
}
}

0 comments on commit da4f4a3

Please sign in to comment.