-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
109 lines (109 loc) · 3.68 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
{
"_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": "bb73ad1c7218b556ae8cf5f86b22d60f",
"content-hash": "189fd159d865fd656324eea7cf22ffad",
"packages": [],
"packages-dev": [
{
"name": "joefallon/kisstest",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/joefallon/kisstest.git",
"reference": "ef60257e1965129b56bdd57bd0d05f6a4afe67ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joefallon/kisstest/zipball/ef60257e1965129b56bdd57bd0d05f6a4afe67ac",
"reference": "ef60257e1965129b56bdd57bd0d05f6a4afe67ac",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"joefallon/phpautoloader": "^2.0.0"
},
"type": "library",
"autoload": {
"psr-0": {
"JoeFallon": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joe Fallon",
"email": "[email protected]",
"homepage": "http://blog.joefallon.net"
}
],
"description": "KissTest is command-line free, fast, simple and beautiful unit test framework.",
"homepage": "https://github.com/joefallon/kisstest",
"keywords": [
"test",
"unit-test",
"xunit"
],
"time": "2015-12-27 17:27:07"
},
{
"name": "joefallon/phpautoloader",
"version": "v2.0.4",
"source": {
"type": "git",
"url": "https://github.com/joefallon/phpautoloader.git",
"reference": "940cc57d3219d210e0135355bf329d39a26f30fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joefallon/phpautoloader/zipball/940cc57d3219d210e0135355bf329d39a26f30fd",
"reference": "940cc57d3219d210e0135355bf329d39a26f30fd",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"JoeFallon": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joe Fallon",
"email": "[email protected]",
"homepage": "http://blog.joefallon.net/",
"role": "Lead Developer"
}
],
"description": "Joe's simple to use and versatile PHP autoloader.",
"homepage": "https://github.com/joefallon/phpautoloader",
"keywords": [
"Simple",
"autoloader",
"namespace",
"psr-0"
],
"time": "2015-12-27 17:23:01"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}