forked from OFFLINE-GmbH/oc-mall-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 907 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
36
37
38
{
"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": "^2.0",
"tmarois/filebase": "^1.0",
"offline/jsonq": "^5.2.4",
"illuminate/support": "5.5.*|6.*",
"elasticsearch/elasticsearch": "^6.0",
"league/omnipay": "^3",
"omnipay/paypal": "^3.0",
"omnipay/stripe": "^3.0",
"vitalybaev/google-merchant-feed": "^1.1",
"barryvdh/laravel-dompdf": "^0.8.5",
"bummzack/omnipay-postfinance": "dev-master"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "^2.6",
"mockery/mockery": "^1.0"
}
}