11
0
Fork 0
mirror of https://github.com/n3w/helpers-cli-input.git synced 2025-12-19 12:43:23 +00:00

Updated README, composer.json, and CHANGELOG for 1.0.2 release

This commit is contained in:
Alannah Kearney 2019-05-23 23:44:52 +10:00
commit 6e987bb4eb
3 changed files with 14 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pointybeard/helpers-cli-input",
"version": "1.0.1",
"version": "1.0.2",
"description": "Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.",
"homepage": "https://github.com/pointybeard/helpers-cli-input",
"license": "MIT",
@ -14,14 +14,14 @@
],
"require": {
"php": ">=7.2",
"pointybeard/helpers-foundation-factory": "~1.0",
"pointybeard/helpers-functions-flags": "~1.0"
"pointybeard/helpers-foundation-factory": "~1",
"pointybeard/helpers-functions-flags": "~1"
},
"require-dev": {
"phpunit/phpunit": "^8",
"pointybeard/helpers-functions-strings": "~1.0",
"pointybeard/helpers-cli-colour": "~1.0",
"pointybeard/helpers-functions-cli": "~1.1"
"pointybeard/helpers-functions-strings": "^1",
"pointybeard/helpers-cli-colour": "^1",
"pointybeard/helpers-functions-cli": "^1"
},
"support": {
"issues": "https://github.com/pointybeard/helpers-cli-input/issues",