forked from schmittjoh/JMSPaymentCoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 714 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 714 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
{
"name": "jms/payment-core-bundle",
"type": "symfony-bundle",
"description": "This bundle is providing the foundation for various payment plugins.",
"keywords": ["payment"],
"homepage": "http://jmsyst.com/bundles/JMSPaymentCoreBundle",
"license": "Apache2",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<2.2-dev"
},
"recommend": {
"doctrine/doctrine-bundle": "dev-master"
},
"autoload": {
"psr-0": { "JMS\\Payment\\CoreBundle": "" }
},
"target-dir": "JMS/Payment/CoreBundle"
}