From caf28fe378fc76f2588d7d3aa9c0ad0e3645208a Mon Sep 17 00:00:00 2001 From: Paul Millband Date: Thu, 25 Oct 2018 10:30:33 +0100 Subject: [PATCH] Create composer.json --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2f89eae --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "cadencelabs/magento2-scope-fix", + "description": "This extension adds support to correct an issue where the Use Default Value checkboxes become unchecked on products when editing at a store-view level.", + "autoload": { + "psr-4": { "Cadence\\ScopeFix\\": "" }, + "files": [ "registration.php" ] + }, + "type": "magento2-module" +}