Added pointybeard/helpers-cli-input, pointybeard/helpers-functions-strings, and pointybeard/helpers-functions-flags packages. Requiring PHP 7.2 or greater.

This commit is contained in:
Alannah Kearney 2019-05-20 22:16:21 +10:00
commit 2ec172677a

View file

@ -1,6 +1,6 @@
{
"name": "pointybeard/helpers-functions-cli",
"version": "1.0.1",
"version": "1.1.0",
"description": "A collection of functions relating to the command-line",
"homepage": "https://github.com/pointybeard/helpers-functions-cli",
"license": "MIT",
@ -13,11 +13,13 @@
}
],
"require": {
"php": ">=5.6.6"
"php": ">=7.2",
"pointybeard/helpers-cli-input": "~1.0",
"pointybeard/helpers-functions-strings": "~1.0",
"pointybeard/helpers-functions-flags": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5",
"block8/php-docblock-checker": "~1.10"
"phpunit/phpunit": "^8"
},
"support": {
"issues": "https://github.com/pointybeard/helpers-functions-cli/issues",