forked from lexik/LexikPayboxBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 927 Bytes
/
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
{
"name": "nykopol/paybox-bundle",
"type": "symfony-bundle",
"description": "LexikPayboxBundle eases the implementation of the Paybox payment system.",
"keywords": ["Symfony2", "bundle", "Paybox", "Payment"],
"homepage": "https://github.com/nykopol/LexikPayboxBundle",
"license": "MIT",
"authors": [
{
"name": "Olivier Maisonneuve",
"email": "[email protected]"
},
{
"name": "Dev Lexik",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"lib-curl": ">=7.10.0",
"lib-openssl": ">=0.9.6",
"symfony/framework-bundle": "~2.1",
"symfony/options-resolver": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\PayboxBundle": "" }
},
"target-dir": "Lexik/Bundle/PayboxBundle"
}