Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b8edf218

Přidáno uživatelem Jakub Vašta před asi 4 roky(ů)

Re #7857

+ twig, annotations, mongo přidáno do composer.json
+ template and routing základní test funkcionality
+ mongo dump obnova - compose.yml - přidán nový volume data-db pro
uchování dat (docker windows nezvládá volume: ./database:/data/db) a
mount dev-dump složky
+ build.bat (dev) - composer update, mongorestore

Zobrazit rozdíly:

website/composer.lock
4 4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
        "This file is @generated automatically"
6 6
    ],
7
    "content-hash": "032bc0061131fefa9b8aebddb553037c",
7
    "content-hash": "88fc942d3af8ccdab2c606f3ba3cb47f",
8 8
    "packages": [
9 9
        {
10 10
            "name": "doctrine/annotations",
......
76 76
            "time": "2020-04-02T12:33:25+00:00"
77 77
        },
78 78
        {
79
            "name": "doctrine/lexer",
80
            "version": "1.2.0",
79
            "name": "doctrine/cache",
80
            "version": "1.10.0",
81 81
            "source": {
82 82
                "type": "git",
83
                "url": "https://github.com/doctrine/lexer.git",
84
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
85 85
            },
86 86
            "dist": {
87 87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
89
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
89
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
90 90
                "shasum": ""
91 91
            },
92 92
            "require": {
93
                "php": "^7.2"
93
                "php": "~7.1"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
94 97
            },
95 98
            "require-dev": {
99
                "alcaeus/mongo-php-adapter": "^1.1",
96 100
                "doctrine/coding-standard": "^6.0",
97
                "phpstan/phpstan": "^0.11.8",
98
                "phpunit/phpunit": "^8.2"
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"
99 107
            },
100 108
            "type": "library",
101 109
            "extra": {
102 110
                "branch-alias": {
103
                    "dev-master": "1.2.x-dev"
111
                    "dev-master": "1.9.x-dev"
104 112
                }
105 113
            },
106 114
            "autoload": {
107 115
                "psr-4": {
108
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
116
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
109 117
                }
110 118
            },
111 119
            "notification-url": "https://packagist.org/downloads/",
......
121 129
                    "name": "Roman Borschel",
122 130
                    "email": "roman@code-factory.org"
123 131
                },
132
                {
133
                    "name": "Benjamin Eberlei",
134
                    "email": "kontakt@beberlei.de"
135
                },
136
                {
137
                    "name": "Jonathan Wage",
138
                    "email": "jonwage@gmail.com"
139
                },
124 140
                {
125 141
                    "name": "Johannes Schmitt",
126 142
                    "email": "schmittjoh@gmail.com"
127 143
                }
128 144
            ],
129
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
130
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
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",
131 147
            "keywords": [
132
                "annotations",
133
                "docblock",
134
                "lexer",
135
                "parser",
136
                "php"
148
                "abstraction",
149
                "apcu",
150
                "cache",
151
                "caching",
152
                "couchdb",
153
                "memcached",
154
                "php",
155
                "redis",
156
                "xcache"
137 157
            ],
138
            "time": "2019-10-30T14:39:59+00:00"
158
            "time": "2019-11-29T15:36:20+00:00"
139 159
        },
140 160
        {
141
            "name": "psr/cache",
142
            "version": "1.0.1",
161
            "name": "doctrine/collections",
162
            "version": "1.6.4",
143 163
            "source": {
144 164
                "type": "git",
145
                "url": "https://github.com/php-fig/cache.git",
146
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
165
                "url": "https://github.com/doctrine/collections.git",
166
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
147 167
            },
148 168
            "dist": {
149 169
                "type": "zip",
150
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
151
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
170
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
171
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
152 172
                "shasum": ""
153 173
            },
154 174
            "require": {
155
                "php": ">=5.3.0"
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"
156 182
            },
157 183
            "type": "library",
158 184
            "extra": {
159 185
                "branch-alias": {
160
                    "dev-master": "1.0.x-dev"
186
                    "dev-master": "1.6.x-dev"
161 187
                }
162 188
            },
163 189
            "autoload": {
164 190
                "psr-4": {
165
                    "Psr\\Cache\\": "src/"
191
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
166 192
                }
167 193
            },
168 194
            "notification-url": "https://packagist.org/downloads/",
......
171 197
            ],
172 198
            "authors": [
173 199
                {
174
                    "name": "PHP-FIG",
175
                    "homepage": "http://www.php-fig.org/"
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"
176 218
                }
177 219
            ],
178
            "description": "Common interface for caching libraries",
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",
179 222
            "keywords": [
180
                "cache",
181
                "psr",
182
                "psr-6"
223
                "array",
224
                "collections",
225
                "iterators",
226
                "php"
183 227
            ],
184
            "time": "2016-08-06T20:24:11+00:00"
228
            "time": "2019-11-13T13:07:11+00:00"
185 229
        },
