Added pointybeard/helpers-cli-colour. Ensuring latest version of helper classes are used

This commit is contained in:
Alannah Kearney 2019-05-24 13:18:04 +10:00
commit 2387e2a8ea

View file

@ -1,6 +1,6 @@
{ {
"name": "pointybeard/helpers-functions-cli", "name": "pointybeard/helpers-functions-cli",
"version": "1.1.2", "version": "1.1.3",
"description": "A collection of functions relating to the command-line", "description": "A collection of functions relating to the command-line",
"homepage": "https://github.com/pointybeard/helpers-functions-cli", "homepage": "https://github.com/pointybeard/helpers-functions-cli",
"license": "MIT", "license": "MIT",
@ -14,9 +14,10 @@
], ],
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"pointybeard/helpers-cli-input": "~1.0", "pointybeard/helpers-cli-input": "~1",
"pointybeard/helpers-cli-colour": "~1",
"pointybeard/helpers-functions-strings": "~1.1", "pointybeard/helpers-functions-strings": "~1.1",
"pointybeard/helpers-functions-flags": "~1.0" "pointybeard/helpers-functions-flags": "~1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8" "phpunit/phpunit": "^8"