We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c58390 commit a1212c3Copy full SHA for a1212c3
composer.json
@@ -1,22 +1,19 @@
1
{
2
- "name": "prince/module-faq",
+ "name": "mageprince/module-faq",
3
"description": "Magento2 FAQ Module",
4
- "require": {
5
- "magento/module-store": ">100.0",
6
- "magento/module-backend": ">100.0",
7
- "magento/framework": ">100.0"
8
- },
+ "homepage": "https://github.com/mageprince/magento2-FAQ",
9
"type": "magento2-module",
10
- "version": "1.0.3",
11
- "license": [
12
- "proprietary"
13
- ],
+ "version": "1.0.0",
+ "license": "GPL-3.0-or-later",
14
"authors": [
15
16
"name": "Prince Patel",
17
"email": "mail.mageprince@gmail.com"
18
}
19
],
+ "support": {
+ "issues": "https://github.com/mageprince/magento2-FAQ/issues"
+ },
20
"autoload": {
21
"files": [
22
"registration.php"
0 commit comments