186 230
        {
187
            "name": "psr/container",
188
            "version": "1.0.0",
231
            "name": "doctrine/event-manager",
232
            "version": "1.1.0",
189 233
            "source": {
190 234
                "type": "git",
191
                "url": "https://github.com/php-fig/container.git",
192
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
235
                "url": "https://github.com/doctrine/event-manager.git",
236
                "reference": "629572819973f13486371cb611386eb17851e85c"
193 237
            },
194 238
            "dist": {
195 239
                "type": "zip",
196
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
197
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
240
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
241
                "reference": "629572819973f13486371cb611386eb17851e85c",
198 242
                "shasum": ""
199 243
            },
200 244
            "require": {
201
                "php": ">=5.3.0"
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"
202 253
            },
203 254
            "type": "library",
204 255
            "extra": {
......
208 259
            },
209 260
            "autoload": {
210 261
                "psr-4": {
211
                    "Psr\\Container\\": "src/"
262
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
212 263
                }
213 264
            },
214 265
            "notification-url": "https://packagist.org/downloads/",
......
217 268
            ],
218 269
            "authors": [
219 270
                {
220
                    "name": "PHP-FIG",
221
                    "homepage": "http://www.php-fig.org/"
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"
222 293
                }
223 294
            ],
224
            "description": "Common Container Interface (PHP FIG PSR-11)",
225
            "homepage": "https://github.com/php-fig/container",
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",
226 297
            "keywords": [
227
                "PSR-11",
228
                "container",
229
                "container-interface",
230
                "container-interop",
231
                "psr"
298
                "event",
299
                "event dispatcher",
300
                "event manager",
301
                "event system",
302
                "events"
232 303
            ],
233
            "time": "2017-02-14T16:28:37+00:00"
304
            "time": "2019-11-10T09:48:07+00:00"
234 305
        },
235 306
        {
236
            "name": "psr/event-dispatcher",
237
            "version": "1.0.0",
307
            "name": "doctrine/instantiator",
308
            "version": "1.3.0",
238 309
            "source": {
239 310
                "type": "git",
240
                "url": "https://github.com/php-fig/event-dispatcher.git",
241
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
311
                "url": "https://github.com/doctrine/instantiator.git",
312
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
242 313
            },
243 314
            "dist": {
244 315
                "type": "zip",
245
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
246
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
316
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
317
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
247 318
                "shasum": ""
248 319
            },
249 320
            "require": {
250
                "php": ">=7.2.0"
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"
251 331
            },
252 332
            "type": "library",
253 333
            "extra": {
254 334
                "branch-alias": {
255
                    "dev-master": "1.0.x-dev"
335
                    "dev-master": "1.2.x-dev"
256 336
                }
257 337
            },
258 338
            "autoload": {
259 339
                "psr-4": {
260
                    "Psr\\EventDispatcher\\": "src/"
340
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
261 341
                }
262 342
            },
263 343
            "notification-url": "https://packagist.org/downloads/",
......
266 346
            ],
267 347
            "authors": [
268 348
                {
269
                    "name": "PHP-FIG",
270
                    "homepage": "http://www.php-fig.org/"
349
                    "name": "Marco Pivetta",
350
                    "email": "ocramius@gmail.com",
351
                    "homepage": "http://ocramius.github.com/"
271 352
                }
272 353
            ],
273
            "description": "Standard interfaces for event handling.",
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",
274 356
            "keywords": [
275
                "events",
276
                "psr",
277
                "psr-14"
357
                "constructor",
358
                "instantiate"
278 359
            ],
279
            "time": "2019-01-08T18:20:26+00:00"
360
            "time": "2019-10-21T16:45:58+00:00"
280 361
        },
281 362
        {
282
            "name": "psr/log",
283
            "version": "1.1.3",
363
            "name": "doctrine/lexer",
364
            "version": "1.2.0",
284 365
            "source": {
285 366
                "type": "git",
286
                "url": "https://github.com/php-fig/log.git",
287
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
367
                "url": "https://github.com/doctrine/lexer.git",
368
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
288 369
            },
289 370
            "dist": {
290 371
                "type": "zip",
291
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
292
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
372
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
373
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
293 374
                "shasum": ""
294 375
            },
295 376
            "require": {
296
                "php": ">=5.3.0"
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"
297 383
            },
298 384
            "type": "library",
299 385
            "extra": {
300 386
                "branch-alias": {
301
                    "dev-master": "1.1.x-dev"
387
                    "dev-master": "1.2.x-dev"
302 388
                }
303 389
            },
304 390
            "autoload": {
305 391
                "psr-4": {
306
                    "Psr\\Log\\": "Psr/Log/"
392
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
307 393
                }
308 394
            },
309 395
            "notification-url": "https://packagist.org/downloads/",
......
312 398
            ],
313 399
            "authors": [
314 400
                {
315
                    "name": "PHP-FIG",
316
                    "homepage": "http://www.php-fig.org/"
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"
317 411
                }
318 412
            ],
319
            "description": "Common interface for logging libraries",
320
            "homepage": "https://github.com/php-fig/log",
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",
321 415
            "keywords": [
322
                "log",
323
                "psr",
324
                "psr-3"
416
                "annotations",
417
                "docblock",
418
                "lexer",
419
                "parser",
420
                "php"
325 421
            ],
326
            "time": "2020-03-23T09:12:05+00:00"
