From 82a698a797fc1fb8fbd8d01fba2747bb476b9154 Mon Sep 17 00:00:00 2001 From: Enrique Chavez Date: Thu, 5 Sep 2024 11:54:36 -0600 Subject: [PATCH] fix: Remove the version field, packagist was complaining. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index f1306b6..b25f43a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "tmeister/wppb-cli", "description": "A CLI tool for WordPress plugin boilerplate", - "version": "1.0.0", "type": "command-line-interface", "require": { "php": "^8.1",