1
|
{
|
2
|
"_readme": [
|
3
|
"This file locks the dependencies of your project to a known state",
|
4
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5
|
"This file is @generated automatically"
|
6
|
],
|
7
|
"content-hash": "d3c2690381cd0996c18c1c04aa5ca9aa",
|
8
|
"packages": [
|
9
|
{
|
10
|
"name": "doctrine/annotations",
|
11
|
"version": "1.10.1",
|
12
|
"source": {
|
13
|
"type": "git",
|
14
|
"url": "https://github.com/doctrine/annotations.git",
|
15
|
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
|
16
|
},
|
17
|
"dist": {
|
18
|
"type": "zip",
|
19
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
|
20
|
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
|
21
|
"shasum": ""
|
22
|
},
|
23
|
"require": {
|
24
|
"doctrine/lexer": "1.*",
|
25
|
"ext-tokenizer": "*",
|
26
|
"php": "^7.1"
|
27
|
},
|
28
|
"require-dev": {
|
29
|
"doctrine/cache": "1.*",
|
30
|
"phpunit/phpunit": "^7.5"
|
31
|
},
|
32
|
"type": "library",
|
33
|
"extra": {
|
34
|
"branch-alias": {
|
35
|
"dev-master": "1.9.x-dev"
|
36
|
}
|
37
|
},
|
38
|
"autoload": {
|
39
|
"psr-4": {
|
40
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
41
|
}
|
42
|
},
|
43
|
"notification-url": "https://packagist.org/downloads/",
|
44
|
"license": [
|
45
|
"MIT"
|
46
|
],
|
47
|
"authors": [
|
48
|
{
|
49
|
"name": "Guilherme Blanco",
|
50
|
"email": "guilhermeblanco@gmail.com"
|
51
|
},
|
52
|
{
|
53
|
"name": "Roman Borschel",
|
54
|
"email": "roman@code-factory.org"
|
55
|
},
|
56
|
{
|
57
|
"name": "Benjamin Eberlei",
|
58
|
"email": "kontakt@beberlei.de"
|
59
|
},
|
60
|
{
|
61
|
"name": "Jonathan Wage",
|
62
|
"email": "jonwage@gmail.com"
|
63
|
},
|
64
|
{
|
65
|
"name": "Johannes Schmitt",
|
66
|
"email": "schmittjoh@gmail.com"
|
67
|
}
|
68
|
],
|
69
|
"description": "Docblock Annotations Parser",
|
70
|
"homepage": "http://www.doctrine-project.org",
|
71
|
"keywords": [
|
72
|
"annotations",
|
73
|
"docblock",
|
74
|
"parser"
|
75
|
],
|
76
|
"time": "2020-04-02T12:33:25+00:00"
|
77
|
},
|
78
|
{
|
79
|
"name": "doctrine/cache",
|
80
|
"version": "1.10.0",
|
81
|
"source": {
|
82
|
"type": "git",
|
83
|
"url": "https://github.com/doctrine/cache.git",
|
84
|
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
|
85
|
},
|
86
|
"dist": {
|
87
|
"type": "zip",
|
88
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
|
89
|
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
|
90
|
"shasum": ""
|
91
|
},
|
92
|
"require": {
|
93
|
"php": "~7.1"
|
94
|
},
|
95
|
"conflict": {
|
96
|
"doctrine/common": ">2.2,<2.4"
|
97
|
},
|
98
|
"require-dev": {
|
99
|
"alcaeus/mongo-php-adapter": "^1.1",
|
100
|
"doctrine/coding-standard": "^6.0",
|
101
|
"mongodb/mongodb": "^1.1",
|
102
|
"phpunit/phpunit": "^7.0",
|
103
|
"predis/predis": "~1.0"
|
104
|
},
|
105
|
"suggest": {
|
106
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
107
|
},
|
108
|
"type": "library",
|
109
|
"extra": {
|
110
|
"branch-alias": {
|
111
|
"dev-master": "1.9.x-dev"
|
112
|
}
|
113
|
},
|
114
|
"autoload": {
|
115
|
"psr-4": {
|
116
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
117
|
}
|
118
|
},
|
119
|
"notification-url": "https://packagist.org/downloads/",
|
120
|
"license": [
|
121
|
"MIT"
|
122
|
],
|
123
|
"authors": [
|
124
|
{
|
125
|
"name": "Guilherme Blanco",
|
126
|
"email": "guilhermeblanco@gmail.com"
|
127
|
},
|
128
|
{
|
129
|
"name": "Roman Borschel",
|
130
|
"email": "roman@code-factory.org"
|
131
|
},
|
132
|
{
|
133
|
"name": "Benjamin Eberlei",
|
134
|
"email": "kontakt@beberlei.de"
|
135
|
},
|
136
|
{
|
137
|
"name": "Jonathan Wage",
|
138
|
"email": "jonwage@gmail.com"
|
139
|
},
|
140
|
{
|
141
|
"name": "Johannes Schmitt",
|
142
|
"email": "schmittjoh@gmail.com"
|
143
|
}
|
144
|
],
|
145
|
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
146
|
"homepage": "https://www.doctrine-project.org/projects/cache.html",
|
147
|
"keywords": [
|
148
|
"abstraction",
|
149
|
"apcu",
|
150
|
"cache",
|
151
|
"caching",
|
152
|
"couchdb",
|
153
|
"memcached",
|
154
|
"php",
|
155
|
"redis",
|
156
|
"xcache"
|
157
|
],
|
158
|
"time": "2019-11-29T15:36:20+00:00"
|
159
|
},
|
160
|
{
|
161
|
"name": "doctrine/collections",
|
162
|
"version": "1.6.4",
|
163
|
"source": {
|
164
|
"type": "git",
|
165
|
"url": "https://github.com/doctrine/collections.git",
|
166
|
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
|
167
|
},
|
168
|
"dist": {
|
169
|
"type": "zip",
|
170
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
|
171
|
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
|
172
|
"shasum": ""
|
173
|
},
|
174
|
"require": {
|
175
|
"php": "^7.1.3"
|
176
|
},
|
177
|
"require-dev": {
|
178
|
"doctrine/coding-standard": "^6.0",
|
179
|
"phpstan/phpstan-shim": "^0.9.2",
|
180
|
"phpunit/phpunit": "^7.0",
|
181
|
"vimeo/psalm": "^3.2.2"
|
182
|
},
|
183
|
"type": "library",
|
184
|
"extra": {
|
185
|
"branch-alias": {
|
186
|
"dev-master": "1.6.x-dev"
|
187
|
}
|
188
|
},
|
189
|
"autoload": {
|
190
|
"psr-4": {
|
191
|
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
|
192
|
}
|
193
|
},
|
194
|
"notification-url": "https://packagist.org/downloads/",
|
195
|
"license": [
|
196
|
"MIT"
|
197
|
],
|
198
|
"authors": [
|
199
|
{
|
200
|
"name": "Guilherme Blanco",
|
201
|
"email": "guilhermeblanco@gmail.com"
|
202
|
},
|
203
|
{
|
204
|
"name": "Roman Borschel",
|
205
|
"email": "roman@code-factory.org"
|
206
|
},
|
207
|
{
|
208
|
"name": "Benjamin Eberlei",
|
209
|
"email": "kontakt@beberlei.de"
|
210
|
},
|
211
|
{
|
212
|
"name": "Jonathan Wage",
|
213
|
"email": "jonwage@gmail.com"
|
214
|
},
|
215
|
{
|
216
|
"name": "Johannes Schmitt",
|
217
|
"email": "schmittjoh@gmail.com"
|
218
|
}
|
219
|
],
|
220
|
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
|
221
|
"homepage": "https://www.doctrine-project.org/projects/collections.html",
|
222
|
"keywords": [
|
223
|
"array",
|
224
|
"collections",
|
225
|
"iterators",
|
226
|
"php"
|
227
|
],
|
228
|
"time": "2019-11-13T13:07:11+00:00"
|
229
|
},
|
230
|
{
|
231
|
"name": "doctrine/event-manager",
|
232
|
"version": "1.1.0",
|
233
|
"source": {
|
234
|
"type": "git",
|
235
|
"url": "https://github.com/doctrine/event-manager.git",
|
236
|
"reference": "629572819973f13486371cb611386eb17851e85c"
|
237
|
},
|
238
|
"dist": {
|
239
|
"type": "zip",
|
240
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
|
241
|
"reference": "629572819973f13486371cb611386eb17851e85c",
|
242
|
"shasum": ""
|
243
|
},
|
244
|
"require": {
|
245
|
"php": "^7.1"
|
246
|
},
|
247
|
"conflict": {
|
248
|
"doctrine/common": "<2.9@dev"
|
249
|
},
|
250
|
"require-dev": {
|
251
|
"doctrine/coding-standard": "^6.0",
|
252
|
"phpunit/phpunit": "^7.0"
|
253
|
},
|
254
|
"type": "library",
|
255
|
"extra": {
|
256
|
"branch-alias": {
|
257
|
"dev-master": "1.0.x-dev"
|
258
|
}
|
259
|
},
|
260
|
"autoload": {
|
261
|
"psr-4": {
|
262
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
263
|
}
|
264
|
},
|
265
|
"notification-url": "https://packagist.org/downloads/",
|
266
|
"license": [
|
267
|
"MIT"
|
268
|
],
|
269
|
"authors": [
|
270
|
{
|
271
|
"name": "Guilherme Blanco",
|
272
|
"email": "guilhermeblanco@gmail.com"
|
273
|
},
|
274
|
{
|
275
|
"name": "Roman Borschel",
|
276
|
"email": "roman@code-factory.org"
|
277
|
},
|
278
|
{
|
279
|
"name": "Benjamin Eberlei",
|
280
|
"email": "kontakt@beberlei.de"
|
281
|
},
|
282
|
{
|
283
|
"name": "Jonathan Wage",
|
284
|
"email": "jonwage@gmail.com"
|
285
|
},
|
286
|
{
|
287
|
"name": "Johannes Schmitt",
|
288
|
"email": "schmittjoh@gmail.com"
|
289
|
},
|
290
|
{
|
291
|
"name": "Marco Pivetta",
|
292
|
"email": "ocramius@gmail.com"
|
293
|
}
|
294
|
],
|
295
|
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
|
296
|
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
|
297
|
"keywords": [
|
298
|
"event",
|
299
|
"event dispatcher",
|
300
|
"event manager",
|
301
|
"event system",
|
302
|
"events"
|
303
|
],
|
304
|
"time": "2019-11-10T09:48:07+00:00"
|
305
|
},
|
306
|
{
|
307
|
"name": "doctrine/instantiator",
|
308
|
"version": "1.3.0",
|
309
|
"source": {
|
310
|
"type": "git",
|
311
|
"url": "https://github.com/doctrine/instantiator.git",
|
312
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
|
313
|
},
|
314
|
"dist": {
|
315
|
"type": "zip",
|
316
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
|
317
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
|
318
|
"shasum": ""
|
319
|
},
|
320
|
"require": {
|
321
|
"php": "^7.1"
|
322
|
},
|
323
|
"require-dev": {
|
324
|
"doctrine/coding-standard": "^6.0",
|
325
|
"ext-pdo": "*",
|
326
|
"ext-phar": "*",
|
327
|
"phpbench/phpbench": "^0.13",
|
328
|
"phpstan/phpstan-phpunit": "^0.11",
|
329
|
"phpstan/phpstan-shim": "^0.11",
|
330
|
"phpunit/phpunit": "^7.0"
|
331
|
},
|
332
|
"type": "library",
|
333
|
"extra": {
|
334
|
"branch-alias": {
|
335
|
"dev-master": "1.2.x-dev"
|
336
|
}
|
337
|
},
|
338
|
"autoload": {
|
339
|
"psr-4": {
|
340
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
341
|
}
|
342
|
},
|
343
|
"notification-url": "https://packagist.org/downloads/",
|
344
|
"license": [
|
345
|
"MIT"
|
346
|
],
|
347
|
"authors": [
|
348
|
{
|
349
|
"name": "Marco Pivetta",
|
350
|
"email": "ocramius@gmail.com",
|
351
|
"homepage": "http://ocramius.github.com/"
|
352
|
}
|
353
|
],
|
354
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
355
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
356
|
"keywords": [
|
357
|
"constructor",
|
358
|
"instantiate"
|
359
|
],
|
360
|
"time": "2019-10-21T16:45:58+00:00"
|
361
|
},
|
362
|
{
|
363
|
"name": "doctrine/lexer",
|
364
|
"version": "1.2.0",
|
365
|
"source": {
|
366
|
"type": "git",
|
367
|
"url": "https://github.com/doctrine/lexer.git",
|
368
|
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
|
369
|
},
|
370
|
"dist": {
|
371
|
"type": "zip",
|
372
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
|
373
|
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
|
374
|
"shasum": ""
|
375
|
},
|
376
|
"require": {
|
377
|
"php": "^7.2"
|
378
|
},
|
379
|
"require-dev": {
|
380
|
"doctrine/coding-standard": "^6.0",
|
381
|
"phpstan/phpstan": "^0.11.8",
|
382
|
"phpunit/phpunit": "^8.2"
|
383
|
},
|
384
|
"type": "library",
|
385
|
"extra": {
|
386
|
"branch-alias": {
|
387
|
"dev-master": "1.2.x-dev"
|
388
|
}
|
389
|
},
|
390
|
"autoload": {
|
391
|
"psr-4": {
|
392
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
393
|
}
|
394
|
},
|
395
|
"notification-url": "https://packagist.org/downloads/",
|
396
|
"license": [
|
397
|
"MIT"
|
398
|
],
|
399
|
"authors": [
|
400
|
{
|
401
|
"name": "Guilherme Blanco",
|
402
|
"email": "guilhermeblanco@gmail.com"
|
403
|
},
|
404
|
{
|
405
|
"name": "Roman Borschel",
|
406
|
"email": "roman@code-factory.org"
|
407
|
},
|
408
|
{
|
409
|
"name": "Johannes Schmitt",
|
410
|
"email": "schmittjoh@gmail.com"
|
411
|
}
|
412
|
],
|
413
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
414
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
415
|
"keywords": [
|
416
|
"annotations",
|
417
|
"docblock",
|
418
|
"lexer",
|
419
|
"parser",
|
420
|
"php"
|
421
|
],
|
422
|
"time": "2019-10-30T14:39:59+00:00"
|
423
|
},
|
424
|
{
|
425
|
"name": "doctrine/mongodb-odm",
|
426
|
"version": "2.0.5",
|
427
|
"source": {
|
428
|
"type": "git",
|
429
|
"url": "https://github.com/doctrine/mongodb-odm.git",
|
430
|
"reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e"
|
431
|
},
|
432
|
"dist": {
|
433
|
"type": "zip",
|
434
|
"url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/638c4ec715941e9cfcaeff0dc3cd33576735548e",
|
435
|
"reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e",
|
436
|
"shasum": ""
|
437
|
},
|
438
|
"require": {
|
439
|
"doctrine/annotations": "^1.6",
|
440
|
"doctrine/cache": "^1.7",
|
441
|
"doctrine/collections": "^1.5",
|
442
|
"doctrine/event-manager": "^1.0",
|
443
|
"doctrine/instantiator": "^1.1",
|
444
|
"doctrine/persistence": "^1.3.5",
|
445
|
"ext-mongodb": "^1.5",
|
446
|
"mongodb/mongodb": "^1.2.0",
|
447
|
"ocramius/proxy-manager": "^2.2",
|
448
|
"php": "^7.2",
|
449
|
"symfony/console": "^3.4|^4.1|^5.0",
|
450
|
"symfony/var-dumper": "^3.4|^4.1|^5.0"
|
451
|
},
|
452
|
"require-dev": {
|
453
|
"doctrine/coding-standard": "^6.0",
|
454
|
"jmikola/geojson": "^1.0",
|
455
|
"phpbench/phpbench": "^0.13.0",
|
456
|
"phpstan/phpstan": "^0.10.3",
|
457
|
"phpunit/phpunit": "^8.2",
|
458
|
"squizlabs/php_codesniffer": "^3.5"
|
459
|
},
|
460
|
"type": "library",
|
461
|
"extra": {
|
462
|
"branch-alias": {
|
463
|
"dev-master": "2.0.x-dev"
|
464
|
}
|
465
|
},
|
466
|
"autoload": {
|
467
|
"psr-4": {
|
468
|
"Doctrine\\ODM\\MongoDB\\": "lib/Doctrine/ODM/MongoDB"
|
469
|
}
|
470
|
},
|
471
|
"notification-url": "https://packagist.org/downloads/",
|
472
|
"license": [
|
473
|
"MIT"
|
474
|
],
|
475
|
"authors": [
|
476
|
{
|
477
|
"name": "Bulat Shakirzyanov",
|
478
|
"email": "mallluhuct@gmail.com"
|
479
|
},
|
480
|
{
|
481
|
"name": "Kris Wallsmith",
|
482
|
"email": "kris.wallsmith@gmail.com"
|
483
|
},
|
484
|
{
|
485
|
"name": "Jonathan H. Wage",
|
486
|
"email": "jonwage@gmail.com"
|
487
|
},
|
488
|
{
|
489
|
"name": "Jeremy Mikola",
|
490
|
"email": "jmikola@gmail.com"
|
491
|
},
|
492
|
{
|
493
|
"name": "Maciej Malarz",
|
494
|
"email": "malarzm@gmail.com"
|
495
|
},
|
496
|
{
|
497
|
"name": "Andreas Braun",
|
498
|
"email": "alcaeus@alcaeus.org"
|
499
|
}
|
500
|
],
|
501
|
"description": "PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.",
|
502
|
"homepage": "https://www.doctrine-project.org/projects/mongodb-odm.html",
|
503
|
"keywords": [
|
504
|
"data",
|
505
|
"mapper",
|
506
|
"mapping",
|
507
|
"mongodb",
|
508
|
"object",
|
509
|
"odm",
|
510
|
"php"
|
511
|
],
|
512
|
"time": "2020-01-14T20:52:40+00:00"
|
513
|
},
|
514
|
{
|
515
|
"name": "doctrine/mongodb-odm-bundle",
|
516
|
"version": "4.1.1",
|
517
|
"source": {
|
518
|
"type": "git",
|
519
|
"url": "https://github.com/doctrine/DoctrineMongoDBBundle.git",
|
520
|
"reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37"
|
521
|
},
|
522
|
"dist": {
|
523
|
"type": "zip",
|
524
|
"url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/21ed3a7ca4a5cd7571574943363e88aa703fae37",
|
525
|
"reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37",
|
526
|
"shasum": ""
|
527
|
},
|
528
|
"require": {
|
529
|
"doctrine/annotations": "^1.2",
|
530
|
"doctrine/mongodb-odm": "^2.0.0",
|
531
|
"doctrine/persistence": "^1.3.6",
|
532
|
"php": "^7.2",
|
533
|
"psr/log": "^1.0",
|
534
|
"symfony/config": "^4.3.3|^5.0",
|
535
|
"symfony/console": "^4.3.3|^5.0",
|
536
|
"symfony/dependency-injection": "^4.3.3|^5.0",
|
537
|
"symfony/doctrine-bridge": "^4.3.3|^5.0",
|
538
|
"symfony/framework-bundle": "^4.3.3|^5.0",
|
539
|
"symfony/http-kernel": "^4.3.7|^5.0",
|
540
|
"symfony/options-resolver": "^4.3.3|^5.0"
|
541
|
},
|
542
|
"require-dev": {
|
543
|
"doctrine/coding-standard": "^6.0",
|
544
|
"doctrine/data-fixtures": "^1.2.2",
|
545
|
"phpunit/phpunit": "^7.3",
|
546
|
"squizlabs/php_codesniffer": "^3.5",
|
547
|
"symfony/form": "^4.3.3|^5.0",
|
548
|
"symfony/phpunit-bridge": "^4.3.3|^5.0",
|
549
|
"symfony/yaml": "^4.3.3|^5.0"
|
550
|
},
|
551
|
"suggest": {
|
552
|
"doctrine/data-fixtures": "Load data fixtures"
|
553
|
},
|
554
|
"type": "symfony-bundle",
|
555
|
"extra": {
|
556
|
"branch-alias": {
|
557
|
"dev-master": "4.1.x-dev"
|
558
|
}
|
559
|
},
|
560
|
"autoload": {
|
561
|
"psr-4": {
|
562
|
"Doctrine\\Bundle\\MongoDBBundle\\": ""
|
563
|
},
|
564
|
"exclude-from-classmap": [
|
565
|
"/Tests/"
|
566
|
]
|
567
|
},
|
568
|
"notification-url": "https://packagist.org/downloads/",
|
569
|
"license": [
|
570
|
"MIT"
|
571
|
],
|
572
|
"authors": [
|
573
|
{
|
574
|
"name": "Bulat Shakirzyanov",
|
575
|
"email": "mallluhuct@gmail.com"
|
576
|
},
|
577
|
{
|
578
|
"name": "Kris Wallsmith",
|
579
|
"email": "kris@symfony.com"
|
580
|
},
|
581
|
{
|
582
|
"name": "Jonathan H. Wage",
|
583
|
"email": "jonwage@gmail.com"
|
584
|
}
|
585
|
],
|
586
|
"description": "Symfony2 Doctrine MongoDB Bundle",
|
587
|
"homepage": "http://www.doctrine-project.org",
|
588
|
"keywords": [
|
589
|
"mongodb",
|
590
|
"persistence",
|
591
|
"symfony"
|
592
|
],
|
593
|
"time": "2020-03-22T11:17:29+00:00"
|
594
|
},
|
595
|
{
|
596
|
"name": "doctrine/persistence",
|
597
|
"version": "1.3.7",
|
598
|
"source": {
|
599
|
"type": "git",
|
600
|
"url": "https://github.com/doctrine/persistence.git",
|
601
|
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
|
602
|
},
|
603
|
"dist": {
|
604
|
"type": "zip",
|
605
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
|
606
|
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
|
607
|
"shasum": ""
|
608
|
},
|
609
|
"require": {
|
610
|
"doctrine/annotations": "^1.0",
|
611
|
"doctrine/cache": "^1.0",
|
612
|
"doctrine/collections": "^1.0",
|
613
|
"doctrine/event-manager": "^1.0",
|
614
|
"doctrine/reflection": "^1.2",
|
615
|
"php": "^7.1"
|
616
|
},
|
617
|
"conflict": {
|
618
|
"doctrine/common": "<2.10@dev"
|
619
|
},
|
620
|
"require-dev": {
|
621
|
"doctrine/coding-standard": "^6.0",
|
622
|
"phpstan/phpstan": "^0.11",
|
623
|
"phpunit/phpunit": "^7.0"
|
624
|
},
|
625
|
"type": "library",
|
626
|
"extra": {
|
627
|
"branch-alias": {
|
628
|
"dev-master": "1.3.x-dev"
|
629
|
}
|
630
|
},
|
631
|
"autoload": {
|
632
|
"psr-4": {
|
633
|
"Doctrine\\Common\\": "lib/Doctrine/Common",
|
634
|
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
|
635
|
}
|
636
|
},
|
637
|
"notification-url": "https://packagist.org/downloads/",
|
638
|
"license": [
|
639
|
"MIT"
|
640
|
],
|
641
|
"authors": [
|
642
|
{
|
643
|
"name": "Guilherme Blanco",
|
644
|
"email": "guilhermeblanco@gmail.com"
|
645
|
},
|
646
|
{
|
647
|
"name": "Roman Borschel",
|
648
|
"email": "roman@code-factory.org"
|
649
|
},
|
650
|
{
|
651
|
"name": "Benjamin Eberlei",
|
652
|
"email": "kontakt@beberlei.de"
|
653
|
},
|
654
|
{
|
655
|
"name": "Jonathan Wage",
|
656
|
"email": "jonwage@gmail.com"
|
657
|
},
|
658
|
{
|
659
|
"name": "Johannes Schmitt",
|
660
|
"email": "schmittjoh@gmail.com"
|
661
|
},
|
662
|
{
|
663
|
"name": "Marco Pivetta",
|
664
|
"email": "ocramius@gmail.com"
|
665
|
}
|
666
|
],
|
667
|
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
|
668
|
"homepage": "https://doctrine-project.org/projects/persistence.html",
|
669
|
"keywords": [
|
670
|
"mapper",
|
671
|
"object",
|
672
|
"odm",
|
673
|
"orm",
|
674
|
"persistence"
|
675
|
],
|
676
|
"funding": [
|
677
|
{
|
678
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
679
|
"type": "custom"
|
680
|
},
|
681
|
{
|
682
|
"url": "https://www.patreon.com/phpdoctrine",
|
683
|
"type": "patreon"
|
684
|
},
|
685
|
{
|
686
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
|
687
|
"type": "tidelift"
|
688
|
}
|
689
|
],
|
690
|
"time": "2020-03-21T15:13:52+00:00"
|
691
|
},
|
692
|
{
|
693
|
"name": "doctrine/reflection",
|
694
|
"version": "1.2.1",
|
695
|
"source": {
|
696
|
"type": "git",
|
697
|
"url": "https://github.com/doctrine/reflection.git",
|
698
|
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
|
699
|
},
|
700
|
"dist": {
|
701
|
"type": "zip",
|
702
|
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
|
703
|
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
|
704
|
"shasum": ""
|
705
|
},
|
706
|
"require": {
|
707
|
"doctrine/annotations": "^1.0",
|
708
|
"ext-tokenizer": "*",
|
709
|
"php": "^7.1"
|
710
|
},
|
711
|
"conflict": {
|
712
|
"doctrine/common": "<2.9"
|
713
|
},
|
714
|
"require-dev": {
|
715
|
"doctrine/coding-standard": "^5.0",
|
716
|
"doctrine/common": "^2.10",
|
717
|
"phpstan/phpstan": "^0.11.0",
|
718
|
"phpstan/phpstan-phpunit": "^0.11.0",
|
719
|
"phpunit/phpunit": "^7.0"
|
720
|
},
|
721
|
"type": "library",
|
722
|
"extra": {
|
723
|
"branch-alias": {
|
724
|
"dev-master": "1.2.x-dev"
|
725
|
}
|
726
|
},
|
727
|
"autoload": {
|
728
|
"psr-4": {
|
729
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
730
|
}
|
731
|
},
|
732
|
"notification-url": "https://packagist.org/downloads/",
|
733
|
"license": [
|
734
|
"MIT"
|
735
|
],
|
736
|
"authors": [
|
737
|
{
|
738
|
"name": "Guilherme Blanco",
|
739
|
"email": "guilhermeblanco@gmail.com"
|
740
|
},
|
741
|
{
|
742
|
"name": "Roman Borschel",
|
743
|
"email": "roman@code-factory.org"
|
744
|
},
|
745
|
{
|
746
|
"name": "Benjamin Eberlei",
|
747
|
"email": "kontakt@beberlei.de"
|
748
|
},
|
749
|
{
|
750
|
"name": "Jonathan Wage",
|
751
|
"email": "jonwage@gmail.com"
|
752
|
},
|
753
|
{
|
754
|
"name": "Johannes Schmitt",
|
755
|
"email": "schmittjoh@gmail.com"
|
756
|
},
|
757
|
{
|
758
|
"name": "Marco Pivetta",
|
759
|
"email": "ocramius@gmail.com"
|
760
|
}
|
761
|
],
|
762
|
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
|
763
|
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
|
764
|
"keywords": [
|
765
|
"reflection",
|
766
|
"static"
|
767
|
],
|
768
|
"time": "2020-03-27T11:06:43+00:00"
|
769
|
},
|
770
|
{
|
771
|
"name": "laminas/laminas-code",
|
772
|
"version": "3.4.1",
|
773
|
"source": {
|
774
|
"type": "git",
|
775
|
"url": "https://github.com/laminas/laminas-code.git",
|
776
|
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
|
777
|
},
|
778
|
"dist": {
|
779
|
"type": "zip",
|
780
|
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
781
|
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
782
|
"shasum": ""
|
783
|
},
|
784
|
"require": {
|
785
|
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
|
786
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
787
|
"php": "^7.1"
|
788
|
},
|
789
|
"conflict": {
|
790
|
"phpspec/prophecy": "<1.9.0"
|
791
|
},
|
792
|
"replace": {
|
793
|
"zendframework/zend-code": "self.version"
|
794
|
},
|
795
|
"require-dev": {
|
796
|
"doctrine/annotations": "^1.7",
|
797
|
"ext-phar": "*",
|
798
|
"laminas/laminas-coding-standard": "^1.0",
|
799
|
"laminas/laminas-stdlib": "^2.7 || ^3.0",
|
800
|
"phpunit/phpunit": "^7.5.16 || ^8.4"
|
801
|
},
|
802
|
"suggest": {
|
803
|
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
804
|
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
|
805
|
},
|
806
|
"type": "library",
|
807
|
"extra": {
|
808
|
"branch-alias": {
|
809
|
"dev-master": "3.4.x-dev",
|
810
|
"dev-develop": "3.5.x-dev",
|
811
|
"dev-dev-4.0": "4.0.x-dev"
|
812
|
}
|
813
|
},
|
814
|
"autoload": {
|
815
|
"psr-4": {
|
816
|
"Laminas\\Code\\": "src/"
|
817
|
}
|
818
|
},
|
819
|
"notification-url": "https://packagist.org/downloads/",
|
820
|
"license": [
|
821
|
"BSD-3-Clause"
|
822
|
],
|
823
|
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
|
824
|
"homepage": "https://laminas.dev",
|
825
|
"keywords": [
|
826
|
"code",
|
827
|
"laminas"
|
828
|
],
|
829
|
"time": "2019-12-31T16:28:24+00:00"
|
830
|
},
|
831
|
{
|
832
|
"name": "laminas/laminas-eventmanager",
|
833
|
"version": "3.2.1",
|
834
|
"source": {
|
835
|
"type": "git",
|
836
|
"url": "https://github.com/laminas/laminas-eventmanager.git",
|
837
|
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
|
838
|
},
|
839
|
"dist": {
|
840
|
"type": "zip",
|
841
|
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
|
842
|
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
|
843
|
"shasum": ""
|
844
|
},
|
845
|
"require": {
|
846
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
847
|
"php": "^5.6 || ^7.0"
|
848
|
},
|
849
|
"replace": {
|
850
|
"zendframework/zend-eventmanager": "self.version"
|
851
|
},
|
852
|
"require-dev": {
|
853
|
"athletic/athletic": "^0.1",
|
854
|
"container-interop/container-interop": "^1.1.0",
|
855
|
"laminas/laminas-coding-standard": "~1.0.0",
|
856
|
"laminas/laminas-stdlib": "^2.7.3 || ^3.0",
|
857
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
|
858
|
},
|
859
|
"suggest": {
|
860
|
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
|
861
|
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
|
862
|
},
|
863
|
"type": "library",
|
864
|
"extra": {
|
865
|
"branch-alias": {
|
866
|
"dev-master": "3.2-dev",
|
867
|
"dev-develop": "3.3-dev"
|
868
|
}
|
869
|
},
|
870
|
"autoload": {
|
871
|
"psr-4": {
|
872
|
"Laminas\\EventManager\\": "src/"
|
873
|
}
|
874
|
},
|
875
|
"notification-url": "https://packagist.org/downloads/",
|
876
|
"license": [
|
877
|
"BSD-3-Clause"
|
878
|
],
|
879
|
"description": "Trigger and listen to events within a PHP application",
|
880
|
"homepage": "https://laminas.dev",
|
881
|
"keywords": [
|
882
|
"event",
|
883
|
"eventmanager",
|
884
|
"events",
|
885
|
"laminas"
|
886
|
],
|
887
|
"time": "2019-12-31T16:44:52+00:00"
|
888
|
},
|
889
|
{
|
890
|
"name": "laminas/laminas-zendframework-bridge",
|
891
|
"version": "1.0.3",
|
892
|
"source": {
|
893
|
"type": "git",
|
894
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
895
|
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
|
896
|
},
|
897
|
"dist": {
|
898
|
"type": "zip",
|
899
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
|
900
|
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
|
901
|
"shasum": ""
|
902
|
},
|
903
|
"require": {
|
904
|
"php": "^5.6 || ^7.0"
|
905
|
},
|
906
|
"require-dev": {
|
907
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
|
908
|
"squizlabs/php_codesniffer": "^3.5"
|
909
|
},
|
910
|
"type": "library",
|
911
|
"extra": {
|
912
|
"branch-alias": {
|
913
|
"dev-master": "1.0.x-dev",
|
914
|
"dev-develop": "1.1.x-dev"
|
915
|
},
|
916
|
"laminas": {
|
917
|
"module": "Laminas\\ZendFrameworkBridge"
|
918
|
}
|
919
|
},
|
920
|
"autoload": {
|
921
|
"files": [
|
922
|
"src/autoload.php"
|
923
|
],
|
924
|
"psr-4": {
|
925
|
"Laminas\\ZendFrameworkBridge\\": "src//"
|
926
|
}
|
927
|
},
|
928
|
"notification-url": "https://packagist.org/downloads/",
|
929
|
"license": [
|
930
|
"BSD-3-Clause"
|
931
|
],
|
932
|
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
933
|
"keywords": [
|
934
|
"ZendFramework",
|
935
|
"autoloading",
|
936
|
"laminas",
|
937
|
"zf"
|
938
|
],
|
939
|
"time": "2020-04-03T16:01:00+00:00"
|
940
|
},
|
941
|
{
|
942
|
"name": "mongodb/mongodb",
|
943
|
"version": "1.6.0",
|
944
|
"source": {
|
945
|
"type": "git",
|
946
|
"url": "https://github.com/mongodb/mongo-php-library.git",
|
947
|
"reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15"
|
948
|
},
|
949
|
"dist": {
|
950
|
"type": "zip",
|
951
|
"url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
|
952
|
"reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
|
953
|
"shasum": ""
|
954
|
},
|
955
|
"require": {
|
956
|
"ext-hash": "*",
|
957
|
"ext-json": "*",
|
958
|
"ext-mongodb": "^1.7",
|
959
|
"php": "^5.6 || ^7.0"
|
960
|
},
|
961
|
"require-dev": {
|
962
|
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
|
963
|
"sebastian/comparator": "^1.0 || ^2.0 || ^3.0",
|
964
|
"squizlabs/php_codesniffer": "^3.4",
|
965
|
"symfony/phpunit-bridge": "^4.4@dev"
|
966
|
},
|
967
|
"type": "library",
|
968
|
"extra": {
|
969
|
"branch-alias": {
|
970
|
"dev-master": "1.6.x-dev"
|
971
|
}
|
972
|
},
|
973
|
"autoload": {
|
974
|
"psr-4": {
|
975
|
"MongoDB\\": "src/"
|
976
|
},
|
977
|
"files": [
|
978
|
"src/functions.php"
|
979
|
]
|
980
|
},
|
981
|
"notification-url": "https://packagist.org/downloads/",
|
982
|
"license": [
|
983
|
"Apache-2.0"
|
984
|
],
|
985
|
"authors": [
|
986
|
{
|
987
|
"name": "Andreas Braun",
|
988
|
"email": "andreas.braun@mongodb.com"
|
989
|
},
|
990
|
{
|
991
|
"name": "Jeremy Mikola",
|
992
|
"email": "jmikola@gmail.com"
|
993
|
},
|
994
|
{
|
995
|
"name": "Katherine Walker",
|
996
|
"email": "katherine.walker@mongodb.com"
|
997
|
}
|
998
|
],
|
999
|
"description": "MongoDB driver library",
|
1000
|
"homepage": "https://jira.mongodb.org/browse/PHPLIB",
|
1001
|
"keywords": [
|
1002
|
"database",
|
1003
|
"driver",
|
1004
|
"mongodb",
|
1005
|
"persistence"
|
1006
|
],
|
1007
|
"time": "2020-02-04T18:16:35+00:00"
|
1008
|
},
|
1009
|
{
|
1010
|
"name": "ocramius/package-versions",
|
1011
|
"version": "1.8.0",
|
1012
|
"source": {
|
1013
|
"type": "git",
|
1014
|
"url": "https://github.com/Ocramius/PackageVersions.git",
|
1015
|
"reference": "421679846270a5772534828013a93be709fb13df"
|
1016
|
},
|
1017
|
"dist": {
|
1018
|
"type": "zip",
|
1019
|
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df",
|
1020
|
"reference": "421679846270a5772534828013a93be709fb13df",
|
1021
|
"shasum": ""
|
1022
|
},
|
1023
|
"require": {
|
1024
|
"composer-plugin-api": "^1.1.0 || ^2.0",
|
1025
|
"php": "^7.4.0"
|
1026
|
},
|
1027
|
"require-dev": {
|
1028
|
"composer/composer": "^1.9.3 || ^2.0@dev",
|
1029
|
"doctrine/coding-standard": "^7.0.2",
|
1030
|
"ext-zip": "^1.15.0",
|
1031
|
"infection/infection": "^0.15.3",
|
1032
|
"phpunit/phpunit": "^9.0.1",
|
1033
|
"vimeo/psalm": "^3.9.3"
|
1034
|
},
|
1035
|
"type": "composer-plugin",
|
1036
|
"extra": {
|
1037
|
"class": "PackageVersions\\Installer",
|
1038
|
"branch-alias": {
|
1039
|
"dev-master": "1.99.x-dev"
|
1040
|
}
|
1041
|
},
|
1042
|
"autoload": {
|
1043
|
"psr-4": {
|
1044
|
"PackageVersions\\": "src/PackageVersions"
|
1045
|
}
|
1046
|
},
|
1047
|
"notification-url": "https://packagist.org/downloads/",
|
1048
|
"license": [
|
1049
|
"MIT"
|
1050
|
],
|
1051
|
"authors": [
|
1052
|
{
|
1053
|
"name": "Marco Pivetta",
|
1054
|
"email": "ocramius@gmail.com"
|
1055
|
}
|
1056
|
],
|
1057
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
1058
|
"funding": [
|
1059
|
{
|
1060
|
"url": "https://github.com/Ocramius",
|
1061
|
"type": "github"
|
1062
|
},
|
1063
|
{
|
1064
|
"url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
|
1065
|
"type": "tidelift"
|
1066
|
}
|
1067
|
],
|
1068
|
"time": "2020-04-06T17:43:35+00:00"
|
1069
|
},
|
1070
|
{
|
1071
|
"name": "ocramius/proxy-manager",
|
1072
|
"version": "2.8.0",
|
1073
|
"source": {
|
1074
|
"type": "git",
|
1075
|
"url": "https://github.com/Ocramius/ProxyManager.git",
|
1076
|
"reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a"
|
1077
|
},
|
1078
|
"dist": {
|
1079
|
"type": "zip",
|
1080
|
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
|
1081
|
"reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
|
1082
|
"shasum": ""
|
1083
|
},
|
1084
|
"require": {
|
1085
|
"laminas/laminas-code": "^3.4.1",
|
1086
|
"ocramius/package-versions": "^1.8.0",
|
1087
|
"php": "~7.4.1",
|
1088
|
"webimpress/safe-writer": "^2.0.1"
|
1089
|
},
|
1090
|
"conflict": {
|
1091
|
"doctrine/annotations": "<1.6.1",
|
1092
|
"laminas/laminas-stdlib": "<3.2.1",
|
1093
|
"zendframework/zend-stdlib": "<3.2.1"
|
1094
|
},
|
1095
|
"require-dev": {
|
1096
|
"doctrine/coding-standard": "^6.0.0",
|
1097
|
"ext-phar": "*",
|
1098
|
"infection/infection": "^0.16.2",
|
1099
|
"nikic/php-parser": "^4.4.0",
|
1100
|
"phpbench/phpbench": "^0.17.0",
|
1101
|
"phpunit/phpunit": "^9.1.1",
|
1102
|
"slevomat/coding-standard": "^5.0.4",
|
1103
|
"squizlabs/php_codesniffer": "^3.5.4",
|
1104
|
"vimeo/psalm": "^3.11.1"
|
1105
|
},
|
1106
|
"suggest": {
|
1107
|
"laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
|
1108
|
"laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
|
1109
|
"laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
|
1110
|
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
|
1111
|
},
|
1112
|
"type": "library",
|
1113
|
"extra": {
|
1114
|
"branch-alias": {
|
1115
|
"dev-master": "3.0.x-dev"
|
1116
|
}
|
1117
|
},
|
1118
|
"autoload": {
|
1119
|
"psr-4": {
|
1120
|
"ProxyManager\\": "src/ProxyManager"
|
1121
|
}
|
1122
|
},
|
1123
|
"notification-url": "https://packagist.org/downloads/",
|
1124
|
"license": [
|
1125
|
"MIT"
|
1126
|
],
|
1127
|
"authors": [
|
1128
|
{
|
1129
|
"name": "Marco Pivetta",
|
1130
|
"email": "ocramius@gmail.com",
|
1131
|
"homepage": "http://ocramius.github.io/"
|
1132
|
}
|
1133
|
],
|
1134
|
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
|
1135
|
"homepage": "https://github.com/Ocramius/ProxyManager",
|
1136
|
"keywords": [
|
1137
|
"aop",
|
1138
|
"lazy loading",
|
1139
|
"proxy",
|
1140
|
"proxy pattern",
|
1141
|
"service proxies"
|
1142
|
],
|
1143
|
"time": "2020-04-13T14:42:16+00:00"
|
1144
|
},
|
1145
|
{
|
1146
|
"name": "psr/cache",
|
1147
|
"version": "1.0.1",
|
1148
|
"source": {
|
1149
|
"type": "git",
|
1150
|
"url": "https://github.com/php-fig/cache.git",
|
1151
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
1152
|
},
|
1153
|
"dist": {
|
1154
|
"type": "zip",
|
1155
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
1156
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
1157
|
"shasum": ""
|
1158
|
},
|
1159
|
"require": {
|
1160
|
"php": ">=5.3.0"
|
1161
|
},
|
1162
|
"type": "library",
|
1163
|
"extra": {
|
1164
|
"branch-alias": {
|
1165
|
"dev-master": "1.0.x-dev"
|
1166
|
}
|
1167
|
},
|
1168
|
"autoload": {
|
1169
|
"psr-4": {
|
1170
|
"Psr\\Cache\\": "src/"
|
1171
|
}
|
1172
|
},
|
1173
|
"notification-url": "https://packagist.org/downloads/",
|
1174
|
"license": [
|
1175
|
"MIT"
|
1176
|
],
|
1177
|
"authors": [
|
1178
|
{
|
1179
|
"name": "PHP-FIG",
|
1180
|
"homepage": "http://www.php-fig.org/"
|
1181
|
}
|
1182
|
],
|
1183
|
"description": "Common interface for caching libraries",
|
1184
|
"keywords": [
|
1185
|
"cache",
|
1186
|
"psr",
|
1187
|
"psr-6"
|
1188
|
],
|
1189
|
"time": "2016-08-06T20:24:11+00:00"
|
1190
|
},
|
1191
|
{
|
1192
|
"name": "psr/container",
|
1193
|
"version": "1.0.0",
|
1194
|
"source": {
|
1195
|
"type": "git",
|
1196
|
"url": "https://github.com/php-fig/container.git",
|
1197
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
1198
|
},
|
1199
|
"dist": {
|
1200
|
"type": "zip",
|
1201
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
1202
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
1203
|
"shasum": ""
|
1204
|
},
|
1205
|
"require": {
|
1206
|
"php": ">=5.3.0"
|
1207
|
},
|
1208
|
"type": "library",
|
1209
|
"extra": {
|
1210
|
"branch-alias": {
|
1211
|
"dev-master": "1.0.x-dev"
|
1212
|
}
|
1213
|
},
|
1214
|
"autoload": {
|
1215
|
"psr-4": {
|
1216
|
"Psr\\Container\\": "src/"
|
1217
|
}
|
1218
|
},
|
1219
|
"notification-url": "https://packagist.org/downloads/",
|
1220
|
"license": [
|
1221
|
"MIT"
|
1222
|
],
|
1223
|
"authors": [
|
1224
|
{
|
1225
|
"name": "PHP-FIG",
|
1226
|
"homepage": "http://www.php-fig.org/"
|
1227
|
}
|
1228
|
],
|
1229
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
1230
|
"homepage": "https://github.com/php-fig/container",
|
1231
|
"keywords": [
|
1232
|
"PSR-11",
|
1233
|
"container",
|
1234
|
"container-interface",
|
1235
|
"container-interop",
|
1236
|
"psr"
|
1237
|
],
|
1238
|
"time": "2017-02-14T16:28:37+00:00"
|
1239
|
},
|
1240
|
{
|
1241
|
"name": "psr/event-dispatcher",
|
1242
|
"version": "1.0.0",
|
1243
|
"source": {
|
1244
|
"type": "git",
|
1245
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
1246
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
1247
|
},
|
1248
|
"dist": {
|
1249
|
"type": "zip",
|
1250
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
1251
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
1252
|
"shasum": ""
|
1253
|
},
|
1254
|
"require": {
|
1255
|
"php": ">=7.2.0"
|
1256
|
},
|
1257
|
"type": "library",
|
1258
|
"extra": {
|
1259
|
"branch-alias": {
|
1260
|
"dev-master": "1.0.x-dev"
|
1261
|
}
|
1262
|
},
|
1263
|
"autoload": {
|
1264
|
"psr-4": {
|
1265
|
"Psr\\EventDispatcher\\": "src/"
|
1266
|
}
|
1267
|
},
|
1268
|
"notification-url": "https://packagist.org/downloads/",
|
1269
|
"license": [
|
1270
|
"MIT"
|
1271
|
],
|
1272
|
"authors": [
|
1273
|
{
|
1274
|
"name": "PHP-FIG",
|
1275
|
"homepage": "http://www.php-fig.org/"
|
1276
|
}
|
1277
|
],
|
1278
|
"description": "Standard interfaces for event handling.",
|
1279
|
"keywords": [
|
1280
|
"events",
|
1281
|
"psr",
|
1282
|
"psr-14"
|
1283
|
],
|
1284
|
"time": "2019-01-08T18:20:26+00:00"
|
1285
|
},
|
1286
|
{
|
1287
|
"name": "psr/log",
|
1288
|
"version": "1.1.3",
|
1289
|
"source": {
|
1290
|
"type": "git",
|
1291
|
"url": "https://github.com/php-fig/log.git",
|
1292
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
1293
|
},
|
1294
|
"dist": {
|
1295
|
"type": "zip",
|
1296
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
1297
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
1298
|
"shasum": ""
|
1299
|
},
|
1300
|
"require": {
|
1301
|
"php": ">=5.3.0"
|
1302
|
},
|
1303
|
"type": "library",
|
1304
|
"extra": {
|
1305
|
"branch-alias": {
|
1306
|
"dev-master": "1.1.x-dev"
|
1307
|
}
|
1308
|
},
|
1309
|
"autoload": {
|
1310
|
"psr-4": {
|
1311
|
"Psr\\Log\\": "Psr/Log/"
|
1312
|
}
|
1313
|
},
|
1314
|
"notification-url": "https://packagist.org/downloads/",
|
1315
|
"license": [
|
1316
|
"MIT"
|
1317
|
],
|
1318
|
"authors": [
|
1319
|
{
|
1320
|
"name": "PHP-FIG",
|
1321
|
"homepage": "http://www.php-fig.org/"
|
1322
|
}
|
1323
|
],
|
1324
|
"description": "Common interface for logging libraries",
|
1325
|
"homepage": "https://github.com/php-fig/log",
|
1326
|
"keywords": [
|
1327
|
"log",
|
1328
|
"psr",
|
1329
|
"psr-3"
|
1330
|
],
|
1331
|
"time": "2020-03-23T09:12:05+00:00"
|
1332
|
},
|
1333
|
{
|
1334
|
"name": "sensio/framework-extra-bundle",
|
1335
|
"version": "v5.5.4",
|
1336
|
"source": {
|
1337
|
"type": "git",
|
1338
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
|
1339
|
"reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17"
|
1340
|
},
|
1341
|
"dist": {
|
1342
|
"type": "zip",
|
1343
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d0585d4825a87a5030ca8cd34adb4a17e1066c17",
|
1344
|
"reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17",
|
1345
|
"shasum": ""
|
1346
|
},
|
1347
|
"require": {
|
1348
|
"doctrine/annotations": "^1.0",
|
1349
|
"php": ">=7.1.3",
|
1350
|
"symfony/config": "^4.4|^5.0",
|
1351
|
"symfony/dependency-injection": "^4.4|^5.0",
|
1352
|
"symfony/framework-bundle": "^4.4|^5.0",
|
1353
|
"symfony/http-kernel": "^4.4|^5.0"
|
1354
|
},
|
1355
|
"conflict": {
|
1356
|
"doctrine/doctrine-cache-bundle": "<1.3.1"
|
1357
|
},
|
1358
|
"require-dev": {
|
1359
|
"doctrine/doctrine-bundle": "^1.11|^2.0",
|
1360
|
"doctrine/orm": "^2.5",
|
1361
|
"nyholm/psr7": "^1.1",
|
1362
|
"symfony/browser-kit": "^4.4|^5.0",
|
1363
|
"symfony/dom-crawler": "^4.4|^5.0",
|
1364
|
"symfony/expression-language": "^4.4|^5.0",
|
1365
|
"symfony/finder": "^4.4|^5.0",
|
1366
|
"symfony/monolog-bridge": "^4.0|^5.0",
|
1367
|
"symfony/monolog-bundle": "^3.2",
|
1368
|
"symfony/phpunit-bridge": "^4.3.5|^5.0",
|
1369
|
"symfony/psr-http-message-bridge": "^1.1",
|
1370
|
"symfony/security-bundle": "^4.4|^5.0",
|
1371
|
"symfony/twig-bundle": "^4.4|^5.0",
|
1372
|
"symfony/yaml": "^4.4|^5.0",
|
1373
|
"twig/twig": "^1.34|^2.4|^3.0"
|
1374
|
},
|
1375
|
"type": "symfony-bundle",
|
1376
|
"extra": {
|
1377
|
"branch-alias": {
|
1378
|
"dev-master": "5.5.x-dev"
|
1379
|
}
|
1380
|
},
|
1381
|
"autoload": {
|
1382
|
"psr-4": {
|
1383
|
"Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
|
1384
|
},
|
1385
|
"exclude-from-classmap": [
|
1386
|
"/tests/"
|
1387
|
]
|
1388
|
},
|
1389
|
"notification-url": "https://packagist.org/downloads/",
|
1390
|
"license": [
|
1391
|
"MIT"
|
1392
|
],
|
1393
|
"authors": [
|
1394
|
{
|
1395
|
"name": "Fabien Potencier",
|
1396
|
"email": "fabien@symfony.com"
|
1397
|
}
|
1398
|
],
|
1399
|
"description": "This bundle provides a way to configure your controllers with annotations",
|
1400
|
"keywords": [
|
1401
|
"annotations",
|
1402
|
"controllers"
|
1403
|
],
|
1404
|
"time": "2020-04-06T12:20:39+00:00"
|
1405
|
},
|
1406
|
{
|
1407
|
"name": "symfony/cache",
|
1408
|
"version": "v5.0.7",
|
1409
|
"source": {
|
1410
|
"type": "git",
|
1411
|
"url": "https://github.com/symfony/cache.git",
|
1412
|
"reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2"
|
1413
|
},
|
1414
|
"dist": {
|
1415
|
"type": "zip",
|
1416
|
"url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2",
|
1417
|
"reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2",
|
1418
|
"shasum": ""
|
1419
|
},
|
1420
|
"require": {
|
1421
|
"php": "^7.2.5",
|
1422
|
"psr/cache": "~1.0",
|
1423
|
"psr/log": "~1.0",
|
1424
|
"symfony/cache-contracts": "^1.1.7|^2",
|
1425
|
"symfony/service-contracts": "^1.1|^2",
|
1426
|
"symfony/var-exporter": "^4.4|^5.0"
|
1427
|
},
|
1428
|
"conflict": {
|
1429
|
"doctrine/dbal": "<2.5",
|
1430
|
"symfony/dependency-injection": "<4.4",
|
1431
|
"symfony/http-kernel": "<4.4",
|
1432
|
"symfony/var-dumper": "<4.4"
|
1433
|
},
|
1434
|
"provide": {
|
1435
|
"psr/cache-implementation": "1.0",
|
1436
|
"psr/simple-cache-implementation": "1.0",
|
1437
|
"symfony/cache-implementation": "1.0"
|
1438
|
},
|
1439
|
"require-dev": {
|
1440
|
"cache/integration-tests": "dev-master",
|
1441
|
"doctrine/cache": "~1.6",
|
1442
|
"doctrine/dbal": "~2.5",
|
1443
|
"predis/predis": "~1.1",
|
1444
|
"psr/simple-cache": "^1.0",
|
1445
|
"symfony/config": "^4.4|^5.0",
|
1446
|
"symfony/dependency-injection": "^4.4|^5.0",
|
1447
|
"symfony/var-dumper": "^4.4|^5.0"
|
1448
|
},
|
1449
|
"type": "library",
|
1450
|
"extra": {
|
1451
|
"branch-alias": {
|
1452
|
"dev-master": "5.0-dev"
|
1453
|
}
|
1454
|
},
|
1455
|
"autoload": {
|
1456
|
"psr-4": {
|
1457
|
"Symfony\\Component\\Cache\\": ""
|
1458
|
},
|
1459
|
"exclude-from-classmap": [
|
1460
|
"/Tests/"
|
1461
|
]
|
1462
|
},
|
1463
|
"notification-url": "https://packagist.org/downloads/",
|
1464
|
"license": [
|
1465
|
"MIT"
|
1466
|
],
|
1467
|
"authors": [
|
1468
|
{
|
1469
|
"name": "Nicolas Grekas",
|
1470
|
"email": "p@tchwork.com"
|
1471
|
},
|
1472
|
{
|
1473
|
"name": "Symfony Community",
|
1474
|
"homepage": "https://symfony.com/contributors"
|
1475
|
}
|
1476
|
],
|
1477
|
"description": "Symfony Cache component with PSR-6, PSR-16, and tags",
|
1478
|
"homepage": "https://symfony.com",
|
1479
|
"keywords": [
|
1480
|
"caching",
|
1481
|
"psr6"
|
1482
|
],
|
1483
|
"funding": [
|
1484
|
{
|
1485
|
"url": "https://symfony.com/sponsor",
|
1486
|
"type": "custom"
|
1487
|
},
|
1488
|
{
|
1489
|
"url": "https://github.com/fabpot",
|
1490
|
"type": "github"
|
1491
|
},
|
1492
|
{
|
1493
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1494
|
"type": "tidelift"
|
1495
|
}
|
1496
|
],
|
1497
|
"time": "2020-03-27T16:56:45+00:00"
|
1498
|
},
|
1499
|
{
|
1500
|
"name": "symfony/cache-contracts",
|
1501
|
"version": "v2.0.1",
|
1502
|
"source": {
|
1503
|
"type": "git",
|
1504
|
"url": "https://github.com/symfony/cache-contracts.git",
|
1505
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
|
1506
|
},
|
1507
|
"dist": {
|
1508
|
"type": "zip",
|
1509
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
|
1510
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
|
1511
|
"shasum": ""
|
1512
|
},
|
1513
|
"require": {
|
1514
|
"php": "^7.2.5",
|
1515
|
"psr/cache": "^1.0"
|
1516
|
},
|
1517
|
"suggest": {
|
1518
|
"symfony/cache-implementation": ""
|
1519
|
},
|
1520
|
"type": "library",
|
1521
|
"extra": {
|
1522
|
"branch-alias": {
|
1523
|
"dev-master": "2.0-dev"
|
1524
|
}
|
1525
|
},
|
1526
|
"autoload": {
|
1527
|
"psr-4": {
|
1528
|
"Symfony\\Contracts\\Cache\\": ""
|
1529
|
}
|
1530
|
},
|
1531
|
"notification-url": "https://packagist.org/downloads/",
|
1532
|
"license": [
|
1533
|
"MIT"
|
1534
|
],
|
1535
|
"authors": [
|
1536
|
{
|
1537
|
"name": "Nicolas Grekas",
|
1538
|
"email": "p@tchwork.com"
|
1539
|
},
|
1540
|
{
|
1541
|
"name": "Symfony Community",
|
1542
|
"homepage": "https://symfony.com/contributors"
|
1543
|
}
|
1544
|
],
|
1545
|
"description": "Generic abstractions related to caching",
|
1546
|
"homepage": "https://symfony.com",
|
1547
|
"keywords": [
|
1548
|
"abstractions",
|
1549
|
"contracts",
|
1550
|
"decoupling",
|
1551
|
"interfaces",
|
1552
|
"interoperability",
|
1553
|
"standards"
|
1554
|
],
|
1555
|
"time": "2019-11-18T17:27:11+00:00"
|
1556
|
},
|
1557
|
{
|
1558
|
"name": "symfony/config",
|
1559
|
"version": "v5.0.7",
|
1560
|
"source": {
|
1561
|
"type": "git",
|
1562
|
"url": "https://github.com/symfony/config.git",
|
1563
|
"reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986"
|
1564
|
},
|
1565
|
"dist": {
|
1566
|
"type": "zip",
|
1567
|
"url": "https://api.github.com/repos/symfony/config/zipball/3e633c31a34738f7f4ed7a225c43fc45ca74c986",
|
1568
|
"reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986",
|
1569
|
"shasum": ""
|
1570
|
},
|
1571
|
"require": {
|
1572
|
"php": "^7.2.5",
|
1573
|
"symfony/filesystem": "^4.4|^5.0",
|
1574
|
"symfony/polyfill-ctype": "~1.8"
|
1575
|
},
|
1576
|
"conflict": {
|
1577
|
"symfony/finder": "<4.4"
|
1578
|
},
|
1579
|
"require-dev": {
|
1580
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
1581
|
"symfony/finder": "^4.4|^5.0",
|
1582
|
"symfony/messenger": "^4.4|^5.0",
|
1583
|
"symfony/service-contracts": "^1.1|^2",
|
1584
|
"symfony/yaml": "^4.4|^5.0"
|
1585
|
},
|
1586
|
"suggest": {
|
1587
|
"symfony/yaml": "To use the yaml reference dumper"
|
1588
|
},
|
1589
|
"type": "library",
|
1590
|
"extra": {
|
1591
|
"branch-alias": {
|
1592
|
"dev-master": "5.0-dev"
|
1593
|
}
|
1594
|
},
|
1595
|
"autoload": {
|
1596
|
"psr-4": {
|
1597
|
"Symfony\\Component\\Config\\": ""
|
1598
|
},
|
1599
|
"exclude-from-classmap": [
|
1600
|
"/Tests/"
|
1601
|
]
|
1602
|
},
|
1603
|
"notification-url": "https://packagist.org/downloads/",
|
1604
|
"license": [
|
1605
|
"MIT"
|
1606
|
],
|
1607
|
"authors": [
|
1608
|
{
|
1609
|
"name": "Fabien Potencier",
|
1610
|
"email": "fabien@symfony.com"
|
1611
|
},
|
1612
|
{
|
1613
|
"name": "Symfony Community",
|
1614
|
"homepage": "https://symfony.com/contributors"
|
1615
|
}
|
1616
|
],
|
1617
|
"description": "Symfony Config Component",
|
1618
|
"homepage": "https://symfony.com",
|
1619
|
"funding": [
|
1620
|
{
|
1621
|
"url": "https://symfony.com/sponsor",
|
1622
|
"type": "custom"
|
1623
|
},
|
1624
|
{
|
1625
|
"url": "https://github.com/fabpot",
|
1626
|
"type": "github"
|
1627
|
},
|
1628
|
{
|
1629
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1630
|
"type": "tidelift"
|
1631
|
}
|
1632
|
],
|
1633
|
"time": "2020-03-27T16:56:45+00:00"
|
1634
|
},
|
1635
|
{
|
1636
|
"name": "symfony/console",
|
1637
|
"version": "v5.0.7",
|
1638
|
"source": {
|
1639
|
"type": "git",
|
1640
|
"url": "https://github.com/symfony/console.git",
|
1641
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
|
1642
|
},
|
1643
|
"dist": {
|
1644
|
"type": "zip",
|
1645
|
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
|
1646
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
|
1647
|
"shasum": ""
|
1648
|
},
|
1649
|
"require": {
|
1650
|
"php": "^7.2.5",
|
1651
|
"symfony/polyfill-mbstring": "~1.0",
|
1652
|
"symfony/polyfill-php73": "^1.8",
|
1653
|
"symfony/service-contracts": "^1.1|^2"
|
1654
|
},
|
1655
|
"conflict": {
|
1656
|
"symfony/dependency-injection": "<4.4",
|
1657
|
"symfony/event-dispatcher": "<4.4",
|
1658
|
"symfony/lock": "<4.4",
|
1659
|
"symfony/process": "<4.4"
|
1660
|
},
|
1661
|
"provide": {
|
1662
|
"psr/log-implementation": "1.0"
|
1663
|
},
|
1664
|
"require-dev": {
|
1665
|
"psr/log": "~1.0",
|
1666
|
"symfony/config": "^4.4|^5.0",
|
1667
|
"symfony/dependency-injection": "^4.4|^5.0",
|
1668
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
1669
|
"symfony/lock": "^4.4|^5.0",
|
1670
|
"symfony/process": "^4.4|^5.0",
|
1671
|
"symfony/var-dumper": "^4.4|^5.0"
|
1672
|
},
|
1673
|
"suggest": {
|
1674
|
"psr/log": "For using the console logger",
|
1675
|
"symfony/event-dispatcher": "",
|
1676
|
"symfony/lock": "",
|
1677
|
"symfony/process": ""
|
1678
|
},
|
1679
|
"type": "library",
|
1680
|
"extra": {
|
1681
|
"branch-alias": {
|
1682
|
"dev-master": "5.0-dev"
|
1683
|
}
|
1684
|
},
|
1685
|
"autoload": {
|
1686
|
"psr-4": {
|
1687
|
"Symfony\\Component\\Console\\": ""
|
1688
|
},
|
1689
|
"exclude-from-classmap": [
|
1690
|
"/Tests/"
|
1691
|
]
|
1692
|
},
|
1693
|
"notification-url": "https://packagist.org/downloads/",
|
1694
|
"license": [
|
1695
|
"MIT"
|
1696
|
],
|
1697
|
"authors": [
|
1698
|
{
|
1699
|
"name": "Fabien Potencier",
|
1700
|
"email": "fabien@symfony.com"
|
1701
|
},
|
1702
|
{
|
1703
|
"name": "Symfony Community",
|
1704
|
"homepage": "https://symfony.com/contributors"
|
1705
|
}
|
1706
|
],
|
1707
|
"description": "Symfony Console Component",
|
1708
|
"homepage": "https://symfony.com",
|
1709
|
"funding": [
|
1710
|
{
|
1711
|
"url": "https://symfony.com/sponsor",
|
1712
|
"type": "custom"
|
1713
|
},
|
1714
|
{
|
1715
|
"url": "https://github.com/fabpot",
|
1716
|
"type": "github"
|
1717
|
},
|
1718
|
{
|
1719
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1720
|
"type": "tidelift"
|
1721
|
}
|
1722
|
],
|
1723
|
"time": "2020-03-30T11:42:42+00:00"
|
1724
|
},
|
1725
|
{
|
1726
|
"name": "symfony/dependency-injection",
|
1727
|
"version": "v5.0.7",
|
1728
|
"source": {
|
1729
|
"type": "git",
|
1730
|
"url": "https://github.com/symfony/dependency-injection.git",
|
1731
|
"reference": "4e48dc44680d8efa357410c78093a04753196981"
|
1732
|
},
|
1733
|
"dist": {
|
1734
|
"type": "zip",
|
1735
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e48dc44680d8efa357410c78093a04753196981",
|
1736
|
"reference": "4e48dc44680d8efa357410c78093a04753196981",
|
1737
|
"shasum": ""
|
1738
|
},
|
1739
|
"require": {
|
1740
|
"php": "^7.2.5",
|
1741
|
"psr/container": "^1.0",
|
1742
|
"symfony/service-contracts": "^1.1.6|^2"
|
1743
|
},
|
1744
|
"conflict": {
|
1745
|
"symfony/config": "<5.0",
|
1746
|
"symfony/finder": "<4.4",
|
1747
|
"symfony/proxy-manager-bridge": "<4.4",
|
1748
|
"symfony/yaml": "<4.4"
|
1749
|
},
|
1750
|
"provide": {
|
1751
|
"psr/container-implementation": "1.0",
|
1752
|
"symfony/service-implementation": "1.0"
|
1753
|
},
|
1754
|
"require-dev": {
|
1755
|
"symfony/config": "^5.0",
|
1756
|
"symfony/expression-language": "^4.4|^5.0",
|
1757
|
"symfony/yaml": "^4.4|^5.0"
|
1758
|
},
|
1759
|
"suggest": {
|
1760
|
"symfony/config": "",
|
1761
|
"symfony/expression-language": "For using expressions in service container configuration",
|
1762
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
1763
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
1764
|
"symfony/yaml": ""
|
1765
|
},
|
1766
|
"type": "library",
|
1767
|
"extra": {
|
1768
|
"branch-alias": {
|
1769
|
"dev-master": "5.0-dev"
|
1770
|
}
|
1771
|
},
|
1772
|
"autoload": {
|
1773
|
"psr-4": {
|
1774
|
"Symfony\\Component\\DependencyInjection\\": ""
|
1775
|
},
|
1776
|
"exclude-from-classmap": [
|
1777
|
"/Tests/"
|
1778
|
]
|
1779
|
},
|
1780
|
"notification-url": "https://packagist.org/downloads/",
|
1781
|
"license": [
|
1782
|
"MIT"
|
1783
|
],
|
1784
|
"authors": [
|
1785
|
{
|
1786
|
"name": "Fabien Potencier",
|
1787
|
"email": "fabien@symfony.com"
|
1788
|
},
|
1789
|
{
|
1790
|
"name": "Symfony Community",
|
1791
|
"homepage": "https://symfony.com/contributors"
|
1792
|
}
|
1793
|
],
|
1794
|
"description": "Symfony DependencyInjection Component",
|
1795
|
"homepage": "https://symfony.com",
|
1796
|
"funding": [
|
1797
|
{
|
1798
|
"url": "https://symfony.com/sponsor",
|
1799
|
"type": "custom"
|
1800
|
},
|
1801
|
{
|
1802
|
"url": "https://github.com/fabpot",
|
1803
|
"type": "github"
|
1804
|
},
|
1805
|
{
|
1806
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1807
|
"type": "tidelift"
|
1808
|
}
|
1809
|
],
|
1810
|
"time": "2020-03-30T11:42:42+00:00"
|
1811
|
},
|
1812
|
{
|
1813
|
"name": "symfony/doctrine-bridge",
|
1814
|
"version": "v5.0.7",
|
1815
|
"source": {
|
1816
|
"type": "git",
|
1817
|
"url": "https://github.com/symfony/doctrine-bridge.git",
|
1818
|
"reference": "12f943c5b0d5bdc79f5d0099ecdd1b201071b04f"
|
1819
|
},
|
1820
|
"dist": {
|
1821
|
"type": "zip",
|
1822
|
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/12f943c5b0d5bdc79f5d0099ecdd1b201071b04f",
|
1823
|
"reference": "12f943c5b0d5bdc79f5d0099ecdd1b201071b04f",
|
1824
|
"shasum": ""
|
1825
|
},
|
1826
|
"require": {
|
1827
|
"doctrine/event-manager": "~1.0",
|
1828
|
"doctrine/persistence": "^1.3",
|
1829
|
"php": "^7.2.5",
|
1830
|
"symfony/polyfill-ctype": "~1.8",
|
1831
|
"symfony/polyfill-mbstring": "~1.0",
|
1832
|
"symfony/service-contracts": "^1.1|^2"
|
1833
|
},
|
1834
|
"conflict": {
|
1835
|
"phpunit/phpunit": "<5.4.3",
|
1836
|
"symfony/dependency-injection": "<4.4",
|
1837
|
"symfony/form": "<5",
|
1838
|
"symfony/http-kernel": "<5",
|
1839
|
"symfony/messenger": "<4.4",
|
1840
|
"symfony/property-info": "<5",
|
1841
|
"symfony/security-bundle": "<5",
|
1842
|
"symfony/security-core": "<5",
|
1843
|
"symfony/validator": "<5.0.2"
|
1844
|
},
|
1845
|
"require-dev": {
|
1846
|
"doctrine/annotations": "~1.7",
|
1847
|
"doctrine/cache": "~1.6",
|
1848
|
"doctrine/collections": "~1.0",
|
1849
|
"doctrine/data-fixtures": "1.0.*",
|
1850
|
"doctrine/dbal": "~2.4",
|
1851
|
"doctrine/orm": "^2.6.3",
|
1852
|
"doctrine/reflection": "~1.0",
|
1853
|
"symfony/config": "^4.4|^5.0",
|
1854
|
"symfony/dependency-injection": "^4.4|^5.0",
|
1855
|
"symfony/expression-language": "^4.4|^5.0",
|
1856
|
"symfony/form": "^5.0",
|
1857
|
"symfony/http-kernel": "^5.0",
|
1858
|
"symfony/messenger": "^4.4|^5.0",
|
1859
|
"symfony/property-access": "^4.4|^5.0",
|
1860
|
"symfony/property-info": "^5.0",
|
1861
|
"symfony/proxy-manager-bridge": "^4.4|^5.0",
|
1862
|
"symfony/security-core": "^5.0",
|
1863
|
"symfony/stopwatch": "^4.4|^5.0",
|
1864
|
"symfony/translation": "^4.4|^5.0",
|
1865
|
"symfony/validator": "^5.0.2",
|
1866
|
"symfony/var-dumper": "^4.4|^5.0"
|
1867
|
},
|
1868
|
"suggest": {
|
1869
|
"doctrine/data-fixtures": "",
|
1870
|
"doctrine/dbal": "",
|
1871
|
"doctrine/orm": "",
|
1872
|
"symfony/form": "",
|
1873
|
"symfony/property-info": "",
|
1874
|
"symfony/validator": ""
|
1875
|
},
|
1876
|
"type": "symfony-bridge",
|
1877
|
"extra": {
|
1878
|
"branch-alias": {
|
1879
|
"dev-master": "5.0-dev"
|
1880
|
}
|
1881
|
},
|
1882
|
"autoload": {
|
1883
|
"psr-4": {
|
1884
|
"Symfony\\Bridge\\Doctrine\\": ""
|
1885
|
},
|
1886
|
"exclude-from-classmap": [
|
1887
|
"/Tests/"
|
1888
|
]
|
1889
|
},
|
1890
|
"notification-url": "https://packagist.org/downloads/",
|
1891
|
"license": [
|
1892
|
"MIT"
|
1893
|
],
|
1894
|
"authors": [
|
1895
|
{
|
1896
|
"name": "Fabien Potencier",
|
1897
|
"email": "fabien@symfony.com"
|
1898
|
},
|
1899
|
{
|
1900
|
"name": "Symfony Community",
|
1901
|
"homepage": "https://symfony.com/contributors"
|
1902
|
}
|
1903
|
],
|
1904
|
"description": "Symfony Doctrine Bridge",
|
1905
|
"homepage": "https://symfony.com",
|
1906
|
"time": "2020-03-27T16:56:45+00:00"
|
1907
|
},
|
1908
|
{
|
1909
|
"name": "symfony/dotenv",
|
1910
|
"version": "v5.0.7",
|
1911
|
"source": {
|
1912
|
"type": "git",
|
1913
|
"url": "https://github.com/symfony/dotenv.git",
|
1914
|
"reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72"
|
1915
|
},
|
1916
|
"dist": {
|
1917
|
"type": "zip",
|
1918
|
"url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72",
|
1919
|
"reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72",
|
1920
|
"shasum": ""
|
1921
|
},
|
1922
|
"require": {
|
1923
|
"php": "^7.2.5"
|
1924
|
},
|
1925
|
"require-dev": {
|
1926
|
"symfony/process": "^4.4|^5.0"
|
1927
|
},
|
1928
|
"type": "library",
|
1929
|
"extra": {
|
1930
|
"branch-alias": {
|
1931
|
"dev-master": "5.0-dev"
|
1932
|
}
|
1933
|
},
|
1934
|
"autoload": {
|
1935
|
"psr-4": {
|
1936
|
"Symfony\\Component\\Dotenv\\": ""
|
1937
|
},
|
1938
|
"exclude-from-classmap": [
|
1939
|
"/Tests/"
|
1940
|
]
|
1941
|
},
|
1942
|
"notification-url": "https://packagist.org/downloads/",
|
1943
|
"license": [
|
1944
|
"MIT"
|
1945
|
],
|
1946
|
"authors": [
|
1947
|
{
|
1948
|
"name": "Fabien Potencier",
|
1949
|
"email": "fabien@symfony.com"
|
1950
|
},
|
1951
|
{
|
1952
|
"name": "Symfony Community",
|
1953
|
"homepage": "https://symfony.com/contributors"
|
1954
|
}
|
1955
|
],
|
1956
|
"description": "Registers environment variables from a .env file",
|
1957
|
"homepage": "https://symfony.com",
|
1958
|
"keywords": [
|
1959
|
"dotenv",
|
1960
|
"env",
|
1961
|
"environment"
|
1962
|
],
|
1963
|
"funding": [
|
1964
|
{
|
1965
|
"url": "https://symfony.com/sponsor",
|
1966
|
"type": "custom"
|
1967
|
},
|
1968
|
{
|
1969
|
"url": "https://github.com/fabpot",
|
1970
|
"type": "github"
|
1971
|
},
|
1972
|
{
|
1973
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
1974
|
"type": "tidelift"
|
1975
|
}
|
1976
|
],
|
1977
|
"time": "2020-03-27T16:56:45+00:00"
|
1978
|
},
|
1979
|
{
|
1980
|
"name": "symfony/error-handler",
|
1981
|
"version": "v5.0.7",
|
1982
|
"source": {
|
1983
|
"type": "git",
|
1984
|
"url": "https://github.com/symfony/error-handler.git",
|
1985
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
|
1986
|
},
|
1987
|
"dist": {
|
1988
|
"type": "zip",
|
1989
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
|
1990
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
|
1991
|
"shasum": ""
|
1992
|
},
|
1993
|
"require": {
|
1994
|
"php": "^7.2.5",
|
1995
|
"psr/log": "^1.0",
|
1996
|
"symfony/var-dumper": "^4.4|^5.0"
|
1997
|
},
|
1998
|
"require-dev": {
|
1999
|
"symfony/http-kernel": "^4.4|^5.0",
|
2000
|
"symfony/serializer": "^4.4|^5.0"
|
2001
|
},
|
2002
|
"type": "library",
|
2003
|
"extra": {
|
2004
|
"branch-alias": {
|
2005
|
"dev-master": "5.0-dev"
|
2006
|
}
|
2007
|
},
|
2008
|
"autoload": {
|
2009
|
"psr-4": {
|
2010
|
"Symfony\\Component\\ErrorHandler\\": ""
|
2011
|
},
|
2012
|
"exclude-from-classmap": [
|
2013
|
"/Tests/"
|
2014
|
]
|
2015
|
},
|
2016
|
"notification-url": "https://packagist.org/downloads/",
|
2017
|
"license": [
|
2018
|
"MIT"
|
2019
|
],
|
2020
|
"authors": [
|
2021
|
{
|
2022
|
"name": "Fabien Potencier",
|
2023
|
"email": "fabien@symfony.com"
|
2024
|
},
|
2025
|
{
|
2026
|
"name": "Symfony Community",
|
2027
|
"homepage": "https://symfony.com/contributors"
|
2028
|
}
|
2029
|
],
|
2030
|
"description": "Symfony ErrorHandler Component",
|
2031
|
"homepage": "https://symfony.com",
|
2032
|
"funding": [
|
2033
|
{
|
2034
|
"url": "https://symfony.com/sponsor",
|
2035
|
"type": "custom"
|
2036
|
},
|
2037
|
{
|
2038
|
"url": "https://github.com/fabpot",
|
2039
|
"type": "github"
|
2040
|
},
|
2041
|
{
|
2042
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2043
|
"type": "tidelift"
|
2044
|
}
|
2045
|
],
|
2046
|
"time": "2020-03-30T14:14:32+00:00"
|
2047
|
},
|
2048
|
{
|
2049
|
"name": "symfony/event-dispatcher",
|
2050
|
"version": "v5.0.7",
|
2051
|
"source": {
|
2052
|
"type": "git",
|
2053
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2054
|
"reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
|
2055
|
},
|
2056
|
"dist": {
|
2057
|
"type": "zip",
|
2058
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
|
2059
|
"reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
|
2060
|
"shasum": ""
|
2061
|
},
|
2062
|
"require": {
|
2063
|
"php": "^7.2.5",
|
2064
|
"symfony/event-dispatcher-contracts": "^2"
|
2065
|
},
|
2066
|
"conflict": {
|
2067
|
"symfony/dependency-injection": "<4.4"
|
2068
|
},
|
2069
|
"provide": {
|
2070
|
"psr/event-dispatcher-implementation": "1.0",
|
2071
|
"symfony/event-dispatcher-implementation": "2.0"
|
2072
|
},
|
2073
|
"require-dev": {
|
2074
|
"psr/log": "~1.0",
|
2075
|
"symfony/config": "^4.4|^5.0",
|
2076
|
"symfony/dependency-injection": "^4.4|^5.0",
|
2077
|
"symfony/expression-language": "^4.4|^5.0",
|
2078
|
"symfony/http-foundation": "^4.4|^5.0",
|
2079
|
"symfony/service-contracts": "^1.1|^2",
|
2080
|
"symfony/stopwatch": "^4.4|^5.0"
|
2081
|
},
|
2082
|
"suggest": {
|
2083
|
"symfony/dependency-injection": "",
|
2084
|
"symfony/http-kernel": ""
|
2085
|
},
|
2086
|
"type": "library",
|
2087
|
"extra": {
|
2088
|
"branch-alias": {
|
2089
|
"dev-master": "5.0-dev"
|
2090
|
}
|
2091
|
},
|
2092
|
"autoload": {
|
2093
|
"psr-4": {
|
2094
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2095
|
},
|
2096
|
"exclude-from-classmap": [
|
2097
|
"/Tests/"
|
2098
|
]
|
2099
|
},
|
2100
|
"notification-url": "https://packagist.org/downloads/",
|
2101
|
"license": [
|
2102
|
"MIT"
|
2103
|
],
|
2104
|
"authors": [
|
2105
|
{
|
2106
|
"name": "Fabien Potencier",
|
2107
|
"email": "fabien@symfony.com"
|
2108
|
},
|
2109
|
{
|
2110
|
"name": "Symfony Community",
|
2111
|
"homepage": "https://symfony.com/contributors"
|
2112
|
}
|
2113
|
],
|
2114
|
"description": "Symfony EventDispatcher Component",
|
2115
|
"homepage": "https://symfony.com",
|
2116
|
"funding": [
|
2117
|
{
|
2118
|
"url": "https://symfony.com/sponsor",
|
2119
|
"type": "custom"
|
2120
|
},
|
2121
|
{
|
2122
|
"url": "https://github.com/fabpot",
|
2123
|
"type": "github"
|
2124
|
},
|
2125
|
{
|
2126
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2127
|
"type": "tidelift"
|
2128
|
}
|
2129
|
],
|
2130
|
"time": "2020-03-27T16:56:45+00:00"
|
2131
|
},
|
2132
|
{
|
2133
|
"name": "symfony/event-dispatcher-contracts",
|
2134
|
"version": "v2.0.1",
|
2135
|
"source": {
|
2136
|
"type": "git",
|
2137
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2138
|
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
|
2139
|
},
|
2140
|
"dist": {
|
2141
|
"type": "zip",
|
2142
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
|
2143
|
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
|
2144
|
"shasum": ""
|
2145
|
},
|
2146
|
"require": {
|
2147
|
"php": "^7.2.5",
|
2148
|
"psr/event-dispatcher": "^1"
|
2149
|
},
|
2150
|
"suggest": {
|
2151
|
"symfony/event-dispatcher-implementation": ""
|
2152
|
},
|
2153
|
"type": "library",
|
2154
|
"extra": {
|
2155
|
"branch-alias": {
|
2156
|
"dev-master": "2.0-dev"
|
2157
|
}
|
2158
|
},
|
2159
|
"autoload": {
|
2160
|
"psr-4": {
|
2161
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
2162
|
}
|
2163
|
},
|
2164
|
"notification-url": "https://packagist.org/downloads/",
|
2165
|
"license": [
|
2166
|
"MIT"
|
2167
|
],
|
2168
|
"authors": [
|
2169
|
{
|
2170
|
"name": "Nicolas Grekas",
|
2171
|
"email": "p@tchwork.com"
|
2172
|
},
|
2173
|
{
|
2174
|
"name": "Symfony Community",
|
2175
|
"homepage": "https://symfony.com/contributors"
|
2176
|
}
|
2177
|
],
|
2178
|
"description": "Generic abstractions related to dispatching event",
|
2179
|
"homepage": "https://symfony.com",
|
2180
|
"keywords": [
|
2181
|
"abstractions",
|
2182
|
"contracts",
|
2183
|
"decoupling",
|
2184
|
"interfaces",
|
2185
|
"interoperability",
|
2186
|
"standards"
|
2187
|
],
|
2188
|
"time": "2019-11-18T17:27:11+00:00"
|
2189
|
},
|
2190
|
{
|
2191
|
"name": "symfony/filesystem",
|
2192
|
"version": "v5.0.7",
|
2193
|
"source": {
|
2194
|
"type": "git",
|
2195
|
"url": "https://github.com/symfony/filesystem.git",
|
2196
|
"reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
|
2197
|
},
|
2198
|
"dist": {
|
2199
|
"type": "zip",
|
2200
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
|
2201
|
"reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
|
2202
|
"shasum": ""
|
2203
|
},
|
2204
|
"require": {
|
2205
|
"php": "^7.2.5",
|
2206
|
"symfony/polyfill-ctype": "~1.8"
|
2207
|
},
|
2208
|
"type": "library",
|
2209
|
"extra": {
|
2210
|
"branch-alias": {
|
2211
|
"dev-master": "5.0-dev"
|
2212
|
}
|
2213
|
},
|
2214
|
"autoload": {
|
2215
|
"psr-4": {
|
2216
|
"Symfony\\Component\\Filesystem\\": ""
|
2217
|
},
|
2218
|
"exclude-from-classmap": [
|
2219
|
"/Tests/"
|
2220
|
]
|
2221
|
},
|
2222
|
"notification-url": "https://packagist.org/downloads/",
|
2223
|
"license": [
|
2224
|
"MIT"
|
2225
|
],
|
2226
|
"authors": [
|
2227
|
{
|
2228
|
"name": "Fabien Potencier",
|
2229
|
"email": "fabien@symfony.com"
|
2230
|
},
|
2231
|
{
|
2232
|
"name": "Symfony Community",
|
2233
|
"homepage": "https://symfony.com/contributors"
|
2234
|
}
|
2235
|
],
|
2236
|
"description": "Symfony Filesystem Component",
|
2237
|
"homepage": "https://symfony.com",
|
2238
|
"funding": [
|
2239
|
{
|
2240
|
"url": "https://symfony.com/sponsor",
|
2241
|
"type": "custom"
|
2242
|
},
|
2243
|
{
|
2244
|
"url": "https://github.com/fabpot",
|
2245
|
"type": "github"
|
2246
|
},
|
2247
|
{
|
2248
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2249
|
"type": "tidelift"
|
2250
|
}
|
2251
|
],
|
2252
|
"time": "2020-03-27T16:56:45+00:00"
|
2253
|
},
|
2254
|
{
|
2255
|
"name": "symfony/finder",
|
2256
|
"version": "v5.0.7",
|
2257
|
"source": {
|
2258
|
"type": "git",
|
2259
|
"url": "https://github.com/symfony/finder.git",
|
2260
|
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
|
2261
|
},
|
2262
|
"dist": {
|
2263
|
"type": "zip",
|
2264
|
"url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
|
2265
|
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
|
2266
|
"shasum": ""
|
2267
|
},
|
2268
|
"require": {
|
2269
|
"php": "^7.2.5"
|
2270
|
},
|
2271
|
"type": "library",
|
2272
|
"extra": {
|
2273
|
"branch-alias": {
|
2274
|
"dev-master": "5.0-dev"
|
2275
|
}
|
2276
|
},
|
2277
|
"autoload": {
|
2278
|
"psr-4": {
|
2279
|
"Symfony\\Component\\Finder\\": ""
|
2280
|
},
|
2281
|
"exclude-from-classmap": [
|
2282
|
"/Tests/"
|
2283
|
]
|
2284
|
},
|
2285
|
"notification-url": "https://packagist.org/downloads/",
|
2286
|
"license": [
|
2287
|
"MIT"
|
2288
|
],
|
2289
|
"authors": [
|
2290
|
{
|
2291
|
"name": "Fabien Potencier",
|
2292
|
"email": "fabien@symfony.com"
|
2293
|
},
|
2294
|
{
|
2295
|
"name": "Symfony Community",
|
2296
|
"homepage": "https://symfony.com/contributors"
|
2297
|
}
|
2298
|
],
|
2299
|
"description": "Symfony Finder Component",
|
2300
|
"homepage": "https://symfony.com",
|
2301
|
"funding": [
|
2302
|
{
|
2303
|
"url": "https://symfony.com/sponsor",
|
2304
|
"type": "custom"
|
2305
|
},
|
2306
|
{
|
2307
|
"url": "https://github.com/fabpot",
|
2308
|
"type": "github"
|
2309
|
},
|
2310
|
{
|
2311
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2312
|
"type": "tidelift"
|
2313
|
}
|
2314
|
],
|
2315
|
"time": "2020-03-27T16:56:45+00:00"
|
2316
|
},
|
2317
|
{
|
2318
|
"name": "symfony/flex",
|
2319
|
"version": "v1.6.2",
|
2320
|
"source": {
|
2321
|
"type": "git",
|
2322
|
"url": "https://github.com/symfony/flex.git",
|
2323
|
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
|
2324
|
},
|
2325
|
"dist": {
|
2326
|
"type": "zip",
|
2327
|
"url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
|
2328
|
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
|
2329
|
"shasum": ""
|
2330
|
},
|
2331
|
"require": {
|
2332
|
"composer-plugin-api": "^1.0",
|
2333
|
"php": "^7.0"
|
2334
|
},
|
2335
|
"require-dev": {
|
2336
|
"composer/composer": "^1.0.2",
|
2337
|
"symfony/dotenv": "^3.4|^4.0|^5.0",
|
2338
|
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
|
2339
|
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
|
2340
|
},
|
2341
|
"type": "composer-plugin",
|
2342
|
"extra": {
|
2343
|
"branch-alias": {
|
2344
|
"dev-master": "1.5-dev"
|
2345
|
},
|
2346
|
"class": "Symfony\\Flex\\Flex"
|
2347
|
},
|
2348
|
"autoload": {
|
2349
|
"psr-4": {
|
2350
|
"Symfony\\Flex\\": "src"
|
2351
|
}
|
2352
|
},
|
2353
|
"notification-url": "https://packagist.org/downloads/",
|
2354
|
"license": [
|
2355
|
"MIT"
|
2356
|
],
|
2357
|
"authors": [
|
2358
|
{
|
2359
|
"name": "Fabien Potencier",
|
2360
|
"email": "fabien.potencier@gmail.com"
|
2361
|
}
|
2362
|
],
|
2363
|
"description": "Composer plugin for Symfony",
|
2364
|
"time": "2020-01-30T12:06:45+00:00"
|
2365
|
},
|
2366
|
{
|
2367
|
"name": "symfony/framework-bundle",
|
2368
|
"version": "v5.0.7",
|
2369
|
"source": {
|
2370
|
"type": "git",
|
2371
|
"url": "https://github.com/symfony/framework-bundle.git",
|
2372
|
"reference": "b1807be65ff05c21d47094e77b6c5a4246284c33"
|
2373
|
},
|
2374
|
"dist": {
|
2375
|
"type": "zip",
|
2376
|
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b1807be65ff05c21d47094e77b6c5a4246284c33",
|
2377
|
"reference": "b1807be65ff05c21d47094e77b6c5a4246284c33",
|
2378
|
"shasum": ""
|
2379
|
},
|
2380
|
"require": {
|
2381
|
"ext-xml": "*",
|
2382
|
"php": "^7.2.5",
|
2383
|
"symfony/cache": "^4.4|^5.0",
|
2384
|
"symfony/config": "^5.0",
|
2385
|
"symfony/dependency-injection": "^5.0.1",
|
2386
|
"symfony/error-handler": "^4.4.1|^5.0.1",
|
2387
|
"symfony/filesystem": "^4.4|^5.0",
|
2388
|
"symfony/finder": "^4.4|^5.0",
|
2389
|
"symfony/http-foundation": "^4.4|^5.0",
|
2390
|
"symfony/http-kernel": "^5.0",
|
2391
|
"symfony/polyfill-mbstring": "~1.0",
|
2392
|
"symfony/routing": "^5.0"
|
2393
|
},
|
2394
|
"conflict": {
|
2395
|
"doctrine/persistence": "<1.3",
|
2396
|
"phpdocumentor/reflection-docblock": "<3.0",
|
2397
|
"phpdocumentor/type-resolver": "<0.2.1",
|
2398
|
"phpunit/phpunit": "<5.4.3",
|
2399
|
"symfony/asset": "<4.4",
|
2400
|
"symfony/browser-kit": "<4.4",
|
2401
|
"symfony/console": "<4.4",
|
2402
|
"symfony/dom-crawler": "<4.4",
|
2403
|
"symfony/dotenv": "<4.4",
|
2404
|
"symfony/form": "<4.4",
|
2405
|
"symfony/http-client": "<4.4",
|
2406
|
"symfony/lock": "<4.4",
|
2407
|
"symfony/mailer": "<4.4",
|
2408
|
"symfony/messenger": "<4.4",
|
2409
|
"symfony/mime": "<4.4",
|
2410
|
"symfony/property-info": "<4.4",
|
2411
|
"symfony/serializer": "<4.4",
|
2412
|
"symfony/stopwatch": "<4.4",
|
2413
|
"symfony/translation": "<5.0",
|
2414
|
"symfony/twig-bridge": "<4.4",
|
2415
|
"symfony/twig-bundle": "<4.4",
|
2416
|
"symfony/validator": "<4.4",
|
2417
|
"symfony/web-profiler-bundle": "<4.4",
|
2418
|
"symfony/workflow": "<4.4"
|
2419
|
},
|
2420
|
"require-dev": {
|
2421
|
"doctrine/annotations": "~1.7",
|
2422
|
"doctrine/cache": "~1.0",
|
2423
|
"paragonie/sodium_compat": "^1.8",
|
2424
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
2425
|
"symfony/asset": "^4.4|^5.0",
|
2426
|
"symfony/browser-kit": "^4.4|^5.0",
|
2427
|
"symfony/console": "^4.4|^5.0",
|
2428
|
"symfony/css-selector": "^4.4|^5.0",
|
2429
|
"symfony/dom-crawler": "^4.4|^5.0",
|
2430
|
"symfony/dotenv": "^4.4|^5.0",
|
2431
|
"symfony/expression-language": "^4.4|^5.0",
|
2432
|
"symfony/form": "^4.4|^5.0",
|
2433
|
"symfony/http-client": "^4.4|^5.0",
|
2434
|
"symfony/lock": "^4.4|^5.0",
|
2435
|
"symfony/mailer": "^4.4|^5.0",
|
2436
|
"symfony/messenger": "^4.4|^5.0",
|
2437
|
"symfony/mime": "^4.4|^5.0",
|
2438
|
"symfony/polyfill-intl-icu": "~1.0",
|
2439
|
"symfony/process": "^4.4|^5.0",
|
2440
|
"symfony/property-info": "^4.4|^5.0",
|
2441
|
"symfony/security-csrf": "^4.4|^5.0",
|
2442
|
"symfony/security-http": "^4.4|^5.0",
|
2443
|
"symfony/serializer": "^4.4|^5.0",
|
2444
|
"symfony/stopwatch": "^4.4|^5.0",
|
2445
|
"symfony/string": "~5.0.0",
|
2446
|
"symfony/translation": "^5.0",
|
2447
|
"symfony/twig-bundle": "^4.4|^5.0",
|
2448
|
"symfony/validator": "^4.4|^5.0",
|
2449
|
"symfony/web-link": "^4.4|^5.0",
|
2450
|
"symfony/workflow": "^4.4|^5.0",
|
2451
|
"symfony/yaml": "^4.4|^5.0",
|
2452
|
"twig/twig": "^2.10|^3.0"
|
2453
|
},
|
2454
|
"suggest": {
|
2455
|
"ext-apcu": "For best performance of the system caches",
|
2456
|
"symfony/console": "For using the console commands",
|
2457
|
"symfony/form": "For using forms",
|
2458
|
"symfony/property-info": "For using the property_info service",
|
2459
|
"symfony/serializer": "For using the serializer service",
|
2460
|
"symfony/validator": "For using validation",
|
2461
|
"symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
|
2462
|
"symfony/yaml": "For using the debug:config and lint:yaml commands"
|
2463
|
},
|
2464
|
"type": "symfony-bundle",
|
2465
|
"extra": {
|
2466
|
"branch-alias": {
|
2467
|
"dev-master": "5.0-dev"
|
2468
|
}
|
2469
|
},
|
2470
|
"autoload": {
|
2471
|
"psr-4": {
|
2472
|
"Symfony\\Bundle\\FrameworkBundle\\": ""
|
2473
|
},
|
2474
|
"exclude-from-classmap": [
|
2475
|
"/Tests/"
|
2476
|
]
|
2477
|
},
|
2478
|
"notification-url": "https://packagist.org/downloads/",
|
2479
|
"license": [
|
2480
|
"MIT"
|
2481
|
],
|
2482
|
"authors": [
|
2483
|
{
|
2484
|
"name": "Fabien Potencier",
|
2485
|
"email": "fabien@symfony.com"
|
2486
|
},
|
2487
|
{
|
2488
|
"name": "Symfony Community",
|
2489
|
"homepage": "https://symfony.com/contributors"
|
2490
|
}
|
2491
|
],
|
2492
|
"description": "Symfony FrameworkBundle",
|
2493
|
"homepage": "https://symfony.com",
|
2494
|
"funding": [
|
2495
|
{
|
2496
|
"url": "https://symfony.com/sponsor",
|
2497
|
"type": "custom"
|
2498
|
},
|
2499
|
{
|
2500
|
"url": "https://github.com/fabpot",
|
2501
|
"type": "github"
|
2502
|
},
|
2503
|
{
|
2504
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2505
|
"type": "tidelift"
|
2506
|
}
|
2507
|
],
|
2508
|
"time": "2020-03-30T11:42:42+00:00"
|
2509
|
},
|
2510
|
{
|
2511
|
"name": "symfony/http-foundation",
|
2512
|
"version": "v5.0.7",
|
2513
|
"source": {
|
2514
|
"type": "git",
|
2515
|
"url": "https://github.com/symfony/http-foundation.git",
|
2516
|
"reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6"
|
2517
|
},
|
2518
|
"dist": {
|
2519
|
"type": "zip",
|
2520
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
|
2521
|
"reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
|
2522
|
"shasum": ""
|
2523
|
},
|
2524
|
"require": {
|
2525
|
"php": "^7.2.5",
|
2526
|
"symfony/mime": "^4.4|^5.0",
|
2527
|
"symfony/polyfill-mbstring": "~1.1"
|
2528
|
},
|
2529
|
"require-dev": {
|
2530
|
"predis/predis": "~1.0",
|
2531
|
"symfony/expression-language": "^4.4|^5.0"
|
2532
|
},
|
2533
|
"type": "library",
|
2534
|
"extra": {
|
2535
|
"branch-alias": {
|
2536
|
"dev-master": "5.0-dev"
|
2537
|
}
|
2538
|
},
|
2539
|
"autoload": {
|
2540
|
"psr-4": {
|
2541
|
"Symfony\\Component\\HttpFoundation\\": ""
|
2542
|
},
|
2543
|
"exclude-from-classmap": [
|
2544
|
"/Tests/"
|
2545
|
]
|
2546
|
},
|
2547
|
"notification-url": "https://packagist.org/downloads/",
|
2548
|
"license": [
|
2549
|
"MIT"
|
2550
|
],
|
2551
|
"authors": [
|
2552
|
{
|
2553
|
"name": "Fabien Potencier",
|
2554
|
"email": "fabien@symfony.com"
|
2555
|
},
|
2556
|
{
|
2557
|
"name": "Symfony Community",
|
2558
|
"homepage": "https://symfony.com/contributors"
|
2559
|
}
|
2560
|
],
|
2561
|
"description": "Symfony HttpFoundation Component",
|
2562
|
"homepage": "https://symfony.com",
|
2563
|
"funding": [
|
2564
|
{
|
2565
|
"url": "https://symfony.com/sponsor",
|
2566
|
"type": "custom"
|
2567
|
},
|
2568
|
{
|
2569
|
"url": "https://github.com/fabpot",
|
2570
|
"type": "github"
|
2571
|
},
|
2572
|
{
|
2573
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2574
|
"type": "tidelift"
|
2575
|
}
|
2576
|
],
|
2577
|
"time": "2020-03-30T14:14:32+00:00"
|
2578
|
},
|
2579
|
{
|
2580
|
"name": "symfony/http-kernel",
|
2581
|
"version": "v5.0.7",
|
2582
|
"source": {
|
2583
|
"type": "git",
|
2584
|
"url": "https://github.com/symfony/http-kernel.git",
|
2585
|
"reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0"
|
2586
|
},
|
2587
|
"dist": {
|
2588
|
"type": "zip",
|
2589
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad574c55d451127cab1c45b4ac51bf283e340cf0",
|
2590
|
"reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0",
|
2591
|
"shasum": ""
|
2592
|
},
|
2593
|
"require": {
|
2594
|
"php": "^7.2.5",
|
2595
|
"psr/log": "~1.0",
|
2596
|
"symfony/error-handler": "^4.4|^5.0",
|
2597
|
"symfony/event-dispatcher": "^5.0",
|
2598
|
"symfony/http-foundation": "^4.4|^5.0",
|
2599
|
"symfony/polyfill-ctype": "^1.8",
|
2600
|
"symfony/polyfill-php73": "^1.9"
|
2601
|
},
|
2602
|
"conflict": {
|
2603
|
"symfony/browser-kit": "<4.4",
|
2604
|
"symfony/cache": "<5.0",
|
2605
|
"symfony/config": "<5.0",
|
2606
|
"symfony/dependency-injection": "<4.4",
|
2607
|
"symfony/doctrine-bridge": "<5.0",
|
2608
|
"symfony/form": "<5.0",
|
2609
|
"symfony/http-client": "<5.0",
|
2610
|
"symfony/mailer": "<5.0",
|
2611
|
"symfony/messenger": "<5.0",
|
2612
|
"symfony/translation": "<5.0",
|
2613
|
"symfony/twig-bridge": "<5.0",
|
2614
|
"symfony/validator": "<5.0",
|
2615
|
"twig/twig": "<2.4"
|
2616
|
},
|
2617
|
"provide": {
|
2618
|
"psr/log-implementation": "1.0"
|
2619
|
},
|
2620
|
"require-dev": {
|
2621
|
"psr/cache": "~1.0",
|
2622
|
"symfony/browser-kit": "^4.4|^5.0",
|
2623
|
"symfony/config": "^5.0",
|
2624
|
"symfony/console": "^4.4|^5.0",
|
2625
|
"symfony/css-selector": "^4.4|^5.0",
|
2626
|
"symfony/dependency-injection": "^4.4|^5.0",
|
2627
|
"symfony/dom-crawler": "^4.4|^5.0",
|
2628
|
"symfony/expression-language": "^4.4|^5.0",
|
2629
|
"symfony/finder": "^4.4|^5.0",
|
2630
|
"symfony/process": "^4.4|^5.0",
|
2631
|
"symfony/routing": "^4.4|^5.0",
|
2632
|
"symfony/stopwatch": "^4.4|^5.0",
|
2633
|
"symfony/translation": "^4.4|^5.0",
|
2634
|
"symfony/translation-contracts": "^1.1|^2",
|
2635
|
"twig/twig": "^2.4|^3.0"
|
2636
|
},
|
2637
|
"suggest": {
|
2638
|
"symfony/browser-kit": "",
|
2639
|
"symfony/config": "",
|
2640
|
"symfony/console": "",
|
2641
|
"symfony/dependency-injection": ""
|
2642
|
},
|
2643
|
"type": "library",
|
2644
|
"extra": {
|
2645
|
"branch-alias": {
|
2646
|
"dev-master": "5.0-dev"
|
2647
|
}
|
2648
|
},
|
2649
|
"autoload": {
|
2650
|
"psr-4": {
|
2651
|
"Symfony\\Component\\HttpKernel\\": ""
|
2652
|
},
|
2653
|
"exclude-from-classmap": [
|
2654
|
"/Tests/"
|
2655
|
]
|
2656
|
},
|
2657
|
"notification-url": "https://packagist.org/downloads/",
|
2658
|
"license": [
|
2659
|
"MIT"
|
2660
|
],
|
2661
|
"authors": [
|
2662
|
{
|
2663
|
"name": "Fabien Potencier",
|
2664
|
"email": "fabien@symfony.com"
|
2665
|
},
|
2666
|
{
|
2667
|
"name": "Symfony Community",
|
2668
|
"homepage": "https://symfony.com/contributors"
|
2669
|
}
|
2670
|
],
|
2671
|
"description": "Symfony HttpKernel Component",
|
2672
|
"homepage": "https://symfony.com",
|
2673
|
"funding": [
|
2674
|
{
|
2675
|
"url": "https://symfony.com/sponsor",
|
2676
|
"type": "custom"
|
2677
|
},
|
2678
|
{
|
2679
|
"url": "https://github.com/fabpot",
|
2680
|
"type": "github"
|
2681
|
},
|
2682
|
{
|
2683
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2684
|
"type": "tidelift"
|
2685
|
}
|
2686
|
],
|
2687
|
"time": "2020-03-30T15:04:59+00:00"
|
2688
|
},
|
2689
|
{
|
2690
|
"name": "symfony/mime",
|
2691
|
"version": "v5.0.7",
|
2692
|
"source": {
|
2693
|
"type": "git",
|
2694
|
"url": "https://github.com/symfony/mime.git",
|
2695
|
"reference": "481b7d6da88922fb1e0d86a943987722b08f3955"
|
2696
|
},
|
2697
|
"dist": {
|
2698
|
"type": "zip",
|
2699
|
"url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
|
2700
|
"reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
|
2701
|
"shasum": ""
|
2702
|
},
|
2703
|
"require": {
|
2704
|
"php": "^7.2.5",
|
2705
|
"symfony/polyfill-intl-idn": "^1.10",
|
2706
|
"symfony/polyfill-mbstring": "^1.0"
|
2707
|
},
|
2708
|
"conflict": {
|
2709
|
"symfony/mailer": "<4.4"
|
2710
|
},
|
2711
|
"require-dev": {
|
2712
|
"egulias/email-validator": "^2.1.10",
|
2713
|
"symfony/dependency-injection": "^4.4|^5.0"
|
2714
|
},
|
2715
|
"type": "library",
|
2716
|
"extra": {
|
2717
|
"branch-alias": {
|
2718
|
"dev-master": "5.0-dev"
|
2719
|
}
|
2720
|
},
|
2721
|
"autoload": {
|
2722
|
"psr-4": {
|
2723
|
"Symfony\\Component\\Mime\\": ""
|
2724
|
},
|
2725
|
"exclude-from-classmap": [
|
2726
|
"/Tests/"
|
2727
|
]
|
2728
|
},
|
2729
|
"notification-url": "https://packagist.org/downloads/",
|
2730
|
"license": [
|
2731
|
"MIT"
|
2732
|
],
|
2733
|
"authors": [
|
2734
|
{
|
2735
|
"name": "Fabien Potencier",
|
2736
|
"email": "fabien@symfony.com"
|
2737
|
},
|
2738
|
{
|
2739
|
"name": "Symfony Community",
|
2740
|
"homepage": "https://symfony.com/contributors"
|
2741
|
}
|
2742
|
],
|
2743
|
"description": "A library to manipulate MIME messages",
|
2744
|
"homepage": "https://symfony.com",
|
2745
|
"keywords": [
|
2746
|
"mime",
|
2747
|
"mime-type"
|
2748
|
],
|
2749
|
"funding": [
|
2750
|
{
|
2751
|
"url": "https://symfony.com/sponsor",
|
2752
|
"type": "custom"
|
2753
|
},
|
2754
|
{
|
2755
|
"url": "https://github.com/fabpot",
|
2756
|
"type": "github"
|
2757
|
},
|
2758
|
{
|
2759
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2760
|
"type": "tidelift"
|
2761
|
}
|
2762
|
],
|
2763
|
"time": "2020-03-27T16:56:45+00:00"
|
2764
|
},
|
2765
|
{
|
2766
|
"name": "symfony/options-resolver",
|
2767
|
"version": "v5.0.7",
|
2768
|
"source": {
|
2769
|
"type": "git",
|
2770
|
"url": "https://github.com/symfony/options-resolver.git",
|
2771
|
"reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d"
|
2772
|
},
|
2773
|
"dist": {
|
2774
|
"type": "zip",
|
2775
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
|
2776
|
"reference": "09dccfffd24b311df7f184aa80ee7b61ad61ed8d",
|
2777
|
"shasum": ""
|
2778
|
},
|
2779
|
"require": {
|
2780
|
"php": "^7.2.5"
|
2781
|
},
|
2782
|
"type": "library",
|
2783
|
"extra": {
|
2784
|
"branch-alias": {
|
2785
|
"dev-master": "5.0-dev"
|
2786
|
}
|
2787
|
},
|
2788
|
"autoload": {
|
2789
|
"psr-4": {
|
2790
|
"Symfony\\Component\\OptionsResolver\\": ""
|
2791
|
},
|
2792
|
"exclude-from-classmap": [
|
2793
|
"/Tests/"
|
2794
|
]
|
2795
|
},
|
2796
|
"notification-url": "https://packagist.org/downloads/",
|
2797
|
"license": [
|
2798
|
"MIT"
|
2799
|
],
|
2800
|
"authors": [
|
2801
|
{
|
2802
|
"name": "Fabien Potencier",
|
2803
|
"email": "fabien@symfony.com"
|
2804
|
},
|
2805
|
{
|
2806
|
"name": "Symfony Community",
|
2807
|
"homepage": "https://symfony.com/contributors"
|
2808
|
}
|
2809
|
],
|
2810
|
"description": "Symfony OptionsResolver Component",
|
2811
|
"homepage": "https://symfony.com",
|
2812
|
"keywords": [
|
2813
|
"config",
|
2814
|
"configuration",
|
2815
|
"options"
|
2816
|
],
|
2817
|
"funding": [
|
2818
|
{
|
2819
|
"url": "https://symfony.com/sponsor",
|
2820
|
"type": "custom"
|
2821
|
},
|
2822
|
{
|
2823
|
"url": "https://github.com/fabpot",
|
2824
|
"type": "github"
|
2825
|
},
|
2826
|
{
|
2827
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2828
|
"type": "tidelift"
|
2829
|
}
|
2830
|
],
|
2831
|
"time": "2020-03-27T16:56:45+00:00"
|
2832
|
},
|
2833
|
{
|
2834
|
"name": "symfony/polyfill-intl-idn",
|
2835
|
"version": "v1.15.0",
|
2836
|
"source": {
|
2837
|
"type": "git",
|
2838
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
2839
|
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
|
2840
|
},
|
2841
|
"dist": {
|
2842
|
"type": "zip",
|
2843
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
|
2844
|
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
|
2845
|
"shasum": ""
|
2846
|
},
|
2847
|
"require": {
|
2848
|
"php": ">=5.3.3",
|
2849
|
"symfony/polyfill-mbstring": "^1.3",
|
2850
|
"symfony/polyfill-php72": "^1.10"
|
2851
|
},
|
2852
|
"suggest": {
|
2853
|
"ext-intl": "For best performance"
|
2854
|
},
|
2855
|
"type": "library",
|
2856
|
"extra": {
|
2857
|
"branch-alias": {
|
2858
|
"dev-master": "1.15-dev"
|
2859
|
}
|
2860
|
},
|
2861
|
"autoload": {
|
2862
|
"psr-4": {
|
2863
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
2864
|
},
|
2865
|
"files": [
|
2866
|
"bootstrap.php"
|
2867
|
]
|
2868
|
},
|
2869
|
"notification-url": "https://packagist.org/downloads/",
|
2870
|
"license": [
|
2871
|
"MIT"
|
2872
|
],
|
2873
|
"authors": [
|
2874
|
{
|
2875
|
"name": "Laurent Bassin",
|
2876
|
"email": "laurent@bassin.info"
|
2877
|
},
|
2878
|
{
|
2879
|
"name": "Symfony Community",
|
2880
|
"homepage": "https://symfony.com/contributors"
|
2881
|
}
|
2882
|
],
|
2883
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
2884
|
"homepage": "https://symfony.com",
|
2885
|
"keywords": [
|
2886
|
"compatibility",
|
2887
|
"idn",
|
2888
|
"intl",
|
2889
|
"polyfill",
|
2890
|
"portable",
|
2891
|
"shim"
|
2892
|
],
|
2893
|
"funding": [
|
2894
|
{
|
2895
|
"url": "https://symfony.com/sponsor",
|
2896
|
"type": "custom"
|
2897
|
},
|
2898
|
{
|
2899
|
"url": "https://github.com/fabpot",
|
2900
|
"type": "github"
|
2901
|
},
|
2902
|
{
|
2903
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2904
|
"type": "tidelift"
|
2905
|
}
|
2906
|
],
|
2907
|
"time": "2020-03-09T19:04:49+00:00"
|
2908
|
},
|
2909
|
{
|
2910
|
"name": "symfony/polyfill-mbstring",
|
2911
|
"version": "v1.15.0",
|
2912
|
"source": {
|
2913
|
"type": "git",
|
2914
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2915
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
|
2916
|
},
|
2917
|
"dist": {
|
2918
|
"type": "zip",
|
2919
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
|
2920
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
|
2921
|
"shasum": ""
|
2922
|
},
|
2923
|
"require": {
|
2924
|
"php": ">=5.3.3"
|
2925
|
},
|
2926
|
"suggest": {
|
2927
|
"ext-mbstring": "For best performance"
|
2928
|
},
|
2929
|
"type": "library",
|
2930
|
"extra": {
|
2931
|
"branch-alias": {
|
2932
|
"dev-master": "1.15-dev"
|
2933
|
}
|
2934
|
},
|
2935
|
"autoload": {
|
2936
|
"psr-4": {
|
2937
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
2938
|
},
|
2939
|
"files": [
|
2940
|
"bootstrap.php"
|
2941
|
]
|
2942
|
},
|
2943
|
"notification-url": "https://packagist.org/downloads/",
|
2944
|
"license": [
|
2945
|
"MIT"
|
2946
|
],
|
2947
|
"authors": [
|
2948
|
{
|
2949
|
"name": "Nicolas Grekas",
|
2950
|
"email": "p@tchwork.com"
|
2951
|
},
|
2952
|
{
|
2953
|
"name": "Symfony Community",
|
2954
|
"homepage": "https://symfony.com/contributors"
|
2955
|
}
|
2956
|
],
|
2957
|
"description": "Symfony polyfill for the Mbstring extension",
|
2958
|
"homepage": "https://symfony.com",
|
2959
|
"keywords": [
|
2960
|
"compatibility",
|
2961
|
"mbstring",
|
2962
|
"polyfill",
|
2963
|
"portable",
|
2964
|
"shim"
|
2965
|
],
|
2966
|
"funding": [
|
2967
|
{
|
2968
|
"url": "https://symfony.com/sponsor",
|
2969
|
"type": "custom"
|
2970
|
},
|
2971
|
{
|
2972
|
"url": "https://github.com/fabpot",
|
2973
|
"type": "github"
|
2974
|
},
|
2975
|
{
|
2976
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2977
|
"type": "tidelift"
|
2978
|
}
|
2979
|
],
|
2980
|
"time": "2020-03-09T19:04:49+00:00"
|
2981
|
},
|
2982
|
{
|
2983
|
"name": "symfony/polyfill-php73",
|
2984
|
"version": "v1.15.0",
|
2985
|
"source": {
|
2986
|
"type": "git",
|
2987
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
2988
|
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
|
2989
|
},
|
2990
|
"dist": {
|
2991
|
"type": "zip",
|
2992
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
|
2993
|
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
|
2994
|
"shasum": ""
|
2995
|
},
|
2996
|
"require": {
|
2997
|
"php": ">=5.3.3"
|
2998
|
},
|
2999
|
"type": "library",
|
3000
|
"extra": {
|
3001
|
"branch-alias": {
|
3002
|
"dev-master": "1.15-dev"
|
3003
|
}
|
3004
|
},
|
3005
|
"autoload": {
|
3006
|
"psr-4": {
|
3007
|
"Symfony\\Polyfill\\Php73\\": ""
|
3008
|
},
|
3009
|
"files": [
|
3010
|
"bootstrap.php"
|
3011
|
],
|
3012
|
"classmap": [
|
3013
|
"Resources/stubs"
|
3014
|
]
|
3015
|
},
|
3016
|
"notification-url": "https://packagist.org/downloads/",
|
3017
|
"license": [
|
3018
|
"MIT"
|
3019
|
],
|
3020
|
"authors": [
|
3021
|
{
|
3022
|
"name": "Nicolas Grekas",
|
3023
|
"email": "p@tchwork.com"
|
3024
|
},
|
3025
|
{
|
3026
|
"name": "Symfony Community",
|
3027
|
"homepage": "https://symfony.com/contributors"
|
3028
|
}
|
3029
|
],
|
3030
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
3031
|
"homepage": "https://symfony.com",
|
3032
|
"keywords": [
|
3033
|
"compatibility",
|
3034
|
"polyfill",
|
3035
|
"portable",
|
3036
|
"shim"
|
3037
|
],
|
3038
|
"funding": [
|
3039
|
{
|
3040
|
"url": "https://symfony.com/sponsor",
|
3041
|
"type": "custom"
|
3042
|
},
|
3043
|
{
|
3044
|
"url": "https://github.com/fabpot",
|
3045
|
"type": "github"
|
3046
|
},
|
3047
|
{
|
3048
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
3049
|
"type": "tidelift"
|
3050
|
}
|
3051
|
],
|
3052
|
"time": "2020-02-27T09:26:54+00:00"
|
3053
|
},
|
3054
|
{
|
3055
|
"name": "symfony/routing",
|
3056
|
"version": "v5.0.7",
|
3057
|
"source": {
|
3058
|
"type": "git",
|
3059
|
"url": "https://github.com/symfony/routing.git",
|
3060
|
"reference": "d98a95d0a684caba47a47c1c50c602a669dc973b"
|
3061
|
},
|
3062
|
"dist": {
|
3063
|
"type": "zip",
|
3064
|
"url": "https://api.github.com/repos/symfony/routing/zipball/d98a95d0a684caba47a47c1c50c602a669dc973b",
|
3065
|
"reference": "d98a95d0a684caba47a47c1c50c602a669dc973b",
|
3066
|
"shasum": ""
|
3067
|
},
|
3068
|
"require": {
|
3069
|
"php": "^7.2.5"
|
3070
|
},
|
3071
|
"conflict": {
|
3072
|
"symfony/config": "<5.0",
|
3073
|
"symfony/dependency-injection": "<4.4",
|
3074
|
"symfony/yaml": "<4.4"
|
3075
|
},
|
3076
|
"require-dev": {
|
3077
|
"doctrine/annotations": "~1.2",
|
3078
|
"psr/log": "~1.0",
|
3079
|
"symfony/config": "^5.0",
|
3080
|
"symfony/dependency-injection": "^4.4|^5.0",
|
3081
|
"symfony/expression-language": "^4.4|^5.0",
|
3082
|
"symfony/http-foundation": "^4.4|^5.0",
|
3083
|
"symfony/yaml": "^4.4|^5.0"
|
3084
|
},
|
3085
|
"suggest": {
|
3086
|
"doctrine/annotations": "For using the annotation loader",
|
3087
|
"symfony/config": "For using the all-in-one router or any loader",
|
3088
|
"symfony/expression-language": "For using expression matching",
|
3089
|
"symfony/http-foundation": "For using a Symfony Request object",
|
3090
|
"symfony/yaml": "For using the YAML loader"
|
3091
|
},
|
3092
|
"type": "library",
|
3093
|
"extra": {
|
3094
|
"branch-alias": {
|
3095
|
"dev-master": "5.0-dev"
|
3096
|
}
|
3097
|
},
|
3098
|
"autoload": {
|
3099
|
"psr-4": {
|
3100
|
"Symfony\\Component\\Routing\\": ""
|
3101
|
},
|
3102
|
"exclude-from-classmap": [
|
3103
|
"/Tests/"
|
3104
|
]
|
3105
|
},
|
3106
|
"notification-url": "https://packagist.org/downloads/",
|
3107
|
"license": [
|
3108
|
"MIT"
|
3109
|
],
|
3110
|
"authors": [
|
3111
|
{
|
3112
|
"name": "Fabien Potencier",
|
3113
|
"email": "fabien@symfony.com"
|
3114
|
},
|
3115
|
{
|
3116
|
"name": "Symfony Community",
|
3117
|
"homepage": "https://symfony.com/contributors"
|
3118
|
}
|
3119
|
],
|
3120
|
"description": "Symfony Routing Component",
|
3121
|
"homepage": "https://symfony.com",
|
3122
|
"keywords": [
|
3123
|
"router",
|
3124
|
"routing",
|
3125
|
"uri",
|
3126
|
"url"
|
3127
|
],
|
3128
|
"funding": [
|
3129
|
{
|
3130
|
"url": "https://symfony.com/sponsor",
|
3131
|
"type": "custom"
|
3132
|
},
|
3133
|
{
|
3134
|
"url": "https://github.com/fabpot",
|
3135
|
"type": "github"
|
3136
|
},
|
3137
|
{
|
3138
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
3139
|
"type": "tidelift"
|
3140
|
}
|
3141
|
],
|
3142
|
"time": "2020-03-30T11:42:42+00:00"
|
3143
|
},
|
3144
|
{
|
3145
|
"name": "symfony/service-contracts",
|
3146
|
"version": "v2.0.1",
|
3147
|
"source": {
|
3148
|
"type": "git",
|
3149
|
"url": "https://github.com/symfony/service-contracts.git",
|
3150
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
|
3151
|
},
|
3152
|
"dist": {
|
3153
|
"type": "zip",
|
3154
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
|
3155
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
|
3156
|
"shasum": ""
|
3157
|
},
|
3158
|
"require": {
|
3159
|
"php": "^7.2.5",
|
3160
|
"psr/container": "^1.0"
|
3161
|
},
|
3162
|
"suggest": {
|
3163
|
"symfony/service-implementation": ""
|
3164
|
},
|
3165
|
"type": "library",
|
3166
|
"extra": {
|
3167
|
"branch-alias": {
|
3168
|
"dev-master": "2.0-dev"
|
3169
|
}
|
3170
|
},
|
3171
|
"autoload": {
|
3172
|
"psr-4": {
|
3173
|
"Symfony\\Contracts\\Service\\": ""
|
3174
|
}
|
3175
|
},
|
3176
|
"notification-url": "https://packagist.org/downloads/",
|
3177
|
"license": [
|
3178
|
"MIT"
|
3179
|
],
|
3180
|
"authors": [
|
3181
|
{
|
3182
|
"name": "Nicolas Grekas",
|
3183
|
"email": "p@tchwork.com"
|
3184
|
},
|
3185
|
{
|
3186
|
"name": "Symfony Community",
|
3187
|
"homepage": "https://symfony.com/contributors"
|
3188
|
}
|
3189
|
],
|
3190
|
"description": "Generic abstractions related to writing services",
|
3191
|
"homepage": "https://symfony.com",
|
3192
|
"keywords": [
|
3193
|
"abstractions",
|
3194
|
"contracts",
|
3195
|
"decoupling",
|
3196
|
"interfaces",
|
3197
|
"interoperability",
|
3198
|
"standards"
|
3199
|
],
|
3200
|
"time": "2019-11-18T17:27:11+00:00"
|
3201
|
},
|
3202
|
{
|
3203
|
"name": "symfony/translation-contracts",
|
3204
|
"version": "v2.0.1",
|
3205
|
"source": {
|
3206
|
"type": "git",
|
3207
|
"url": "https://github.com/symfony/translation-contracts.git",
|
3208
|
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
|
3209
|
},
|
3210
|
"dist": {
|
3211
|
"type": "zip",
|
3212
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
|
3213
|
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
|
3214
|
"shasum": ""
|
3215
|
},
|
3216
|
"require": {
|
3217
|
"php": "^7.2.5"
|
3218
|
},
|
3219
|
"suggest": {
|
3220
|
"symfony/translation-implementation": ""
|
3221
|
},
|
3222
|
"type": "library",
|
3223
|
"extra": {
|
3224
|
"branch-alias": {
|
3225
|
"dev-master": "2.0-dev"
|
3226
|
}
|
3227
|
},
|
3228
|
"autoload": {
|
3229
|
"psr-4": {
|
3230
|
"Symfony\\Contracts\\Translation\\": ""
|
3231
|
}
|
3232
|
},
|
3233
|
"notification-url": "https://packagist.org/downloads/",
|
3234
|
"license": [
|
3235
|
"MIT"
|
3236
|
],
|
3237
|
"authors": [
|
3238
|
{
|
3239
|
"name": "Nicolas Grekas",
|
3240
|
"email": "p@tchwork.com"
|
3241
|
},
|
3242
|
{
|
3243
|
"name": "Symfony Community",
|
3244
|
"homepage": "https://symfony.com/contributors"
|
3245
|
}
|
3246
|
],
|
3247
|
"description": "Generic abstractions related to translation",
|
3248
|
"homepage": "https://symfony.com",
|
3249
|
"keywords": [
|
3250
|
"abstractions",
|
3251
|
"contracts",
|
3252
|
"decoupling",
|
3253
|
"interfaces",
|
3254
|
"interoperability",
|
3255
|
"standards"
|
3256
|
],
|
3257
|
"time": "2019-11-18T17:27:11+00:00"
|
3258
|
},
|
3259
|
{
|
3260
|
"name": "symfony/twig-bridge",
|
3261
|
"version": "v5.0.7",
|
3262
|
"source": {
|
3263
|
"type": "git",
|
3264
|
"url": "https://github.com/symfony/twig-bridge.git",
|
3265
|
"reference": "3a1ef6e7d25b040c9925e3507a7a9cd92d36d71b"
|
3266
|
},
|
3267
|
"dist": {
|
3268
|
"type": "zip",
|
3269
|
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3a1ef6e7d25b040c9925e3507a7a9cd92d36d71b",
|
3270
|
"reference": "3a1ef6e7d25b040c9925e3507a7a9cd92d36d71b",
|
3271
|
"shasum": ""
|
3272
|
},
|
3273
|
"require": {
|
3274
|
"php": "^7.2.5",
|
3275
|
"symfony/translation-contracts": "^1.1|^2",
|
3276
|
"twig/twig": "^2.10|^3.0"
|
3277
|
},
|
3278
|
"conflict": {
|
3279
|
"symfony/console": "<4.4",
|
3280
|
"symfony/form": "<5.0",
|
3281
|
"symfony/http-foundation": "<4.4",
|
3282
|
"symfony/http-kernel": "<4.4",
|
3283
|
"symfony/translation": "<5.0",
|
3284
|
"symfony/workflow": "<4.4"
|
3285
|
},
|
3286
|
"require-dev": {
|
3287
|
"egulias/email-validator": "^2.1.10",
|
3288
|
"symfony/asset": "^4.4|^5.0",
|
3289
|
"symfony/console": "^4.4|^5.0",
|
3290
|
"symfony/dependency-injection": "^4.4|^5.0",
|
3291
|
"symfony/expression-language": "^4.4|^5.0",
|
3292
|
"symfony/finder": "^4.4|^5.0",
|
3293
|
"symfony/form": "^5.0",
|
3294
|
"symfony/http-foundation": "^4.4|^5.0",
|
3295
|
"symfony/http-kernel": "^4.4|^5.0",
|
3296
|
"symfony/mime": "^4.4|^5.0",
|
3297
|
"symfony/polyfill-intl-icu": "~1.0",
|
3298
|
"symfony/routing": "^4.4|^5.0",
|
3299
|
"symfony/security-acl": "^2.8|^3.0",
|
3300
|
"symfony/security-core": "^4.4|^5.0",
|
3301
|
"symfony/security-csrf": "^4.4|^5.0",
|
3302
|
"symfony/security-http": "^4.4|^5.0",
|
3303
|
"symfony/stopwatch": "^4.4|^5.0",
|
3304
|
"symfony/translation": "^5.0",
|
3305
|
"symfony/web-link": "^4.4|^5.0",
|
3306
|
"symfony/workflow": "^4.4|^5.0",
|
3307
|
"symfony/yaml": "^4.4|^5.0",
|
3308
|
"twig/cssinliner-extra": "^2.12",
|
3309
|
"twig/inky-extra": "^2.12",
|
3310
|
"twig/markdown-extra": "^2.12"
|
3311
|
},
|
3312
|
"suggest": {
|
3313
|
"symfony/asset": "For using the AssetExtension",
|
3314
|
"symfony/expression-language": "For using the ExpressionExtension",
|
3315
|
"symfony/finder": "",
|
3316
|
"symfony/form": "For using the FormExtension",
|
3317
|
"symfony/http-kernel": "For using the HttpKernelExtension",
|
3318
|
"symfony/routing": "For using the RoutingExtension",
|
3319
|
"symfony/security-core": "For using the SecurityExtension",
|
3320
|
"symfony/security-csrf": "For using the CsrfExtension",
|
3321
|
"symfony/security-http": "For using the LogoutUrlExtension",
|
3322
|
"symfony/stopwatch": "For using the StopwatchExtension",
|
3323
|
"symfony/translation": "For using the TranslationExtension",
|
3324
|
"symfony/var-dumper": "For using the DumpExtension",
|
3325
|
"symfony/web-link": "For using the WebLinkExtension",
|
3326
|
"symfony/yaml": "For using the YamlExtension"
|
3327
|
},
|
3328
|
"type": "symfony-bridge",
|
3329
|
"extra": {
|
3330
|
"branch-alias": {
|
3331
|
"dev-master": "5.0-dev"
|
3332
|
}
|
3333
|
},
|
3334
|
"autoload": {
|
3335
|
"psr-4": {
|
3336
|
"Symfony\\Bridge\\Twig\\": ""
|
3337
|
},
|
3338
|
"exclude-from-classmap": [
|
3339
|
"/Tests/"
|
3340
|
]
|
3341
|
},
|
3342
|
"notification-url": "https://packagist.org/downloads/",
|
3343
|
"license": [
|
3344
|
"MIT"
|
3345
|
],
|
3346
|
"authors": [
|
3347
|
{
|
3348
|
"name": "Fabien Potencier",
|
3349
|
"email": "fabien@symfony.com"
|
3350
|
},
|
3351
|
{
|
3352
|
"name": "Symfony Community",
|
3353
|
"homepage": "https://symfony.com/contributors"
|
3354
|
}
|
3355
|
],
|
3356
|
"description": "Symfony Twig Bridge",
|
3357
|
"homepage": "https://symfony.com",
|
3358
|
"time": "2020-03-27T16:56:45+00:00"
|
3359
|
},
|
3360
|
{
|
3361
|
"name": "symfony/twig-bundle",
|
3362
|
"version": "v5.0.7",
|
3363
|
"source": {
|
3364
|
"type": "git",
|
3365
|
"url": "https://github.com/symfony/twig-bundle.git",
|
3366
|
"reference": "6167dbac6f32961b7d19112a7531602f511bf500"
|
3367
|
},
|
3368
|
"dist": {
|
3369
|
"type": "zip",
|
3370
|
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6167dbac6f32961b7d19112a7531602f511bf500",
|
3371
|
"reference": "6167dbac6f32961b7d19112a7531602f511bf500",
|
3372
|
"shasum": ""
|
3373
|
},
|
3374
|
"require": {
|
3375
|
"php": "^7.2.5",
|
3376
|
"symfony/config": "^4.4|^5.0",
|
3377
|
"symfony/http-foundation": "^4.4|^5.0",
|
3378
|
"symfony/http-kernel": "^5.0",
|
3379
|
"symfony/polyfill-ctype": "~1.8",
|
3380
|
"symfony/twig-bridge": "^5.0",
|
3381
|
"twig/twig": "^2.10|^3.0"
|
3382
|
},
|
3383
|
"conflict": {
|
3384
|
"symfony/dependency-injection": "<4.4",
|
3385
|
"symfony/framework-bundle": "<5.0",
|
3386
|
"symfony/translation": "<5.0"
|
3387
|
},
|
3388
|
"require-dev": {
|
3389
|
"doctrine/annotations": "~1.7",
|
3390
|
"doctrine/cache": "~1.0",
|
3391
|
"symfony/asset": "^4.4|^5.0",
|
3392
|
"symfony/dependency-injection": "^4.4|^5.0",
|
3393
|
"symfony/expression-language": "^4.4|^5.0",
|
3394
|
"symfony/finder": "^4.4|^5.0",
|
3395
|
"symfony/form": "^4.4|^5.0",
|
3396
|
"symfony/framework-bundle": "^5.0",
|
3397
|
"symfony/routing": "^4.4|^5.0",
|
3398
|
"symfony/stopwatch": "^4.4|^5.0",
|
3399
|
"symfony/translation": "^5.0",
|
3400
|
"symfony/web-link": "^4.4|^5.0",
|
3401
|
"symfony/yaml": "^4.4|^5.0"
|
3402
|
},
|
3403
|
"type": "symfony-bundle",
|
3404
|
"extra": {
|
3405
|
"branch-alias": {
|
3406
|
"dev-master": "5.0-dev"
|
3407
|
}
|
3408
|
},
|
3409
|
"autoload": {
|
3410
|
"psr-4": {
|
3411
|
"Symfony\\Bundle\\TwigBundle\\": ""
|
3412
|
},
|
3413
|
"exclude-from-classmap": [
|
3414
|
"/Tests/"
|
3415
|
]
|
3416
|
},
|
3417
|
"notification-url": "https://packagist.org/downloads/",
|
3418
|
"license": [
|
3419
|
"MIT"
|
3420
|
],
|
3421
|
"authors": [
|
3422
|
{
|
3423
|
"name": "Fabien Potencier",
|
3424
|
"email": "fabien@symfony.com"
|
3425
|
},
|
3426
|
{
|
3427
|
"name": "Symfony Community",
|
3428
|
"homepage": "https://symfony.com/contributors"
|
3429
|
}
|
3430
|
],
|
3431
|
"description": "Symfony TwigBundle",
|
3432
|
"homepage": "https://symfony.com",
|
3433
|
"time": "2020-03-27T16:56:45+00:00"
|
3434
|
},
|
3435
|
{
|
3436
|
"name": "symfony/twig-pack",
|
3437
|
"version": "v1.0.0",
|
3438
|
"source": {
|
3439
|
"type": "git",
|
3440
|
"url": "https://github.com/symfony/twig-pack.git",
|
3441
|
"reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0"
|
3442
|
},
|
3443
|
"dist": {
|
3444
|
"type": "zip",
|
3445
|
"url": "https://api.github.com/repos/symfony/twig-pack/zipball/8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
|
3446
|
"reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
|
3447
|
"shasum": ""
|
3448
|
},
|
3449
|
"require": {
|
3450
|
"php": "^7.0",
|
3451
|
"symfony/twig-bundle": "*",
|
3452
|
"twig/extra-bundle": "^2.12|^3.0",
|
3453
|
"twig/twig": "^2.12|^3.0"
|
3454
|
},
|
3455
|
"type": "symfony-pack",
|
3456
|
"notification-url": "https://packagist.org/downloads/",
|
3457
|
"license": [
|
3458
|
"MIT"
|
3459
|
],
|
3460
|
"description": "A Twig pack for Symfony projects",
|
3461
|
"time": "2019-10-17T05:44:22+00:00"
|
3462
|
},
|
3463
|
{
|
3464
|
"name": "symfony/var-dumper",
|
3465
|
"version": "v5.0.7",
|
3466
|
"source": {
|
3467
|
"type": "git",
|
3468
|
"url": "https://github.com/symfony/var-dumper.git",
|
3469
|
"reference": "f74a126acd701392eef2492a17228d42552c86b5"
|
3470
|
},
|
3471
|
"dist": {
|
3472
|
"type": "zip",
|
3473
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/f74a126acd701392eef2492a17228d42552c86b5",
|
3474
|
"reference": "f74a126acd701392eef2492a17228d42552c86b5",
|
3475
|
"shasum": ""
|
3476
|
},
|
3477
|
"require": {
|
3478
|
"php": "^7.2.5",
|
3479
|
"symfony/polyfill-mbstring": "~1.0"
|
3480
|
},
|
3481
|
"conflict": {
|
3482
|
"phpunit/phpunit": "<5.4.3",
|
3483
|
"symfony/console": "<4.4"
|
3484
|
},
|
3485
|
"require-dev": {
|
3486
|
"ext-iconv": "*",
|
3487
|
"symfony/console": "^4.4|^5.0",
|
3488
|
"symfony/process": "^4.4|^5.0",
|
3489
|
"twig/twig": "^2.4|^3.0"
|
3490
|
},
|
3491
|
"suggest": {
|
3492
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
3493
|
"ext-intl": "To show region name in time zone dump",
|
3494
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
3495
|
},
|
3496
|
"bin": [
|
3497
|
"Resources/bin/var-dump-server"
|
3498
|
],
|
3499
|
"type": "library",
|
3500
|
"extra": {
|
3501
|
"branch-alias": {
|
3502
|
"dev-master": "5.0-dev"
|
3503
|
}
|
3504
|
},
|
3505
|
"autoload": {
|
3506
|
"files": [
|
3507
|
"Resources/functions/dump.php"
|
3508
|
],
|
3509
|
"psr-4": {
|
3510
|
"Symfony\\Component\\VarDumper\\": ""
|
3511
|
},
|
3512
|
"exclude-from-classmap": [
|
3513
|
"/Tests/"
|
3514
|
]
|
3515
|
},
|
3516
|
"notification-url": "https://packagist.org/downloads/",
|
3517
|
"license": [
|
3518
|
"MIT"
|
3519
|
],
|
3520
|
"authors": [
|
3521
|
{
|
3522
|
"name": "Nicolas Grekas",
|
3523
|
"email": "p@tchwork.com"
|
3524
|
},
|
3525
|
{
|
3526
|
"name": "Symfony Community",
|
3527
|
"homepage": "https://symfony.com/contributors"
|
3528
|
}
|
3529
|
],
|
3530
|
"description": "Symfony mechanism for exploring and dumping PHP variables",
|
3531
|
"homepage": "https://symfony.com",
|
3532
|
"keywords": [
|
3533
|
"debug",
|
3534
|
"dump"
|
3535
|
],
|
3536
|
"funding": [
|
3537
|
{
|
3538
|
"url": "https://symfony.com/sponsor",
|
3539
|
"type": "custom"
|
3540
|
},
|
3541
|
{
|
3542
|
"url": "https://github.com/fabpot",
|
3543
|
"type": "github"
|
3544
|
},
|
3545
|
{
|
3546
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
3547
|
"type": "tidelift"
|
3548
|
}
|
3549
|
],
|
3550
|
"time": "2020-03-27T16:56:45+00:00"
|
3551
|
},
|
3552
|
{
|
3553
|
"name": "symfony/var-exporter",
|
3554
|
"version": "v5.0.7",
|
3555
|
"source": {
|
3556
|
"type": "git",
|
3557
|
"url": "https://github.com/symfony/var-exporter.git",
|
3558
|
"reference": "ffd29a70370e466343e33154b5df197a07a13afa"
|
3559
|
},
|
3560
|
"dist": {
|
3561
|
"type": "zip",
|
3562
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
|
3563
|
"reference": "ffd29a70370e466343e33154b5df197a07a13afa",
|
3564
|
"shasum": ""
|
3565
|
},
|
3566
|
"require": {
|
3567
|
"php": "^7.2.5"
|
3568
|
},
|
3569
|
"require-dev": {
|
3570
|
"symfony/var-dumper": "^4.4|^5.0"
|
3571
|
},
|
3572
|
"type": "library",
|
3573
|
"extra": {
|
3574
|
"branch-alias": {
|
3575
|
"dev-master": "5.0-dev"
|
3576
|
}
|
3577
|
},
|
3578
|
"autoload": {
|
3579
|
"psr-4": {
|
3580
|
"Symfony\\Component\\VarExporter\\": ""
|
3581
|
},
|
3582
|
"exclude-from-classmap": [
|
3583
|
"/Tests/"
|
3584
|
]
|
3585
|
},
|
3586
|
"notification-url": "https://packagist.org/downloads/",
|
3587
|
"license": [
|
3588
|
"MIT"
|
3589
|
],
|
3590
|
"authors": [
|
3591
|
{
|
3592
|
"name": "Nicolas Grekas",
|
3593
|
"email": "p@tchwork.com"
|
3594
|
},
|
3595
|
{
|
3596
|
"name": "Symfony Community",
|
3597
|
"homepage": "https://symfony.com/contributors"
|
3598
|
}
|
3599
|
],
|
3600
|
"description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
|
3601
|
"homepage": "https://symfony.com",
|
3602
|
"keywords": [
|
3603
|
"clone",
|
3604
|
"construct",
|
3605
|
"export",
|
3606
|
"hydrate",
|
3607
|
"instantiate",
|
3608
|
"serialize"
|
3609
|
],
|
3610
|
"funding": [
|
3611
|
{
|
3612
|
"url": "https://symfony.com/sponsor",
|
3613
|
"type": "custom"
|
3614
|
},
|
3615
|
{
|
3616
|
"url": "https://github.com/fabpot",
|
3617
|
"type": "github"
|
3618
|
},
|
3619
|
{
|
3620
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
3621
|
"type": "tidelift"
|
3622
|
}
|
3623
|
],
|
3624
|
"time": "2020-03-27T16:56:45+00:00"
|
3625
|
},
|
3626
|
{
|
3627
|
"name": "symfony/yaml",
|
3628
|
"version": "v5.0.7",
|
3629
|
"source": {
|
3630
|
"type": "git",
|
3631
|
"url": "https://github.com/symfony/yaml.git",
|
3632
|
"reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd"
|
3633
|
},
|
3634
|
"dist": {
|
3635
|
"type": "zip",
|
3636
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
|
3637
|
"reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
|
3638
|
"shasum": ""
|
3639
|
},
|
3640
|
"require": {
|
3641
|
"php": "^7.2.5",
|
3642
|
"symfony/polyfill-ctype": "~1.8"
|
3643
|
},
|
3644
|
"conflict": {
|
3645
|
"symfony/console": "<4.4"
|
3646
|
},
|
3647
|
"require-dev": {
|
3648
|
"symfony/console": "^4.4|^5.0"
|
3649
|
},
|
3650
|
"suggest": {
|
3651
|
"symfony/console": "For validating YAML files using the lint command"
|
3652
|
},
|
3653
|
"type": "library",
|
3654
|
"extra": {
|
3655
|
"branch-alias": {
|
3656
|
"dev-master": "5.0-dev"
|
3657
|
}
|
3658
|
},
|
3659
|
"autoload": {
|
3660
|
"psr-4": {
|
3661
|
"Symfony\\Component\\Yaml\\": ""
|
3662
|
},
|
3663
|
"exclude-from-classmap": [
|
3664
|
"/Tests/"
|
3665
|
]
|
3666
|
},
|
3667
|
"notification-url": "https://packagist.org/downloads/",
|
3668
|
"license": [
|
3669
|
"MIT"
|
3670
|
],
|
3671
|
"authors": [
|
3672
|
{
|
3673
|
"name": "Fabien Potencier",
|
3674
|
"email": "fabien@symfony.com"
|
3675
|
},
|
3676
|
{
|
3677
|
"name": "Symfony Community",
|
3678
|
"homepage": "https://symfony.com/contributors"
|
3679
|
}
|
3680
|
],
|
3681
|
"description": "Symfony Yaml Component",
|
3682
|
"homepage": "https://symfony.com",
|
3683
|
"funding": [
|
3684
|
{
|
3685
|
"url": "https://symfony.com/sponsor",
|
3686
|
"type": "custom"
|
3687
|
},
|
3688
|
{
|
3689
|
"url": "https://github.com/fabpot",
|
3690
|
"type": "github"
|
3691
|
},
|
3692
|
{
|
3693
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
3694
|
"type": "tidelift"
|
3695
|
}
|
3696
|
],
|
3697
|
"time": "2020-03-30T11:42:42+00:00"
|
3698
|
},
|
3699
|
{
|
3700
|
"name": "twig/extra-bundle",
|
3701
|
"version": "v3.0.3",
|
3702
|
"source": {
|
3703
|
"type": "git",
|
3704
|
"url": "https://github.com/twigphp/twig-extra-bundle.git",
|
3705
|
"reference": "6eaf1637abe6b68518e7e0949ebb84e55770d5c6"
|
3706
|
},
|
3707
|
"dist": {
|
3708
|
"type": "zip",
|
3709
|
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/6eaf1637abe6b68518e7e0949ebb84e55770d5c6",
|
3710
|
"reference": "6eaf1637abe6b68518e7e0949ebb84e55770d5c6",
|
3711
|
"shasum": ""
|
3712
|
},
|
3713
|
"require": {
|
3714
|
"php": "^7.1.3",
|
3715
|
"symfony/framework-bundle": "^4.3|^5.0",
|
3716
|
"symfony/twig-bundle": "^4.3|^5.0",
|
3717
|
"twig/twig": "^2.4|^3.0"
|
3718
|
},
|
3719
|
"require-dev": {
|
3720
|
"twig/cssinliner-extra": "^2.12|^3.0",
|
3721
|
"twig/html-extra": "^2.12|^3.0",
|
3722
|
"twig/inky-extra": "^2.12|^3.0",
|
3723
|
"twig/intl-extra": "^2.12|^3.0",
|
3724
|
"twig/markdown-extra": "^2.12|^3.0"
|
3725
|
},
|
3726
|
"type": "symfony-bundle",
|
3727
|
"extra": {
|
3728
|
"branch-alias": {
|
3729
|
"dev-master": "3.0-dev"
|
3730
|
}
|
3731
|
},
|
3732
|
"autoload": {
|
3733
|
"psr-4": {
|
3734
|
"Twig\\Extra\\TwigExtraBundle\\": "src/"
|
3735
|
}
|
3736
|
},
|
3737
|
"notification-url": "https://packagist.org/downloads/",
|
3738
|
"license": [
|
3739
|
"MIT"
|
3740
|
],
|
3741
|
"authors": [
|
3742
|
{
|
3743
|
"name": "Fabien Potencier",
|
3744
|
"email": "fabien@symfony.com",
|
3745
|
"homepage": "http://fabien.potencier.org",
|
3746
|
"role": "Lead Developer"
|
3747
|
}
|
3748
|
],
|
3749
|
"description": "A Symfony bundle for extra Twig extensions",
|
3750
|
"homepage": "https://twig.symfony.com",
|
3751
|
"keywords": [
|
3752
|
"bundle",
|
3753
|
"extra",
|
3754
|
"twig"
|
3755
|
],
|
3756
|
"time": "2020-01-01T17:11:09+00:00"
|
3757
|
},
|
3758
|
{
|
3759
|
"name": "twig/twig",
|
3760
|
"version": "v3.0.3",
|
3761
|
"source": {
|
3762
|
"type": "git",
|
3763
|
"url": "https://github.com/twigphp/Twig.git",
|
3764
|
"reference": "3b88ccd180a6b61ebb517aea3b1a8906762a1dc2"
|
3765
|
},
|
3766
|
"dist": {
|
3767
|
"type": "zip",
|
3768
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3b88ccd180a6b61ebb517aea3b1a8906762a1dc2",
|
3769
|
"reference": "3b88ccd180a6b61ebb517aea3b1a8906762a1dc2",
|
3770
|
"shasum": ""
|
3771
|
},
|
3772
|
"require": {
|
3773
|
"php": "^7.2.5",
|
3774
|
"symfony/polyfill-ctype": "^1.8",
|
3775
|
"symfony/polyfill-mbstring": "^1.3"
|
3776
|
},
|
3777
|
"require-dev": {
|
3778
|
"psr/container": "^1.0",
|
3779
|
"symfony/phpunit-bridge": "^4.4|^5.0"
|
3780
|
},
|
3781
|
"type": "library",
|
3782
|
"extra": {
|
3783
|
"branch-alias": {
|
3784
|
"dev-master": "3.0-dev"
|
3785
|
}
|
3786
|
},
|
3787
|
"autoload": {
|
3788
|
"psr-4": {
|
3789
|
"Twig\\": "src/"
|
3790
|
}
|
3791
|
},
|
3792
|
"notification-url": "https://packagist.org/downloads/",
|
3793
|
"license": [
|
3794
|
"BSD-3-Clause"
|
3795
|
],
|
3796
|
"authors": [
|
3797
|
{
|
3798
|
"name": "Fabien Potencier",
|
3799
|
"email": "fabien@symfony.com",
|
3800
|
"homepage": "http://fabien.potencier.org",
|
3801
|
"role": "Lead Developer"
|
3802
|
},
|
3803
|
{
|
3804
|
"name": "Twig Team",
|
3805
|
"role": "Contributors"
|
3806
|
},
|
3807
|
{
|
3808
|
"name": "Armin Ronacher",
|
3809
|
"email": "armin.ronacher@active-4.com",
|
3810
|
"role": "Project Founder"
|
3811
|
}
|
3812
|
],
|
3813
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
3814
|
"homepage": "https://twig.symfony.com",
|
3815
|
"keywords": [
|
3816
|
"templating"
|
3817
|
],
|
3818
|
"time": "2020-02-11T15:33:47+00:00"
|
3819
|
},
|
3820
|
{
|
3821
|
"name": "webimpress/safe-writer",
|
3822
|
"version": "2.0.1",
|
3823
|
"source": {
|
3824
|
"type": "git",
|
3825
|
"url": "https://github.com/webimpress/safe-writer.git",
|
3826
|
"reference": "d6e879960febb307c112538997316371f1e95b12"
|
3827
|
},
|
3828
|
"dist": {
|
3829
|
"type": "zip",
|
3830
|
"url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d6e879960febb307c112538997316371f1e95b12",
|
3831
|
"reference": "d6e879960febb307c112538997316371f1e95b12",
|
3832
|
"shasum": ""
|
3833
|
},
|
3834
|
"require": {
|
3835
|
"php": "^7.2"
|
3836
|
},
|
3837
|
"require-dev": {
|
3838
|
"phpunit/phpunit": "^8.5.2 || ^9.0.1",
|
3839
|
"webimpress/coding-standard": "^1.1.4"
|
3840
|
},
|
3841
|
"type": "library",
|
3842
|
"extra": {
|
3843
|
"branch-alias": {
|
3844
|
"dev-master": "2.0.x-dev",
|
3845
|
"dev-develop": "2.1.x-dev",
|
3846
|
"dev-release-1.0": "1.0.x-dev"
|
3847
|
}
|
3848
|
},
|
3849
|
"autoload": {
|
3850
|
"psr-4": {
|
3851
|
"Webimpress\\SafeWriter\\": "src/"
|
3852
|
}
|
3853
|
},
|
3854
|
"notification-url": "https://packagist.org/downloads/",
|
3855
|
"license": [
|
3856
|
"BSD-2-Clause"
|
3857
|
],
|
3858
|
"description": "Tool to write files safely, to avoid race conditions",
|
3859
|
"keywords": [
|
3860
|
"concurrent write",
|
3861
|
"file writer",
|
3862
|
"race condition",
|
3863
|
"safe writer",
|
3864
|
"webimpress"
|
3865
|
],
|
3866
|
"funding": [
|
3867
|
{
|
3868
|
"url": "https://github.com/michalbundyra",
|
3869
|
"type": "github"
|
3870
|
}
|
3871
|
],
|
3872
|
"time": "2020-03-21T15:49:08+00:00"
|
3873
|
}
|
3874
|
],
|
3875
|
"packages-dev": [
|
3876
|
{
|
3877
|
"name": "composer/semver",
|
3878
|
"version": "1.5.1",
|
3879
|
"source": {
|
3880
|
"type": "git",
|
3881
|
"url": "https://github.com/composer/semver.git",
|
3882
|
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
|
3883
|
},
|
3884
|
"dist": {
|
3885
|
"type": "zip",
|
3886
|
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
|
3887
|
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
|
3888
|
"shasum": ""
|
3889
|
},
|
3890
|
"require": {
|
3891
|
"php": "^5.3.2 || ^7.0"
|
3892
|
},
|
3893
|
"require-dev": {
|
3894
|
"phpunit/phpunit": "^4.5 || ^5.0.5"
|
3895
|
},
|
3896
|
"type": "library",
|
3897
|
"extra": {
|
3898
|
"branch-alias": {
|
3899
|
"dev-master": "1.x-dev"
|
3900
|
}
|
3901
|
},
|
3902
|
"autoload": {
|
3903
|
"psr-4": {
|
3904
|
"Composer\\Semver\\": "src"
|
3905
|
}
|
3906
|
},
|
3907
|
"notification-url": "https://packagist.org/downloads/",
|
3908
|
"license": [
|
3909
|
"MIT"
|
3910
|
],
|
3911
|
"authors": [
|
3912
|
{
|
3913
|
"name": "Nils Adermann",
|
3914
|
"email": "naderman@naderman.de",
|
3915
|
"homepage": "http://www.naderman.de"
|
3916
|
},
|
3917
|
{
|
3918
|
"name": "Jordi Boggiano",
|
3919
|
"email": "j.boggiano@seld.be",
|
3920
|
"homepage": "http://seld.be"
|
3921
|
},
|
3922
|
{
|
3923
|
"name": "Rob Bast",
|
3924
|
"email": "rob.bast@gmail.com",
|
3925
|
"homepage": "http://robbast.nl"
|
3926
|
}
|
3927
|
],
|
3928
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
3929
|
"keywords": [
|
3930
|
"semantic",
|
3931
|
"semver",
|
3932
|
"validation",
|
3933
|
"versioning"
|
3934
|
],
|
3935
|
"time": "2020-01-13T12:06:48+00:00"
|
3936
|
},
|
3937
|
{
|
3938
|
"name": "composer/xdebug-handler",
|
3939
|
"version": "1.4.1",
|
3940
|
"source": {
|
3941
|
"type": "git",
|
3942
|
"url": "https://github.com/composer/xdebug-handler.git",
|
3943
|
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
|
3944
|
},
|
3945
|
"dist": {
|
3946
|
"type": "zip",
|
3947
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
|
3948
|
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
|
3949
|
"shasum": ""
|
3950
|
},
|
3951
|
"require": {
|
3952
|
"php": "^5.3.2 || ^7.0 || ^8.0",
|
3953
|
"psr/log": "^1.0"
|
3954
|
},
|
3955
|
"require-dev": {
|
3956
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
|
3957
|
},
|
3958
|
"type": "library",
|
3959
|
"autoload": {
|
3960
|
"psr-4": {
|
3961
|
"Composer\\XdebugHandler\\": "src"
|
3962
|
}
|
3963
|
},
|
3964
|
"notification-url": "https://packagist.org/downloads/",
|
3965
|
"license": [
|
3966
|
"MIT"
|
3967
|
],
|
3968
|
"authors": [
|
3969
|
{
|
3970
|
"name": "John Stevenson",
|
3971
|
"email": "john-stevenson@blueyonder.co.uk"
|
3972
|
}
|
3973
|
],
|
3974
|
"description": "Restarts a process without Xdebug.",
|
3975
|
"keywords": [
|
3976
|
"Xdebug",
|
3977
|
"performance"
|
3978
|
],
|
3979
|
"funding": [
|
3980
|
{
|
3981
|
"url": "https://packagist.com",
|
3982
|
"type": "custom"
|
3983
|
}
|
3984
|
],
|
3985
|
"time": "2020-03-01T12:26:26+00:00"
|
3986
|
},
|
3987
|
{
|
3988
|
"name": "friendsofphp/php-cs-fixer",
|
3989
|
"version": "v2.16.3",
|
3990
|
"source": {
|
3991
|
"type": "git",
|
3992
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
3993
|
"reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
|
3994
|
},
|
3995
|
"dist": {
|
3996
|
"type": "zip",
|
3997
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
|
3998
|
"reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
|
3999
|
"shasum": ""
|
4000
|
},
|
4001
|
"require": {
|
4002
|
"composer/semver": "^1.4",
|
4003
|
"composer/xdebug-handler": "^1.2",
|
4004
|
"doctrine/annotations": "^1.2",
|
4005
|
"ext-json": "*",
|
4006
|
"ext-tokenizer": "*",
|
4007
|
"php": "^5.6 || ^7.0",
|
4008
|
"php-cs-fixer/diff": "^1.3",
|
4009
|
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
|
4010
|
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
|
4011
|
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
|
4012
|
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
|
4013
|
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
|
4014
|
"symfony/polyfill-php70": "^1.0",
|
4015
|
"symfony/polyfill-php72": "^1.4",
|
4016
|
"symfony/process": "^3.0 || ^4.0 || ^5.0",
|
4017
|
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
|
4018
|
},
|
4019
|
"require-dev": {
|
4020
|
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
4021
|
"justinrainbow/json-schema": "^5.0",
|
4022
|
"keradus/cli-executor": "^1.2",
|
4023
|
"mikey179/vfsstream": "^1.6",
|
4024
|
"php-coveralls/php-coveralls": "^2.1",
|
4025
|
"php-cs-fixer/accessible-object": "^1.0",
|
4026
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
|
4027
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
|
4028
|
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
|
4029
|
"phpunitgoodpractices/traits": "^1.8",
|
4030
|
"symfony/phpunit-bridge": "^4.3 || ^5.0",
|
4031
|
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
|
4032
|
},
|
4033
|
"suggest": {
|
4034
|
"ext-dom": "For handling output formats in XML",
|
4035
|
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
|
4036
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
|
4037
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
|
4038
|
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
|
4039
|
},
|
4040
|
"bin": [
|
4041
|
"php-cs-fixer"
|
4042
|
],
|
4043
|
"type": "application",
|
4044
|
"autoload": {
|
4045
|
"psr-4": {
|
4046
|
"PhpCsFixer\\": "src/"
|
4047
|
},
|
4048
|
"classmap": [
|
4049
|
"tests/Test/AbstractFixerTestCase.php",
|
4050
|
"tests/Test/AbstractIntegrationCaseFactory.php",
|
4051
|
"tests/Test/AbstractIntegrationTestCase.php",
|
4052
|
"tests/Test/Assert/AssertTokensTrait.php",
|
4053
|
"tests/Test/IntegrationCase.php",
|
4054
|
"tests/Test/IntegrationCaseFactory.php",
|
4055
|
"tests/Test/IntegrationCaseFactoryInterface.php",
|
4056
|
"tests/Test/InternalIntegrationCaseFactory.php",
|
4057
|
"tests/Test/IsIdenticalConstraint.php",
|
4058
|
"tests/TestCase.php"
|
4059
|
]
|
4060
|
},
|
4061
|
"notification-url": "https://packagist.org/downloads/",
|
4062
|
"license": [
|
4063
|
"MIT"
|
4064
|
],
|
4065
|
"authors": [
|
4066
|
{
|
4067
|
"name": "Fabien Potencier",
|
4068
|
"email": "fabien@symfony.com"
|
4069
|
},
|
4070
|
{
|
4071
|
"name": "Dariusz Rumiński",
|
4072
|
"email": "dariusz.ruminski@gmail.com"
|
4073
|
}
|
4074
|
],
|
4075
|
"description": "A tool to automatically fix PHP code style",
|
4076
|
"time": "2020-04-15T18:51:10+00:00"
|
4077
|
},
|
4078
|
{
|
4079
|
"name": "php-cs-fixer/diff",
|
4080
|
"version": "v1.3.0",
|
4081
|
"source": {
|
4082
|
"type": "git",
|
4083
|
"url": "https://github.com/PHP-CS-Fixer/diff.git",
|
4084
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
|
4085
|
},
|
4086
|
"dist": {
|
4087
|
"type": "zip",
|
4088
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
|
4089
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
|
4090
|
"shasum": ""
|
4091
|
},
|
4092
|
"require": {
|
4093
|
"php": "^5.6 || ^7.0"
|
4094
|
},
|
4095
|
"require-dev": {
|
4096
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
4097
|
"symfony/process": "^3.3"
|
4098
|
},
|
4099
|
"type": "library",
|
4100
|
"autoload": {
|
4101
|
"classmap": [
|
4102
|
"src/"
|
4103
|
]
|
4104
|
},
|
4105
|
"notification-url": "https://packagist.org/downloads/",
|
4106
|
"license": [
|
4107
|
"BSD-3-Clause"
|
4108
|
],
|
4109
|
"authors": [
|
4110
|
{
|
4111
|
"name": "Kore Nordmann",
|
4112
|
"email": "mail@kore-nordmann.de"
|
4113
|
},
|
4114
|
{
|
4115
|
"name": "Sebastian Bergmann",
|
4116
|
"email": "sebastian@phpunit.de"
|
4117
|
},
|
4118
|
{
|
4119
|
"name": "SpacePossum"
|
4120
|
}
|
4121
|
],
|
4122
|
"description": "sebastian/diff v2 backport support for PHP5.6",
|
4123
|
"homepage": "https://github.com/PHP-CS-Fixer",
|
4124
|
"keywords": [
|
4125
|
"diff"
|
4126
|
],
|
4127
|
"time": "2018-02-15T16:58:55+00:00"
|
4128
|
},
|
4129
|
{
|
4130
|
"name": "squizlabs/php_codesniffer",
|
4131
|
"version": "3.5.4",
|
4132
|
"source": {
|
4133
|
"type": "git",
|
4134
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
4135
|
"reference": "dceec07328401de6211037abbb18bda423677e26"
|
4136
|
},
|
4137
|
"dist": {
|
4138
|
"type": "zip",
|
4139
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
|
4140
|
"reference": "dceec07328401de6211037abbb18bda423677e26",
|
4141
|
"shasum": ""
|
4142
|
},
|
4143
|
"require": {
|
4144
|
"ext-simplexml": "*",
|
4145
|
"ext-tokenizer": "*",
|
4146
|
"ext-xmlwriter": "*",
|
4147
|
"php": ">=5.4.0"
|
4148
|
},
|
4149
|
"require-dev": {
|
4150
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
4151
|
},
|
4152
|
"bin": [
|
4153
|
"bin/phpcs",
|
4154
|
"bin/phpcbf"
|
4155
|
],
|
4156
|
"type": "library",
|
4157
|
"extra": {
|
4158
|
"branch-alias": {
|
4159
|
"dev-master": "3.x-dev"
|
4160
|
}
|
4161
|
},
|
4162
|
"notification-url": "https://packagist.org/downloads/",
|
4163
|
"license": [
|
4164
|
"BSD-3-Clause"
|
4165
|
],
|
4166
|
"authors": [
|
4167
|
{
|
4168
|
"name": "Greg Sherwood",
|
4169
|
"role": "lead"
|
4170
|
}
|
4171
|
],
|
4172
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
4173
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
4174
|
"keywords": [
|
4175
|
"phpcs",
|
4176
|
"standards"
|
4177
|
],
|
4178
|
"time": "2020-01-30T22:20:29+00:00"
|
4179
|
},
|
4180
|
{
|
4181
|
"name": "symfony/process",
|
4182
|
"version": "v5.0.7",
|
4183
|
"source": {
|
4184
|
"type": "git",
|
4185
|
"url": "https://github.com/symfony/process.git",
|
4186
|
"reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
|
4187
|
},
|
4188
|
"dist": {
|
4189
|
"type": "zip",
|
4190
|
"url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
|
4191
|
"reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
|
4192
|
"shasum": ""
|
4193
|
},
|
4194
|
"require": {
|
4195
|
"php": "^7.2.5"
|
4196
|
},
|
4197
|
"type": "library",
|
4198
|
"extra": {
|
4199
|
"branch-alias": {
|
4200
|
"dev-master": "5.0-dev"
|
4201
|
}
|
4202
|
},
|
4203
|
"autoload": {
|
4204
|
"psr-4": {
|
4205
|
"Symfony\\Component\\Process\\": ""
|
4206
|
},
|
4207
|
"exclude-from-classmap": [
|
4208
|
"/Tests/"
|
4209
|
]
|
4210
|
},
|
4211
|
"notification-url": "https://packagist.org/downloads/",
|
4212
|
"license": [
|
4213
|
"MIT"
|
4214
|
],
|
4215
|
"authors": [
|
4216
|
{
|
4217
|
"name": "Fabien Potencier",
|
4218
|
"email": "fabien@symfony.com"
|
4219
|
},
|
4220
|
{
|
4221
|
"name": "Symfony Community",
|
4222
|
"homepage": "https://symfony.com/contributors"
|
4223
|
}
|
4224
|
],
|
4225
|
"description": "Symfony Process Component",
|
4226
|
"homepage": "https://symfony.com",
|
4227
|
"time": "2020-03-27T16:56:45+00:00"
|
4228
|
},
|
4229
|
{
|
4230
|
"name": "symfony/stopwatch",
|
4231
|
"version": "v5.0.7",
|
4232
|
"source": {
|
4233
|
"type": "git",
|
4234
|
"url": "https://github.com/symfony/stopwatch.git",
|
4235
|
"reference": "a1d86d30d4522423afc998f32404efa34fcf5a73"
|
4236
|
},
|
4237
|
"dist": {
|
4238
|
"type": "zip",
|
4239
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/a1d86d30d4522423afc998f32404efa34fcf5a73",
|
4240
|
"reference": "a1d86d30d4522423afc998f32404efa34fcf5a73",
|
4241
|
"shasum": ""
|
4242
|
},
|
4243
|
"require": {
|
4244
|
"php": "^7.2.5",
|
4245
|
"symfony/service-contracts": "^1.0|^2"
|
4246
|
},
|
4247
|
"type": "library",
|
4248
|
"extra": {
|
4249
|
"branch-alias": {
|
4250
|
"dev-master": "5.0-dev"
|
4251
|
}
|
4252
|
},
|
4253
|
"autoload": {
|
4254
|
"psr-4": {
|
4255
|
"Symfony\\Component\\Stopwatch\\": ""
|
4256
|
},
|
4257
|
"exclude-from-classmap": [
|
4258
|
"/Tests/"
|
4259
|
]
|
4260
|
},
|
4261
|
"notification-url": "https://packagist.org/downloads/",
|
4262
|
"license": [
|
4263
|
"MIT"
|
4264
|
],
|
4265
|
"authors": [
|
4266
|
{
|
4267
|
"name": "Fabien Potencier",
|
4268
|
"email": "fabien@symfony.com"
|
4269
|
},
|
4270
|
{
|
4271
|
"name": "Symfony Community",
|
4272
|
"homepage": "https://symfony.com/contributors"
|
4273
|
}
|
4274
|
],
|
4275
|
"description": "Symfony Stopwatch Component",
|
4276
|
"homepage": "https://symfony.com",
|
4277
|
"funding": [
|
4278
|
{
|
4279
|
"url": "https://symfony.com/sponsor",
|
4280
|
"type": "custom"
|
4281
|
},
|
4282
|
{
|
4283
|
"url": "https://github.com/fabpot",
|
4284
|
"type": "github"
|
4285
|
},
|
4286
|
{
|
4287
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4288
|
"type": "tidelift"
|
4289
|
}
|
4290
|
],
|
4291
|
"time": "2020-03-27T16:56:45+00:00"
|
4292
|
}
|
4293
|
],
|
4294
|
"aliases": [],
|
4295
|
"minimum-stability": "stable",
|
4296
|
"stability-flags": [],
|
4297
|
"prefer-stable": false,
|
4298
|
"prefer-lowest": false,
|
4299
|
"platform": {
|
4300
|
"php": "^7.2.5",
|
4301
|
"ext-ctype": "*",
|
4302
|
"ext-iconv": "*"
|
4303
|
},
|
4304
|
"platform-dev": [],
|
4305
|
"plugin-api-version": "1.1.0"
|
4306
|
}
|