Skip to content

Commit a1212c3

Browse files
authored
Update composer.json
1 parent 2c58390 commit a1212c3

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

composer.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
{
2-
"name": "prince/module-faq",
2+
"name": "mageprince/module-faq",
33
"description": "Magento2 FAQ Module",
4-
"require": {
5-
"magento/module-store": ">100.0",
6-
"magento/module-backend": ">100.0",
7-
"magento/framework": ">100.0"
8-
},
4+
"homepage": "https://github.com/mageprince/magento2-FAQ",
95
"type": "magento2-module",
10-
"version": "1.0.3",
11-
"license": [
12-
"proprietary"
13-
],
6+
"version": "1.0.0",
7+
"license": "GPL-3.0-or-later",
148
"authors": [
159
{
1610
"name": "Prince Patel",
1711
"email": "mail.mageprince@gmail.com"
1812
}
1913
],
14+
"support": {
15+
"issues": "https://github.com/mageprince/magento2-FAQ/issues"
16+
},
2017
"autoload": {
2118
"files": [
2219
"registration.php"

0 commit comments

Comments
 (0)