422
            "time": "2019-10-30T14:39:59+00:00"
327 423
        },
328 424
        {
329
            "name": "sensio/framework-extra-bundle",
330
            "version": "v5.5.4",
425
            "name": "doctrine/mongodb-odm",
426
            "version": "2.0.5",
331 427
            "source": {
332 428
                "type": "git",
333
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
334
                "reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17"
429
                "url": "https://github.com/doctrine/mongodb-odm.git",
430
                "reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e"
335 431
            },
336 432
            "dist": {
337 433
                "type": "zip",
338
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d0585d4825a87a5030ca8cd34adb4a17e1066c17",
339
                "reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17",
434
                "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/638c4ec715941e9cfcaeff0dc3cd33576735548e",
435
                "reference": "638c4ec715941e9cfcaeff0dc3cd33576735548e",
340 436
                "shasum": ""
341 437
            },
342 438
            "require": {
343
                "doctrine/annotations": "^1.0",
344
                "php": ">=7.1.3",
345
                "symfony/config": "^4.4|^5.0",
346
                "symfony/dependency-injection": "^4.4|^5.0",
347
                "symfony/framework-bundle": "^4.4|^5.0",
348
                "symfony/http-kernel": "^4.4|^5.0"
349
            },
350
            "conflict": {
351
                "doctrine/doctrine-cache-bundle": "<1.3.1"
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"
352 451
            },
353 452
            "require-dev": {
354
                "doctrine/doctrine-bundle": "^1.11|^2.0",
355
                "doctrine/orm": "^2.5",
356
                "nyholm/psr7": "^1.1",
357
                "symfony/browser-kit": "^4.4|^5.0",
358
                "symfony/dom-crawler": "^4.4|^5.0",
359
                "symfony/expression-language": "^4.4|^5.0",
360
                "symfony/finder": "^4.4|^5.0",
361
                "symfony/monolog-bridge": "^4.0|^5.0",
362
                "symfony/monolog-bundle": "^3.2",
363
                "symfony/phpunit-bridge": "^4.3.5|^5.0",
364
                "symfony/psr-http-message-bridge": "^1.1",
365
                "symfony/security-bundle": "^4.4|^5.0",
366
                "symfony/twig-bundle": "^4.4|^5.0",
367
                "symfony/yaml": "^4.4|^5.0",
368
                "twig/twig": "^1.34|^2.4|^3.0"
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"
369 459
            },
370
            "type": "symfony-bundle",
460
            "type": "library",
371 461
            "extra": {
372 462
                "branch-alias": {
373
                    "dev-master": "5.5.x-dev"
463
                    "dev-master": "2.0.x-dev"
374 464
                }
375 465
            },
376 466
            "autoload": {
377 467
                "psr-4": {
378
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
379
                },
380
                "exclude-from-classmap": [
381
                    "/tests/"
382
                ]
468
                    "Doctrine\\ODM\\MongoDB\\": "lib/Doctrine/ODM/MongoDB"
469
                }
383 470
            },
384 471
            "notification-url": "https://packagist.org/downloads/",
385 472
            "license": [
......
387 474
            ],
388 475
            "authors": [
389 476
                {
390
                    "name": "Fabien Potencier",
391
                    "email": "fabien@symfony.com"
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"
392 499
                }
393 500
            ],
394
            "description": "This bundle provides a way to configure your controllers with annotations",
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",
395 503
            "keywords": [
396
                "annotations",
397
                "controllers"
504
                "data",
505
                "mapper",
506
                "mapping",
507
                "mongodb",
508
                "object",
509
                "odm",
510
                "php"
398 511
            ],
399
            "time": "2020-04-06T12:20:39+00:00"
512
            "time": "2020-01-14T20:52:40+00:00"
400 513
        },
