-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
47 lines (47 loc) · 1.14 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": "ingenico/m2-payment",
"description": "Ingenico ePayments Module",
"require": {
"monolog/monolog": "*",
"league/iso3166": "~2.1",
"graylog2/gelf-php": "~1.5",
"symfony/translation": ">=4.2",
"ingenico/ogone-client": "^7.1.0"
},
"type": "magento2-module",
"version": "2.11.0",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Oleg Iskusnyh",
"email": "oleg@iskusnyh.pro",
"homepage": "http://oleg.iskusnyh.pro/"
},
{
"name": "Konstantin Zhilin",
"email": "info@limegrow.com",
"homepage": "https://limegrow.com/"
},
{
"name": "Limegrow",
"email": "info@limegrow.com",
"homepage": "https://limegrow.com/"
}
],
"support": {
"email": "support.ecom@ingenico.com"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Ingenico\\Payment\\": ""
}
},
"require-dev": {
"magento/magento-coding-standard": "^6.0"
}
}