mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
Added pointybeard/helpers-cli-input, pointybeard/helpers-functions-strings, and pointybeard/helpers-functions-flags packages. Requiring PHP 7.2 or greater.
This commit is contained in:
parent
7532bd04a0
commit
2ec172677a
1 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pointybeard/helpers-functions-cli",
|
"name": "pointybeard/helpers-functions-cli",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"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",
|
||||||
|
|
@ -13,11 +13,13 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"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": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5",
|
"phpunit/phpunit": "^8"
|
||||||
"block8/php-docblock-checker": "~1.10"
|
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/pointybeard/helpers-functions-cli/issues",
|
"issues": "https://github.com/pointybeard/helpers-functions-cli/issues",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue