mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
Using v1.2.x of pointybeard/helpers-cli-input. Updated version constraints. Bumped version to 1.1.8
This commit is contained in:
parent
f605849ee0
commit
0807b58647
1 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pointybeard/helpers-functions-cli",
|
"name": "pointybeard/helpers-functions-cli",
|
||||||
"version": "1.1.7",
|
"version": "1.1.8",
|
||||||
"description": "A collection of functions relating to the command-line",
|
"description": "A collection of functions relating to the command-line",
|
||||||
"homepage": "https://github.com/pointybeard/helpers-functions-cli",
|
"homepage": "https://github.com/pointybeard/helpers-functions-cli",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -14,12 +14,12 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
"pointybeard/helpers-cli-input": "~1.1",
|
"pointybeard/helpers-cli-input": "~1.2.0",
|
||||||
"pointybeard/helpers-cli-colour": "~1",
|
"pointybeard/helpers-cli-colour": "~1.0",
|
||||||
"pointybeard/helpers-functions-strings": "~1.1",
|
"pointybeard/helpers-functions-strings": "~1.1",
|
||||||
"pointybeard/helpers-functions-flags": "~1",
|
"pointybeard/helpers-functions-flags": "~1.0",
|
||||||
"pointybeard/helpers-functions-arrays": "~1",
|
"pointybeard/helpers-functions-arrays": "~1.0",
|
||||||
"pointybeard/helpers-functions-debug": "~1"
|
"pointybeard/helpers-functions-debug": "~1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8"
|
"phpunit/phpunit": "^8"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue