From 2d87f04dffa793e32839d32ef0cb153a506671b2 Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Tue, 6 Aug 2019 09:23:59 +1000 Subject: [PATCH] Removed version information from composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 7191478..eddd6ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,5 @@ { "name": "pointybeard/helpers-cli-input", - "version": "1.2.1", "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",