Skip to content

Commit

Permalink
bin added to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-sei committed Sep 17, 2019
1 parent 1b2152e commit ad83665
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"autoload": {
"psr-4": {"SupperGiggle\\": "src/"}
"psr-4": {"SuperGiggle\\": "src/"}
},
"name": "roger-sei/super-giggle",
"description": "SuperGiggle checks the coding standards for a specific commit change",
"require": {
"squizlabs/php_codesniffer": "3.*",
"php": "^7.2"
},
"license": "MIT"
"license": "MIT",
"bin": [
"bin/super-giggle"
]
}

0 comments on commit ad83665

Please sign in to comment.