Skip to content

Commit 3b56f05

Browse files
committed
Add bin configuration to composer.json.
1 parent 7d975e4 commit 3b56f05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"mockery/mockery": "~0.9",
3333
"phpunit/phpunit": "~4"
3434
},
35+
"bin": [
36+
"bin/php-semver-checker"
37+
],
3538
"autoload": {
3639
"psr-4": {
3740
"PHPSemVerChecker\\": "src/PHPSemVerChecker"

0 commit comments

Comments
 (0)