-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
66 lines (66 loc) · 1.92 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
{
"_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": "1bef7002e06d6d65e7ca07c307ad9214",
"packages": [
{
"name": "imsglobal/caliper",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/IMSGlobal/caliper-php",
"reference": "c7e34e230abc7bbb647f8f94245cb649f6191bcd"
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.*"
},
"type": "library",
"autoload": {
"psr-4": {
"IMSGlobal\\Caliper\\": "src/"
},
"exclude-from-classmap": [
"/tests/"
]
},
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Lance E Sloan",
"email": "[email protected]"
}
],
"description": "Caliper PHP Library",
"homepage": "https://www.imsglobal.org/caliper",
"keywords": [
"caliper"
],
"time": "2020-01-22T19:01:21+00:00"
}
],
"packages-dev": [],
"aliases": [
{
"alias": "1.2.0",
"alias_normalized": "1.2.0.0",
"version": "dev-develop",
"package": "imsglobal/caliper"
}
],
"minimum-stability": "stable",
"stability-flags": {
"imsglobal/caliper": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}