Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
hryvinskyi committed Jul 16, 2018
1 parent 385e890 commit 833bd0d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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\\": ""
}
}
}
}

0 comments on commit 833bd0d

Please sign in to comment.