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",