From 0807b586476873b6e5cea223205042f05a4c7849 Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Sat, 1 Jun 2019 23:02:15 +1000 Subject: [PATCH] Using v1.2.x of pointybeard/helpers-cli-input. Updated version constraints. Bumped version to 1.1.8 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index f9951c2..672eb27 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pointybeard/helpers-functions-cli", - "version": "1.1.7", + "version": "1.1.8", "description": "A collection of functions relating to the command-line", "homepage": "https://github.com/pointybeard/helpers-functions-cli", "license": "MIT", @@ -14,12 +14,12 @@ ], "require": { "php": ">=7.2", - "pointybeard/helpers-cli-input": "~1.1", - "pointybeard/helpers-cli-colour": "~1", + "pointybeard/helpers-cli-input": "~1.2.0", + "pointybeard/helpers-cli-colour": "~1.0", "pointybeard/helpers-functions-strings": "~1.1", - "pointybeard/helpers-functions-flags": "~1", - "pointybeard/helpers-functions-arrays": "~1", - "pointybeard/helpers-functions-debug": "~1" + "pointybeard/helpers-functions-flags": "~1.0", + "pointybeard/helpers-functions-arrays": "~1.0", + "pointybeard/helpers-functions-debug": "~1.0" }, "require-dev": { "phpunit/phpunit": "^8"