-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 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
34
{
"name": "bukashk0zzz/hellosign-bundle",
"description": "A simple Symfony2/Symfony3 bundle for the official sdk provided by HelloSign.",
"keywords": ["bundle", "symfony", "hellosign", "hello sign"],
"homepage": "https://github.com/bukashk0zzz/HelloSignBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Denis Golubovskiy",
"email": "[email protected]",
"role": "Creator"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/bukashk0zzz/HelloSignBundle/issues"
},
"require": {
"php": ">=5.6.0",
"symfony/symfony": "^2.8.6|^3.0.6",
"hellosign/hellosign-php-sdk": "^3.4.3"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "^2.5",
"escapestudios/symfony2-coding-standard": "~2.7"
},
"autoload": {
"psr-4": {
"Bukashk0zzz\\HelloSignBundle\\": ""
}
}
}