-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
62 lines (62 loc) · 1.99 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
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "559ea8619fe45143d357bc4744f96170",
"packages": [
{
"name": "phpcap/phpcap",
"version": "0.3.3",
"source": {
"type": "git",
"url": "https://github.com/aarenson/PHPCap.git",
"reference": "7af71a5481120f5efa1ad0f1bd640044b61286df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aarenson/PHPCap/zipball/7af71a5481120f5efa1ad0f1bd640044b61286df",
"reference": "7af71a5481120f5efa1ad0f1bd640044b61286df",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-openssl": "*",
"php": ">=5.6.0"
},
"require-dev": {
"apigen/apigen": "v4.1.2",
"erusev/parsedown": "1.6.2",
"kzykhys/php-csv-parser": "1.4.1",
"phpunit/phpunit": "5.7.15",
"squizlabs/php_codesniffer": "3.2.3"
},
"type": "library",
"autoload": {
"psr-4": {
"IU\\PHPCap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "PHP API for REDCap",
"keywords": [
"redcap"
],
"time": "2019-03-10T15:32:57+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-json": "*"
},
"platform-dev": []
}