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

This commit is contained in:
Alannah Kearney 2019-05-25 14:29:34 +10:00
commit 4c33ccfc23
3 changed files with 18 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pointybeard/helpers-functions-cli",
"version": "1.1.5",
"version": "1.1.6",
"description": "A collection of functions relating to the command-line",
"homepage": "https://github.com/pointybeard/helpers-functions-cli",
"license": "MIT",
@ -17,7 +17,8 @@
"pointybeard/helpers-cli-input": "~1.1",
"pointybeard/helpers-cli-colour": "~1",
"pointybeard/helpers-functions-strings": "~1.1",
"pointybeard/helpers-functions-flags": "~1"
"pointybeard/helpers-functions-flags": "~1",
"pointybeard/helpers-functions-arrays": "~1"
},
"require-dev": {
"phpunit/phpunit": "^8"