Skip to content

Commit 8744179

Browse files
committedJan 31, 2020
fixed bug in composer file
1 parent 65e2fd2 commit 8744179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"autoload-dev": {
2020
"files": ["tests/TestBaseCase.php"]
2121
},
22-
F
23-
"bin": ["textconsole"],
22+
"bin": ["textconsole","interactive"],
2423
"require" : {
2524
"php": ">=7.1",
2625
"yooper/stop-words": "~1",

0 commit comments

Comments
 (0)
Please sign in to comment.