forked from rfeely/recipe-010-webhook-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
115 lines (115 loc) · 4.12 KB
/
composer.lock
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "8f05c9c8936d00bc3f9b7dfb45c3fbdf",
"content-hash": "6925a632b7c4a804b7dd3f19f59bc703",
"packages": [
{
"name": "docusign/esign-client",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/docusign/docusign-php-client.git",
"reference": "9967d9b65e814a7e8e6e530f55d3c5386d648260"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/docusign/docusign-php-client/zipball/9967d9b65e814a7e8e6e530f55d3c5386d648260",
"reference": "9967d9b65e814a7e8e6e530f55d3c5386d648260",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6.1",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"DocuSign\\eSign\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "DocuSign",
"homepage": "https://www.docusign.com/developer-center"
}
],
"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!",
"homepage": "https://www.docusign.com/developer-center",
"keywords": [
"api",
"php",
"sdk",
"swagger"
],
"time": "2016-02-19 21:58:23"
}
],
"packages-dev": [
{
"name": "heroku/heroku-buildpack-php",
"version": "v97",
"source": {
"type": "git",
"url": "https://github.com/heroku/heroku-buildpack-php.git",
"reference": "f5c08f61f14d376320c6b7ec3418bae7a962fca2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/f5c08f61f14d376320c6b7ec3418bae7a962fca2",
"reference": "f5c08f61f14d376320c6b7ec3418bae7a962fca2",
"shasum": ""
},
"bin": [
"bin/heroku-hhvm-apache2",
"bin/heroku-hhvm-nginx",
"bin/heroku-php-apache2",
"bin/heroku-php-nginx"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Zuelke",
"email": "[email protected]"
}
],
"description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku",
"homepage": "http://github.com/heroku/heroku-buildpack-php",
"keywords": [
"apache",
"apache2",
"foreman",
"heroku",
"hhvm",
"nginx",
"php"
],
"time": "2016-03-10 18:54:45"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}