-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.07 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
{
"name": "ingenico/ogone-sdk-php-payglobe",
"description": "Ingenico SDK for PHP",
"version": "2.0.0",
"license": [
"OSL"
],
"authors": [
{
"name": "Limegrow",
"email": "[email protected]",
"homepage": "https://limegrow.com"
},
{
"name": "Marlon BVBA",
"email": "[email protected]",
"homepage": "https://www.marlon.be"
},
{
"name": "Nicolas Clavaud",
"email": "[email protected]",
"homepage": "https://github.com/nclavaud"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": ">=7.0",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-intl": "*",
"monolog/monolog": "*"
},
"require-dev" : {
"phpunit/phpunit": "^7",
"symfony/class-loader": "@stable"
},
"autoload": {
"psr-4": {
"Ogone\\": "lib/Ogone/",
"Ogone\\Tests\\": "tests/Ogone/Tests/"
}
}
}