implement beta version of cli

relates to #2268
This commit is contained in:
norb 2021-05-04 17:55:29 +02:00
commit ab736148c0
3 changed files with 730 additions and 3 deletions

View file

@ -13,7 +13,10 @@
"rabe\\Util\\": "src/"
}
},
"require": {},
"require": {
"pointybeard/helpers-cli-input": "1.2.2.2",
"pointybeard/helpers-functions-cli": "1.1.9.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}