-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.08 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "semknox/semknox-oxid",
"description": "This is the Site Search 360 module for the OXID eShop.",
"homepage": "https://www.sitesearch360.com",
"version": "3.2.4",
"type": "oxideshop-module",
"keywords": [
"semknox",
"oxid",
"modules",
"eShop"
],
"authors": [
{
"name": "Zoovu (Deutschland) GmbH",
"email": "oxid@sitesearch360.com",
"homepage": "https://www.SiteSearch360.com",
"role": "Manufacturer"
}
],
"supportLink": {
"de-DE": "https://www.sitesearch360.com/de/oxid-plugin/",
"en-GB": "https://www.sitesearch360.com/oxid-plugin/"
},
"manufacturerLink": {
"de-DE": "https://www.sitesearch360.com/de/",
"en-GB": "https://www.sitesearch360.com/"
},
"require": {
"php": ">=5.6",
"semknox/semknox-core": ">=3.2.17"
},
"repositories": [
{
"type": "vcs",
"url": "git@bitbucket.org:SEMKNOX/semknox-php-extension-core"
}
],
"require-dev": {
"oxid-esales/coding-standards": "^3.0"
},
"autoload": {
"psr-4": {
"Semknox\\Productsearch\\": "."
}
}
}