forked from lexik/LexikPayboxBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.02 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
{
"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.5.9",
"psr/log": "~1.0",
"lib-curl": ">=7.10.0",
"lib-openssl": ">=0.9.6",
"symfony/framework-bundle": "~2.7|~3.0|~4.0|~5.0",
"symfony/form": "~2.7|~3.0|~4.0|~5.0",
"symfony/options-resolver": "~2.7|~3.0|~4.0|~5.0",
"kriswallsmith/buzz": "~0.15"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": { "Lexik\\Bundle\\PayboxBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.x.x-dev"
}
}
}