Skip to content

Commit 96ecfb6

Browse files
authored
Update composer.json
updated composer.json - correct info
1 parent 26c8664 commit 96ecfb6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"name": "lof/module-producttagsgraphql",
3-
"description": "N/A",
2+
"name": "landofcoder/module-product-tags-graph-ql",
3+
"description": "Assign one or multiple tags to your products and improve the navigation for your customers, who can narrow the search results by tags in the Product Filters or, vice versa, see all products with the tags graph ql",
44
"type": "magento2-module",
55
"license": "MIT",
6-
"minimum-stability": "dev",
7-
"prefer-stable": true,
86
"authors": [
97
{
108
"name": "Landofcoder",
119
"email": "landofcoder@gmail.com",
1210
"homepage": "https://landofcoder.com",
13-
"role": "Magento 2 Extension Provider"
11+
"role": "Magento 2 Extension product tags graph ql"
1412
}
1513
],
1614
"version: "1.0.0",
1715
"require": {
18-
"landofcoder/module-all" : "1.*"
16+
"landofcoder/module-all" : "1.*",
17+
"landofcoder/module-product-tags" : "1.*"
1918
},
2019
"autoload": {
2120
"files": [

0 commit comments

Comments
 (0)