Removed version number from composer.json. No longer requiring phpunit since currently not being used.

This commit is contained in:
Alannah Kearney 2019-11-28 03:18:16 +00:00
commit 38b75f4d8e

View file

@ -1,6 +1,5 @@
{
"name": "pointybeard/helpers-functions-cli",
"version": "1.1.8",
"description": "A collection of functions relating to the command-line",
"homepage": "https://github.com/pointybeard/helpers-functions-cli",
"license": "MIT",
@ -21,9 +20,6 @@
"pointybeard/helpers-functions-arrays": "~1.0",
"pointybeard/helpers-functions-debug": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^8"
},
"support": {
"issues": "https://github.com/pointybeard/helpers-functions-cli/issues",
"wiki": "https://github.com/pointybeard/helpers-functions-cli/wiki"