Revize 82a189fb
Přidáno uživatelem Jakub Vašta před téměř 5 roky(ů)
website/composer.lock | ||
---|---|---|
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 |
{ |
Také k dispozici: Unified diff
- composer lock soubory odstraněny, protože obsahovaly již nepotřebné
závislosti