From 833bd0de2790a5a6c8ab5c59915f8c5e14d5074b Mon Sep 17 00:00:00 2001 From: Volodymyr Hryvinskyi Date: Mon, 16 Jul 2018 11:31:12 +0300 Subject: [PATCH] update license --- composer.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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