-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 885 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "manishjoy/module-producturlrewrite",
"description": "free magento 2 extension to resolve product url rewrite issue",
"type": "magento2-module",
"version": "1.0.0",
"minimum-stability": "dev",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "102.0.*",
"magento/module-catalog": "103.0.*",
"magento/module-directory": "100.3.*",
"magento/module-eav": "102.0.*"
},
"authors": [
{
"name": "Manish Joy",
"email": "manishjoy1993@hotmail.com",
"homepage": "https://manishjoy.github.io",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ManishJoy\\ProductUrlRewrite\\": ""
}
}
}