-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
38 lines (38 loc) · 1.03 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
{
"name": "piotrantosik/payu-bundle",
"type": "symfony-bundle",
"description": "PayU Bundle",
"keywords": ["payu", "payment", "money"],
"homepage": "http://github.com/piotrantosik/AntQaPayUBundle",
"license": "MIT",
"authors": [
{
"name": "Piotr Antosik",
"email": "piotr@ant.qa",
"homepage": "https://ant.qa",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"symfony/options-resolver": "~2.3",
"symfony/property-access": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.2,>=2.2.3",
"openpayu/openpayu": "~2.1.0"
},
"require-dev": {
"symfony/yaml": "~2.3"
},
"autoload": {
"psr-0": { "AntQa\\Bundle\\PayUBundle": "" }
},
"target-dir": "AntQa/Bundle/PayUBundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
}
}