forked from ezsystems/JMSPaymentCoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
68 lines (67 loc) · 2.1 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ezsystems/payment-core-bundle",
"type": "symfony-bundle",
"description": "A unified API for processing payments with Symfony",
"keywords": ["payment"],
"homepage": "http://jmspaymentcorebundle.readthedocs.io",
"license": "Apache-2.0",
"replace": {
"jms/payment-core-bundle": "self.version"
},
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "[email protected]"
},
{
"name": "Paulo Rodrigues Pinto",
"email": "[email protected]"
},
{
"name": "Contributors",
"homepage": "https://github.com/schmittjoh/JMSPaymentCoreBundle/contributors"
}
],
"require": {
"php": "^7.3 || ^8.0",
"doctrine/common": "^3.0",
"doctrine/dbal": "~2.3",
"doctrine/orm": "~2.3",
"symfony/browser-kit": "^5.1",
"symfony/config": "^5.1",
"symfony/console": "^5.1",
"symfony/dependency-injection": "^5.1",
"symfony/event-dispatcher-contracts": "^2.1",
"symfony/form": "^5.1",
"symfony/options-resolver": "^5.1",
"symfony/http-foundation": "^5.1",
"symfony/http-kernel": "^5.1",
"symfony/validator": "^5.1",
"defuse/php-encryption": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^5.1",
"doctrine/doctrine-bundle": "^2.1",
"sensio/framework-extra-bundle": "^5.5",
"symfony/dom-crawler": "^5.1",
"symfony/doctrine-bridge": "^5.1",
"symfony/framework-bundle": "^5.1",
"symfony/routing": "^5.1",
"symfony/templating": "^5.1",
"symfony/yaml": "^5.1",
"symfony/twig-bundle": "^5.1",
"symfony/twig-bridge": "^5.1",
"twig/twig": "~1.0|~2.0",
"matthiasnoback/symfony-config-test": "^4.2"
},
"autoload": {
"psr-0": { "JMS\\Payment\\CoreBundle": "" }
},
"target-dir": "JMS/Payment/CoreBundle",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}