forked from Invertus/mollie1.7
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 728 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 728 Bytes
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": "mollie/prestashop",
"license": "BSD-2.0",
"description": "Mollie module for PrestaShop",
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-simplexml": "*",
"symfony/polyfill-mbstring": "^1.9",
"symfony/dependency-injection": "^3.4",
"symfony/config": "^3.4",
"symfony/expression-language": "^3.4",
"symfony/yaml": "^3.4",
"prestashop/decimal": "^1.3",
"mollie/mollie-api-php": "^2.17"
},
"autoload": {
"psr-4": {
"Mollie\\": "src/"
},
"classmap": [
"vendor/",
"controllers/",
"src/Entity"
]
},
"config": {
"platform": {
"php": "5.6"
},
"prepend-autoloader": false
},
"type": "prestashop-module"
}