From 9b94e2dc5a21327c96fe2817876886f9c983184d Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Thu, 23 May 2019 17:11:59 +1000 Subject: [PATCH] Using latest version of pointybeard/helpers-functions-strings --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 427c8bb..ee69593 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pointybeard/helpers-functions-cli", - "version": "1.1.1", + "version": "1.1.2", "description": "A collection of functions relating to the command-line", "homepage": "https://github.com/pointybeard/helpers-functions-cli", "license": "MIT", @@ -15,7 +15,7 @@ "require": { "php": ">=7.2", "pointybeard/helpers-cli-input": "~1.0", - "pointybeard/helpers-functions-strings": "~1.0", + "pointybeard/helpers-functions-strings": "~1.1", "pointybeard/helpers-functions-flags": "~1.0" }, "require-dev": {