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" +}