-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1022 Bytes
/
composer.json
File metadata and controls
42 lines (42 loc) · 1022 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
35
36
37
38
39
40
41
42
{
"name": "ekyna/payum-payzen-bundle",
"description": "Payum PayZen supports",
"type": "symfony-bundle",
"authors": [
{
"name": "Etienne Dauvergne",
"homepage": "https://ekyna.com"
}
],
"keywords": [
"symfony",
"payum",
"payzen",
"bundle"
],
"homepage": "https://github.com/ekyna/PayumPayzenBundle",
"license": [
"MIT"
],
"require": {
"php": "^7.1|^8.0",
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"payum/payum-bundle": "^2.4",
"ekyna/payum-payzen": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"symfony/twig-bundle": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
},
"autoload": {
"psr-4": {
"Ekyna\\Bundle\\PayumPayzenBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ekyna\\Bundle\\PayumPayzenBundle\\Tests\\": "tests/"
}
}
}