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