From 38b75f4d8e060871afbc25357bd6ed2103e17d06 Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Thu, 28 Nov 2019 03:18:16 +0000 Subject: [PATCH] Removed version number from composer.json. No longer requiring phpunit since currently not being used. --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index 672eb27..63ec837 100644 --- a/composer.json +++ b/composer.json @@ -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"