401 514
        {
402
            "name": "symfony/cache",
403
            "version": "v5.0.7",
515
            "name": "doctrine/mongodb-odm-bundle",
516
            "version": "4.1.1",
404 517
            "source": {
405 518
                "type": "git",
406
                "url": "https://github.com/symfony/cache.git",
407
                "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2"
519
                "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git",
520
                "reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37"
408 521
            },
409 522
            "dist": {
410 523
                "type": "zip",
411
                "url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2",
412
                "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2",
524
                "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/21ed3a7ca4a5cd7571574943363e88aa703fae37",
525
                "reference": "21ed3a7ca4a5cd7571574943363e88aa703fae37",
413 526
                "shasum": ""
414 527
            },
415 528
            "require": {
416
                "php": "^7.2.5",
417
                "psr/cache": "~1.0",
418
                "psr/log": "~1.0",
419
                "symfony/cache-contracts": "^1.1.7|^2",
420
                "symfony/service-contracts": "^1.1|^2",
421
                "symfony/var-exporter": "^4.4|^5.0"
422
            },
423
            "conflict": {
424
                "doctrine/dbal": "<2.5",
425
                "symfony/dependency-injection": "<4.4",
426
                "symfony/http-kernel": "<4.4",
427
                "symfony/var-dumper": "<4.4"
428
            },
429
            "provide": {
430
                "psr/cache-implementation": "1.0",
431
                "psr/simple-cache-implementation": "1.0",
432
                "symfony/cache-implementation": "1.0"
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"
433 541
            },
434 542
            "require-dev": {
435
                "cache/integration-tests": "dev-master",
436
                "doctrine/cache": "~1.6",
437
                "doctrine/dbal": "~2.5",
438
                "predis/predis": "~1.1",
439
                "psr/simple-cache": "^1.0",
440
                "symfony/config": "^4.4|^5.0",
441
                "symfony/dependency-injection": "^4.4|^5.0",
442
                "symfony/var-dumper": "^4.4|^5.0"
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"
443 550
            },
444
            "type": "library",
551
            "suggest": {
552
                "doctrine/data-fixtures": "Load data fixtures"
553
            },
554
            "type": "symfony-bundle",
445 555
            "extra": {
446 556
                "branch-alias": {
447
                    "dev-master": "5.0-dev"
557
                    "dev-master": "4.1.x-dev"
448 558
                }
449 559
            },
450 560
            "autoload": {
451 561
                "psr-4": {
452
                    "Symfony\\Component\\Cache\\": ""
562
                    "Doctrine\\Bundle\\MongoDBBundle\\": ""
453 563
                },
454 564
                "exclude-from-classmap": [
455 565
                    "/Tests/"
......
461 571
            ],
462 572
            "authors": [
463 573
                {
464
                    "name": "Nicolas Grekas",
465
                    "email": "p@tchwork.com"
466
                },
467
                {
468
                    "name": "Symfony Community",
469
                    "homepage": "https://symfony.com/contributors"
470
                }
471
            ],
472
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
473
            "homepage": "https://symfony.com",
474
            "keywords": [
475
                "caching",
476
                "psr6"
477
            ],
478
            "funding": [
479
                {
480
                    "url": "https://symfony.com/sponsor",
481
                    "type": "custom"
574
                    "name": "Bulat Shakirzyanov",
575
                    "email": "mallluhuct@gmail.com"
482 576
                },
483 577
                {
484
                    "url": "https://github.com/fabpot",
485
                    "type": "github"
578
                    "name": "Kris Wallsmith",
579
                    "email": "kris@symfony.com"
486 580
                },
487 581
                {
488
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
489
                    "type": "tidelift"
582
                    "name": "Jonathan H. Wage",
583
                    "email": "jonwage@gmail.com"
490 584
                }
491 585
            ],
492
            "time": "2020-03-27T16:56:45+00:00"
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"
493 594
        },
494 595
        {
495
            "name": "symfony/cache-contracts",
496
            "version": "v2.0.1",
596
            "name": "doctrine/persistence",
597
            "version": "1.3.7",
497 598
            "source": {
498 599
                "type": "git",
499
                "url": "https://github.com/symfony/cache-contracts.git",
500
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
600
                "url": "https://github.com/doctrine/persistence.git",
601
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
501 602
            },
502 603
            "dist": {
503 604
                "type": "zip",
504
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
505
                "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
605
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
606
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
506 607
                "shasum": ""
507 608
            },
508 609
            "require": {
509
                "php": "^7.2.5",
510
                "psr/cache": "^1.0"
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"
511 616
            },
512
            "suggest": {
513
                "symfony/cache-implementation": ""
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"
514 624
            },
515 625
            "type": "library",
516 626
            "extra": {
517 627
                "branch-alias": {
518
                    "dev-master": "2.0-dev"
628
                    "dev-master": "1.3.x-dev"
519 629
                }
520 630
            },
521 631
            "autoload": {
522 632
                "psr-4": {
523
                    "Symfony\\Contracts\\Cache\\": ""
633
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
634
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
524 635
                }
525 636
            },
526 637
            "notification-url": "https://packagist.org/downloads/",
......
529 640
            ],
530 641
            "authors": [
531 642
                {
532
                    "name": "Nicolas Grekas",
533
                    "email": "p@tchwork.com"
643
                    "name": "Guilherme Blanco",
644
                    "email": "guilhermeblanco@gmail.com"
534 645
                },
535 646
                {
536
                    "name": "Symfony Community",
537
                    "homepage": "https://symfony.com/contributors"
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"
538 665
                }
539 666
            ],
540
            "description": "Generic abstractions related to caching",
541
            "homepage": "https://symfony.com",
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",
542 669
            "keywords": [
543
                "abstractions",
544
                "contracts",
545
                "decoupling",
546
                "interfaces",
547
                "interoperability",
548
                "standards"
670
                "mapper",
671
                "object",
672
                "odm",
673
                "orm",
674
                "persistence"
549 675
            ],
550
            "time": "2019-11-18T17:27:11+00:00"
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"
551 691
        },
