-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
51 lines (51 loc) · 1.7 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "e17bded8157bb2719ffaa35f1f8bb168",
"packages": [
{
"name": "zacharyrankin/just-test",
"version": "v0.3",
"source": {
"type": "git",
"url": "https://github.com/zacharyrankin/just-test.git",
"reference": "d4051c1653286ac325eabe31dfb1858fac3ca161"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zacharyrankin/just-test/zipball/d4051c1653286ac325eabe31dfb1858fac3ca161",
"reference": "d4051c1653286ac325eabe31dfb1858fac3ca161",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"zacharyrankin\\just_test\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Zachary Rankin",
"email": "[email protected]"
}
],
"description": "minimalistic tap-producing testing framework",
"time": "2015-08-05 23:04:09"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}