forked from Yproximite/payum-system-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 972 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
39
{
"name": "lephare/payum-system-pay",
"description": "SP Plus gateway for Payum",
"keywords": ["payum", "payment", "sp plus"],
"license": "MIT",
"require-dev": {
"payum/core": "^1.5.1",
"php-http/guzzle6-adapter": "^1.0",
"phpstan/phpstan": "^0.11.1",
"phpstan/phpstan-strict-rules": "^0.11.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^7.5",
"twig/twig": "^2.6"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"Yproximite\\Payum\\SystemPay\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Yproximite\\Payum\\SystemPay\\Tests\\": "tests/"
}
},
"archive": {
"exclude": [
"ansible",
".php_cs",
".travis.yml",
"Makefile",
"phpstan.neon",
"phpunit.xml",
"Vagrantfile"
]
}
}