-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (44 loc) · 1.22 KB
/
composer.json
File metadata and controls
46 lines (44 loc) · 1.22 KB
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
{
"name": "paymentsuite/payment-core-bundle",
"type": "symfony-bundle",
"description": "PaymentCore PaymentSuite Component",
"keywords": ["payment", "ecommerce", "paymentsuite"],
"license": "MIT",
"support": {
"email": "yuhu@mmoreram.com",
"forum": "https://gitter.im/paymentsuite/paymentsuite",
"source": "https://github.com/paymentsuite/paymentsuite",
"issues": "https://github.com/paymentsuite/paymentsuite/issues"
},
"authors": [
{
"name": "Marc Morera",
"email": "yuhu@mmoreram.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/PaymentSuite/paymentsuite/contributors"
}
],
"require": {
"php": "^7.1",
"symfony/event-dispatcher": "^3.4",
"symfony/config": "^3.4",
"symfony/http-kernel": "^3.4",
"symfony/dependency-injection": "^3.4",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
"PaymentSuite\\PaymentCoreBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}