552 692
        {
553
            "name": "symfony/config",
554
            "version": "v5.0.7",
693
            "name": "doctrine/reflection",
694
            "version": "1.2.1",
555 695
            "source": {
556 696
                "type": "git",
557
                "url": "https://github.com/symfony/config.git",
558
                "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986"
697
                "url": "https://github.com/doctrine/reflection.git",
698
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
559 699
            },
560 700
            "dist": {
561 701
                "type": "zip",
562
                "url": "https://api.github.com/repos/symfony/config/zipball/3e633c31a34738f7f4ed7a225c43fc45ca74c986",
563
                "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986",
702
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
703
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
564 704
                "shasum": ""
565 705
            },
566 706
            "require": {
567
                "php": "^7.2.5",
568
                "symfony/filesystem": "^4.4|^5.0",
569
                "symfony/polyfill-ctype": "~1.8"
707
                "doctrine/annotations": "^1.0",
708
                "ext-tokenizer": "*",
709
                "php": "^7.1"
570 710
            },
571 711
            "conflict": {
572
                "symfony/finder": "<4.4"
712
                "doctrine/common": "<2.9"
573 713
            },
574 714
            "require-dev": {
575
                "symfony/event-dispatcher": "^4.4|^5.0",
576
                "symfony/finder": "^4.4|^5.0",
577
                "symfony/messenger": "^4.4|^5.0",
578
                "symfony/service-contracts": "^1.1|^2",
579
                "symfony/yaml": "^4.4|^5.0"
580
            },
581
            "suggest": {
582
                "symfony/yaml": "To use the yaml reference dumper"
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"
583 720
            },
584 721
            "type": "library",
585 722
            "extra": {
586 723
                "branch-alias": {
587
                    "dev-master": "5.0-dev"
724
                    "dev-master": "1.2.x-dev"
588 725
                }
589 726
            },
590 727
            "autoload": {
591 728
                "psr-4": {
592
                    "Symfony\\Component\\Config\\": ""
593
                },
594
                "exclude-from-classmap": [
595
                    "/Tests/"
596
                ]
729
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
730
                }
597 731
            },
598 732
            "notification-url": "https://packagist.org/downloads/",
599 733
            "license": [
......
601 735
            ],
602 736
            "authors": [
603 737
                {
604
                    "name": "Fabien Potencier",
605
                    "email": "fabien@symfony.com"
738
                    "name": "Guilherme Blanco",
739
                    "email": "guilhermeblanco@gmail.com"
606 740
                },
607 741
                {
608
                    "name": "Symfony Community",
609
                    "homepage": "https://symfony.com/contributors"
610
                }
611
            ],
612
            "description": "Symfony Config Component",
613
            "homepage": "https://symfony.com",
614
            "funding": [
742
                    "name": "Roman Borschel",
743
                    "email": "roman@code-factory.org"
744
                },
615 745
                {
616
                    "url": "https://symfony.com/sponsor",
617
                    "type": "custom"
746
                    "name": "Benjamin Eberlei",
747
                    "email": "kontakt@beberlei.de"
618 748
                },
619 749
                {
620
                    "url": "https://github.com/fabpot",
621
                    "type": "github"
750
                    "name": "Jonathan Wage",
751
                    "email": "jonwage@gmail.com"
622 752
                },
623 753
                {
624
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
625
                    "type": "tidelift"
754
                    "name": "Johannes Schmitt",
755
                    "email": "schmittjoh@gmail.com"
756
                },
757
                {
758
                    "name": "Marco Pivetta",
759
                    "email": "ocramius@gmail.com"
626 760
                }
627 761
            ],
628
            "time": "2020-03-27T16:56:45+00:00"
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"
629 769
        },
