diff --git a/composer.json b/composer.json index 9db5146..fb0b754 100644 --- a/composer.json +++ b/composer.json @@ -1,20 +1,20 @@ { - "name": "scriptua/magento2-quickview", - "description": "Script QuickView Module", - "require": { - "php": "~7.0.0|~7.1.0|~7.2.0", - "magento/module-catalog": "102.* |101.* | 100.*", - "scriptua/magento2-base": "1.1.*" - }, - "type": "magento2-module", + "name": "scriptua/magento2-quickview", + "description": "Script QuickView Module", + "require": { + "php": "~7.0.0|~7.1.0|~7.2.0", + "magento/module-catalog": "102.* |101.* | 100.*", + "scriptua/magento2-base": "1.1.*" + }, + "type": "magento2-module", "version": "1.0.4", - "license": "GNU-3.0", - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Script\\QuickView\\": "" - } + "license": "GPL-3.0", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Script\\QuickView\\": "" } -} + } +} \ No newline at end of file