forked from docusign/docusign-esign-php-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 972 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
33
{
"name": "docusign/esign-client",
"version": "2.0.0",
"description": "The DocuSign PHP library makes integrating DocuSign into your websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-php-client repository. Join the eSign revolution!",
"keywords": [
"swagger",
"php",
"sdk",
"api"
],
"homepage": "https://www.docusign.com/developer-center",
"license": "MIT",
"authors": [
{
"name": "DocuSign",
"homepage": "https://www.docusign.com/developer-center"
}
],
"require": {
"php": ">=5.3.3",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6.1",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"psr-4": { "DocuSign\\eSign\\" : "src/" }
}
}