-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstalled.php
323 lines (323 loc) · 12.9 KB
/
installed.php
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'e17dfb059dd78822fa0b66ddc2c3470a2e89b7af',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'e17dfb059dd78822fa0b66ddc2c3470a2e89b7af',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'beberlei/assert' => array(
'pretty_version' => 'v3.3.3',
'version' => '3.3.3.0',
'reference' => 'b5fd8eacd8915a1b627b8bfc027803f1939734dd',
'type' => 'library',
'install_path' => __DIR__ . '/../beberlei/assert',
'aliases' => array(),
'dev_requirement' => false,
),
'composer/semver' => array(
'pretty_version' => '3.4.3',
'version' => '3.4.3.0',
'reference' => '4313d26ada5e0c4edfbd1dc481a92ff7bff91f12',
'type' => 'library',
'install_path' => __DIR__ . '/./semver',
'aliases' => array(),
'dev_requirement' => false,
),
'doctrine/cache' => array(
'pretty_version' => '2.2.0',
'version' => '2.2.0.0',
'reference' => '1ca8f21980e770095a31456042471a57bc4c68fb',
'type' => 'library',
'install_path' => __DIR__ . '/../doctrine/cache',
'aliases' => array(),
'dev_requirement' => false,
),
'doctrine/dbal' => array(
'pretty_version' => '3.9.3',
'version' => '3.9.3.0',
'reference' => '61446f07fcb522414d6cfd8b1c3e5f9e18c579ba',
'type' => 'library',
'install_path' => __DIR__ . '/../doctrine/dbal',
'aliases' => array(),
'dev_requirement' => false,
),
'doctrine/deprecations' => array(
'pretty_version' => '1.1.4',
'version' => '1.1.4.0',
'reference' => '31610dbb31faa98e6b5447b62340826f54fbc4e9',
'type' => 'library',
'install_path' => __DIR__ . '/../doctrine/deprecations',
'aliases' => array(),
'dev_requirement' => false,
),
'doctrine/event-manager' => array(
'pretty_version' => '1.2.0',
'version' => '1.2.0.0',
'reference' => '95aa4cb529f1e96576f3fda9f5705ada4056a520',
'type' => 'library',
'install_path' => __DIR__ . '/../doctrine/event-manager',
'aliases' => array(),
'dev_requirement' => false,
),
'dogma/dogma' => array(
'pretty_version' => 'v0.2.17',
'version' => '0.2.17.0',
'reference' => '0f8f60d3dce9deba721467764f8cfba06c92910d',
'type' => 'library',
'install_path' => __DIR__ . '/../dogma/dogma',
'aliases' => array(),
'dev_requirement' => false,
),
'grogy/php-parallel-lint' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'jakub-onderka/php-parallel-lint' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'justinrainbow/json-schema' => array(
'pretty_version' => '5.3.0',
'version' => '5.3.0.0',
'reference' => 'feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8',
'type' => 'library',
'install_path' => __DIR__ . '/../justinrainbow/json-schema',
'aliases' => array(),
'dev_requirement' => false,
),
'nette/http' => array(
'pretty_version' => 'v3.2.4',
'version' => '3.2.4.0',
'reference' => 'd7cc833ee186d5139cde5aab43b39ee7aedd6f22',
'type' => 'library',
'install_path' => __DIR__ . '/../nette/http',
'aliases' => array(),
'dev_requirement' => false,
),
'nette/neon' => array(
'pretty_version' => 'v3.3.4',
'version' => '3.3.4.0',
'reference' => 'bb88bf3a54dd21bf4dbddb5cd525d7b0c61b7cda',
'type' => 'library',
'install_path' => __DIR__ . '/../nette/neon',
'aliases' => array(),
'dev_requirement' => false,
),
'nette/utils' => array(
'pretty_version' => 'v3.2.10',
'version' => '3.2.10.0',
'reference' => 'a4175c62652f2300c8017fb7e640f9ccb11648d2',
'type' => 'library',
'install_path' => __DIR__ . '/../nette/utils',
'aliases' => array(),
'dev_requirement' => false,
),
'nikolaposa/version' => array(
'pretty_version' => '4.1.1',
'version' => '4.1.1.0',
'reference' => 'f6bdd64be914940529b843a67335d6386d980cec',
'type' => 'library',
'install_path' => __DIR__ . '/../nikolaposa/version',
'aliases' => array(),
'dev_requirement' => false,
),
'php-parallel-lint/php-parallel-lint' => array(
'pretty_version' => 'v1.4.0',
'version' => '1.4.0.0',
'reference' => '6db563514f27e19595a19f45a4bf757b6401194e',
'type' => 'library',
'install_path' => __DIR__ . '/../php-parallel-lint/php-parallel-lint',
'aliases' => array(),
'dev_requirement' => false,
),
'phpstan/phpstan' => array(
'pretty_version' => '2.0.4',
'version' => '2.0.4.0',
'reference' => '50d276fc3bf1430ec315f2f109bbde2769821524',
'type' => 'library',
'install_path' => __DIR__ . '/../phpstan/phpstan',
'aliases' => array(),
'dev_requirement' => false,
),
'phpstan/phpstan-deprecation-rules' => array(
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'reference' => '1cc1259cb91ee4cfbb5c39bca9f635f067c910b4',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../phpstan/phpstan-deprecation-rules',
'aliases' => array(),
'dev_requirement' => false,
),
'phpstan/phpstan-phpunit' => array(
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => '2cedfb72dfd0e9c5d636f837b945c9f20c943bdb',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../phpstan/phpstan-phpunit',
'aliases' => array(),
'dev_requirement' => false,
),
'phpstan/phpstan-strict-rules' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => 'a4a6a08bd4a461e516b9c3b8fdbf0f1883b34158',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../phpstan/phpstan-strict-rules',
'aliases' => array(),
'dev_requirement' => false,
),
'phpstan/phpstan-symfony' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => '1ef4dce2baabd464c2dd3109d051bad94efa1e79',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../phpstan/phpstan-symfony',
'aliases' => array(),
'dev_requirement' => false,
),
'psr/cache' => array(
'pretty_version' => '1.0.1',
'version' => '1.0.1.0',
'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
'type' => 'library',
'install_path' => __DIR__ . '/../psr/cache',
'aliases' => array(),
'dev_requirement' => false,
),
'psr/log' => array(
'pretty_version' => '1.1.4',
'version' => '1.1.4.0',
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
'type' => 'library',
'install_path' => __DIR__ . '/../psr/log',
'aliases' => array(),
'dev_requirement' => false,
),
'rector/type-perfect' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => 'b57af900a2a3dea11d4be4165b3614aaba640c46',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../rector/type-perfect',
'aliases' => array(),
'dev_requirement' => false,
),
'spaze/phpstan-disallowed-calls' => array(
'pretty_version' => 'v4.0.1',
'version' => '4.0.1.0',
'reference' => '0f030fd3fb770ee7c262445c8ad3c0b470a32ac5',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../spaze/phpstan-disallowed-calls',
'aliases' => array(),
'dev_requirement' => false,
),
'sqlftw/sqlftw' => array(
'pretty_version' => 'v0.1.16',
'version' => '0.1.16.0',
'reference' => '9133b54d23ffc944b9d371033d335ea4a4d01039',
'type' => 'library',
'install_path' => __DIR__ . '/../sqlftw/sqlftw',
'aliases' => array(),
'dev_requirement' => false,
),
'staabm/phpstan-baseline-analysis' => array(
'pretty_version' => '0.13.1',
'version' => '0.13.1.0',
'reference' => '1deee1c113c7cdd86a0ef05887845ef7aef7b17b',
'type' => 'library',
'install_path' => __DIR__ . '/../staabm/phpstan-baseline-analysis',
'aliases' => array(),
'dev_requirement' => false,
),
'staabm/phpstan-dba' => array(
'pretty_version' => '0.3.1',
'version' => '0.3.1.0',
'reference' => '6dac52ebaa925ea05b3e178ed3bb4dbf87be29f2',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../staabm/phpstan-dba',
'aliases' => array(),
'dev_requirement' => false,
),
'staabm/phpstan-todo-by' => array(
'pretty_version' => '0.2',
'version' => '0.2.0.0',
'reference' => 'de149a2dcdc0bcb5f3ebc6f6c571bf50d74aea92',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../staabm/phpstan-todo-by',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/polyfill-php80' => array(
'pretty_version' => 'v1.31.0',
'version' => '1.31.0.0',
'reference' => '60328e362d4c2c802a54fcbf04f9d3fb892b4cf8',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
'aliases' => array(),
'dev_requirement' => false,
),
'symplify/phpstan-rules' => array(
'pretty_version' => '14.0.4',
'version' => '14.0.4.0',
'reference' => 'cae1e1cb3e5c31601dbced0396197edc9c834770',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../symplify/phpstan-rules',
'aliases' => array(),
'dev_requirement' => false,
),
'tomasvotruba/cognitive-complexity' => array(
'pretty_version' => '1.0.0',
'version' => '1.0.0.0',
'reference' => '974586fbc31b448ec04cf7877767bbb775671c3f',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../tomasvotruba/cognitive-complexity',
'aliases' => array(),
'dev_requirement' => false,
),
'tomasvotruba/type-coverage' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => '8be49c45aaba2615bf82829fb3ce3cab81e878b0',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../tomasvotruba/type-coverage',
'aliases' => array(),
'dev_requirement' => false,
),
'tomasvotruba/unused-public' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => '197df69ced1672d05bec8781d251f87086038a9f',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../tomasvotruba/unused-public',
'aliases' => array(),
'dev_requirement' => false,
),
'webmozart/assert' => array(
'pretty_version' => '1.11.0',
'version' => '1.11.0.0',
'reference' => '11cb2199493b2f8a3b53e7f19068fc6aac760991',
'type' => 'library',
'install_path' => __DIR__ . '/../webmozart/assert',
'aliases' => array(),
'dev_requirement' => false,
),
),
);