630 770
        {
631
            "name": "symfony/console",
632
            "version": "v5.0.7",
771
            "name": "laminas/laminas-code",
772
            "version": "3.4.1",
633 773
            "source": {
634 774
                "type": "git",
635
                "url": "https://github.com/symfony/console.git",
636
                "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
775
                "url": "https://github.com/laminas/laminas-code.git",
776
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
637 777
            },
638 778
            "dist": {
639 779
                "type": "zip",
640
                "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
641
                "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
780
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
781
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
642 782
                "shasum": ""
643 783
            },
644 784
            "require": {
645
                "php": "^7.2.5",
646
                "symfony/polyfill-mbstring": "~1.0",
647
                "symfony/polyfill-php73": "^1.8",
648
                "symfony/service-contracts": "^1.1|^2"
785
                "laminas/laminas-eventmanager": "^2.6 || ^3.0",
786
                "laminas/laminas-zendframework-bridge": "^1.0",
787
                "php": "^7.1"
649 788
            },
650 789
            "conflict": {
651
                "symfony/dependency-injection": "<4.4",
652
                "symfony/event-dispatcher": "<4.4",
653
                "symfony/lock": "<4.4",
654
                "symfony/process": "<4.4"
790
                "phpspec/prophecy": "<1.9.0"
655 791
            },
656
            "provide": {
657
                "psr/log-implementation": "1.0"
792
            "replace": {
793
                "zendframework/zend-code": "self.version"
658 794
            },
659 795
            "require-dev": {
660
                "psr/log": "~1.0",
661
                "symfony/config": "^4.4|^5.0",
662
                "symfony/dependency-injection": "^4.4|^5.0",
663
                "symfony/event-dispatcher": "^4.4|^5.0",
664
                "symfony/lock": "^4.4|^5.0",
665
                "symfony/process": "^4.4|^5.0",
666
                "symfony/var-dumper": "^4.4|^5.0"
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"
667 801
            },
668 802
            "suggest": {
669
                "psr/log": "For using the console logger",
670
                "symfony/event-dispatcher": "",
671
                "symfony/lock": "",
672
                "symfony/process": ""
803
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
804
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
673 805
            },
674 806
            "type": "library",
675 807
            "extra": {
676 808
                "branch-alias": {
677
                    "dev-master": "5.0-dev"
809
                    "dev-master": "3.4.x-dev",
810
                    "dev-develop": "3.5.x-dev",
811
                    "dev-dev-4.0": "4.0.x-dev"
678 812
                }
679 813
            },
680 814
            "autoload": {
681 815
                "psr-4": {
682
                    "Symfony\\Component\\Console\\": ""
683
                },
684
                "exclude-from-classmap": [
685
                    "/Tests/"
686
                ]
816
                    "Laminas\\Code\\": "src/"
817
                }
687 818
            },
688 819
            "notification-url": "https://packagist.org/downloads/",
689 820
            "license": [
690
                "MIT"
691
            ],
692
            "authors": [
693
                {
694
                    "name": "Fabien Potencier",
695
                    "email": "fabien@symfony.com"
696
                },
697
                {
698
                    "name": "Symfony Community",
699
                    "homepage": "https://symfony.com/contributors"
700
                }
821
                "BSD-3-Clause"
701 822
            ],
702
            "description": "Symfony Console Component",
703
            "homepage": "https://symfony.com",
704
            "funding": [
705
                {
706
                    "url": "https://symfony.com/sponsor",
707
                    "type": "custom"
708
                },
709
                {
710
                    "url": "https://github.com/fabpot",
711
                    "type": "github"
712
                },
713
                {
714
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
715
                    "type": "tidelift"
716
                }
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"
717 828
            ],
718
            "time": "2020-03-30T11:42:42+00:00"
829
            "time": "2019-12-31T16:28:24+00:00"
719 830
        },
720 831
        {
721
            "name": "symfony/dependency-injection",
722
            "version": "v5.0.7",
832
            "name": "laminas/laminas-eventmanager",
833
            "version": "3.2.1",
723 834
            "source": {
724 835
                "type": "git",
725
                "url": "https://github.com/symfony/dependency-injection.git",
726
                "reference": "4e48dc44680d8efa357410c78093a04753196981"
836
                "url": "https://github.com/laminas/laminas-eventmanager.git",
837
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
727 838
            },
728 839
            "dist": {
729 840
                "type": "zip",
730
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e48dc44680d8efa357410c78093a04753196981",
731
                "reference": "4e48dc44680d8efa357410c78093a04753196981",
841
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
842
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
732 843
                "shasum": ""
733 844
            },
734 845
            "require": {
735
                "php": "^7.2.5",
736
                "psr/container": "^1.0",
737
                "symfony/service-contracts": "^1.1.6|^2"
846
                "laminas/laminas-zendframework-bridge": "^1.0",
847
                "php": "^5.6 || ^7.0"
738 848
            },
739
            "conflict": {
740
                "symfony/config": "<5.0",
741
                "symfony/finder": "<4.4",
742
                "symfony/proxy-manager-bridge": "<4.4",
743
                "symfony/yaml": "<4.4"
744
            },
745
            "provide": {
746
                "psr/container-implementation": "1.0",
747
                "symfony/service-implementation": "1.0"
849
            "replace": {
850
                "zendframework/zend-eventmanager": "self.version"
748 851
            },
749 852
            "require-dev": {
750
                "symfony/config": "^5.0",
751
                "symfony/expression-language": "^4.4|^5.0",
752
                "symfony/yaml": "^4.4|^5.0"
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"
753 858
            },
754 859
            "suggest": {
755
                "symfony/config": "",
756
                "symfony/expression-language": "For using expressions in service container configuration",
757
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
758
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
759
                "symfony/yaml": ""
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"
760 862
            },
761 863
            "type": "library",
762 864
            "extra": {
763 865
                "branch-alias": {
764
                    "dev-master": "5.0-dev"
866
                    "dev-master": "3.2-dev",
867
                    "dev-develop": "3.3-dev"
765 868
                }
766 869
            },
767 870
            "autoload": {
768 871
                "psr-4": {
769
                    "Symfony\\Component\\DependencyInjection\\": ""
770
                },
771
                "exclude-from-classmap": [
772
                    "/Tests/"
773
                ]
872
                    "Laminas\\EventManager\\": "src/"
873
                }
774 874
            },
775 875
            "notification-url": "https://packagist.org/downloads/",
776 876
            "license": [
777
                "MIT"
778
            ],
779
            "authors": [
780
                {
781
                    "name": "Fabien Potencier",
782
                    "email": "fabien@symfony.com"
783
                },
784
                {
785
                    "name": "Symfony Community",
786
                    "homepage": "https://symfony.com/contributors"
787
                }
877
                "BSD-3-Clause"
788 878
            ],
789
            "description": "Symfony DependencyInjection Component",
790
            "homepage": "https://symfony.com",
791
            "funding": [
792
                {
793
                    "url": "https://symfony.com/sponsor",
794
                    "type": "custom"
795
                },
796
                {
797
                    "url": "https://github.com/fabpot",
798
                    "type": "github"
799
                },
800
                {
801
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
802
                    "type": "tidelift"
803
                }
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"
804 886
            ],
805
            "time": "2020-03-30T11:42:42+00:00"
887
            "time": "2019-12-31T16:44:52+00:00"
806 888
        },
