-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
37 lines (37 loc) · 928 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
{
"name": "ekyna/payum-monetico",
"description": "Payum Monetico (Credit Mutuel/CIC) gateway",
"type": "component",
"authors": [
{
"name": "Etienne Dauvergne",
"homepage": "https://ekyna.com"
}
],
"keywords": [
"php",
"payum",
"monetico",
"credit mutuel",
"cic"
],
"homepage": "https://github.com/ekyna/PayumMonetico",
"license": "MIT",
"require": {
"ext-json": "*",
"payum/core": "^1.5",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/options-resolver": "^5.4|^6.0",
"sokil/php-isocodes": "^2.0|^3.0"
},
"require-dev": {
"php-http/guzzle7-adapter": "^1.0",
"phpunit/phpunit": "^8.0|^9.0",
"php-http/message-factory": "^1.1"
},
"autoload": {
"psr-4": {
"Ekyna\\Component\\Payum\\Monetico\\": "src/"
}
}
}