-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (35 loc) · 856 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
35
{
"name": "zunderweb/oxid-activate-reviews",
"description": "OXID eShop: activate reviews in OXID backend",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop"
],
"homepage": "https://www.zunderweb.de",
"license": [
"GPL-3.0",
"proprietary"
],
"authors": [
{
"name": "zunderweb",
"email": "[email protected]"
}
],
"extra": {
"oxideshop": {
"target-directory": "zunderweb/activate_reviews"
}
},
"require": {
"php": ">=5.6",
"oxid-esales/oxideshop-ce": "^v6.0"
},
"autoload": {
"psr-4": {
"zunderweb\\activate_reviews\\": "../../../source/modules/zunderweb/activate_reviews"
}
}
}