Using latest version of pointybeard/helpers-functions-strings

This commit is contained in:
Alannah Kearney 2019-05-23 17:11:59 +10:00
commit 9b94e2dc5a

View file

@ -1,6 +1,6 @@
{ {
"name": "pointybeard/helpers-functions-cli", "name": "pointybeard/helpers-functions-cli",
"version": "1.1.1", "version": "1.1.2",
"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",
@ -15,7 +15,7 @@
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"pointybeard/helpers-cli-input": "~1.0", "pointybeard/helpers-cli-input": "~1.0",
"pointybeard/helpers-functions-strings": "~1.0", "pointybeard/helpers-functions-strings": "~1.1",
"pointybeard/helpers-functions-flags": "~1.0" "pointybeard/helpers-functions-flags": "~1.0"
}, },
"require-dev": { "require-dev": {