Updated README, CHANGELOG, and composer.json for 1.1.5 release

This commit is contained in:
Alannah Kearney 2019-05-24 17:34:09 +10:00
commit 075370c3be
3 changed files with 44 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pointybeard/helpers-functions-cli",
"version": "1.1.4",
"version": "1.1.5",
"description": "A collection of functions relating to the command-line",
"homepage": "https://github.com/pointybeard/helpers-functions-cli",
"license": "MIT",
@ -14,7 +14,7 @@
],
"require": {
"php": ">=7.2",
"pointybeard/helpers-cli-input": "~1",
"pointybeard/helpers-cli-input": "~1.1",
"pointybeard/helpers-cli-colour": "~1",
"pointybeard/helpers-functions-strings": "~1.1",
"pointybeard/helpers-functions-flags": "~1"