807 889
        {
808
            "name": "symfony/dotenv",
809
            "version": "v5.0.7",
890
            "name": "laminas/laminas-zendframework-bridge",
891
            "version": "1.0.3",
810 892
            "source": {
811 893
                "type": "git",
812
                "url": "https://github.com/symfony/dotenv.git",
813
                "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72"
894
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
895
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
814 896
            },
815 897
            "dist": {
816 898
                "type": "zip",
817
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72",
818
                "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72",
899
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
900
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
819 901
                "shasum": ""
820 902
            },
821 903
            "require": {
822
                "php": "^7.2.5"
904
                "php": "^5.6 || ^7.0"
823 905
            },
824 906
            "require-dev": {
825
                "symfony/process": "^4.4|^5.0"
907
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
908
                "squizlabs/php_codesniffer": "^3.5"
826 909
            },
827 910
            "type": "library",
828 911
            "extra": {
829 912
                "branch-alias": {
830
                    "dev-master": "5.0-dev"
913
                    "dev-master": "1.0.x-dev",
914
                    "dev-develop": "1.1.x-dev"
915
                },
916
                "laminas": {
917
                    "module": "Laminas\\ZendFrameworkBridge"
831 918
                }
832 919
            },
833 920
            "autoload": {
921
                "files": [
922
                    "src/autoload.php"
923
                ],
834 924
                "psr-4": {
835
                    "Symfony\\Component\\Dotenv\\": ""
836
                },
837
                "exclude-from-classmap": [
838
                    "/Tests/"
839
                ]
925
                    "Laminas\\ZendFrameworkBridge\\": "src//"
926
                }
840 927
            },
841 928
            "notification-url": "https://packagist.org/downloads/",
842 929
            "license": [
843
                "MIT"
844
            ],
845
            "authors": [
846
                {
847
                    "name": "Fabien Potencier",
848
                    "email": "fabien@symfony.com"
849
                },
850
                {
851
                    "name": "Symfony Community",
852
                    "homepage": "https://symfony.com/contributors"
853
                }
930
                "BSD-3-Clause"
854 931
            ],
855
            "description": "Registers environment variables from a .env file",
856
            "homepage": "https://symfony.com",
932
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
857 933
            "keywords": [
858
                "dotenv",
859
                "env",
860
                "environment"
861
            ],
862
            "funding": [
863
                {
864
                    "url": "https://symfony.com/sponsor",
865
                    "type": "custom"
866
                },
867
                {
868
                    "url": "https://github.com/fabpot",
869
                    "type": "github"
870
                },
871
                {
872
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
873
                    "type": "tidelift"
874
                }
934
                "ZendFramework",
935
                "autoloading",
936
                "laminas",
937
                "zf"
875 938
            ],
876
            "time": "2020-03-27T16:56:45+00:00"
939
            "time": "2020-04-03T16:01:00+00:00"
877 940
        },
