From 2ec172677a89079a4a74bbc0eca9bf99bdcd06e5 Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Mon, 20 May 2019 22:16:21 +1000 Subject: [PATCH] Added pointybeard/helpers-cli-input, pointybeard/helpers-functions-strings, and pointybeard/helpers-functions-flags packages. Requiring PHP 7.2 or greater. --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 36394bb..3923132 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pointybeard/helpers-functions-cli", - "version": "1.0.1", + "version": "1.1.0", "description": "A collection of functions relating to the command-line", "homepage": "https://github.com/pointybeard/helpers-functions-cli", "license": "MIT", @@ -13,11 +13,13 @@ } ], "require": { - "php": ">=5.6.6" + "php": ">=7.2", + "pointybeard/helpers-cli-input": "~1.0", + "pointybeard/helpers-functions-strings": "~1.0", + "pointybeard/helpers-functions-flags": "~1.0" }, "require-dev": { - "phpunit/phpunit": "^5", - "block8/php-docblock-checker": "~1.10" + "phpunit/phpunit": "^8" }, "support": { "issues": "https://github.com/pointybeard/helpers-functions-cli/issues",