Skip to content

Commit

Permalink
Merge pull request #1 from mageworx/develop
Browse files Browse the repository at this point in the history
fix composer dependencies
  • Loading branch information
sergei-sss authored Oct 19, 2020
2 parents 0409154 + a7505fd commit 06fb74a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "mageworx/module-seoxtemplates-graph-ql",
"description": "N/A",
"type": "magento2-module",
"require": {
"mageworx/module-seoxtemplates": ">= 2.8.8",
"magento/module-cms-graph-ql": ">= 100.3.1 <104",
"magento/module-catalog-graph-ql": ">= 100.3.1 <104"
},
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
"name": "mageworx/module-seoxtemplates-graph-ql",
"description": "N/A",
"type": "magento2-module",
"require": {
"mageworx/module-seoxtemplates": ">= 2.8.8",
"magento/module-cms-graph-ql": ">= 100.3.1 < 101",
"magento/module-catalog-graph-ql": ">= 100.3.1 < 101"
},
"license": [
"OSL-3.0",
"AFL-3.0"
],
"psr-4": {
"MageWorx\\SeoXTemplatesGraphQl\\": ""
}
},
"version": "1.0.0"
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageWorx\\SeoXTemplatesGraphQl\\": ""
}
},
"version": "1.0.0"
}

0 comments on commit 06fb74a

Please sign in to comment.