878 941
        {
879
            "name": "symfony/error-handler",
880
            "version": "v5.0.7",
942
            "name": "mongodb/mongodb",
943
            "version": "1.6.0",
881 944
            "source": {
882 945
                "type": "git",
883
                "url": "https://github.com/symfony/error-handler.git",
884
                "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
946
                "url": "https://github.com/mongodb/mongo-php-library.git",
947
                "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15"
885 948
            },
886 949
            "dist": {
887 950
                "type": "zip",
888
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
889
                "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
951
                "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
952
                "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
890 953
                "shasum": ""
891 954
            },
892 955
            "require": {
893
                "php": "^7.2.5",
894
                "psr/log": "^1.0",
895
                "symfony/var-dumper": "^4.4|^5.0"
956
                "ext-hash": "*",
957
                "ext-json": "*",
958
                "ext-mongodb": "^1.7",
959
                "php": "^5.6 || ^7.0"
896 960
            },
897 961
            "require-dev": {
898
                "symfony/http-kernel": "^4.4|^5.0",
899
                "symfony/serializer": "^4.4|^5.0"
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"
900 966
            },
901 967
            "type": "library",
902 968
            "extra": {
903 969
                "branch-alias": {
904
                    "dev-master": "5.0-dev"
970
                    "dev-master": "1.6.x-dev"
905 971
                }
906 972
            },
907 973
            "autoload": {
908 974
                "psr-4": {
909
                    "Symfony\\Component\\ErrorHandler\\": ""
975
                    "MongoDB\\": "src/"
910 976
                },
911
                "exclude-from-classmap": [
912
                    "/Tests/"
977
                "files": [
978
                    "src/functions.php"
913 979
                ]
914 980
            },
915 981
            "notification-url": "https://packagist.org/downloads/",
916 982
            "license": [
917
                "MIT"
983
                "Apache-2.0"
918 984
            ],
919 985
            "authors": [
920 986
                {
921
                    "name": "Fabien Potencier",
922
                    "email": "fabien@symfony.com"
923
                },
924
                {
925
                    "name": "Symfony Community",
926
                    "homepage": "https://symfony.com/contributors"
927
                }
928
            ],
929
            "description": "Symfony ErrorHandler Component",
930
            "homepage": "https://symfony.com",
931
            "funding": [
932
                {
933
                    "url": "https://symfony.com/sponsor",
934
                    "type": "custom"
987
                    "name": "Andreas Braun",
988
                    "email": "andreas.braun@mongodb.com"
935 989
                },
936 990
                {
937
                    "url": "https://github.com/fabpot",
938
                    "type": "github"
991
                    "name": "Jeremy Mikola",
992
                    "email": "jmikola@gmail.com"
939 993
                },
940 994
                {
941
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
942
                    "type": "tidelift"
995
                    "name": "Katherine Walker",
996
                    "email": "katherine.walker@mongodb.com"
943 997
                }
944 998
            ],
945
            "time": "2020-03-30T14:14:32+00:00"
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"
946 1008
        },
947 1009
        {
948
            "name": "symfony/event-dispatcher",
949
            "version": "v5.0.7",
1010
            "name": "ocramius/package-versions",
1011
            "version": "1.8.0",
950 1012
            "source": {
951 1013
                "type": "git",
952
                "url": "https://github.com/symfony/event-dispatcher.git",
953
                "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
1014
                "url": "https://github.com/Ocramius/PackageVersions.git",
1015
                "reference": "421679846270a5772534828013a93be709fb13df"
954 1016
            },
955 1017
            "dist": {
956 1018
                "type": "zip",
957
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
958
                "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
1019
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df",
1020
                "reference": "421679846270a5772534828013a93be709fb13df",
959 1021
                "shasum": ""
960 1022
            },
961 1023
            "require": {
962
                "php": "^7.2.5",
963
                "symfony/event-dispatcher-contracts": "^2"
964
            },
965
            "conflict": {
966
                "symfony/dependency-injection": "<4.4"
967
            },
968
            "provide": {
969
                "psr/event-dispatcher-implementation": "1.0",
970
                "symfony/event-dispatcher-implementation": "2.0"
1024
                "composer-plugin-api": "^1.1.0 || ^2.0",
1025
                "php": "^7.4.0"
971 1026
            },
972 1027
            "require-dev": {
973
                "psr/log": "~1.0",
974
                "symfony/config": "^4.4|^5.0",
975
                "symfony/dependency-injection": "^4.4|^5.0",
976
                "symfony/expression-language": "^4.4|^5.0",
977
                "symfony/http-foundation": "^4.4|^5.0",
978
                "symfony/service-contracts": "^1.1|^2",
979
                "symfony/stopwatch": "^4.4|^5.0"
980
            },
981
            "suggest": {
982
                "symfony/dependency-injection": "",
983
                "symfony/http-kernel": ""
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"
984 1034
            },
985
            "type": "library",
1035
            "type": "composer-plugin",
986 1036
            "extra": {
1037
                "class": "PackageVersions\\Installer",
987 1038
                "branch-alias": {
988
                    "dev-master": "5.0-dev"
1039
                    "dev-master": "1.99.x-dev"
989 1040
                }
990 1041
            },
991 1042
            "autoload": {
992 1043
                "psr-4": {
993
                    "Symfony\\Component\\EventDispatcher\\": ""
994
                },
995
                "exclude-from-classmap": [
996
                    "/Tests/"
997
                ]
1044
                    "PackageVersions\\": "src/PackageVersions"
1045
                }
998 1046
            },
999 1047
            "notification-url": "https://packagist.org/downloads/",
1000 1048
            "license": [
......
1002 1050
            ],
1003 1051
            "authors": [
1004 1052
                {
1005
                    "name": "Fabien Potencier",
1006
                    "email": "fabien@symfony.com"
1007
                },
1008
                {
1009
                    "name": "Symfony Community",
1010
                    "homepage": "https://symfony.com/contributors"
1053
                    "name": "Marco Pivetta",
1054
                    "email": "ocramius@gmail.com"
1011 1055
                }
1012 1056
            ],
1013
            "description": "Symfony EventDispatcher Component",
1014
            "homepage": "https://symfony.com",
1057
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1015 1058
            "funding": [
1016 1059
                {
1017
                    "url": "https://symfony.com/sponsor",
1018
                    "type": "custom"
1019
                },
1020
                {
1021
                    "url": "https://github.com/fabpot",
1060
                    "url": "https://github.com/Ocramius",
1022 1061
                    "type": "github"
1023 1062
                },
1024 1063
                {
1025
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1064
                    "url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
1026 1065
                    "type": "tidelift"
1027 1066
                }
1028 1067
            ],
1029
            "time": "2020-03-27T16:56:45+00:00"
1068
            "time": "2020-04-06T17:43:35+00:00"
1030 1069
        },
1031 1070
        {
... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.

Také k dispozici: Unified diff