Skip to content

Commit

Permalink
Merge pull request #30 from 26B/feature/bin-command
Browse files Browse the repository at this point in the history
Commands via bin
  • Loading branch information
goncaloasimoes authored Aug 16, 2021
2 parents 4f1ec73 + 9a58066 commit ac9a1eb
Show file tree
Hide file tree
Showing 7 changed files with 555 additions and 8 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "library",
"license": "MIT",
"require": {
"guzzlehttp/guzzle": "^7.2"
"guzzlehttp/guzzle": "^7.2",
"symfony/console": "4.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand All @@ -20,6 +21,9 @@
"email": "[email protected]"
}
],
"bin": [
"i18n-midoru"
],
"scripts": {
"test": [
"phpunit --testdox --colors=always"
Expand Down
Loading

0 comments on commit ac9a1eb

Please sign in to comment.