From 069897d699ec0e24b9bbb6419d22f0a1fc416c77 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 25 Oct 2024 17:17:13 -0400 Subject: [PATCH] remove my products module this module is no longer used --- composer.json | 1 - composer.lock | 61 +-------------------------------------------------- 2 files changed, 1 insertion(+), 61 deletions(-) diff --git a/composer.json b/composer.json index bd37521d9..ed0fbf8eb 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,6 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.12", - "newfold-labs/wp-module-my-products": "^1.0.6", "newfold-labs/wp-module-notifications": "^1.6.1", "newfold-labs/wp-module-onboarding": "^2.5.0", "newfold-labs/wp-module-onboarding-data": "^1.2.1", diff --git a/composer.lock b/composer.lock index 7413e8b23..4dcbd7bc9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "41b79e4719f77b057090712226555a02", + "content-hash": "cc5e9c786206b41792fbe8a3b3797042", "packages": [ { "name": "doctrine/inflector", @@ -1486,65 +1486,6 @@ }, "time": "2024-09-25T08:45:49+00:00" }, - { - "name": "newfold-labs/wp-module-my-products", - "version": "1.0.6", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-my-products.git", - "reference": "a30b4201e047cfe5b77574bf862bee59422afd91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/a30b4201e047cfe5b77574bf862bee59422afd91", - "reference": "a30b4201e047cfe5b77574bf862bee59422afd91", - "shasum": "" - }, - "require": { - "newfold-labs/wp-module-context": "^1.0", - "newfold-labs/wp-module-data": "^2.6.1", - "newfold-labs/wp-module-features": "^1.3.0" - }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "NewfoldLabs\\WP\\Module\\MyProducts\\": "includes" - }, - "files": [ - "bootstrap.php" - ] - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Vara Prasad Maruboina", - "email": "varaprasad.maruboina@newfold.com" - }, - { - "name": "Girish Lokapure", - "email": "girish.lokapure@newfold.com" - } - ], - "description": "A module for rendering user-specific product data utilizing the Hiive Users API, which integrates with the Fulfilment Gateway API.", - "support": { - "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.6", - "issues": "https://github.com/newfold-labs/wp-module-my-products/issues" - }, - "time": "2024-09-17T17:37:57+00:00" - }, { "name": "newfold-labs/wp-module-notifications", "version": "1.6.1",