forked from OFFLINE-GmbH/oc-mall-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.27 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": "offline/oc-mall-plugin",
"type": "october-plugin",
"description": "E-commerce solution for October CMS",
"keywords": [
"october",
"cms",
"e-commerce",
"shop",
"plugin"
],
"license": "MIT",
"authors": [
{
"name": "Tobias Kündig",
"email": "[email protected]"
}
],
"require": {
"composer/installers": "~1.0",
"hashids/hashids": "^4.1.0",
"league/omnipay": "^3.2",
"omnipay/paypal": "^3.0",
"omnipay/stripe": "^3.0",
"barryvdh/laravel-dompdf": "^0.9|^1.0",
"rainlab/user-plugin": "^1.6",
"rainlab/location-plugin": "^1.1.5",
"rainlab/translate-plugin": "^2.0"
},
"suggest": {
"vitalybaev/google-merchant-feed": "Required to use the Google Merchant Feed integration",
"bummzack/omnipay-postfinance": "Required to use the PostFinance payment provider",
"elasticsearch/elasticsearch": "Required to use the ElasticSearch indexing support (experimental)",
"offline/jsonq": "Required to use the file based index",
"tmarois/filebase": "Required to use the file based index"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "^2.6",
"mockery/mockery": "^1.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}