-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
150 lines (150 loc) · 5.48 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"_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": "0d43ffdffbfbe9346d010a6f7e08ad90",
"packages": [
{
"name": "pear-pear2.php.net/PEAR2_Console_CommandLine",
"version": "0.2.0",
"dist": {
"type": "file",
"url": "https://pear2.php.net/get/PEAR2_Console_CommandLine-0.2.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=5.3.0.0"
},
"replace": {
"pear-pear2/pear2_console_commandline": "== 0.2.0.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"New BSD License"
],
"description": "options and arguments highly inspired from python optparse module, it allows\nthe developer to easily build complex command line interfaces.\n\nMain features:\n* handles sub commands (ie. $ myscript.php -q subcommand -f file),\n* can be completely built from an xml definition file,\n* generate --help and --version options automatically,\n* can be completely customized,\n* builtin support for i18n,\n* and much more...\n\n"
},
{
"name": "pear-pear2.php.net/PEAR2_Exception",
"version": "0.2.0",
"dist": {
"type": "file",
"url": "https://pear2.php.net/get/PEAR2_Exception-0.2.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=5.2.0.0"
},
"replace": {
"pear-pear2/pear2_exception": "== 0.2.0.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"New BSD License"
],
"description": "In addition to supporting the default signature of the built-in\nException class, PEAR2\\Exception also supports passing a\ncause of an exception, which can be another exception object\nor a PEAR2_MultiErrors object. The error messages of the causes\nare used when constructing the error message displayed when\nconverting PEAR2\\Exception to a string.\n\nPEAR2\\Exception should always be extended by your own custom exception\nclass for the package."
}
],
"packages-dev": [
{
"name": "simpletest/simpletest",
"version": "v1.1.7",
"source": {
"type": "git",
"url": "https://github.com/simpletest/simpletest.git",
"reference": "2f8c466c114bdb9c11028a0c3e6d1380ae6a18dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simpletest/simpletest/zipball/2f8c466c114bdb9c11028a0c3e6d1380ae6a18dc",
"reference": "2f8c466c114bdb9c11028a0c3e6d1380ae6a18dc",
"shasum": ""
},
"require": {
"php": ">=5.0.5"
},
"replace": {
"lastcraft/simpletest": "self.version",
"vierbergenlars/simpletest": "self.version"
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.0+"
],
"authors": [
{
"name": "Lars Vierbergen",
"email": "[email protected]"
},
{
"name": "Lachlan Donald",
"email": "[email protected]"
},
{
"name": "Marcus Baker",
"email": "[email protected]",
"role": "Original project lead"
},
{
"name": "Jason Sweat",
"role": "Original developer"
},
{
"name": "Travis Swicegood",
"role": "Original developer"
},
{
"name": "Perrick Penet",
"role": "Original developer"
},
{
"name": "Edward Z. Yang",
"role": "Original developer"
}
],
"description": "Unit testing, mock objects and web testing framework for PHP built around test cases.",
"homepage": "http://simpletest.org/",
"keywords": [
"SimpleTest",
"code-coverage",
"selenium",
"testing",
"unit-test"
],
"time": "2015-09-21 18:19:52"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}