From b945c5ba6dcab54998f3c41183b831efd191d74b Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:12:12 +0800 Subject: [PATCH] shopify composer json --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 4072f2a..c5f683b 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,11 @@ ], "require": { "laravel/framework": "~9.0||~10.0||~11.0", - "nexa-merchant/apps": "1.0.0", "shopify/shopify-api": "^5.2" }, "require-dev": { "phpunit/phpcov": ">=6.0", "phpunit/phpunit": ">=8.0", - "nexa-merchant/apps": "1.0.0", "shopify/shopify-api": "^5.2", "laravel/framework": "~9.0||~10.0||~11.0" },