These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
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#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "a3bdaa97c58a10b8c69db088e99b9d58", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "cpliakas/git-wrapper", |
||
11 | "version": "v2.0.1", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/cpliakas/git-wrapper.git", |
||
15 | "reference": "fc10b4474e635df8f642c1a789d446a88f8bd1f3" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/cpliakas/git-wrapper/zipball/fc10b4474e635df8f642c1a789d446a88f8bd1f3", |
||
20 | "reference": "fc10b4474e635df8f642c1a789d446a88f8bd1f3", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": "^7.1.3", |
||
25 | "symfony/event-dispatcher": "^4.0", |
||
26 | "symfony/process": "^4.0" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "nette/utils": "^2.4", |
||
30 | "phpstan/phpstan": "^0.9", |
||
31 | "phpunit/phpunit": "^6.5", |
||
32 | "psr/log": "1.0", |
||
33 | "slam/php-cs-fixer-extensions": "^1.10", |
||
34 | "symfony/filesystem": "^4.0", |
||
35 | "symplify/changelog-linker": "^3.0", |
||
36 | "symplify/easy-coding-standard": "^3.0" |
||
37 | }, |
||
38 | "suggest": { |
||
39 | "monolog/monolog": "Enables logging of executed git commands" |
||
40 | }, |
||
41 | "type": "library", |
||
42 | "autoload": { |
||
43 | "psr-4": { |
||
44 | "GitWrapper\\": "src" |
||
45 | } |
||
46 | }, |
||
47 | "notification-url": "https://packagist.org/downloads/", |
||
48 | "license": [ |
||
49 | "MIT" |
||
50 | ], |
||
51 | "authors": [ |
||
52 | { |
||
53 | "name": "Chris Pliakas", |
||
54 | "email": "[email protected]" |
||
55 | } |
||
56 | ], |
||
57 | "description": "A PHP wrapper around the Git command line utility.", |
||
58 | "keywords": [ |
||
59 | "cli", |
||
60 | "git", |
||
61 | "git wrapper" |
||
62 | ], |
||
63 | "time": "2018-01-30T19:34:55+00:00" |
||
64 | }, |
||
65 | { |
||
66 | "name": "doctrine/annotations", |
||
67 | "version": "v1.6.0", |
||
68 | "source": { |
||
69 | "type": "git", |
||
70 | "url": "https://github.com/doctrine/annotations.git", |
||
71 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
72 | }, |
||
73 | "dist": { |
||
74 | "type": "zip", |
||
75 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
76 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
77 | "shasum": "" |
||
78 | }, |
||
79 | "require": { |
||
80 | "doctrine/lexer": "1.*", |
||
81 | "php": "^7.1" |
||
82 | }, |
||
83 | "require-dev": { |
||
84 | "doctrine/cache": "1.*", |
||
85 | "phpunit/phpunit": "^6.4" |
||
86 | }, |
||
87 | "type": "library", |
||
88 | "extra": { |
||
89 | "branch-alias": { |
||
90 | "dev-master": "1.6.x-dev" |
||
91 | } |
||
92 | }, |
||
93 | "autoload": { |
||
94 | "psr-4": { |
||
95 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
96 | } |
||
97 | }, |
||
98 | "notification-url": "https://packagist.org/downloads/", |
||
99 | "license": [ |
||
100 | "MIT" |
||
101 | ], |
||
102 | "authors": [ |
||
103 | { |
||
104 | "name": "Roman Borschel", |
||
105 | "email": "[email protected]" |
||
106 | }, |
||
107 | { |
||
108 | "name": "Benjamin Eberlei", |
||
109 | "email": "[email protected]" |
||
110 | }, |
||
111 | { |
||
112 | "name": "Guilherme Blanco", |
||
113 | "email": "[email protected]" |
||
114 | }, |
||
115 | { |
||
116 | "name": "Jonathan Wage", |
||
117 | "email": "[email protected]" |
||
118 | }, |
||
119 | { |
||
120 | "name": "Johannes Schmitt", |
||
121 | "email": "[email protected]" |
||
122 | } |
||
123 | ], |
||
124 | "description": "Docblock Annotations Parser", |
||
125 | "homepage": "http://www.doctrine-project.org", |
||
126 | "keywords": [ |
||
127 | "annotations", |
||
128 | "docblock", |
||
129 | "parser" |
||
130 | ], |
||
131 | "time": "2017-12-06T07:11:42+00:00" |
||
132 | }, |
||
133 | { |
||
134 | "name": "doctrine/cache", |
||
135 | "version": "v1.7.1", |
||
136 | "source": { |
||
137 | "type": "git", |
||
138 | "url": "https://github.com/doctrine/cache.git", |
||
139 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
140 | }, |
||
141 | "dist": { |
||
142 | "type": "zip", |
||
143 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
144 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
145 | "shasum": "" |
||
146 | }, |
||
147 | "require": { |
||
148 | "php": "~7.1" |
||
149 | }, |
||
150 | "conflict": { |
||
151 | "doctrine/common": ">2.2,<2.4" |
||
152 | }, |
||
153 | "require-dev": { |
||
154 | "alcaeus/mongo-php-adapter": "^1.1", |
||
155 | "mongodb/mongodb": "^1.1", |
||
156 | "phpunit/phpunit": "^5.7", |
||
157 | "predis/predis": "~1.0" |
||
158 | }, |
||
159 | "suggest": { |
||
160 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
161 | }, |
||
162 | "type": "library", |
||
163 | "extra": { |
||
164 | "branch-alias": { |
||
165 | "dev-master": "1.7.x-dev" |
||
166 | } |
||
167 | }, |
||
168 | "autoload": { |
||
169 | "psr-4": { |
||
170 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
171 | } |
||
172 | }, |
||
173 | "notification-url": "https://packagist.org/downloads/", |
||
174 | "license": [ |
||
175 | "MIT" |
||
176 | ], |
||
177 | "authors": [ |
||
178 | { |
||
179 | "name": "Roman Borschel", |
||
180 | "email": "[email protected]" |
||
181 | }, |
||
182 | { |
||
183 | "name": "Benjamin Eberlei", |
||
184 | "email": "[email protected]" |
||
185 | }, |
||
186 | { |
||
187 | "name": "Guilherme Blanco", |
||
188 | "email": "[email protected]" |
||
189 | }, |
||
190 | { |
||
191 | "name": "Jonathan Wage", |
||
192 | "email": "[email protected]" |
||
193 | }, |
||
194 | { |
||
195 | "name": "Johannes Schmitt", |
||
196 | "email": "[email protected]" |
||
197 | } |
||
198 | ], |
||
199 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
200 | "homepage": "http://www.doctrine-project.org", |
||
201 | "keywords": [ |
||
202 | "cache", |
||
203 | "caching" |
||
204 | ], |
||
205 | "time": "2017-08-25T07:02:50+00:00" |
||
206 | }, |
||
207 | { |
||
208 | "name": "doctrine/collections", |
||
209 | "version": "v1.5.0", |
||
210 | "source": { |
||
211 | "type": "git", |
||
212 | "url": "https://github.com/doctrine/collections.git", |
||
213 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
214 | }, |
||
215 | "dist": { |
||
216 | "type": "zip", |
||
217 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
218 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
219 | "shasum": "" |
||
220 | }, |
||
221 | "require": { |
||
222 | "php": "^7.1" |
||
223 | }, |
||
224 | "require-dev": { |
||
225 | "doctrine/coding-standard": "~0.1@dev", |
||
226 | "phpunit/phpunit": "^5.7" |
||
227 | }, |
||
228 | "type": "library", |
||
229 | "extra": { |
||
230 | "branch-alias": { |
||
231 | "dev-master": "1.3.x-dev" |
||
232 | } |
||
233 | }, |
||
234 | "autoload": { |
||
235 | "psr-0": { |
||
236 | "Doctrine\\Common\\Collections\\": "lib/" |
||
237 | } |
||
238 | }, |
||
239 | "notification-url": "https://packagist.org/downloads/", |
||
240 | "license": [ |
||
241 | "MIT" |
||
242 | ], |
||
243 | "authors": [ |
||
244 | { |
||
245 | "name": "Roman Borschel", |
||
246 | "email": "[email protected]" |
||
247 | }, |
||
248 | { |
||
249 | "name": "Benjamin Eberlei", |
||
250 | "email": "[email protected]" |
||
251 | }, |
||
252 | { |
||
253 | "name": "Guilherme Blanco", |
||
254 | "email": "[email protected]" |
||
255 | }, |
||
256 | { |
||
257 | "name": "Jonathan Wage", |
||
258 | "email": "[email protected]" |
||
259 | }, |
||
260 | { |
||
261 | "name": "Johannes Schmitt", |
||
262 | "email": "[email protected]" |
||
263 | } |
||
264 | ], |
||
265 | "description": "Collections Abstraction library", |
||
266 | "homepage": "http://www.doctrine-project.org", |
||
267 | "keywords": [ |
||
268 | "array", |
||
269 | "collections", |
||
270 | "iterator" |
||
271 | ], |
||
272 | "time": "2017-07-22T10:37:32+00:00" |
||
273 | }, |
||
274 | { |
||
275 | "name": "doctrine/common", |
||
276 | "version": "v2.8.1", |
||
277 | "source": { |
||
278 | "type": "git", |
||
279 | "url": "https://github.com/doctrine/common.git", |
||
280 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
281 | }, |
||
282 | "dist": { |
||
283 | "type": "zip", |
||
284 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
285 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
286 | "shasum": "" |
||
287 | }, |
||
288 | "require": { |
||
289 | "doctrine/annotations": "1.*", |
||
290 | "doctrine/cache": "1.*", |
||
291 | "doctrine/collections": "1.*", |
||
292 | "doctrine/inflector": "1.*", |
||
293 | "doctrine/lexer": "1.*", |
||
294 | "php": "~7.1" |
||
295 | }, |
||
296 | "require-dev": { |
||
297 | "phpunit/phpunit": "^5.7" |
||
298 | }, |
||
299 | "type": "library", |
||
300 | "extra": { |
||
301 | "branch-alias": { |
||
302 | "dev-master": "2.8.x-dev" |
||
303 | } |
||
304 | }, |
||
305 | "autoload": { |
||
306 | "psr-4": { |
||
307 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
308 | } |
||
309 | }, |
||
310 | "notification-url": "https://packagist.org/downloads/", |
||
311 | "license": [ |
||
312 | "MIT" |
||
313 | ], |
||
314 | "authors": [ |
||
315 | { |
||
316 | "name": "Roman Borschel", |
||
317 | "email": "[email protected]" |
||
318 | }, |
||
319 | { |
||
320 | "name": "Benjamin Eberlei", |
||
321 | "email": "[email protected]" |
||
322 | }, |
||
323 | { |
||
324 | "name": "Guilherme Blanco", |
||
325 | "email": "[email protected]" |
||
326 | }, |
||
327 | { |
||
328 | "name": "Jonathan Wage", |
||
329 | "email": "[email protected]" |
||
330 | }, |
||
331 | { |
||
332 | "name": "Johannes Schmitt", |
||
333 | "email": "[email protected]" |
||
334 | } |
||
335 | ], |
||
336 | "description": "Common Library for Doctrine projects", |
||
337 | "homepage": "http://www.doctrine-project.org", |
||
338 | "keywords": [ |
||
339 | "annotations", |
||
340 | "collections", |
||
341 | "eventmanager", |
||
342 | "persistence", |
||
343 | "spl" |
||
344 | ], |
||
345 | "time": "2017-08-31T08:43:38+00:00" |
||
346 | }, |
||
347 | { |
||
348 | "name": "doctrine/dbal", |
||
349 | "version": "v2.6.3", |
||
350 | "source": { |
||
351 | "type": "git", |
||
352 | "url": "https://github.com/doctrine/dbal.git", |
||
353 | "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" |
||
354 | }, |
||
355 | "dist": { |
||
356 | "type": "zip", |
||
357 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13", |
||
358 | "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13", |
||
359 | "shasum": "" |
||
360 | }, |
||
361 | "require": { |
||
362 | "doctrine/common": "^2.7.1", |
||
363 | "ext-pdo": "*", |
||
364 | "php": "^7.1" |
||
365 | }, |
||
366 | "require-dev": { |
||
367 | "phpunit/phpunit": "^5.4.6", |
||
368 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
369 | "symfony/console": "2.*||^3.0" |
||
370 | }, |
||
371 | "suggest": { |
||
372 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
373 | }, |
||
374 | "bin": [ |
||
375 | "bin/doctrine-dbal" |
||
376 | ], |
||
377 | "type": "library", |
||
378 | "extra": { |
||
379 | "branch-alias": { |
||
380 | "dev-master": "2.6.x-dev" |
||
381 | } |
||
382 | }, |
||
383 | "autoload": { |
||
384 | "psr-0": { |
||
385 | "Doctrine\\DBAL\\": "lib/" |
||
386 | } |
||
387 | }, |
||
388 | "notification-url": "https://packagist.org/downloads/", |
||
389 | "license": [ |
||
390 | "MIT" |
||
391 | ], |
||
392 | "authors": [ |
||
393 | { |
||
394 | "name": "Roman Borschel", |
||
395 | "email": "[email protected]" |
||
396 | }, |
||
397 | { |
||
398 | "name": "Benjamin Eberlei", |
||
399 | "email": "[email protected]" |
||
400 | }, |
||
401 | { |
||
402 | "name": "Guilherme Blanco", |
||
403 | "email": "[email protected]" |
||
404 | }, |
||
405 | { |
||
406 | "name": "Jonathan Wage", |
||
407 | "email": "[email protected]" |
||
408 | } |
||
409 | ], |
||
410 | "description": "Database Abstraction Layer", |
||
411 | "homepage": "http://www.doctrine-project.org", |
||
412 | "keywords": [ |
||
413 | "database", |
||
414 | "dbal", |
||
415 | "persistence", |
||
416 | "queryobject" |
||
417 | ], |
||
418 | "time": "2017-11-19T13:38:54+00:00" |
||
419 | }, |
||
420 | { |
||
421 | "name": "doctrine/doctrine-bundle", |
||
422 | "version": "1.8.1", |
||
423 | "source": { |
||
424 | "type": "git", |
||
425 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
426 | "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87" |
||
427 | }, |
||
428 | "dist": { |
||
429 | "type": "zip", |
||
430 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/eb6e4fb904a459be28872765ab6e2d246aac7c87", |
||
431 | "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87", |
||
432 | "shasum": "" |
||
433 | }, |
||
434 | "require": { |
||
435 | "doctrine/dbal": "^2.5.12", |
||
436 | "doctrine/doctrine-cache-bundle": "~1.2", |
||
437 | "jdorn/sql-formatter": "^1.2.16", |
||
438 | "php": "^5.5.9|^7.0", |
||
439 | "symfony/console": "~2.7|~3.0|~4.0", |
||
440 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
441 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
442 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" |
||
443 | }, |
||
444 | "conflict": { |
||
445 | "symfony/http-foundation": "<2.6" |
||
446 | }, |
||
447 | "require-dev": { |
||
448 | "doctrine/orm": "~2.3", |
||
449 | "phpunit/phpunit": "^4.8.36|^5.7|^6.4", |
||
450 | "satooshi/php-coveralls": "^1.0", |
||
451 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
452 | "symfony/property-info": "~2.8|~3.0|~4.0", |
||
453 | "symfony/validator": "~2.7|~3.0|~4.0", |
||
454 | "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0", |
||
455 | "symfony/yaml": "~2.7|~3.0|~4.0", |
||
456 | "twig/twig": "~1.26|~2.0" |
||
457 | }, |
||
458 | "suggest": { |
||
459 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
460 | "symfony/web-profiler-bundle": "To use the data collector." |
||
461 | }, |
||
462 | "type": "symfony-bundle", |
||
463 | "extra": { |
||
464 | "branch-alias": { |
||
465 | "dev-master": "1.8.x-dev" |
||
466 | } |
||
467 | }, |
||
468 | "autoload": { |
||
469 | "psr-4": { |
||
470 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
471 | } |
||
472 | }, |
||
473 | "notification-url": "https://packagist.org/downloads/", |
||
474 | "license": [ |
||
475 | "MIT" |
||
476 | ], |
||
477 | "authors": [ |
||
478 | { |
||
479 | "name": "Symfony Community", |
||
480 | "homepage": "http://symfony.com/contributors" |
||
481 | }, |
||
482 | { |
||
483 | "name": "Benjamin Eberlei", |
||
484 | "email": "[email protected]" |
||
485 | }, |
||
486 | { |
||
487 | "name": "Doctrine Project", |
||
488 | "homepage": "http://www.doctrine-project.org/" |
||
489 | }, |
||
490 | { |
||
491 | "name": "Fabien Potencier", |
||
492 | "email": "[email protected]" |
||
493 | } |
||
494 | ], |
||
495 | "description": "Symfony DoctrineBundle", |
||
496 | "homepage": "http://www.doctrine-project.org", |
||
497 | "keywords": [ |
||
498 | "database", |
||
499 | "dbal", |
||
500 | "orm", |
||
501 | "persistence" |
||
502 | ], |
||
503 | "time": "2017-11-24T13:09:19+00:00" |
||
504 | }, |
||
505 | { |
||
506 | "name": "doctrine/doctrine-cache-bundle", |
||
507 | "version": "1.3.2", |
||
508 | "source": { |
||
509 | "type": "git", |
||
510 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
511 | "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1" |
||
512 | }, |
||
513 | "dist": { |
||
514 | "type": "zip", |
||
515 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", |
||
516 | "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", |
||
517 | "shasum": "" |
||
518 | }, |
||
519 | "require": { |
||
520 | "doctrine/cache": "^1.4.2", |
||
521 | "doctrine/inflector": "~1.0", |
||
522 | "php": ">=5.3.2", |
||
523 | "symfony/doctrine-bridge": "~2.2|~3.0|~4.0" |
||
524 | }, |
||
525 | "require-dev": { |
||
526 | "instaclick/coding-standard": "~1.1", |
||
527 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
528 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
529 | "phpunit/phpunit": "~4", |
||
530 | "predis/predis": "~0.8", |
||
531 | "satooshi/php-coveralls": "^1.0", |
||
532 | "squizlabs/php_codesniffer": "~1.5", |
||
533 | "symfony/console": "~2.2|~3.0|~4.0", |
||
534 | "symfony/finder": "~2.2|~3.0|~4.0", |
||
535 | "symfony/framework-bundle": "~2.2|~3.0|~4.0", |
||
536 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
537 | "symfony/security-acl": "~2.3|~3.0", |
||
538 | "symfony/validator": "~2.2|~3.0|~4.0", |
||
539 | "symfony/yaml": "~2.2|~3.0|~4.0" |
||
540 | }, |
||
541 | "suggest": { |
||
542 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
543 | }, |
||
544 | "type": "symfony-bundle", |
||
545 | "extra": { |
||
546 | "branch-alias": { |
||
547 | "dev-master": "1.3.x-dev" |
||
548 | } |
||
549 | }, |
||
550 | "autoload": { |
||
551 | "psr-4": { |
||
552 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
553 | } |
||
554 | }, |
||
555 | "notification-url": "https://packagist.org/downloads/", |
||
556 | "license": [ |
||
557 | "MIT" |
||
558 | ], |
||
559 | "authors": [ |
||
560 | { |
||
561 | "name": "Symfony Community", |
||
562 | "homepage": "http://symfony.com/contributors" |
||
563 | }, |
||
564 | { |
||
565 | "name": "Benjamin Eberlei", |
||
566 | "email": "[email protected]" |
||
567 | }, |
||
568 | { |
||
569 | "name": "Fabio B. Silva", |
||
570 | "email": "[email protected]" |
||
571 | }, |
||
572 | { |
||
573 | "name": "Guilherme Blanco", |
||
574 | "email": "[email protected]" |
||
575 | }, |
||
576 | { |
||
577 | "name": "Doctrine Project", |
||
578 | "homepage": "http://www.doctrine-project.org/" |
||
579 | }, |
||
580 | { |
||
581 | "name": "Fabien Potencier", |
||
582 | "email": "[email protected]" |
||
583 | } |
||
584 | ], |
||
585 | "description": "Symfony Bundle for Doctrine Cache", |
||
586 | "homepage": "http://www.doctrine-project.org", |
||
587 | "keywords": [ |
||
588 | "cache", |
||
589 | "caching" |
||
590 | ], |
||
591 | "time": "2017-10-12T17:23:29+00:00" |
||
592 | }, |
||
593 | { |
||
594 | "name": "doctrine/doctrine-migrations-bundle", |
||
595 | "version": "v1.3.1", |
||
596 | "source": { |
||
597 | "type": "git", |
||
598 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
||
599 | "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7" |
||
600 | }, |
||
601 | "dist": { |
||
602 | "type": "zip", |
||
603 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7", |
||
604 | "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7", |
||
605 | "shasum": "" |
||
606 | }, |
||
607 | "require": { |
||
608 | "doctrine/doctrine-bundle": "~1.0", |
||
609 | "doctrine/migrations": "^1.1", |
||
610 | "php": ">=5.4.0", |
||
611 | "symfony/framework-bundle": "~2.7|~3.3|~4.0" |
||
612 | }, |
||
613 | "require-dev": { |
||
614 | "phpunit/phpunit": "^4.8.36" |
||
615 | }, |
||
616 | "type": "symfony-bundle", |
||
617 | "extra": { |
||
618 | "branch-alias": { |
||
619 | "dev-master": "1.3-dev" |
||
620 | } |
||
621 | }, |
||
622 | "autoload": { |
||
623 | "psr-4": { |
||
624 | "Doctrine\\Bundle\\MigrationsBundle\\": "" |
||
625 | } |
||
626 | }, |
||
627 | "notification-url": "https://packagist.org/downloads/", |
||
628 | "license": [ |
||
629 | "MIT" |
||
630 | ], |
||
631 | "authors": [ |
||
632 | { |
||
633 | "name": "Symfony Community", |
||
634 | "homepage": "http://symfony.com/contributors" |
||
635 | }, |
||
636 | { |
||
637 | "name": "Doctrine Project", |
||
638 | "homepage": "http://www.doctrine-project.org" |
||
639 | }, |
||
640 | { |
||
641 | "name": "Fabien Potencier", |
||
642 | "email": "[email protected]" |
||
643 | } |
||
644 | ], |
||
645 | "description": "Symfony DoctrineMigrationsBundle", |
||
646 | "homepage": "http://www.doctrine-project.org", |
||
647 | "keywords": [ |
||
648 | "dbal", |
||
649 | "migrations", |
||
650 | "schema" |
||
651 | ], |
||
652 | "time": "2017-11-01T09:13:26+00:00" |
||
653 | }, |
||
654 | { |
||
655 | "name": "doctrine/inflector", |
||
656 | "version": "v1.3.0", |
||
657 | "source": { |
||
658 | "type": "git", |
||
659 | "url": "https://github.com/doctrine/inflector.git", |
||
660 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
661 | }, |
||
662 | "dist": { |
||
663 | "type": "zip", |
||
664 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
665 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
666 | "shasum": "" |
||
667 | }, |
||
668 | "require": { |
||
669 | "php": "^7.1" |
||
670 | }, |
||
671 | "require-dev": { |
||
672 | "phpunit/phpunit": "^6.2" |
||
673 | }, |
||
674 | "type": "library", |
||
675 | "extra": { |
||
676 | "branch-alias": { |
||
677 | "dev-master": "1.3.x-dev" |
||
678 | } |
||
679 | }, |
||
680 | "autoload": { |
||
681 | "psr-4": { |
||
682 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
683 | } |
||
684 | }, |
||
685 | "notification-url": "https://packagist.org/downloads/", |
||
686 | "license": [ |
||
687 | "MIT" |
||
688 | ], |
||
689 | "authors": [ |
||
690 | { |
||
691 | "name": "Roman Borschel", |
||
692 | "email": "[email protected]" |
||
693 | }, |
||
694 | { |
||
695 | "name": "Benjamin Eberlei", |
||
696 | "email": "[email protected]" |
||
697 | }, |
||
698 | { |
||
699 | "name": "Guilherme Blanco", |
||
700 | "email": "[email protected]" |
||
701 | }, |
||
702 | { |
||
703 | "name": "Jonathan Wage", |
||
704 | "email": "[email protected]" |
||
705 | }, |
||
706 | { |
||
707 | "name": "Johannes Schmitt", |
||
708 | "email": "[email protected]" |
||
709 | } |
||
710 | ], |
||
711 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
712 | "homepage": "http://www.doctrine-project.org", |
||
713 | "keywords": [ |
||
714 | "inflection", |
||
715 | "pluralize", |
||
716 | "singularize", |
||
717 | "string" |
||
718 | ], |
||
719 | "time": "2018-01-09T20:05:19+00:00" |
||
720 | }, |
||
721 | { |
||
722 | "name": "doctrine/instantiator", |
||
723 | "version": "1.1.0", |
||
724 | "source": { |
||
725 | "type": "git", |
||
726 | "url": "https://github.com/doctrine/instantiator.git", |
||
727 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
728 | }, |
||
729 | "dist": { |
||
730 | "type": "zip", |
||
731 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
732 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
733 | "shasum": "" |
||
734 | }, |
||
735 | "require": { |
||
736 | "php": "^7.1" |
||
737 | }, |
||
738 | "require-dev": { |
||
739 | "athletic/athletic": "~0.1.8", |
||
740 | "ext-pdo": "*", |
||
741 | "ext-phar": "*", |
||
742 | "phpunit/phpunit": "^6.2.3", |
||
743 | "squizlabs/php_codesniffer": "^3.0.2" |
||
744 | }, |
||
745 | "type": "library", |
||
746 | "extra": { |
||
747 | "branch-alias": { |
||
748 | "dev-master": "1.2.x-dev" |
||
749 | } |
||
750 | }, |
||
751 | "autoload": { |
||
752 | "psr-4": { |
||
753 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
754 | } |
||
755 | }, |
||
756 | "notification-url": "https://packagist.org/downloads/", |
||
757 | "license": [ |
||
758 | "MIT" |
||
759 | ], |
||
760 | "authors": [ |
||
761 | { |
||
762 | "name": "Marco Pivetta", |
||
763 | "email": "[email protected]", |
||
764 | "homepage": "http://ocramius.github.com/" |
||
765 | } |
||
766 | ], |
||
767 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
768 | "homepage": "https://github.com/doctrine/instantiator", |
||
769 | "keywords": [ |
||
770 | "constructor", |
||
771 | "instantiate" |
||
772 | ], |
||
773 | "time": "2017-07-22T11:58:36+00:00" |
||
774 | }, |
||
775 | { |
||
776 | "name": "doctrine/lexer", |
||
777 | "version": "v1.0.1", |
||
778 | "source": { |
||
779 | "type": "git", |
||
780 | "url": "https://github.com/doctrine/lexer.git", |
||
781 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
782 | }, |
||
783 | "dist": { |
||
784 | "type": "zip", |
||
785 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
786 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
787 | "shasum": "" |
||
788 | }, |
||
789 | "require": { |
||
790 | "php": ">=5.3.2" |
||
791 | }, |
||
792 | "type": "library", |
||
793 | "extra": { |
||
794 | "branch-alias": { |
||
795 | "dev-master": "1.0.x-dev" |
||
796 | } |
||
797 | }, |
||
798 | "autoload": { |
||
799 | "psr-0": { |
||
800 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
801 | } |
||
802 | }, |
||
803 | "notification-url": "https://packagist.org/downloads/", |
||
804 | "license": [ |
||
805 | "MIT" |
||
806 | ], |
||
807 | "authors": [ |
||
808 | { |
||
809 | "name": "Roman Borschel", |
||
810 | "email": "[email protected]" |
||
811 | }, |
||
812 | { |
||
813 | "name": "Guilherme Blanco", |
||
814 | "email": "[email protected]" |
||
815 | }, |
||
816 | { |
||
817 | "name": "Johannes Schmitt", |
||
818 | "email": "[email protected]" |
||
819 | } |
||
820 | ], |
||
821 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
822 | "homepage": "http://www.doctrine-project.org", |
||
823 | "keywords": [ |
||
824 | "lexer", |
||
825 | "parser" |
||
826 | ], |
||
827 | "time": "2014-09-09T13:34:57+00:00" |
||
828 | }, |
||
829 | { |
||
830 | "name": "doctrine/migrations", |
||
831 | "version": "v1.6.2", |
||
832 | "source": { |
||
833 | "type": "git", |
||
834 | "url": "https://github.com/doctrine/migrations.git", |
||
835 | "reference": "e3faf7c96b8a6084045dedcaf51f74c7834644d4" |
||
836 | }, |
||
837 | "dist": { |
||
838 | "type": "zip", |
||
839 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/e3faf7c96b8a6084045dedcaf51f74c7834644d4", |
||
840 | "reference": "e3faf7c96b8a6084045dedcaf51f74c7834644d4", |
||
841 | "shasum": "" |
||
842 | }, |
||
843 | "require": { |
||
844 | "doctrine/dbal": "~2.6", |
||
845 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
846 | "php": "^7.1", |
||
847 | "symfony/console": "~3.3|^4.0", |
||
848 | "symfony/yaml": "~3.3|^4.0" |
||
849 | }, |
||
850 | "require-dev": { |
||
851 | "doctrine/coding-standard": "^1.0", |
||
852 | "doctrine/orm": "~2.5", |
||
853 | "jdorn/sql-formatter": "~1.1", |
||
854 | "mikey179/vfsstream": "^1.6", |
||
855 | "phpunit/phpunit": "~6.2", |
||
856 | "squizlabs/php_codesniffer": "^3.0" |
||
857 | }, |
||
858 | "suggest": { |
||
859 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
860 | }, |
||
861 | "bin": [ |
||
862 | "bin/doctrine-migrations" |
||
863 | ], |
||
864 | "type": "library", |
||
865 | "extra": { |
||
866 | "branch-alias": { |
||
867 | "dev-master": "v1.6.x-dev" |
||
868 | } |
||
869 | }, |
||
870 | "autoload": { |
||
871 | "psr-4": { |
||
872 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
873 | } |
||
874 | }, |
||
875 | "notification-url": "https://packagist.org/downloads/", |
||
876 | "license": [ |
||
877 | "LGPL-2.1" |
||
878 | ], |
||
879 | "authors": [ |
||
880 | { |
||
881 | "name": "Benjamin Eberlei", |
||
882 | "email": "[email protected]" |
||
883 | }, |
||
884 | { |
||
885 | "name": "Jonathan Wage", |
||
886 | "email": "[email protected]" |
||
887 | }, |
||
888 | { |
||
889 | "name": "Michael Simonson", |
||
890 | "email": "[email protected]" |
||
891 | } |
||
892 | ], |
||
893 | "description": "Database Schema migrations using Doctrine DBAL", |
||
894 | "homepage": "http://www.doctrine-project.org", |
||
895 | "keywords": [ |
||
896 | "database", |
||
897 | "migrations" |
||
898 | ], |
||
899 | "time": "2017-11-24T14:13:17+00:00" |
||
900 | }, |
||
901 | { |
||
902 | "name": "doctrine/orm", |
||
903 | "version": "v2.6.1", |
||
904 | "source": { |
||
905 | "type": "git", |
||
906 | "url": "https://github.com/doctrine/doctrine2.git", |
||
907 | "reference": "87ee409783a4a322b5597ebaae558661404055a7" |
||
908 | }, |
||
909 | "dist": { |
||
910 | "type": "zip", |
||
911 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7", |
||
912 | "reference": "87ee409783a4a322b5597ebaae558661404055a7", |
||
913 | "shasum": "" |
||
914 | }, |
||
915 | "require": { |
||
916 | "doctrine/annotations": "~1.5", |
||
917 | "doctrine/cache": "~1.6", |
||
918 | "doctrine/collections": "^1.4", |
||
919 | "doctrine/common": "^2.7.1", |
||
920 | "doctrine/dbal": "^2.6", |
||
921 | "doctrine/instantiator": "~1.1", |
||
922 | "ext-pdo": "*", |
||
923 | "php": "^7.1", |
||
924 | "symfony/console": "~3.0|~4.0" |
||
925 | }, |
||
926 | "require-dev": { |
||
927 | "doctrine/coding-standard": "^1.0", |
||
928 | "phpunit/phpunit": "^6.5", |
||
929 | "squizlabs/php_codesniffer": "^3.2", |
||
930 | "symfony/yaml": "~3.4|~4.0" |
||
931 | }, |
||
932 | "suggest": { |
||
933 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
934 | }, |
||
935 | "bin": [ |
||
936 | "bin/doctrine" |
||
937 | ], |
||
938 | "type": "library", |
||
939 | "extra": { |
||
940 | "branch-alias": { |
||
941 | "dev-master": "2.6.x-dev" |
||
942 | } |
||
943 | }, |
||
944 | "autoload": { |
||
945 | "psr-4": { |
||
946 | "Doctrine\\ORM\\": "lib/Doctrine/ORM" |
||
947 | } |
||
948 | }, |
||
949 | "notification-url": "https://packagist.org/downloads/", |
||
950 | "license": [ |
||
951 | "MIT" |
||
952 | ], |
||
953 | "authors": [ |
||
954 | { |
||
955 | "name": "Roman Borschel", |
||
956 | "email": "[email protected]" |
||
957 | }, |
||
958 | { |
||
959 | "name": "Benjamin Eberlei", |
||
960 | "email": "[email protected]" |
||
961 | }, |
||
962 | { |
||
963 | "name": "Guilherme Blanco", |
||
964 | "email": "[email protected]" |
||
965 | }, |
||
966 | { |
||
967 | "name": "Jonathan Wage", |
||
968 | "email": "[email protected]" |
||
969 | }, |
||
970 | { |
||
971 | "name": "Marco Pivetta", |
||
972 | "email": "[email protected]" |
||
973 | } |
||
974 | ], |
||
975 | "description": "Object-Relational-Mapper for PHP", |
||
976 | "homepage": "http://www.doctrine-project.org", |
||
977 | "keywords": [ |
||
978 | "database", |
||
979 | "orm" |
||
980 | ], |
||
981 | "time": "2018-02-27T07:30:56+00:00" |
||
982 | }, |
||
983 | { |
||
984 | "name": "dontdrinkandroot/gitki-bundle", |
||
985 | "version": "dev-master", |
||
986 | "source": { |
||
987 | "type": "git", |
||
988 | "url": "https://github.com/dontdrinkandroot/gitki-bundle.php.git", |
||
989 | "reference": "9cc07a753a9f17521c0fbf85641157140c8b5730" |
||
990 | }, |
||
991 | "dist": { |
||
992 | "type": "zip", |
||
993 | "url": "https://api.github.com/repos/dontdrinkandroot/gitki-bundle.php/zipball/9cc07a753a9f17521c0fbf85641157140c8b5730", |
||
994 | "reference": "9cc07a753a9f17521c0fbf85641157140c8b5730", |
||
995 | "shasum": "" |
||
996 | }, |
||
997 | "require": { |
||
998 | "cpliakas/git-wrapper": "^2.0", |
||
999 | "dontdrinkandroot/utils": "0.4.*,>=0.4.3", |
||
1000 | "league/commonmark": "^0.17", |
||
1001 | "php": ">=7.1", |
||
1002 | "symfony/asset": "^4.0", |
||
1003 | "symfony/finder": "^4.0", |
||
1004 | "symfony/form": "^4.0", |
||
1005 | "symfony/framework-bundle": "^4.0", |
||
1006 | "symfony/templating": "^4.0", |
||
1007 | "symfony/translation": "^4.0", |
||
1008 | "symfony/twig-bridge": "^4.0", |
||
1009 | "symfony/twig-bundle": "^4.0", |
||
1010 | "symfony/validator": "^4.0", |
||
1011 | "webuni/commonmark-table-extension": "^0.8" |
||
1012 | }, |
||
1013 | "require-dev": { |
||
1014 | "elasticsearch/elasticsearch": "^5.0", |
||
1015 | "liip/functional-test-bundle": "^1.7", |
||
1016 | "phpunit/phpunit": "^5.0", |
||
1017 | "scrutinizer/ocular": "^1.1", |
||
1018 | "symfony/console": "^4.0", |
||
1019 | "symfony/css-selector": "^4.0", |
||
1020 | "symfony/dom-crawler": "^4.0", |
||
1021 | "symfony/security-bundle": "^4.0" |
||
1022 | }, |
||
1023 | "suggest": { |
||
1024 | "braincrafted/bootstrap-bundle": "Style forms in a bootstrap compatible style", |
||
1025 | "elasticsearch/elasticsearch": "Include this if you want the wiki to be searchable" |
||
1026 | }, |
||
1027 | "type": "symfony-bundle", |
||
1028 | "extra": { |
||
1029 | "branch-alias": { |
||
1030 | "dev-master": "0.3.x-dev" |
||
1031 | } |
||
1032 | }, |
||
1033 | "autoload": { |
||
1034 | "psr-4": { |
||
1035 | "Dontdrinkandroot\\GitkiBundle\\": "" |
||
1036 | } |
||
1037 | }, |
||
1038 | "notification-url": "https://packagist.org/downloads/", |
||
1039 | "license": [ |
||
1040 | "Apache-2.0" |
||
1041 | ], |
||
1042 | "authors": [ |
||
1043 | { |
||
1044 | "name": "Philip Washington Sorst", |
||
1045 | "email": "[email protected]", |
||
1046 | "homepage": "https://sorst.net" |
||
1047 | } |
||
1048 | ], |
||
1049 | "description": "Symfony Bundle that allows you to easily integrate a git based wiki into your project", |
||
1050 | "keywords": [ |
||
1051 | "bundle", |
||
1052 | "git", |
||
1053 | "markdown", |
||
1054 | "symfony", |
||
1055 | "wiki" |
||
1056 | ], |
||
1057 | "time": "2018-03-01T12:30:57+00:00" |
||
1058 | }, |
||
1059 | { |
||
1060 | "name": "dontdrinkandroot/utils", |
||
1061 | "version": "v0.4.3", |
||
1062 | "source": { |
||
1063 | "type": "git", |
||
1064 | "url": "https://github.com/dontdrinkandroot/utils.php.git", |
||
1065 | "reference": "c208ba1f420733c7dd84f4409e5b9078c60c02b9" |
||
1066 | }, |
||
1067 | "dist": { |
||
1068 | "type": "zip", |
||
1069 | "url": "https://api.github.com/repos/dontdrinkandroot/utils.php/zipball/c208ba1f420733c7dd84f4409e5b9078c60c02b9", |
||
1070 | "reference": "c208ba1f420733c7dd84f4409e5b9078c60c02b9", |
||
1071 | "shasum": "" |
||
1072 | }, |
||
1073 | "require": { |
||
1074 | "php": ">=5.5", |
||
1075 | "psr/log": "~1.0" |
||
1076 | }, |
||
1077 | "require-dev": { |
||
1078 | "doctrine/data-fixtures": "^1.1", |
||
1079 | "doctrine/orm": "~2.4", |
||
1080 | "phpunit/dbunit": "^2.0", |
||
1081 | "phpunit/phpunit": "~4.0", |
||
1082 | "scrutinizer/ocular": "^1.1", |
||
1083 | "squizlabs/php_codesniffer": "~2.0" |
||
1084 | }, |
||
1085 | "suggest": { |
||
1086 | "doctrine/data-fixtures": "For data fixture testing", |
||
1087 | "doctrine/orm": "This utils provide helpers for doctrine orm" |
||
1088 | }, |
||
1089 | "type": "library", |
||
1090 | "extra": { |
||
1091 | "branch-alias": { |
||
1092 | "dev-master": "0.4.x-dev" |
||
1093 | } |
||
1094 | }, |
||
1095 | "autoload": { |
||
1096 | "psr-0": { |
||
1097 | "": "src/" |
||
1098 | } |
||
1099 | }, |
||
1100 | "notification-url": "https://packagist.org/downloads/", |
||
1101 | "license": [ |
||
1102 | "Apache-2.0" |
||
1103 | ], |
||
1104 | "authors": [ |
||
1105 | { |
||
1106 | "name": "Philip Washington Sorst", |
||
1107 | "email": "[email protected]", |
||
1108 | "homepage": "http://sorst.net" |
||
1109 | } |
||
1110 | ], |
||
1111 | "description": "Common PHP Utils", |
||
1112 | "keywords": [ |
||
1113 | "php", |
||
1114 | "utils" |
||
1115 | ], |
||
1116 | "time": "2016-06-17T12:17:35+00:00" |
||
1117 | }, |
||
1118 | { |
||
1119 | "name": "easycorp/easy-log-handler", |
||
1120 | "version": "v1.0.4", |
||
1121 | "source": { |
||
1122 | "type": "git", |
||
1123 | "url": "https://github.com/EasyCorp/easy-log-handler.git", |
||
1124 | "reference": "1a617a37ab9389eac4e2e1d14cb70ee0087d724d" |
||
1125 | }, |
||
1126 | "dist": { |
||
1127 | "type": "zip", |
||
1128 | "url": "https://api.github.com/repos/EasyCorp/easy-log-handler/zipball/1a617a37ab9389eac4e2e1d14cb70ee0087d724d", |
||
1129 | "reference": "1a617a37ab9389eac4e2e1d14cb70ee0087d724d", |
||
1130 | "shasum": "" |
||
1131 | }, |
||
1132 | "require": { |
||
1133 | "monolog/monolog": "~1.6", |
||
1134 | "php": ">=5.3.0", |
||
1135 | "symfony/yaml": "~2.3|~3.0|~4.0" |
||
1136 | }, |
||
1137 | "type": "library", |
||
1138 | "autoload": { |
||
1139 | "psr-4": { |
||
1140 | "EasyCorp\\EasyLog\\": "src" |
||
1141 | } |
||
1142 | }, |
||
1143 | "notification-url": "https://packagist.org/downloads/", |
||
1144 | "license": [ |
||
1145 | "MIT" |
||
1146 | ], |
||
1147 | "authors": [ |
||
1148 | { |
||
1149 | "name": "Javier Eguiluz", |
||
1150 | "email": "[email protected]" |
||
1151 | }, |
||
1152 | { |
||
1153 | "name": "Project Contributors", |
||
1154 | "homepage": "https://github.com/EasyCorp/easy-log-handler" |
||
1155 | } |
||
1156 | ], |
||
1157 | "description": "A handler for Monolog that optimizes log messages to be processed by humans instead of software. Improve your productivity with logs that are easy to understand.", |
||
1158 | "homepage": "https://github.com/EasyCorp/easy-log-handler", |
||
1159 | "keywords": [ |
||
1160 | "easy", |
||
1161 | "log", |
||
1162 | "logging", |
||
1163 | "monolog", |
||
1164 | "productivity" |
||
1165 | ], |
||
1166 | "time": "2018-01-10T08:34:20+00:00" |
||
1167 | }, |
||
1168 | { |
||
1169 | "name": "fig/link-util", |
||
1170 | "version": "1.0.0", |
||
1171 | "source": { |
||
1172 | "type": "git", |
||
1173 | "url": "https://github.com/php-fig/link-util.git", |
||
1174 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" |
||
1175 | }, |
||
1176 | "dist": { |
||
1177 | "type": "zip", |
||
1178 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", |
||
1179 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", |
||
1180 | "shasum": "" |
||
1181 | }, |
||
1182 | "require": { |
||
1183 | "php": ">=5.5.0", |
||
1184 | "psr/link": "~1.0@dev" |
||
1185 | }, |
||
1186 | "require-dev": { |
||
1187 | "phpunit/phpunit": "^5.1", |
||
1188 | "squizlabs/php_codesniffer": "^2.3.1" |
||
1189 | }, |
||
1190 | "type": "library", |
||
1191 | "extra": { |
||
1192 | "branch-alias": { |
||
1193 | "dev-master": "1.0.x-dev" |
||
1194 | } |
||
1195 | }, |
||
1196 | "autoload": { |
||
1197 | "psr-4": { |
||
1198 | "Fig\\Link\\": "src/" |
||
1199 | } |
||
1200 | }, |
||
1201 | "notification-url": "https://packagist.org/downloads/", |
||
1202 | "license": [ |
||
1203 | "MIT" |
||
1204 | ], |
||
1205 | "authors": [ |
||
1206 | { |
||
1207 | "name": "PHP-FIG", |
||
1208 | "homepage": "http://www.php-fig.org/" |
||
1209 | } |
||
1210 | ], |
||
1211 | "description": "Common utility implementations for HTTP links", |
||
1212 | "keywords": [ |
||
1213 | "http", |
||
1214 | "http-link", |
||
1215 | "link", |
||
1216 | "psr", |
||
1217 | "psr-13", |
||
1218 | "rest" |
||
1219 | ], |
||
1220 | "time": "2016-10-17T18:31:11+00:00" |
||
1221 | }, |
||
1222 | { |
||
1223 | "name": "friendsofsymfony/user-bundle", |
||
1224 | "version": "v2.1.1", |
||
1225 | "source": { |
||
1226 | "type": "git", |
||
1227 | "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", |
||
1228 | "reference": "32c2eed036dd85620cc5229fa482a7ae9455ded9" |
||
1229 | }, |
||
1230 | "dist": { |
||
1231 | "type": "zip", |
||
1232 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/32c2eed036dd85620cc5229fa482a7ae9455ded9", |
||
1233 | "reference": "32c2eed036dd85620cc5229fa482a7ae9455ded9", |
||
1234 | "shasum": "" |
||
1235 | }, |
||
1236 | "require": { |
||
1237 | "paragonie/random_compat": "^1 || ^2", |
||
1238 | "php": "^5.5.9 || ^7.0", |
||
1239 | "symfony/form": "^2.8 || ^3.0 || ^4.0", |
||
1240 | "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0", |
||
1241 | "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0", |
||
1242 | "symfony/templating": "^2.8 || ^3.0 || ^4.0", |
||
1243 | "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0", |
||
1244 | "symfony/validator": "^2.8 || ^3.0 || ^4.0", |
||
1245 | "twig/twig": "^1.28 || ^2.0" |
||
1246 | }, |
||
1247 | "conflict": { |
||
1248 | "doctrine/doctrine-bundle": "<1.3", |
||
1249 | "symfony/doctrine-bridge": "<2.7" |
||
1250 | }, |
||
1251 | "require-dev": { |
||
1252 | "doctrine/doctrine-bundle": "^1.3", |
||
1253 | "friendsofphp/php-cs-fixer": "^2.2", |
||
1254 | "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5", |
||
1255 | "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0", |
||
1256 | "symfony/console": "^2.8 || ^3.0 || ^4.0", |
||
1257 | "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0", |
||
1258 | "symfony/yaml": "^2.8 || ^3.0 || ^4.0" |
||
1259 | }, |
||
1260 | "type": "symfony-bundle", |
||
1261 | "extra": { |
||
1262 | "branch-alias": { |
||
1263 | "dev-master": "2.1.x-dev" |
||
1264 | } |
||
1265 | }, |
||
1266 | "autoload": { |
||
1267 | "psr-4": { |
||
1268 | "FOS\\UserBundle\\": "" |
||
1269 | }, |
||
1270 | "exclude-from-classmap": [ |
||
1271 | "/Tests/" |
||
1272 | ] |
||
1273 | }, |
||
1274 | "notification-url": "https://packagist.org/downloads/", |
||
1275 | "license": [ |
||
1276 | "MIT" |
||
1277 | ], |
||
1278 | "authors": [ |
||
1279 | { |
||
1280 | "name": "Christophe Coevoet", |
||
1281 | "email": "[email protected]" |
||
1282 | }, |
||
1283 | { |
||
1284 | "name": "FriendsOfSymfony Community", |
||
1285 | "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" |
||
1286 | }, |
||
1287 | { |
||
1288 | "name": "Thibault Duplessis" |
||
1289 | } |
||
1290 | ], |
||
1291 | "description": "Symfony FOSUserBundle", |
||
1292 | "homepage": "http://friendsofsymfony.github.com", |
||
1293 | "keywords": [ |
||
1294 | "User management" |
||
1295 | ], |
||
1296 | "time": "2018-02-20T09:19:29+00:00" |
||
1297 | }, |
||
1298 | { |
||
1299 | "name": "jdorn/sql-formatter", |
||
1300 | "version": "v1.2.17", |
||
1301 | "source": { |
||
1302 | "type": "git", |
||
1303 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1304 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1305 | }, |
||
1306 | "dist": { |
||
1307 | "type": "zip", |
||
1308 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1309 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1310 | "shasum": "" |
||
1311 | }, |
||
1312 | "require": { |
||
1313 | "php": ">=5.2.4" |
||
1314 | }, |
||
1315 | "require-dev": { |
||
1316 | "phpunit/phpunit": "3.7.*" |
||
1317 | }, |
||
1318 | "type": "library", |
||
1319 | "extra": { |
||
1320 | "branch-alias": { |
||
1321 | "dev-master": "1.3.x-dev" |
||
1322 | } |
||
1323 | }, |
||
1324 | "autoload": { |
||
1325 | "classmap": [ |
||
1326 | "lib" |
||
1327 | ] |
||
1328 | }, |
||
1329 | "notification-url": "https://packagist.org/downloads/", |
||
1330 | "license": [ |
||
1331 | "MIT" |
||
1332 | ], |
||
1333 | "authors": [ |
||
1334 | { |
||
1335 | "name": "Jeremy Dorn", |
||
1336 | "email": "[email protected]", |
||
1337 | "homepage": "http://jeremydorn.com/" |
||
1338 | } |
||
1339 | ], |
||
1340 | "description": "a PHP SQL highlighting library", |
||
1341 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1342 | "keywords": [ |
||
1343 | "highlight", |
||
1344 | "sql" |
||
1345 | ], |
||
1346 | "time": "2014-01-12T16:20:24+00:00" |
||
1347 | }, |
||
1348 | { |
||
1349 | "name": "league/commonmark", |
||
1350 | "version": "0.17.0", |
||
1351 | "source": { |
||
1352 | "type": "git", |
||
1353 | "url": "https://github.com/thephpleague/commonmark.git", |
||
1354 | "reference": "3b4c2224524776a584de663c7a04bc8eb2e1544d" |
||
1355 | }, |
||
1356 | "dist": { |
||
1357 | "type": "zip", |
||
1358 | "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3b4c2224524776a584de663c7a04bc8eb2e1544d", |
||
1359 | "reference": "3b4c2224524776a584de663c7a04bc8eb2e1544d", |
||
1360 | "shasum": "" |
||
1361 | }, |
||
1362 | "require": { |
||
1363 | "ext-mbstring": "*", |
||
1364 | "php": ">=5.6.5" |
||
1365 | }, |
||
1366 | "replace": { |
||
1367 | "colinodell/commonmark-php": "*" |
||
1368 | }, |
||
1369 | "require-dev": { |
||
1370 | "cebe/markdown": "~1.0", |
||
1371 | "commonmark/commonmark.js": "0.28", |
||
1372 | "erusev/parsedown": "~1.0", |
||
1373 | "michelf/php-markdown": "~1.4", |
||
1374 | "mikehaertl/php-shellcommand": "~1.2.0", |
||
1375 | "phpunit/phpunit": "~5.7|~6.5", |
||
1376 | "scrutinizer/ocular": "~1.1", |
||
1377 | "symfony/finder": "~3.0|~4.0" |
||
1378 | }, |
||
1379 | "suggest": { |
||
1380 | "league/commonmark-extras": "Library of useful extensions including smart punctuation" |
||
1381 | }, |
||
1382 | "bin": [ |
||
1383 | "bin/commonmark" |
||
1384 | ], |
||
1385 | "type": "library", |
||
1386 | "extra": { |
||
1387 | "branch-alias": { |
||
1388 | "dev-master": "0.18-dev" |
||
1389 | } |
||
1390 | }, |
||
1391 | "autoload": { |
||
1392 | "psr-4": { |
||
1393 | "League\\CommonMark\\": "src/" |
||
1394 | } |
||
1395 | }, |
||
1396 | "notification-url": "https://packagist.org/downloads/", |
||
1397 | "license": [ |
||
1398 | "BSD-3-Clause" |
||
1399 | ], |
||
1400 | "authors": [ |
||
1401 | { |
||
1402 | "name": "Colin O'Dell", |
||
1403 | "email": "[email protected]", |
||
1404 | "homepage": "https://www.colinodell.com", |
||
1405 | "role": "Lead Developer" |
||
1406 | } |
||
1407 | ], |
||
1408 | "description": "Markdown parser for PHP based on the CommonMark spec", |
||
1409 | "homepage": "https://github.com/thephpleague/commonmark", |
||
1410 | "keywords": [ |
||
1411 | "commonmark", |
||
1412 | "markdown", |
||
1413 | "parser" |
||
1414 | ], |
||
1415 | "time": "2017-12-30T22:08:48+00:00" |
||
1416 | }, |
||
1417 | { |
||
1418 | "name": "monolog/monolog", |
||
1419 | "version": "1.23.0", |
||
1420 | "source": { |
||
1421 | "type": "git", |
||
1422 | "url": "https://github.com/Seldaek/monolog.git", |
||
1423 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
1424 | }, |
||
1425 | "dist": { |
||
1426 | "type": "zip", |
||
1427 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1428 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1429 | "shasum": "" |
||
1430 | }, |
||
1431 | "require": { |
||
1432 | "php": ">=5.3.0", |
||
1433 | "psr/log": "~1.0" |
||
1434 | }, |
||
1435 | "provide": { |
||
1436 | "psr/log-implementation": "1.0.0" |
||
1437 | }, |
||
1438 | "require-dev": { |
||
1439 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1440 | "doctrine/couchdb": "~1.0@dev", |
||
1441 | "graylog2/gelf-php": "~1.0", |
||
1442 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1443 | "php-amqplib/php-amqplib": "~2.4", |
||
1444 | "php-console/php-console": "^3.1.3", |
||
1445 | "phpunit/phpunit": "~4.5", |
||
1446 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1447 | "ruflin/elastica": ">=0.90 <3.0", |
||
1448 | "sentry/sentry": "^0.13", |
||
1449 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
1450 | }, |
||
1451 | "suggest": { |
||
1452 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1453 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1454 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1455 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1456 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1457 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1458 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1459 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1460 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1461 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1462 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1463 | }, |
||
1464 | "type": "library", |
||
1465 | "extra": { |
||
1466 | "branch-alias": { |
||
1467 | "dev-master": "2.0.x-dev" |
||
1468 | } |
||
1469 | }, |
||
1470 | "autoload": { |
||
1471 | "psr-4": { |
||
1472 | "Monolog\\": "src/Monolog" |
||
1473 | } |
||
1474 | }, |
||
1475 | "notification-url": "https://packagist.org/downloads/", |
||
1476 | "license": [ |
||
1477 | "MIT" |
||
1478 | ], |
||
1479 | "authors": [ |
||
1480 | { |
||
1481 | "name": "Jordi Boggiano", |
||
1482 | "email": "[email protected]", |
||
1483 | "homepage": "http://seld.be" |
||
1484 | } |
||
1485 | ], |
||
1486 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1487 | "homepage": "http://github.com/Seldaek/monolog", |
||
1488 | "keywords": [ |
||
1489 | "log", |
||
1490 | "logging", |
||
1491 | "psr-3" |
||
1492 | ], |
||
1493 | "time": "2017-06-19T01:22:40+00:00" |
||
1494 | }, |
||
1495 | { |
||
1496 | "name": "ocramius/package-versions", |
||
1497 | "version": "1.3.0", |
||
1498 | "source": { |
||
1499 | "type": "git", |
||
1500 | "url": "https://github.com/Ocramius/PackageVersions.git", |
||
1501 | "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f" |
||
1502 | }, |
||
1503 | "dist": { |
||
1504 | "type": "zip", |
||
1505 | "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f", |
||
1506 | "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f", |
||
1507 | "shasum": "" |
||
1508 | }, |
||
1509 | "require": { |
||
1510 | "composer-plugin-api": "^1.0.0", |
||
1511 | "php": "^7.1.0" |
||
1512 | }, |
||
1513 | "require-dev": { |
||
1514 | "composer/composer": "^1.6.3", |
||
1515 | "ext-zip": "*", |
||
1516 | "infection/infection": "^0.7.1", |
||
1517 | "phpunit/phpunit": "^7.0.0" |
||
1518 | }, |
||
1519 | "type": "composer-plugin", |
||
1520 | "extra": { |
||
1521 | "class": "PackageVersions\\Installer", |
||
1522 | "branch-alias": { |
||
1523 | "dev-master": "2.0.x-dev" |
||
1524 | } |
||
1525 | }, |
||
1526 | "autoload": { |
||
1527 | "psr-4": { |
||
1528 | "PackageVersions\\": "src/PackageVersions" |
||
1529 | } |
||
1530 | }, |
||
1531 | "notification-url": "https://packagist.org/downloads/", |
||
1532 | "license": [ |
||
1533 | "MIT" |
||
1534 | ], |
||
1535 | "authors": [ |
||
1536 | { |
||
1537 | "name": "Marco Pivetta", |
||
1538 | "email": "[email protected]" |
||
1539 | } |
||
1540 | ], |
||
1541 | "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", |
||
1542 | "time": "2018-02-05T13:05:30+00:00" |
||
1543 | }, |
||
1544 | { |
||
1545 | "name": "ocramius/proxy-manager", |
||
1546 | "version": "2.1.1", |
||
1547 | "source": { |
||
1548 | "type": "git", |
||
1549 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
1550 | "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7" |
||
1551 | }, |
||
1552 | "dist": { |
||
1553 | "type": "zip", |
||
1554 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7", |
||
1555 | "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7", |
||
1556 | "shasum": "" |
||
1557 | }, |
||
1558 | "require": { |
||
1559 | "ocramius/package-versions": "^1.1.1", |
||
1560 | "php": "^7.1.0", |
||
1561 | "zendframework/zend-code": "^3.1.0" |
||
1562 | }, |
||
1563 | "require-dev": { |
||
1564 | "couscous/couscous": "^1.5.2", |
||
1565 | "ext-phar": "*", |
||
1566 | "humbug/humbug": "dev-master@DEV", |
||
1567 | "nikic/php-parser": "^3.0.4", |
||
1568 | "phpbench/phpbench": "^0.12.2", |
||
1569 | "phpstan/phpstan": "^0.6.4", |
||
1570 | "phpunit/phpunit": "^5.6.4", |
||
1571 | "phpunit/phpunit-mock-objects": "^3.4.1", |
||
1572 | "squizlabs/php_codesniffer": "^2.7.0" |
||
1573 | }, |
||
1574 | "suggest": { |
||
1575 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
1576 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
1577 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
1578 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
1579 | }, |
||
1580 | "type": "library", |
||
1581 | "extra": { |
||
1582 | "branch-alias": { |
||
1583 | "dev-master": "3.0.x-dev" |
||
1584 | } |
||
1585 | }, |
||
1586 | "autoload": { |
||
1587 | "psr-0": { |
||
1588 | "ProxyManager\\": "src" |
||
1589 | } |
||
1590 | }, |
||
1591 | "notification-url": "https://packagist.org/downloads/", |
||
1592 | "license": [ |
||
1593 | "MIT" |
||
1594 | ], |
||
1595 | "authors": [ |
||
1596 | { |
||
1597 | "name": "Marco Pivetta", |
||
1598 | "email": "[email protected]", |
||
1599 | "homepage": "http://ocramius.github.io/" |
||
1600 | } |
||
1601 | ], |
||
1602 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
1603 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
1604 | "keywords": [ |
||
1605 | "aop", |
||
1606 | "lazy loading", |
||
1607 | "proxy", |
||
1608 | "proxy pattern", |
||
1609 | "service proxies" |
||
1610 | ], |
||
1611 | "time": "2017-05-04T11:12:50+00:00" |
||
1612 | }, |
||
1613 | { |
||
1614 | "name": "paragonie/random_compat", |
||
1615 | "version": "v2.0.11", |
||
1616 | "source": { |
||
1617 | "type": "git", |
||
1618 | "url": "https://github.com/paragonie/random_compat.git", |
||
1619 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
1620 | }, |
||
1621 | "dist": { |
||
1622 | "type": "zip", |
||
1623 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
1624 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
1625 | "shasum": "" |
||
1626 | }, |
||
1627 | "require": { |
||
1628 | "php": ">=5.2.0" |
||
1629 | }, |
||
1630 | "require-dev": { |
||
1631 | "phpunit/phpunit": "4.*|5.*" |
||
1632 | }, |
||
1633 | "suggest": { |
||
1634 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1635 | }, |
||
1636 | "type": "library", |
||
1637 | "autoload": { |
||
1638 | "files": [ |
||
1639 | "lib/random.php" |
||
1640 | ] |
||
1641 | }, |
||
1642 | "notification-url": "https://packagist.org/downloads/", |
||
1643 | "license": [ |
||
1644 | "MIT" |
||
1645 | ], |
||
1646 | "authors": [ |
||
1647 | { |
||
1648 | "name": "Paragon Initiative Enterprises", |
||
1649 | "email": "[email protected]", |
||
1650 | "homepage": "https://paragonie.com" |
||
1651 | } |
||
1652 | ], |
||
1653 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1654 | "keywords": [ |
||
1655 | "csprng", |
||
1656 | "pseudorandom", |
||
1657 | "random" |
||
1658 | ], |
||
1659 | "time": "2017-09-27T21:40:39+00:00" |
||
1660 | }, |
||
1661 | { |
||
1662 | "name": "phpdocumentor/reflection-common", |
||
1663 | "version": "1.0.1", |
||
1664 | "source": { |
||
1665 | "type": "git", |
||
1666 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1667 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1668 | }, |
||
1669 | "dist": { |
||
1670 | "type": "zip", |
||
1671 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1672 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1673 | "shasum": "" |
||
1674 | }, |
||
1675 | "require": { |
||
1676 | "php": ">=5.5" |
||
1677 | }, |
||
1678 | "require-dev": { |
||
1679 | "phpunit/phpunit": "^4.6" |
||
1680 | }, |
||
1681 | "type": "library", |
||
1682 | "extra": { |
||
1683 | "branch-alias": { |
||
1684 | "dev-master": "1.0.x-dev" |
||
1685 | } |
||
1686 | }, |
||
1687 | "autoload": { |
||
1688 | "psr-4": { |
||
1689 | "phpDocumentor\\Reflection\\": [ |
||
1690 | "src" |
||
1691 | ] |
||
1692 | } |
||
1693 | }, |
||
1694 | "notification-url": "https://packagist.org/downloads/", |
||
1695 | "license": [ |
||
1696 | "MIT" |
||
1697 | ], |
||
1698 | "authors": [ |
||
1699 | { |
||
1700 | "name": "Jaap van Otterdijk", |
||
1701 | "email": "[email protected]" |
||
1702 | } |
||
1703 | ], |
||
1704 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1705 | "homepage": "http://www.phpdoc.org", |
||
1706 | "keywords": [ |
||
1707 | "FQSEN", |
||
1708 | "phpDocumentor", |
||
1709 | "phpdoc", |
||
1710 | "reflection", |
||
1711 | "static analysis" |
||
1712 | ], |
||
1713 | "time": "2017-09-11T18:02:19+00:00" |
||
1714 | }, |
||
1715 | { |
||
1716 | "name": "phpdocumentor/reflection-docblock", |
||
1717 | "version": "4.3.0", |
||
1718 | "source": { |
||
1719 | "type": "git", |
||
1720 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1721 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1722 | }, |
||
1723 | "dist": { |
||
1724 | "type": "zip", |
||
1725 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1726 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1727 | "shasum": "" |
||
1728 | }, |
||
1729 | "require": { |
||
1730 | "php": "^7.0", |
||
1731 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1732 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1733 | "webmozart/assert": "^1.0" |
||
1734 | }, |
||
1735 | "require-dev": { |
||
1736 | "doctrine/instantiator": "~1.0.5", |
||
1737 | "mockery/mockery": "^1.0", |
||
1738 | "phpunit/phpunit": "^6.4" |
||
1739 | }, |
||
1740 | "type": "library", |
||
1741 | "extra": { |
||
1742 | "branch-alias": { |
||
1743 | "dev-master": "4.x-dev" |
||
1744 | } |
||
1745 | }, |
||
1746 | "autoload": { |
||
1747 | "psr-4": { |
||
1748 | "phpDocumentor\\Reflection\\": [ |
||
1749 | "src/" |
||
1750 | ] |
||
1751 | } |
||
1752 | }, |
||
1753 | "notification-url": "https://packagist.org/downloads/", |
||
1754 | "license": [ |
||
1755 | "MIT" |
||
1756 | ], |
||
1757 | "authors": [ |
||
1758 | { |
||
1759 | "name": "Mike van Riel", |
||
1760 | "email": "[email protected]" |
||
1761 | } |
||
1762 | ], |
||
1763 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1764 | "time": "2017-11-30T07:14:17+00:00" |
||
1765 | }, |
||
1766 | { |
||
1767 | "name": "phpdocumentor/type-resolver", |
||
1768 | "version": "0.4.0", |
||
1769 | "source": { |
||
1770 | "type": "git", |
||
1771 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1772 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1773 | }, |
||
1774 | "dist": { |
||
1775 | "type": "zip", |
||
1776 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1777 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1778 | "shasum": "" |
||
1779 | }, |
||
1780 | "require": { |
||
1781 | "php": "^5.5 || ^7.0", |
||
1782 | "phpdocumentor/reflection-common": "^1.0" |
||
1783 | }, |
||
1784 | "require-dev": { |
||
1785 | "mockery/mockery": "^0.9.4", |
||
1786 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1787 | }, |
||
1788 | "type": "library", |
||
1789 | "extra": { |
||
1790 | "branch-alias": { |
||
1791 | "dev-master": "1.0.x-dev" |
||
1792 | } |
||
1793 | }, |
||
1794 | "autoload": { |
||
1795 | "psr-4": { |
||
1796 | "phpDocumentor\\Reflection\\": [ |
||
1797 | "src/" |
||
1798 | ] |
||
1799 | } |
||
1800 | }, |
||
1801 | "notification-url": "https://packagist.org/downloads/", |
||
1802 | "license": [ |
||
1803 | "MIT" |
||
1804 | ], |
||
1805 | "authors": [ |
||
1806 | { |
||
1807 | "name": "Mike van Riel", |
||
1808 | "email": "[email protected]" |
||
1809 | } |
||
1810 | ], |
||
1811 | "time": "2017-07-14T14:27:02+00:00" |
||
1812 | }, |
||
1813 | { |
||
1814 | "name": "psr/cache", |
||
1815 | "version": "1.0.1", |
||
1816 | "source": { |
||
1817 | "type": "git", |
||
1818 | "url": "https://github.com/php-fig/cache.git", |
||
1819 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1820 | }, |
||
1821 | "dist": { |
||
1822 | "type": "zip", |
||
1823 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1824 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1825 | "shasum": "" |
||
1826 | }, |
||
1827 | "require": { |
||
1828 | "php": ">=5.3.0" |
||
1829 | }, |
||
1830 | "type": "library", |
||
1831 | "extra": { |
||
1832 | "branch-alias": { |
||
1833 | "dev-master": "1.0.x-dev" |
||
1834 | } |
||
1835 | }, |
||
1836 | "autoload": { |
||
1837 | "psr-4": { |
||
1838 | "Psr\\Cache\\": "src/" |
||
1839 | } |
||
1840 | }, |
||
1841 | "notification-url": "https://packagist.org/downloads/", |
||
1842 | "license": [ |
||
1843 | "MIT" |
||
1844 | ], |
||
1845 | "authors": [ |
||
1846 | { |
||
1847 | "name": "PHP-FIG", |
||
1848 | "homepage": "http://www.php-fig.org/" |
||
1849 | } |
||
1850 | ], |
||
1851 | "description": "Common interface for caching libraries", |
||
1852 | "keywords": [ |
||
1853 | "cache", |
||
1854 | "psr", |
||
1855 | "psr-6" |
||
1856 | ], |
||
1857 | "time": "2016-08-06T20:24:11+00:00" |
||
1858 | }, |
||
1859 | { |
||
1860 | "name": "psr/container", |
||
1861 | "version": "1.0.0", |
||
1862 | "source": { |
||
1863 | "type": "git", |
||
1864 | "url": "https://github.com/php-fig/container.git", |
||
1865 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
1866 | }, |
||
1867 | "dist": { |
||
1868 | "type": "zip", |
||
1869 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1870 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1871 | "shasum": "" |
||
1872 | }, |
||
1873 | "require": { |
||
1874 | "php": ">=5.3.0" |
||
1875 | }, |
||
1876 | "type": "library", |
||
1877 | "extra": { |
||
1878 | "branch-alias": { |
||
1879 | "dev-master": "1.0.x-dev" |
||
1880 | } |
||
1881 | }, |
||
1882 | "autoload": { |
||
1883 | "psr-4": { |
||
1884 | "Psr\\Container\\": "src/" |
||
1885 | } |
||
1886 | }, |
||
1887 | "notification-url": "https://packagist.org/downloads/", |
||
1888 | "license": [ |
||
1889 | "MIT" |
||
1890 | ], |
||
1891 | "authors": [ |
||
1892 | { |
||
1893 | "name": "PHP-FIG", |
||
1894 | "homepage": "http://www.php-fig.org/" |
||
1895 | } |
||
1896 | ], |
||
1897 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
1898 | "homepage": "https://github.com/php-fig/container", |
||
1899 | "keywords": [ |
||
1900 | "PSR-11", |
||
1901 | "container", |
||
1902 | "container-interface", |
||
1903 | "container-interop", |
||
1904 | "psr" |
||
1905 | ], |
||
1906 | "time": "2017-02-14T16:28:37+00:00" |
||
1907 | }, |
||
1908 | { |
||
1909 | "name": "psr/link", |
||
1910 | "version": "1.0.0", |
||
1911 | "source": { |
||
1912 | "type": "git", |
||
1913 | "url": "https://github.com/php-fig/link.git", |
||
1914 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
||
1915 | }, |
||
1916 | "dist": { |
||
1917 | "type": "zip", |
||
1918 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
1919 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
1920 | "shasum": "" |
||
1921 | }, |
||
1922 | "require": { |
||
1923 | "php": ">=5.3.0" |
||
1924 | }, |
||
1925 | "type": "library", |
||
1926 | "extra": { |
||
1927 | "branch-alias": { |
||
1928 | "dev-master": "1.0.x-dev" |
||
1929 | } |
||
1930 | }, |
||
1931 | "autoload": { |
||
1932 | "psr-4": { |
||
1933 | "Psr\\Link\\": "src/" |
||
1934 | } |
||
1935 | }, |
||
1936 | "notification-url": "https://packagist.org/downloads/", |
||
1937 | "license": [ |
||
1938 | "MIT" |
||
1939 | ], |
||
1940 | "authors": [ |
||
1941 | { |
||
1942 | "name": "PHP-FIG", |
||
1943 | "homepage": "http://www.php-fig.org/" |
||
1944 | } |
||
1945 | ], |
||
1946 | "description": "Common interfaces for HTTP links", |
||
1947 | "keywords": [ |
||
1948 | "http", |
||
1949 | "http-link", |
||
1950 | "link", |
||
1951 | "psr", |
||
1952 | "psr-13", |
||
1953 | "rest" |
||
1954 | ], |
||
1955 | "time": "2016-10-28T16:06:13+00:00" |
||
1956 | }, |
||
1957 | { |
||
1958 | "name": "psr/log", |
||
1959 | "version": "1.0.2", |
||
1960 | "source": { |
||
1961 | "type": "git", |
||
1962 | "url": "https://github.com/php-fig/log.git", |
||
1963 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1964 | }, |
||
1965 | "dist": { |
||
1966 | "type": "zip", |
||
1967 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1968 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1969 | "shasum": "" |
||
1970 | }, |
||
1971 | "require": { |
||
1972 | "php": ">=5.3.0" |
||
1973 | }, |
||
1974 | "type": "library", |
||
1975 | "extra": { |
||
1976 | "branch-alias": { |
||
1977 | "dev-master": "1.0.x-dev" |
||
1978 | } |
||
1979 | }, |
||
1980 | "autoload": { |
||
1981 | "psr-4": { |
||
1982 | "Psr\\Log\\": "Psr/Log/" |
||
1983 | } |
||
1984 | }, |
||
1985 | "notification-url": "https://packagist.org/downloads/", |
||
1986 | "license": [ |
||
1987 | "MIT" |
||
1988 | ], |
||
1989 | "authors": [ |
||
1990 | { |
||
1991 | "name": "PHP-FIG", |
||
1992 | "homepage": "http://www.php-fig.org/" |
||
1993 | } |
||
1994 | ], |
||
1995 | "description": "Common interface for logging libraries", |
||
1996 | "homepage": "https://github.com/php-fig/log", |
||
1997 | "keywords": [ |
||
1998 | "log", |
||
1999 | "psr", |
||
2000 | "psr-3" |
||
2001 | ], |
||
2002 | "time": "2016-10-10T12:19:37+00:00" |
||
2003 | }, |
||
2004 | { |
||
2005 | "name": "psr/simple-cache", |
||
2006 | "version": "1.0.0", |
||
2007 | "source": { |
||
2008 | "type": "git", |
||
2009 | "url": "https://github.com/php-fig/simple-cache.git", |
||
2010 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
2011 | }, |
||
2012 | "dist": { |
||
2013 | "type": "zip", |
||
2014 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
2015 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
2016 | "shasum": "" |
||
2017 | }, |
||
2018 | "require": { |
||
2019 | "php": ">=5.3.0" |
||
2020 | }, |
||
2021 | "type": "library", |
||
2022 | "extra": { |
||
2023 | "branch-alias": { |
||
2024 | "dev-master": "1.0.x-dev" |
||
2025 | } |
||
2026 | }, |
||
2027 | "autoload": { |
||
2028 | "psr-4": { |
||
2029 | "Psr\\SimpleCache\\": "src/" |
||
2030 | } |
||
2031 | }, |
||
2032 | "notification-url": "https://packagist.org/downloads/", |
||
2033 | "license": [ |
||
2034 | "MIT" |
||
2035 | ], |
||
2036 | "authors": [ |
||
2037 | { |
||
2038 | "name": "PHP-FIG", |
||
2039 | "homepage": "http://www.php-fig.org/" |
||
2040 | } |
||
2041 | ], |
||
2042 | "description": "Common interfaces for simple caching", |
||
2043 | "keywords": [ |
||
2044 | "cache", |
||
2045 | "caching", |
||
2046 | "psr", |
||
2047 | "psr-16", |
||
2048 | "simple-cache" |
||
2049 | ], |
||
2050 | "time": "2017-01-02T13:31:39+00:00" |
||
2051 | }, |
||
2052 | { |
||
2053 | "name": "sensio/framework-extra-bundle", |
||
2054 | "version": "v5.1.6", |
||
2055 | "source": { |
||
2056 | "type": "git", |
||
2057 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
2058 | "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8" |
||
2059 | }, |
||
2060 | "dist": { |
||
2061 | "type": "zip", |
||
2062 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bf4940572e43af679aaa13be98f3446a1c237bd8", |
||
2063 | "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8", |
||
2064 | "shasum": "" |
||
2065 | }, |
||
2066 | "require": { |
||
2067 | "doctrine/common": "^2.2", |
||
2068 | "symfony/config": "^3.3|^4.0", |
||
2069 | "symfony/dependency-injection": "^3.3|^4.0", |
||
2070 | "symfony/framework-bundle": "^3.3|^4.0", |
||
2071 | "symfony/http-kernel": "^3.3|^4.0" |
||
2072 | }, |
||
2073 | "require-dev": { |
||
2074 | "doctrine/doctrine-bundle": "^1.6", |
||
2075 | "doctrine/orm": "^2.5", |
||
2076 | "symfony/browser-kit": "^3.3|^4.0", |
||
2077 | "symfony/dom-crawler": "^3.3|^4.0", |
||
2078 | "symfony/expression-language": "^3.3|^4.0", |
||
2079 | "symfony/finder": "^3.3|^4.0", |
||
2080 | "symfony/phpunit-bridge": "^3.3|^4.0", |
||
2081 | "symfony/psr-http-message-bridge": "^0.3", |
||
2082 | "symfony/security-bundle": "^3.3|^4.0", |
||
2083 | "symfony/twig-bundle": "^3.3|^4.0", |
||
2084 | "symfony/yaml": "^3.3|^4.0", |
||
2085 | "twig/twig": "~1.12|~2.0", |
||
2086 | "zendframework/zend-diactoros": "^1.3" |
||
2087 | }, |
||
2088 | "suggest": { |
||
2089 | "symfony/expression-language": "", |
||
2090 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
2091 | "symfony/security-bundle": "" |
||
2092 | }, |
||
2093 | "type": "symfony-bundle", |
||
2094 | "extra": { |
||
2095 | "branch-alias": { |
||
2096 | "dev-master": "5.1.x-dev" |
||
2097 | } |
||
2098 | }, |
||
2099 | "autoload": { |
||
2100 | "psr-4": { |
||
2101 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
2102 | } |
||
2103 | }, |
||
2104 | "notification-url": "https://packagist.org/downloads/", |
||
2105 | "license": [ |
||
2106 | "MIT" |
||
2107 | ], |
||
2108 | "authors": [ |
||
2109 | { |
||
2110 | "name": "Fabien Potencier", |
||
2111 | "email": "[email protected]" |
||
2112 | } |
||
2113 | ], |
||
2114 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
2115 | "keywords": [ |
||
2116 | "annotations", |
||
2117 | "controllers" |
||
2118 | ], |
||
2119 | "time": "2018-02-14T08:40:54+00:00" |
||
2120 | }, |
||
2121 | { |
||
2122 | "name": "symfony/asset", |
||
2123 | "version": "v4.0.4", |
||
2124 | "source": { |
||
2125 | "type": "git", |
||
2126 | "url": "https://github.com/symfony/asset.git", |
||
2127 | "reference": "db6063ab6e71c0d4910328a4d10eba197e1d6b40" |
||
2128 | }, |
||
2129 | "dist": { |
||
2130 | "type": "zip", |
||
2131 | "url": "https://api.github.com/repos/symfony/asset/zipball/db6063ab6e71c0d4910328a4d10eba197e1d6b40", |
||
2132 | "reference": "db6063ab6e71c0d4910328a4d10eba197e1d6b40", |
||
2133 | "shasum": "" |
||
2134 | }, |
||
2135 | "require": { |
||
2136 | "php": "^7.1.3" |
||
2137 | }, |
||
2138 | "require-dev": { |
||
2139 | "symfony/http-foundation": "~3.4|~4.0", |
||
2140 | "symfony/http-kernel": "~3.4|~4.0" |
||
2141 | }, |
||
2142 | "suggest": { |
||
2143 | "symfony/http-foundation": "" |
||
2144 | }, |
||
2145 | "type": "library", |
||
2146 | "extra": { |
||
2147 | "branch-alias": { |
||
2148 | "dev-master": "4.0-dev" |
||
2149 | } |
||
2150 | }, |
||
2151 | "autoload": { |
||
2152 | "psr-4": { |
||
2153 | "Symfony\\Component\\Asset\\": "" |
||
2154 | }, |
||
2155 | "exclude-from-classmap": [ |
||
2156 | "/Tests/" |
||
2157 | ] |
||
2158 | }, |
||
2159 | "notification-url": "https://packagist.org/downloads/", |
||
2160 | "license": [ |
||
2161 | "MIT" |
||
2162 | ], |
||
2163 | "authors": [ |
||
2164 | { |
||
2165 | "name": "Fabien Potencier", |
||
2166 | "email": "[email protected]" |
||
2167 | }, |
||
2168 | { |
||
2169 | "name": "Symfony Community", |
||
2170 | "homepage": "https://symfony.com/contributors" |
||
2171 | } |
||
2172 | ], |
||
2173 | "description": "Symfony Asset Component", |
||
2174 | "homepage": "https://symfony.com", |
||
2175 | "time": "2018-01-03T07:38:00+00:00" |
||
2176 | }, |
||
2177 | { |
||
2178 | "name": "symfony/cache", |
||
2179 | "version": "v4.0.4", |
||
2180 | "source": { |
||
2181 | "type": "git", |
||
2182 | "url": "https://github.com/symfony/cache.git", |
||
2183 | "reference": "e901ff335ef5e8ef57ee9b8e098bd54a1d39a857" |
||
2184 | }, |
||
2185 | "dist": { |
||
2186 | "type": "zip", |
||
2187 | "url": "https://api.github.com/repos/symfony/cache/zipball/e901ff335ef5e8ef57ee9b8e098bd54a1d39a857", |
||
2188 | "reference": "e901ff335ef5e8ef57ee9b8e098bd54a1d39a857", |
||
2189 | "shasum": "" |
||
2190 | }, |
||
2191 | "require": { |
||
2192 | "php": "^7.1.3", |
||
2193 | "psr/cache": "~1.0", |
||
2194 | "psr/log": "~1.0", |
||
2195 | "psr/simple-cache": "^1.0" |
||
2196 | }, |
||
2197 | "conflict": { |
||
2198 | "symfony/var-dumper": "<3.4" |
||
2199 | }, |
||
2200 | "provide": { |
||
2201 | "psr/cache-implementation": "1.0", |
||
2202 | "psr/simple-cache-implementation": "1.0" |
||
2203 | }, |
||
2204 | "require-dev": { |
||
2205 | "cache/integration-tests": "dev-master", |
||
2206 | "doctrine/cache": "~1.6", |
||
2207 | "doctrine/dbal": "~2.4", |
||
2208 | "predis/predis": "~1.0" |
||
2209 | }, |
||
2210 | "type": "library", |
||
2211 | "extra": { |
||
2212 | "branch-alias": { |
||
2213 | "dev-master": "4.0-dev" |
||
2214 | } |
||
2215 | }, |
||
2216 | "autoload": { |
||
2217 | "psr-4": { |
||
2218 | "Symfony\\Component\\Cache\\": "" |
||
2219 | }, |
||
2220 | "exclude-from-classmap": [ |
||
2221 | "/Tests/" |
||
2222 | ] |
||
2223 | }, |
||
2224 | "notification-url": "https://packagist.org/downloads/", |
||
2225 | "license": [ |
||
2226 | "MIT" |
||
2227 | ], |
||
2228 | "authors": [ |
||
2229 | { |
||
2230 | "name": "Nicolas Grekas", |
||
2231 | "email": "[email protected]" |
||
2232 | }, |
||
2233 | { |
||
2234 | "name": "Symfony Community", |
||
2235 | "homepage": "https://symfony.com/contributors" |
||
2236 | } |
||
2237 | ], |
||
2238 | "description": "Symfony Cache component with PSR-6, PSR-16, and tags", |
||
2239 | "homepage": "https://symfony.com", |
||
2240 | "keywords": [ |
||
2241 | "caching", |
||
2242 | "psr6" |
||
2243 | ], |
||
2244 | "time": "2018-01-18T22:19:33+00:00" |
||
2245 | }, |
||
2246 | { |
||
2247 | "name": "symfony/config", |
||
2248 | "version": "v4.0.4", |
||
2249 | "source": { |
||
2250 | "type": "git", |
||
2251 | "url": "https://github.com/symfony/config.git", |
||
2252 | "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2" |
||
2253 | }, |
||
2254 | "dist": { |
||
2255 | "type": "zip", |
||
2256 | "url": "https://api.github.com/repos/symfony/config/zipball/ecd917899167922086ddb3247aa43eb1c418fcb2", |
||
2257 | "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2", |
||
2258 | "shasum": "" |
||
2259 | }, |
||
2260 | "require": { |
||
2261 | "php": "^7.1.3", |
||
2262 | "symfony/filesystem": "~3.4|~4.0" |
||
2263 | }, |
||
2264 | "conflict": { |
||
2265 | "symfony/finder": "<3.4" |
||
2266 | }, |
||
2267 | "require-dev": { |
||
2268 | "symfony/finder": "~3.4|~4.0", |
||
2269 | "symfony/yaml": "~3.4|~4.0" |
||
2270 | }, |
||
2271 | "suggest": { |
||
2272 | "symfony/yaml": "To use the yaml reference dumper" |
||
2273 | }, |
||
2274 | "type": "library", |
||
2275 | "extra": { |
||
2276 | "branch-alias": { |
||
2277 | "dev-master": "4.0-dev" |
||
2278 | } |
||
2279 | }, |
||
2280 | "autoload": { |
||
2281 | "psr-4": { |
||
2282 | "Symfony\\Component\\Config\\": "" |
||
2283 | }, |
||
2284 | "exclude-from-classmap": [ |
||
2285 | "/Tests/" |
||
2286 | ] |
||
2287 | }, |
||
2288 | "notification-url": "https://packagist.org/downloads/", |
||
2289 | "license": [ |
||
2290 | "MIT" |
||
2291 | ], |
||
2292 | "authors": [ |
||
2293 | { |
||
2294 | "name": "Fabien Potencier", |
||
2295 | "email": "[email protected]" |
||
2296 | }, |
||
2297 | { |
||
2298 | "name": "Symfony Community", |
||
2299 | "homepage": "https://symfony.com/contributors" |
||
2300 | } |
||
2301 | ], |
||
2302 | "description": "Symfony Config Component", |
||
2303 | "homepage": "https://symfony.com", |
||
2304 | "time": "2018-01-21T19:06:11+00:00" |
||
2305 | }, |
||
2306 | { |
||
2307 | "name": "symfony/console", |
||
2308 | "version": "v4.0.4", |
||
2309 | "source": { |
||
2310 | "type": "git", |
||
2311 | "url": "https://github.com/symfony/console.git", |
||
2312 | "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488" |
||
2313 | }, |
||
2314 | "dist": { |
||
2315 | "type": "zip", |
||
2316 | "url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488", |
||
2317 | "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488", |
||
2318 | "shasum": "" |
||
2319 | }, |
||
2320 | "require": { |
||
2321 | "php": "^7.1.3", |
||
2322 | "symfony/polyfill-mbstring": "~1.0" |
||
2323 | }, |
||
2324 | "conflict": { |
||
2325 | "symfony/dependency-injection": "<3.4", |
||
2326 | "symfony/process": "<3.3" |
||
2327 | }, |
||
2328 | "require-dev": { |
||
2329 | "psr/log": "~1.0", |
||
2330 | "symfony/config": "~3.4|~4.0", |
||
2331 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2332 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2333 | "symfony/lock": "~3.4|~4.0", |
||
2334 | "symfony/process": "~3.4|~4.0" |
||
2335 | }, |
||
2336 | "suggest": { |
||
2337 | "psr/log": "For using the console logger", |
||
2338 | "symfony/event-dispatcher": "", |
||
2339 | "symfony/lock": "", |
||
2340 | "symfony/process": "" |
||
2341 | }, |
||
2342 | "type": "library", |
||
2343 | "extra": { |
||
2344 | "branch-alias": { |
||
2345 | "dev-master": "4.0-dev" |
||
2346 | } |
||
2347 | }, |
||
2348 | "autoload": { |
||
2349 | "psr-4": { |
||
2350 | "Symfony\\Component\\Console\\": "" |
||
2351 | }, |
||
2352 | "exclude-from-classmap": [ |
||
2353 | "/Tests/" |
||
2354 | ] |
||
2355 | }, |
||
2356 | "notification-url": "https://packagist.org/downloads/", |
||
2357 | "license": [ |
||
2358 | "MIT" |
||
2359 | ], |
||
2360 | "authors": [ |
||
2361 | { |
||
2362 | "name": "Fabien Potencier", |
||
2363 | "email": "[email protected]" |
||
2364 | }, |
||
2365 | { |
||
2366 | "name": "Symfony Community", |
||
2367 | "homepage": "https://symfony.com/contributors" |
||
2368 | } |
||
2369 | ], |
||
2370 | "description": "Symfony Console Component", |
||
2371 | "homepage": "https://symfony.com", |
||
2372 | "time": "2018-01-29T09:06:29+00:00" |
||
2373 | }, |
||
2374 | { |
||
2375 | "name": "symfony/debug", |
||
2376 | "version": "v4.0.4", |
||
2377 | "source": { |
||
2378 | "type": "git", |
||
2379 | "url": "https://github.com/symfony/debug.git", |
||
2380 | "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54" |
||
2381 | }, |
||
2382 | "dist": { |
||
2383 | "type": "zip", |
||
2384 | "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54", |
||
2385 | "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54", |
||
2386 | "shasum": "" |
||
2387 | }, |
||
2388 | "require": { |
||
2389 | "php": "^7.1.3", |
||
2390 | "psr/log": "~1.0" |
||
2391 | }, |
||
2392 | "conflict": { |
||
2393 | "symfony/http-kernel": "<3.4" |
||
2394 | }, |
||
2395 | "require-dev": { |
||
2396 | "symfony/http-kernel": "~3.4|~4.0" |
||
2397 | }, |
||
2398 | "type": "library", |
||
2399 | "extra": { |
||
2400 | "branch-alias": { |
||
2401 | "dev-master": "4.0-dev" |
||
2402 | } |
||
2403 | }, |
||
2404 | "autoload": { |
||
2405 | "psr-4": { |
||
2406 | "Symfony\\Component\\Debug\\": "" |
||
2407 | }, |
||
2408 | "exclude-from-classmap": [ |
||
2409 | "/Tests/" |
||
2410 | ] |
||
2411 | }, |
||
2412 | "notification-url": "https://packagist.org/downloads/", |
||
2413 | "license": [ |
||
2414 | "MIT" |
||
2415 | ], |
||
2416 | "authors": [ |
||
2417 | { |
||
2418 | "name": "Fabien Potencier", |
||
2419 | "email": "[email protected]" |
||
2420 | }, |
||
2421 | { |
||
2422 | "name": "Symfony Community", |
||
2423 | "homepage": "https://symfony.com/contributors" |
||
2424 | } |
||
2425 | ], |
||
2426 | "description": "Symfony Debug Component", |
||
2427 | "homepage": "https://symfony.com", |
||
2428 | "time": "2018-01-18T22:19:33+00:00" |
||
2429 | }, |
||
2430 | { |
||
2431 | "name": "symfony/debug-bundle", |
||
2432 | "version": "v4.0.4", |
||
2433 | "source": { |
||
2434 | "type": "git", |
||
2435 | "url": "https://github.com/symfony/debug-bundle.git", |
||
2436 | "reference": "3188f67995b0b54ca0600c68dac86ae822229a97" |
||
2437 | }, |
||
2438 | "dist": { |
||
2439 | "type": "zip", |
||
2440 | "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3188f67995b0b54ca0600c68dac86ae822229a97", |
||
2441 | "reference": "3188f67995b0b54ca0600c68dac86ae822229a97", |
||
2442 | "shasum": "" |
||
2443 | }, |
||
2444 | "require": { |
||
2445 | "ext-xml": "*", |
||
2446 | "php": "^7.1.3", |
||
2447 | "symfony/http-kernel": "~3.4|~4.0", |
||
2448 | "symfony/twig-bridge": "~3.4|~4.0", |
||
2449 | "symfony/var-dumper": "~3.4|~4.0" |
||
2450 | }, |
||
2451 | "conflict": { |
||
2452 | "symfony/dependency-injection": "<3.4" |
||
2453 | }, |
||
2454 | "require-dev": { |
||
2455 | "symfony/config": "~3.4|~4.0", |
||
2456 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2457 | "symfony/web-profiler-bundle": "~3.4|~4.0" |
||
2458 | }, |
||
2459 | "suggest": { |
||
2460 | "symfony/config": "For service container configuration", |
||
2461 | "symfony/dependency-injection": "For using as a service from the container" |
||
2462 | }, |
||
2463 | "type": "symfony-bundle", |
||
2464 | "extra": { |
||
2465 | "branch-alias": { |
||
2466 | "dev-master": "4.0-dev" |
||
2467 | } |
||
2468 | }, |
||
2469 | "autoload": { |
||
2470 | "psr-4": { |
||
2471 | "Symfony\\Bundle\\DebugBundle\\": "" |
||
2472 | }, |
||
2473 | "exclude-from-classmap": [ |
||
2474 | "/Tests/" |
||
2475 | ] |
||
2476 | }, |
||
2477 | "notification-url": "https://packagist.org/downloads/", |
||
2478 | "license": [ |
||
2479 | "MIT" |
||
2480 | ], |
||
2481 | "authors": [ |
||
2482 | { |
||
2483 | "name": "Fabien Potencier", |
||
2484 | "email": "[email protected]" |
||
2485 | }, |
||
2486 | { |
||
2487 | "name": "Symfony Community", |
||
2488 | "homepage": "https://symfony.com/contributors" |
||
2489 | } |
||
2490 | ], |
||
2491 | "description": "Symfony DebugBundle", |
||
2492 | "homepage": "https://symfony.com", |
||
2493 | "time": "2018-01-03T07:38:00+00:00" |
||
2494 | }, |
||
2495 | { |
||
2496 | "name": "symfony/debug-pack", |
||
2497 | "version": "v1.0.4", |
||
2498 | "source": { |
||
2499 | "type": "git", |
||
2500 | "url": "https://github.com/symfony/debug-pack.git", |
||
2501 | "reference": "2da9b0ea7a733fc29ec3e72139751fd8d2582887" |
||
2502 | }, |
||
2503 | "dist": { |
||
2504 | "type": "zip", |
||
2505 | "url": "https://api.github.com/repos/symfony/debug-pack/zipball/2da9b0ea7a733fc29ec3e72139751fd8d2582887", |
||
2506 | "reference": "2da9b0ea7a733fc29ec3e72139751fd8d2582887", |
||
2507 | "shasum": "" |
||
2508 | }, |
||
2509 | "require": { |
||
2510 | "easycorp/easy-log-handler": "^1.0.2", |
||
2511 | "php": "^7.0", |
||
2512 | "symfony/debug-bundle": "^3.3|^4.0", |
||
2513 | "symfony/monolog-bundle": "^3.0", |
||
2514 | "symfony/phpunit-bridge": "^3.3|^4.0", |
||
2515 | "symfony/profiler-pack": "^1.0", |
||
2516 | "symfony/var-dumper": "^3.3|^4.0" |
||
2517 | }, |
||
2518 | "type": "symfony-pack", |
||
2519 | "notification-url": "https://packagist.org/downloads/", |
||
2520 | "license": [ |
||
2521 | "MIT" |
||
2522 | ], |
||
2523 | "description": "A debug pack for Symfony projects", |
||
2524 | "time": "2017-12-12T01:47:04+00:00" |
||
2525 | }, |
||
2526 | { |
||
2527 | "name": "symfony/dependency-injection", |
||
2528 | "version": "v4.0.4", |
||
2529 | "source": { |
||
2530 | "type": "git", |
||
2531 | "url": "https://github.com/symfony/dependency-injection.git", |
||
2532 | "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2" |
||
2533 | }, |
||
2534 | "dist": { |
||
2535 | "type": "zip", |
||
2536 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f78ca49c6360c710ca8e316511e71a23b10e3bf2", |
||
2537 | "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2", |
||
2538 | "shasum": "" |
||
2539 | }, |
||
2540 | "require": { |
||
2541 | "php": "^7.1.3", |
||
2542 | "psr/container": "^1.0" |
||
2543 | }, |
||
2544 | "conflict": { |
||
2545 | "symfony/config": "<3.4", |
||
2546 | "symfony/finder": "<3.4", |
||
2547 | "symfony/proxy-manager-bridge": "<3.4", |
||
2548 | "symfony/yaml": "<3.4" |
||
2549 | }, |
||
2550 | "provide": { |
||
2551 | "psr/container-implementation": "1.0" |
||
2552 | }, |
||
2553 | "require-dev": { |
||
2554 | "symfony/config": "~3.4|~4.0", |
||
2555 | "symfony/expression-language": "~3.4|~4.0", |
||
2556 | "symfony/yaml": "~3.4|~4.0" |
||
2557 | }, |
||
2558 | "suggest": { |
||
2559 | "symfony/config": "", |
||
2560 | "symfony/expression-language": "For using expressions in service container configuration", |
||
2561 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
2562 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
2563 | "symfony/yaml": "" |
||
2564 | }, |
||
2565 | "type": "library", |
||
2566 | "extra": { |
||
2567 | "branch-alias": { |
||
2568 | "dev-master": "4.0-dev" |
||
2569 | } |
||
2570 | }, |
||
2571 | "autoload": { |
||
2572 | "psr-4": { |
||
2573 | "Symfony\\Component\\DependencyInjection\\": "" |
||
2574 | }, |
||
2575 | "exclude-from-classmap": [ |
||
2576 | "/Tests/" |
||
2577 | ] |
||
2578 | }, |
||
2579 | "notification-url": "https://packagist.org/downloads/", |
||
2580 | "license": [ |
||
2581 | "MIT" |
||
2582 | ], |
||
2583 | "authors": [ |
||
2584 | { |
||
2585 | "name": "Fabien Potencier", |
||
2586 | "email": "[email protected]" |
||
2587 | }, |
||
2588 | { |
||
2589 | "name": "Symfony Community", |
||
2590 | "homepage": "https://symfony.com/contributors" |
||
2591 | } |
||
2592 | ], |
||
2593 | "description": "Symfony DependencyInjection Component", |
||
2594 | "homepage": "https://symfony.com", |
||
2595 | "time": "2018-01-29T09:29:16+00:00" |
||
2596 | }, |
||
2597 | { |
||
2598 | "name": "symfony/doctrine-bridge", |
||
2599 | "version": "v4.0.4", |
||
2600 | "source": { |
||
2601 | "type": "git", |
||
2602 | "url": "https://github.com/symfony/doctrine-bridge.git", |
||
2603 | "reference": "85d54596a1fe1089536ce03979a1992bf71b7e04" |
||
2604 | }, |
||
2605 | "dist": { |
||
2606 | "type": "zip", |
||
2607 | "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/85d54596a1fe1089536ce03979a1992bf71b7e04", |
||
2608 | "reference": "85d54596a1fe1089536ce03979a1992bf71b7e04", |
||
2609 | "shasum": "" |
||
2610 | }, |
||
2611 | "require": { |
||
2612 | "doctrine/common": "~2.4", |
||
2613 | "php": "^7.1.3", |
||
2614 | "symfony/polyfill-mbstring": "~1.0" |
||
2615 | }, |
||
2616 | "conflict": { |
||
2617 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
2618 | "symfony/dependency-injection": "<3.4" |
||
2619 | }, |
||
2620 | "require-dev": { |
||
2621 | "doctrine/data-fixtures": "1.0.*", |
||
2622 | "doctrine/dbal": "~2.4", |
||
2623 | "doctrine/orm": "^2.4.5", |
||
2624 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2625 | "symfony/expression-language": "~3.4|~4.0", |
||
2626 | "symfony/form": "~3.4|~4.0", |
||
2627 | "symfony/http-kernel": "~3.4|~4.0", |
||
2628 | "symfony/property-access": "~3.4|~4.0", |
||
2629 | "symfony/property-info": "~3.4|~4.0", |
||
2630 | "symfony/proxy-manager-bridge": "~3.4|~4.0", |
||
2631 | "symfony/security": "~3.4|~4.0", |
||
2632 | "symfony/stopwatch": "~3.4|~4.0", |
||
2633 | "symfony/translation": "~3.4|~4.0", |
||
2634 | "symfony/validator": "~3.4|~4.0" |
||
2635 | }, |
||
2636 | "suggest": { |
||
2637 | "doctrine/data-fixtures": "", |
||
2638 | "doctrine/dbal": "", |
||
2639 | "doctrine/orm": "", |
||
2640 | "symfony/form": "", |
||
2641 | "symfony/property-info": "", |
||
2642 | "symfony/validator": "" |
||
2643 | }, |
||
2644 | "type": "symfony-bridge", |
||
2645 | "extra": { |
||
2646 | "branch-alias": { |
||
2647 | "dev-master": "4.0-dev" |
||
2648 | } |
||
2649 | }, |
||
2650 | "autoload": { |
||
2651 | "psr-4": { |
||
2652 | "Symfony\\Bridge\\Doctrine\\": "" |
||
2653 | }, |
||
2654 | "exclude-from-classmap": [ |
||
2655 | "/Tests/" |
||
2656 | ] |
||
2657 | }, |
||
2658 | "notification-url": "https://packagist.org/downloads/", |
||
2659 | "license": [ |
||
2660 | "MIT" |
||
2661 | ], |
||
2662 | "authors": [ |
||
2663 | { |
||
2664 | "name": "Fabien Potencier", |
||
2665 | "email": "[email protected]" |
||
2666 | }, |
||
2667 | { |
||
2668 | "name": "Symfony Community", |
||
2669 | "homepage": "https://symfony.com/contributors" |
||
2670 | } |
||
2671 | ], |
||
2672 | "description": "Symfony Doctrine Bridge", |
||
2673 | "homepage": "https://symfony.com", |
||
2674 | "time": "2018-01-03T07:38:00+00:00" |
||
2675 | }, |
||
2676 | { |
||
2677 | "name": "symfony/event-dispatcher", |
||
2678 | "version": "v4.0.4", |
||
2679 | "source": { |
||
2680 | "type": "git", |
||
2681 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2682 | "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb" |
||
2683 | }, |
||
2684 | "dist": { |
||
2685 | "type": "zip", |
||
2686 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb", |
||
2687 | "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb", |
||
2688 | "shasum": "" |
||
2689 | }, |
||
2690 | "require": { |
||
2691 | "php": "^7.1.3" |
||
2692 | }, |
||
2693 | "conflict": { |
||
2694 | "symfony/dependency-injection": "<3.4" |
||
2695 | }, |
||
2696 | "require-dev": { |
||
2697 | "psr/log": "~1.0", |
||
2698 | "symfony/config": "~3.4|~4.0", |
||
2699 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2700 | "symfony/expression-language": "~3.4|~4.0", |
||
2701 | "symfony/stopwatch": "~3.4|~4.0" |
||
2702 | }, |
||
2703 | "suggest": { |
||
2704 | "symfony/dependency-injection": "", |
||
2705 | "symfony/http-kernel": "" |
||
2706 | }, |
||
2707 | "type": "library", |
||
2708 | "extra": { |
||
2709 | "branch-alias": { |
||
2710 | "dev-master": "4.0-dev" |
||
2711 | } |
||
2712 | }, |
||
2713 | "autoload": { |
||
2714 | "psr-4": { |
||
2715 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2716 | }, |
||
2717 | "exclude-from-classmap": [ |
||
2718 | "/Tests/" |
||
2719 | ] |
||
2720 | }, |
||
2721 | "notification-url": "https://packagist.org/downloads/", |
||
2722 | "license": [ |
||
2723 | "MIT" |
||
2724 | ], |
||
2725 | "authors": [ |
||
2726 | { |
||
2727 | "name": "Fabien Potencier", |
||
2728 | "email": "[email protected]" |
||
2729 | }, |
||
2730 | { |
||
2731 | "name": "Symfony Community", |
||
2732 | "homepage": "https://symfony.com/contributors" |
||
2733 | } |
||
2734 | ], |
||
2735 | "description": "Symfony EventDispatcher Component", |
||
2736 | "homepage": "https://symfony.com", |
||
2737 | "time": "2018-01-03T07:38:00+00:00" |
||
2738 | }, |
||
2739 | { |
||
2740 | "name": "symfony/expression-language", |
||
2741 | "version": "v4.0.4", |
||
2742 | "source": { |
||
2743 | "type": "git", |
||
2744 | "url": "https://github.com/symfony/expression-language.git", |
||
2745 | "reference": "b826c255f22333eccd3365734d2c4e150c284843" |
||
2746 | }, |
||
2747 | "dist": { |
||
2748 | "type": "zip", |
||
2749 | "url": "https://api.github.com/repos/symfony/expression-language/zipball/b826c255f22333eccd3365734d2c4e150c284843", |
||
2750 | "reference": "b826c255f22333eccd3365734d2c4e150c284843", |
||
2751 | "shasum": "" |
||
2752 | }, |
||
2753 | "require": { |
||
2754 | "php": "^7.1.3", |
||
2755 | "symfony/cache": "~3.4|~4.0" |
||
2756 | }, |
||
2757 | "type": "library", |
||
2758 | "extra": { |
||
2759 | "branch-alias": { |
||
2760 | "dev-master": "4.0-dev" |
||
2761 | } |
||
2762 | }, |
||
2763 | "autoload": { |
||
2764 | "psr-4": { |
||
2765 | "Symfony\\Component\\ExpressionLanguage\\": "" |
||
2766 | }, |
||
2767 | "exclude-from-classmap": [ |
||
2768 | "/Tests/" |
||
2769 | ] |
||
2770 | }, |
||
2771 | "notification-url": "https://packagist.org/downloads/", |
||
2772 | "license": [ |
||
2773 | "MIT" |
||
2774 | ], |
||
2775 | "authors": [ |
||
2776 | { |
||
2777 | "name": "Fabien Potencier", |
||
2778 | "email": "[email protected]" |
||
2779 | }, |
||
2780 | { |
||
2781 | "name": "Symfony Community", |
||
2782 | "homepage": "https://symfony.com/contributors" |
||
2783 | } |
||
2784 | ], |
||
2785 | "description": "Symfony ExpressionLanguage Component", |
||
2786 | "homepage": "https://symfony.com", |
||
2787 | "time": "2018-01-03T07:38:00+00:00" |
||
2788 | }, |
||
2789 | { |
||
2790 | "name": "symfony/filesystem", |
||
2791 | "version": "v4.0.4", |
||
2792 | "source": { |
||
2793 | "type": "git", |
||
2794 | "url": "https://github.com/symfony/filesystem.git", |
||
2795 | "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed" |
||
2796 | }, |
||
2797 | "dist": { |
||
2798 | "type": "zip", |
||
2799 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/760e47a4ee64b4c48f4b30017011e09d4c0f05ed", |
||
2800 | "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed", |
||
2801 | "shasum": "" |
||
2802 | }, |
||
2803 | "require": { |
||
2804 | "php": "^7.1.3" |
||
2805 | }, |
||
2806 | "type": "library", |
||
2807 | "extra": { |
||
2808 | "branch-alias": { |
||
2809 | "dev-master": "4.0-dev" |
||
2810 | } |
||
2811 | }, |
||
2812 | "autoload": { |
||
2813 | "psr-4": { |
||
2814 | "Symfony\\Component\\Filesystem\\": "" |
||
2815 | }, |
||
2816 | "exclude-from-classmap": [ |
||
2817 | "/Tests/" |
||
2818 | ] |
||
2819 | }, |
||
2820 | "notification-url": "https://packagist.org/downloads/", |
||
2821 | "license": [ |
||
2822 | "MIT" |
||
2823 | ], |
||
2824 | "authors": [ |
||
2825 | { |
||
2826 | "name": "Fabien Potencier", |
||
2827 | "email": "[email protected]" |
||
2828 | }, |
||
2829 | { |
||
2830 | "name": "Symfony Community", |
||
2831 | "homepage": "https://symfony.com/contributors" |
||
2832 | } |
||
2833 | ], |
||
2834 | "description": "Symfony Filesystem Component", |
||
2835 | "homepage": "https://symfony.com", |
||
2836 | "time": "2018-01-03T07:38:00+00:00" |
||
2837 | }, |
||
2838 | { |
||
2839 | "name": "symfony/finder", |
||
2840 | "version": "v4.0.4", |
||
2841 | "source": { |
||
2842 | "type": "git", |
||
2843 | "url": "https://github.com/symfony/finder.git", |
||
2844 | "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601" |
||
2845 | }, |
||
2846 | "dist": { |
||
2847 | "type": "zip", |
||
2848 | "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601", |
||
2849 | "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601", |
||
2850 | "shasum": "" |
||
2851 | }, |
||
2852 | "require": { |
||
2853 | "php": "^7.1.3" |
||
2854 | }, |
||
2855 | "type": "library", |
||
2856 | "extra": { |
||
2857 | "branch-alias": { |
||
2858 | "dev-master": "4.0-dev" |
||
2859 | } |
||
2860 | }, |
||
2861 | "autoload": { |
||
2862 | "psr-4": { |
||
2863 | "Symfony\\Component\\Finder\\": "" |
||
2864 | }, |
||
2865 | "exclude-from-classmap": [ |
||
2866 | "/Tests/" |
||
2867 | ] |
||
2868 | }, |
||
2869 | "notification-url": "https://packagist.org/downloads/", |
||
2870 | "license": [ |
||
2871 | "MIT" |
||
2872 | ], |
||
2873 | "authors": [ |
||
2874 | { |
||
2875 | "name": "Fabien Potencier", |
||
2876 | "email": "[email protected]" |
||
2877 | }, |
||
2878 | { |
||
2879 | "name": "Symfony Community", |
||
2880 | "homepage": "https://symfony.com/contributors" |
||
2881 | } |
||
2882 | ], |
||
2883 | "description": "Symfony Finder Component", |
||
2884 | "homepage": "https://symfony.com", |
||
2885 | "time": "2018-01-03T07:38:00+00:00" |
||
2886 | }, |
||
2887 | { |
||
2888 | "name": "symfony/flex", |
||
2889 | "version": "v1.0.70", |
||
2890 | "source": { |
||
2891 | "type": "git", |
||
2892 | "url": "https://github.com/symfony/flex.git", |
||
2893 | "reference": "1f00c05d35523dc0ac52e4a457989a069be5a7a4" |
||
2894 | }, |
||
2895 | "dist": { |
||
2896 | "type": "zip", |
||
2897 | "url": "https://api.github.com/repos/symfony/flex/zipball/1f00c05d35523dc0ac52e4a457989a069be5a7a4", |
||
2898 | "reference": "1f00c05d35523dc0ac52e4a457989a069be5a7a4", |
||
2899 | "shasum": "" |
||
2900 | }, |
||
2901 | "require": { |
||
2902 | "composer-plugin-api": "^1.0", |
||
2903 | "php": "^7.0" |
||
2904 | }, |
||
2905 | "require-dev": { |
||
2906 | "composer/composer": "^1.0.2", |
||
2907 | "symfony/phpunit-bridge": "^3.2.8" |
||
2908 | }, |
||
2909 | "type": "composer-plugin", |
||
2910 | "extra": { |
||
2911 | "branch-alias": { |
||
2912 | "dev-master": "1.0-dev" |
||
2913 | }, |
||
2914 | "class": "Symfony\\Flex\\Flex" |
||
2915 | }, |
||
2916 | "autoload": { |
||
2917 | "psr-4": { |
||
2918 | "Symfony\\Flex\\": "src" |
||
2919 | } |
||
2920 | }, |
||
2921 | "notification-url": "https://packagist.org/downloads/", |
||
2922 | "license": [ |
||
2923 | "MIT" |
||
2924 | ], |
||
2925 | "authors": [ |
||
2926 | { |
||
2927 | "name": "Fabien Potencier", |
||
2928 | "email": "[email protected]" |
||
2929 | } |
||
2930 | ], |
||
2931 | "time": "2018-02-22T07:00:47+00:00" |
||
2932 | }, |
||
2933 | { |
||
2934 | "name": "symfony/form", |
||
2935 | "version": "v4.0.4", |
||
2936 | "source": { |
||
2937 | "type": "git", |
||
2938 | "url": "https://github.com/symfony/form.git", |
||
2939 | "reference": "46ff2f07ea787a500a9a7000389744c1445fb40e" |
||
2940 | }, |
||
2941 | "dist": { |
||
2942 | "type": "zip", |
||
2943 | "url": "https://api.github.com/repos/symfony/form/zipball/46ff2f07ea787a500a9a7000389744c1445fb40e", |
||
2944 | "reference": "46ff2f07ea787a500a9a7000389744c1445fb40e", |
||
2945 | "shasum": "" |
||
2946 | }, |
||
2947 | "require": { |
||
2948 | "php": "^7.1.3", |
||
2949 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2950 | "symfony/intl": "~3.4|~4.0", |
||
2951 | "symfony/options-resolver": "~3.4|~4.0", |
||
2952 | "symfony/polyfill-mbstring": "~1.0", |
||
2953 | "symfony/property-access": "~3.4|~4.0" |
||
2954 | }, |
||
2955 | "conflict": { |
||
2956 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
2957 | "symfony/dependency-injection": "<3.4", |
||
2958 | "symfony/doctrine-bridge": "<3.4", |
||
2959 | "symfony/framework-bundle": "<3.4", |
||
2960 | "symfony/http-kernel": "<3.4", |
||
2961 | "symfony/twig-bridge": "<3.4" |
||
2962 | }, |
||
2963 | "require-dev": { |
||
2964 | "doctrine/collections": "~1.0", |
||
2965 | "symfony/config": "~3.4|~4.0", |
||
2966 | "symfony/console": "~3.4|~4.0", |
||
2967 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2968 | "symfony/http-foundation": "~3.4|~4.0", |
||
2969 | "symfony/http-kernel": "~3.4|~4.0", |
||
2970 | "symfony/security-csrf": "~3.4|~4.0", |
||
2971 | "symfony/translation": "~3.4|~4.0", |
||
2972 | "symfony/validator": "~3.4|~4.0", |
||
2973 | "symfony/var-dumper": "~3.4|~4.0" |
||
2974 | }, |
||
2975 | "suggest": { |
||
2976 | "symfony/framework-bundle": "For templating with PHP.", |
||
2977 | "symfony/security-csrf": "For protecting forms against CSRF attacks.", |
||
2978 | "symfony/twig-bridge": "For templating with Twig.", |
||
2979 | "symfony/validator": "For form validation." |
||
2980 | }, |
||
2981 | "type": "library", |
||
2982 | "extra": { |
||
2983 | "branch-alias": { |
||
2984 | "dev-master": "4.0-dev" |
||
2985 | } |
||
2986 | }, |
||
2987 | "autoload": { |
||
2988 | "psr-4": { |
||
2989 | "Symfony\\Component\\Form\\": "" |
||
2990 | }, |
||
2991 | "exclude-from-classmap": [ |
||
2992 | "/Tests/" |
||
2993 | ] |
||
2994 | }, |
||
2995 | "notification-url": "https://packagist.org/downloads/", |
||
2996 | "license": [ |
||
2997 | "MIT" |
||
2998 | ], |
||
2999 | "authors": [ |
||
3000 | { |
||
3001 | "name": "Fabien Potencier", |
||
3002 | "email": "[email protected]" |
||
3003 | }, |
||
3004 | { |
||
3005 | "name": "Symfony Community", |
||
3006 | "homepage": "https://symfony.com/contributors" |
||
3007 | } |
||
3008 | ], |
||
3009 | "description": "Symfony Form Component", |
||
3010 | "homepage": "https://symfony.com", |
||
3011 | "time": "2018-01-29T09:06:29+00:00" |
||
3012 | }, |
||
3013 | { |
||
3014 | "name": "symfony/framework-bundle", |
||
3015 | "version": "v4.0.4", |
||
3016 | "source": { |
||
3017 | "type": "git", |
||
3018 | "url": "https://github.com/symfony/framework-bundle.git", |
||
3019 | "reference": "3766b9b88e9918f68560b58a404340b41112b861" |
||
3020 | }, |
||
3021 | "dist": { |
||
3022 | "type": "zip", |
||
3023 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3766b9b88e9918f68560b58a404340b41112b861", |
||
3024 | "reference": "3766b9b88e9918f68560b58a404340b41112b861", |
||
3025 | "shasum": "" |
||
3026 | }, |
||
3027 | "require": { |
||
3028 | "ext-xml": "*", |
||
3029 | "php": "^7.1.3", |
||
3030 | "symfony/cache": "~3.4|~4.0", |
||
3031 | "symfony/config": "~3.4|~4.0", |
||
3032 | "symfony/dependency-injection": "^3.4.3|^4.0.3", |
||
3033 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
3034 | "symfony/filesystem": "~3.4|~4.0", |
||
3035 | "symfony/finder": "~3.4|~4.0", |
||
3036 | "symfony/http-foundation": "~3.4|~4.0", |
||
3037 | "symfony/http-kernel": "~3.4|~4.0", |
||
3038 | "symfony/polyfill-mbstring": "~1.0", |
||
3039 | "symfony/routing": "~3.4|~4.0" |
||
3040 | }, |
||
3041 | "conflict": { |
||
3042 | "phpdocumentor/reflection-docblock": "<3.0", |
||
3043 | "phpdocumentor/type-resolver": "<0.2.1", |
||
3044 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
3045 | "symfony/asset": "<3.4", |
||
3046 | "symfony/console": "<3.4", |
||
3047 | "symfony/form": "<3.4", |
||
3048 | "symfony/property-info": "<3.4", |
||
3049 | "symfony/serializer": "<3.4", |
||
3050 | "symfony/stopwatch": "<3.4", |
||
3051 | "symfony/translation": "<3.4", |
||
3052 | "symfony/validator": "<3.4", |
||
3053 | "symfony/workflow": "<3.4" |
||
3054 | }, |
||
3055 | "require-dev": { |
||
3056 | "doctrine/annotations": "~1.0", |
||
3057 | "doctrine/cache": "~1.0", |
||
3058 | "fig/link-util": "^1.0", |
||
3059 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
3060 | "symfony/asset": "~3.4|~4.0", |
||
3061 | "symfony/browser-kit": "~3.4|~4.0", |
||
3062 | "symfony/console": "~3.4|~4.0", |
||
3063 | "symfony/css-selector": "~3.4|~4.0", |
||
3064 | "symfony/dom-crawler": "~3.4|~4.0", |
||
3065 | "symfony/expression-language": "~3.4|~4.0", |
||
3066 | "symfony/form": "~3.4|~4.0", |
||
3067 | "symfony/lock": "~3.4|~4.0", |
||
3068 | "symfony/polyfill-intl-icu": "~1.0", |
||
3069 | "symfony/process": "~3.4|~4.0", |
||
3070 | "symfony/property-info": "~3.4|~4.0", |
||
3071 | "symfony/security": "~3.4|~4.0", |
||
3072 | "symfony/security-core": "~3.4|~4.0", |
||
3073 | "symfony/security-csrf": "~3.4|~4.0", |
||
3074 | "symfony/serializer": "~3.4|~4.0", |
||
3075 | "symfony/stopwatch": "~3.4|~4.0", |
||
3076 | "symfony/templating": "~3.4|~4.0", |
||
3077 | "symfony/translation": "~3.4|~4.0", |
||
3078 | "symfony/validator": "~3.4|~4.0", |
||
3079 | "symfony/var-dumper": "~3.4|~4.0", |
||
3080 | "symfony/web-link": "~3.4|~4.0", |
||
3081 | "symfony/workflow": "~3.4|~4.0", |
||
3082 | "symfony/yaml": "~3.4|~4.0", |
||
3083 | "twig/twig": "~1.34|~2.4" |
||
3084 | }, |
||
3085 | "suggest": { |
||
3086 | "ext-apcu": "For best performance of the system caches", |
||
3087 | "symfony/console": "For using the console commands", |
||
3088 | "symfony/form": "For using forms", |
||
3089 | "symfony/property-info": "For using the property_info service", |
||
3090 | "symfony/serializer": "For using the serializer service", |
||
3091 | "symfony/validator": "For using validation", |
||
3092 | "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", |
||
3093 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
3094 | }, |
||
3095 | "type": "symfony-bundle", |
||
3096 | "extra": { |
||
3097 | "branch-alias": { |
||
3098 | "dev-master": "4.0-dev" |
||
3099 | } |
||
3100 | }, |
||
3101 | "autoload": { |
||
3102 | "psr-4": { |
||
3103 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
3104 | }, |
||
3105 | "exclude-from-classmap": [ |
||
3106 | "/Tests/" |
||
3107 | ] |
||
3108 | }, |
||
3109 | "notification-url": "https://packagist.org/downloads/", |
||
3110 | "license": [ |
||
3111 | "MIT" |
||
3112 | ], |
||
3113 | "authors": [ |
||
3114 | { |
||
3115 | "name": "Fabien Potencier", |
||
3116 | "email": "[email protected]" |
||
3117 | }, |
||
3118 | { |
||
3119 | "name": "Symfony Community", |
||
3120 | "homepage": "https://symfony.com/contributors" |
||
3121 | } |
||
3122 | ], |
||
3123 | "description": "Symfony FrameworkBundle", |
||
3124 | "homepage": "https://symfony.com", |
||
3125 | "time": "2018-01-29T09:06:29+00:00" |
||
3126 | }, |
||
3127 | { |
||
3128 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
3129 | "version": "v4.0.4", |
||
3130 | "source": { |
||
3131 | "type": "git", |
||
3132 | "url": "https://github.com/symfony/http-foundation.git", |
||
3133 | "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4" |
||
3134 | }, |
||
3135 | "dist": { |
||
3136 | "type": "zip", |
||
3137 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4", |
||
3138 | "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4", |
||
3139 | "shasum": "" |
||
3140 | }, |
||
3141 | "require": { |
||
3142 | "php": "^7.1.3", |
||
3143 | "symfony/polyfill-mbstring": "~1.1" |
||
3144 | }, |
||
3145 | "require-dev": { |
||
3146 | "symfony/expression-language": "~3.4|~4.0" |
||
3147 | }, |
||
3148 | "type": "library", |
||
3149 | "extra": { |
||
3150 | "branch-alias": { |
||
3151 | "dev-master": "4.0-dev" |
||
3152 | } |
||
3153 | }, |
||
3154 | "autoload": { |
||
3155 | "psr-4": { |
||
3156 | "Symfony\\Component\\HttpFoundation\\": "" |
||
3157 | }, |
||
3158 | "exclude-from-classmap": [ |
||
3159 | "/Tests/" |
||
3160 | ] |
||
3161 | }, |
||
3162 | "notification-url": "https://packagist.org/downloads/", |
||
3163 | "license": [ |
||
3164 | "MIT" |
||
3165 | ], |
||
3166 | "authors": [ |
||
3167 | { |
||
3168 | "name": "Fabien Potencier", |
||
3169 | "email": "[email protected]" |
||
3170 | }, |
||
3171 | { |
||
3172 | "name": "Symfony Community", |
||
3173 | "homepage": "https://symfony.com/contributors" |
||
3174 | } |
||
3175 | ], |
||
3176 | "description": "Symfony HttpFoundation Component", |
||
3177 | "homepage": "https://symfony.com", |
||
3178 | "time": "2018-01-29T09:06:29+00:00" |
||
3179 | }, |
||
3180 | { |
||
3181 | "name": "symfony/http-kernel", |
||
3182 | "version": "v4.0.4", |
||
3183 | "source": { |
||
3184 | "type": "git", |
||
3185 | "url": "https://github.com/symfony/http-kernel.git", |
||
3186 | "reference": "194bd224ec27952eac6d4fea6264b22990834eca" |
||
3187 | }, |
||
3188 | "dist": { |
||
3189 | "type": "zip", |
||
3190 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca", |
||
3191 | "reference": "194bd224ec27952eac6d4fea6264b22990834eca", |
||
3192 | "shasum": "" |
||
3193 | }, |
||
3194 | "require": { |
||
3195 | "php": "^7.1.3", |
||
3196 | "psr/log": "~1.0", |
||
3197 | "symfony/debug": "~3.4|~4.0", |
||
3198 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
3199 | "symfony/http-foundation": "~3.4.4|~4.0.4" |
||
3200 | }, |
||
3201 | "conflict": { |
||
3202 | "symfony/config": "<3.4", |
||
3203 | "symfony/dependency-injection": "<3.4", |
||
3204 | "symfony/var-dumper": "<3.4", |
||
3205 | "twig/twig": "<1.34|<2.4,>=2" |
||
3206 | }, |
||
3207 | "provide": { |
||
3208 | "psr/log-implementation": "1.0" |
||
3209 | }, |
||
3210 | "require-dev": { |
||
3211 | "psr/cache": "~1.0", |
||
3212 | "symfony/browser-kit": "~3.4|~4.0", |
||
3213 | "symfony/config": "~3.4|~4.0", |
||
3214 | "symfony/console": "~3.4|~4.0", |
||
3215 | "symfony/css-selector": "~3.4|~4.0", |
||
3216 | "symfony/dependency-injection": "~3.4|~4.0", |
||
3217 | "symfony/dom-crawler": "~3.4|~4.0", |
||
3218 | "symfony/expression-language": "~3.4|~4.0", |
||
3219 | "symfony/finder": "~3.4|~4.0", |
||
3220 | "symfony/process": "~3.4|~4.0", |
||
3221 | "symfony/routing": "~3.4|~4.0", |
||
3222 | "symfony/stopwatch": "~3.4|~4.0", |
||
3223 | "symfony/templating": "~3.4|~4.0", |
||
3224 | "symfony/translation": "~3.4|~4.0", |
||
3225 | "symfony/var-dumper": "~3.4|~4.0" |
||
3226 | }, |
||
3227 | "suggest": { |
||
3228 | "symfony/browser-kit": "", |
||
3229 | "symfony/config": "", |
||
3230 | "symfony/console": "", |
||
3231 | "symfony/dependency-injection": "", |
||
3232 | "symfony/var-dumper": "" |
||
3233 | }, |
||
3234 | "type": "library", |
||
3235 | "extra": { |
||
3236 | "branch-alias": { |
||
3237 | "dev-master": "4.0-dev" |
||
3238 | } |
||
3239 | }, |
||
3240 | "autoload": { |
||
3241 | "psr-4": { |
||
3242 | "Symfony\\Component\\HttpKernel\\": "" |
||
3243 | }, |
||
3244 | "exclude-from-classmap": [ |
||
3245 | "/Tests/" |
||
3246 | ] |
||
3247 | }, |
||
3248 | "notification-url": "https://packagist.org/downloads/", |
||
3249 | "license": [ |
||
3250 | "MIT" |
||
3251 | ], |
||
3252 | "authors": [ |
||
3253 | { |
||
3254 | "name": "Fabien Potencier", |
||
3255 | "email": "[email protected]" |
||
3256 | }, |
||
3257 | { |
||
3258 | "name": "Symfony Community", |
||
3259 | "homepage": "https://symfony.com/contributors" |
||
3260 | } |
||
3261 | ], |
||
3262 | "description": "Symfony HttpKernel Component", |
||
3263 | "homepage": "https://symfony.com", |
||
3264 | "time": "2018-01-29T13:27:08+00:00" |
||
3265 | }, |
||
3266 | { |
||
3267 | "name": "symfony/inflector", |
||
3268 | "version": "v4.0.4", |
||
3269 | "source": { |
||
3270 | "type": "git", |
||
3271 | "url": "https://github.com/symfony/inflector.git", |
||
3272 | "reference": "da634a9968162f7c5c94f8d6949a4ede86085304" |
||
3273 | }, |
||
3274 | "dist": { |
||
3275 | "type": "zip", |
||
3276 | "url": "https://api.github.com/repos/symfony/inflector/zipball/da634a9968162f7c5c94f8d6949a4ede86085304", |
||
3277 | "reference": "da634a9968162f7c5c94f8d6949a4ede86085304", |
||
3278 | "shasum": "" |
||
3279 | }, |
||
3280 | "require": { |
||
3281 | "php": "^7.1.3" |
||
3282 | }, |
||
3283 | "type": "library", |
||
3284 | "extra": { |
||
3285 | "branch-alias": { |
||
3286 | "dev-master": "4.0-dev" |
||
3287 | } |
||
3288 | }, |
||
3289 | "autoload": { |
||
3290 | "psr-4": { |
||
3291 | "Symfony\\Component\\Inflector\\": "" |
||
3292 | }, |
||
3293 | "exclude-from-classmap": [ |
||
3294 | "/Tests/" |
||
3295 | ] |
||
3296 | }, |
||
3297 | "notification-url": "https://packagist.org/downloads/", |
||
3298 | "license": [ |
||
3299 | "MIT" |
||
3300 | ], |
||
3301 | "authors": [ |
||
3302 | { |
||
3303 | "name": "Bernhard Schussek", |
||
3304 | "email": "[email protected]" |
||
3305 | }, |
||
3306 | { |
||
3307 | "name": "Symfony Community", |
||
3308 | "homepage": "https://symfony.com/contributors" |
||
3309 | } |
||
3310 | ], |
||
3311 | "description": "Symfony Inflector Component", |
||
3312 | "homepage": "https://symfony.com", |
||
3313 | "keywords": [ |
||
3314 | "inflection", |
||
3315 | "pluralize", |
||
3316 | "singularize", |
||
3317 | "string", |
||
3318 | "symfony", |
||
3319 | "words" |
||
3320 | ], |
||
3321 | "time": "2018-01-03T17:15:19+00:00" |
||
3322 | }, |
||
3323 | { |
||
3324 | "name": "symfony/intl", |
||
3325 | "version": "v4.0.4", |
||
3326 | "source": { |
||
3327 | "type": "git", |
||
3328 | "url": "https://github.com/symfony/intl.git", |
||
3329 | "reference": "e67537d88dd27c7ae9ca1ff05c51ebb8eb59c391" |
||
3330 | }, |
||
3331 | "dist": { |
||
3332 | "type": "zip", |
||
3333 | "url": "https://api.github.com/repos/symfony/intl/zipball/e67537d88dd27c7ae9ca1ff05c51ebb8eb59c391", |
||
3334 | "reference": "e67537d88dd27c7ae9ca1ff05c51ebb8eb59c391", |
||
3335 | "shasum": "" |
||
3336 | }, |
||
3337 | "require": { |
||
3338 | "php": "^7.1.3", |
||
3339 | "symfony/polyfill-intl-icu": "~1.0" |
||
3340 | }, |
||
3341 | "require-dev": { |
||
3342 | "symfony/filesystem": "~3.4|~4.0" |
||
3343 | }, |
||
3344 | "suggest": { |
||
3345 | "ext-intl": "to use the component with locales other than \"en\"" |
||
3346 | }, |
||
3347 | "type": "library", |
||
3348 | "extra": { |
||
3349 | "branch-alias": { |
||
3350 | "dev-master": "4.0-dev" |
||
3351 | } |
||
3352 | }, |
||
3353 | "autoload": { |
||
3354 | "psr-4": { |
||
3355 | "Symfony\\Component\\Intl\\": "" |
||
3356 | }, |
||
3357 | "classmap": [ |
||
3358 | "Resources/stubs" |
||
3359 | ], |
||
3360 | "exclude-from-classmap": [ |
||
3361 | "/Tests/" |
||
3362 | ] |
||
3363 | }, |
||
3364 | "notification-url": "https://packagist.org/downloads/", |
||
3365 | "license": [ |
||
3366 | "MIT" |
||
3367 | ], |
||
3368 | "authors": [ |
||
3369 | { |
||
3370 | "name": "Bernhard Schussek", |
||
3371 | "email": "[email protected]" |
||
3372 | }, |
||
3373 | { |
||
3374 | "name": "Eriksen Costa", |
||
3375 | "email": "[email protected]" |
||
3376 | }, |
||
3377 | { |
||
3378 | "name": "Igor Wiedler", |
||
3379 | "email": "[email protected]" |
||
3380 | }, |
||
3381 | { |
||
3382 | "name": "Symfony Community", |
||
3383 | "homepage": "https://symfony.com/contributors" |
||
3384 | } |
||
3385 | ], |
||
3386 | "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", |
||
3387 | "homepage": "https://symfony.com", |
||
3388 | "keywords": [ |
||
3389 | "i18n", |
||
3390 | "icu", |
||
3391 | "internationalization", |
||
3392 | "intl", |
||
3393 | "l10n", |
||
3394 | "localization" |
||
3395 | ], |
||
3396 | "time": "2018-01-03T07:38:00+00:00" |
||
3397 | }, |
||
3398 | { |
||
3399 | "name": "symfony/lts", |
||
3400 | "version": "dev-master", |
||
3401 | "source": { |
||
3402 | "type": "git", |
||
3403 | "url": "https://github.com/symfony/lts.git", |
||
3404 | "reference": "396c5fca8d73d01186df37d7031321a3c0c2bf92" |
||
3405 | }, |
||
3406 | "dist": { |
||
3407 | "type": "zip", |
||
3408 | "url": "https://api.github.com/repos/symfony/lts/zipball/396c5fca8d73d01186df37d7031321a3c0c2bf92", |
||
3409 | "reference": "396c5fca8d73d01186df37d7031321a3c0c2bf92", |
||
3410 | "shasum": "" |
||
3411 | }, |
||
3412 | "conflict": { |
||
3413 | "symfony/asset": ">=5", |
||
3414 | "symfony/browser-kit": ">=5", |
||
3415 | "symfony/cache": ">=5", |
||
3416 | "symfony/class-loader": ">=5", |
||
3417 | "symfony/config": ">=5", |
||
3418 | "symfony/console": ">=5", |
||
3419 | "symfony/css-selector": ">=5", |
||
3420 | "symfony/debug": ">=5", |
||
3421 | "symfony/debug-bundle": ">=5", |
||
3422 | "symfony/dependency-injection": ">=5", |
||
3423 | "symfony/doctrine-bridge": ">=5", |
||
3424 | "symfony/dom-crawler": ">=5", |
||
3425 | "symfony/dotenv": ">=5", |
||
3426 | "symfony/event-dispatcher": ">=5", |
||
3427 | "symfony/expression-language": ">=5", |
||
3428 | "symfony/filesystem": ">=5", |
||
3429 | "symfony/finder": ">=5", |
||
3430 | "symfony/form": ">=5", |
||
3431 | "symfony/framework-bundle": ">=5", |
||
3432 | "symfony/http-foundation": ">=5", |
||
3433 | "symfony/http-kernel": ">=5", |
||
3434 | "symfony/inflector": ">=5", |
||
3435 | "symfony/intl": ">=5", |
||
3436 | "symfony/ldap": ">=5", |
||
3437 | "symfony/lock": ">=5", |
||
3438 | "symfony/monolog-bridge": ">=5", |
||
3439 | "symfony/options-resolver": ">=5", |
||
3440 | "symfony/process": ">=5", |
||
3441 | "symfony/property-access": ">=5", |
||
3442 | "symfony/property-info": ">=5", |
||
3443 | "symfony/proxy-manager-bridge": ">=5", |
||
3444 | "symfony/routing": ">=5", |
||
3445 | "symfony/security": ">=5", |
||
3446 | "symfony/security-bundle": ">=5", |
||
3447 | "symfony/security-core": ">=5", |
||
3448 | "symfony/security-csrf": ">=5", |
||
3449 | "symfony/security-guard": ">=5", |
||
3450 | "symfony/security-http": ">=5", |
||
3451 | "symfony/serializer": ">=5", |
||
3452 | "symfony/stopwatch": ">=5", |
||
3453 | "symfony/symfony": ">=5", |
||
3454 | "symfony/templating": ">=5", |
||
3455 | "symfony/translation": ">=5", |
||
3456 | "symfony/twig-bridge": ">=5", |
||
3457 | "symfony/twig-bundle": ">=5", |
||
3458 | "symfony/validator": ">=5", |
||
3459 | "symfony/var-dumper": ">=5", |
||
3460 | "symfony/web-link": ">=5", |
||
3461 | "symfony/web-profiler-bundle": ">=5", |
||
3462 | "symfony/web-server-bundle": ">=5", |
||
3463 | "symfony/workflow": ">=5", |
||
3464 | "symfony/yaml": ">=5" |
||
3465 | }, |
||
3466 | "type": "metapackage", |
||
3467 | "extra": { |
||
3468 | "branch-alias": { |
||
3469 | "dev-master": "4-dev" |
||
3470 | } |
||
3471 | }, |
||
3472 | "notification-url": "https://packagist.org/downloads/", |
||
3473 | "license": [ |
||
3474 | "MIT" |
||
3475 | ], |
||
3476 | "authors": [ |
||
3477 | { |
||
3478 | "name": "Fabien Potencier", |
||
3479 | "email": "[email protected]" |
||
3480 | }, |
||
3481 | { |
||
3482 | "name": "Symfony Community", |
||
3483 | "homepage": "https://symfony.com/contributors" |
||
3484 | } |
||
3485 | ], |
||
3486 | "description": "Enforces Long Term Supported versions of Symfony components", |
||
3487 | "homepage": "https://symfony.com", |
||
3488 | "time": "2017-10-19T02:16:32+00:00" |
||
3489 | }, |
||
3490 | { |
||
3491 | "name": "symfony/monolog-bridge", |
||
3492 | "version": "v4.0.4", |
||
3493 | "source": { |
||
3494 | "type": "git", |
||
3495 | "url": "https://github.com/symfony/monolog-bridge.git", |
||
3496 | "reference": "1b4fb2313312ec6cfae8ce45fccb2a88ec99d892" |
||
3497 | }, |
||
3498 | "dist": { |
||
3499 | "type": "zip", |
||
3500 | "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/1b4fb2313312ec6cfae8ce45fccb2a88ec99d892", |
||
3501 | "reference": "1b4fb2313312ec6cfae8ce45fccb2a88ec99d892", |
||
3502 | "shasum": "" |
||
3503 | }, |
||
3504 | "require": { |
||
3505 | "monolog/monolog": "~1.19", |
||
3506 | "php": "^7.1.3", |
||
3507 | "symfony/http-kernel": "~3.4|~4.0" |
||
3508 | }, |
||
3509 | "conflict": { |
||
3510 | "symfony/http-foundation": "<3.4" |
||
3511 | }, |
||
3512 | "require-dev": { |
||
3513 | "symfony/console": "~3.4|~4.0", |
||
3514 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
3515 | "symfony/security-core": "~3.4|~4.0", |
||
3516 | "symfony/var-dumper": "~3.4|~4.0" |
||
3517 | }, |
||
3518 | "suggest": { |
||
3519 | "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.", |
||
3520 | "symfony/event-dispatcher": "Needed when using log messages in console commands.", |
||
3521 | "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", |
||
3522 | "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." |
||
3523 | }, |
||
3524 | "type": "symfony-bridge", |
||
3525 | "extra": { |
||
3526 | "branch-alias": { |
||
3527 | "dev-master": "4.0-dev" |
||
3528 | } |
||
3529 | }, |
||
3530 | "autoload": { |
||
3531 | "psr-4": { |
||
3532 | "Symfony\\Bridge\\Monolog\\": "" |
||
3533 | }, |
||
3534 | "exclude-from-classmap": [ |
||
3535 | "/Tests/" |
||
3536 | ] |
||
3537 | }, |
||
3538 | "notification-url": "https://packagist.org/downloads/", |
||
3539 | "license": [ |
||
3540 | "MIT" |
||
3541 | ], |
||
3542 | "authors": [ |
||
3543 | { |
||
3544 | "name": "Fabien Potencier", |
||
3545 | "email": "[email protected]" |
||
3546 | }, |
||
3547 | { |
||
3548 | "name": "Symfony Community", |
||
3549 | "homepage": "https://symfony.com/contributors" |
||
3550 | } |
||
3551 | ], |
||
3552 | "description": "Symfony Monolog Bridge", |
||
3553 | "homepage": "https://symfony.com", |
||
3554 | "time": "2018-01-03T07:38:00+00:00" |
||
3555 | }, |
||
3556 | { |
||
3557 | "name": "symfony/monolog-bundle", |
||
3558 | "version": "v3.1.2", |
||
3559 | "source": { |
||
3560 | "type": "git", |
||
3561 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
3562 | "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784" |
||
3563 | }, |
||
3564 | "dist": { |
||
3565 | "type": "zip", |
||
3566 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784", |
||
3567 | "reference": "2b41b8b6d2c6edb1a5494f02f8e4129be2a44784", |
||
3568 | "shasum": "" |
||
3569 | }, |
||
3570 | "require": { |
||
3571 | "monolog/monolog": "~1.22", |
||
3572 | "php": ">=5.3.2", |
||
3573 | "symfony/config": "~2.7|~3.0|~4.0", |
||
3574 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
3575 | "symfony/http-kernel": "~2.7|~3.0|~4.0", |
||
3576 | "symfony/monolog-bridge": "~2.7|~3.0|~4.0" |
||
3577 | }, |
||
3578 | "require-dev": { |
||
3579 | "symfony/console": "~2.3|~3.0|~4.0", |
||
3580 | "symfony/phpunit-bridge": "^3.3|^4.0", |
||
3581 | "symfony/yaml": "~2.3|~3.0|~4.0" |
||
3582 | }, |
||
3583 | "type": "symfony-bundle", |
||
3584 | "extra": { |
||
3585 | "branch-alias": { |
||
3586 | "dev-master": "3.x-dev" |
||
3587 | } |
||
3588 | }, |
||
3589 | "autoload": { |
||
3590 | "psr-4": { |
||
3591 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
3592 | }, |
||
3593 | "exclude-from-classmap": [ |
||
3594 | "/Tests/" |
||
3595 | ] |
||
3596 | }, |
||
3597 | "notification-url": "https://packagist.org/downloads/", |
||
3598 | "license": [ |
||
3599 | "MIT" |
||
3600 | ], |
||
3601 | "authors": [ |
||
3602 | { |
||
3603 | "name": "Symfony Community", |
||
3604 | "homepage": "http://symfony.com/contributors" |
||
3605 | }, |
||
3606 | { |
||
3607 | "name": "Fabien Potencier", |
||
3608 | "email": "[email protected]" |
||
3609 | } |
||
3610 | ], |
||
3611 | "description": "Symfony MonologBundle", |
||
3612 | "homepage": "http://symfony.com", |
||
3613 | "keywords": [ |
||
3614 | "log", |
||
3615 | "logging" |
||
3616 | ], |
||
3617 | "time": "2017-11-06T16:02:17+00:00" |
||
3618 | }, |
||
3619 | { |
||
3620 | "name": "symfony/options-resolver", |
||
3621 | "version": "v4.0.4", |
||
3622 | "source": { |
||
3623 | "type": "git", |
||
3624 | "url": "https://github.com/symfony/options-resolver.git", |
||
3625 | "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0" |
||
3626 | }, |
||
3627 | "dist": { |
||
3628 | "type": "zip", |
||
3629 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0", |
||
3630 | "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0", |
||
3631 | "shasum": "" |
||
3632 | }, |
||
3633 | "require": { |
||
3634 | "php": "^7.1.3" |
||
3635 | }, |
||
3636 | "type": "library", |
||
3637 | "extra": { |
||
3638 | "branch-alias": { |
||
3639 | "dev-master": "4.0-dev" |
||
3640 | } |
||
3641 | }, |
||
3642 | "autoload": { |
||
3643 | "psr-4": { |
||
3644 | "Symfony\\Component\\OptionsResolver\\": "" |
||
3645 | }, |
||
3646 | "exclude-from-classmap": [ |
||
3647 | "/Tests/" |
||
3648 | ] |
||
3649 | }, |
||
3650 | "notification-url": "https://packagist.org/downloads/", |
||
3651 | "license": [ |
||
3652 | "MIT" |
||
3653 | ], |
||
3654 | "authors": [ |
||
3655 | { |
||
3656 | "name": "Fabien Potencier", |
||
3657 | "email": "[email protected]" |
||
3658 | }, |
||
3659 | { |
||
3660 | "name": "Symfony Community", |
||
3661 | "homepage": "https://symfony.com/contributors" |
||
3662 | } |
||
3663 | ], |
||
3664 | "description": "Symfony OptionsResolver Component", |
||
3665 | "homepage": "https://symfony.com", |
||
3666 | "keywords": [ |
||
3667 | "config", |
||
3668 | "configuration", |
||
3669 | "options" |
||
3670 | ], |
||
3671 | "time": "2018-01-18T22:19:33+00:00" |
||
3672 | }, |
||
3673 | { |
||
3674 | "name": "symfony/orm-pack", |
||
3675 | "version": "v1.0.5", |
||
3676 | "source": { |
||
3677 | "type": "git", |
||
3678 | "url": "https://github.com/symfony/orm-pack.git", |
||
3679 | "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1" |
||
3680 | }, |
||
3681 | "dist": { |
||
3682 | "type": "zip", |
||
3683 | "url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1", |
||
3684 | "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1", |
||
3685 | "shasum": "" |
||
3686 | }, |
||
3687 | "require": { |
||
3688 | "doctrine/doctrine-bundle": "^1.6.10", |
||
3689 | "doctrine/doctrine-migrations-bundle": "^1.3", |
||
3690 | "doctrine/orm": "^2.5.11", |
||
3691 | "php": "^7.0" |
||
3692 | }, |
||
3693 | "type": "symfony-pack", |
||
3694 | "notification-url": "https://packagist.org/downloads/", |
||
3695 | "license": [ |
||
3696 | "MIT" |
||
3697 | ], |
||
3698 | "description": "A pack for the Doctrine ORM", |
||
3699 | "time": "2017-12-12T01:47:50+00:00" |
||
3700 | }, |
||
3701 | { |
||
3702 | "name": "symfony/phpunit-bridge", |
||
3703 | "version": "v4.0.4", |
||
3704 | "source": { |
||
3705 | "type": "git", |
||
3706 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
3707 | "reference": "c12fc01946942723ee824b5f09d241f5de15c037" |
||
3708 | }, |
||
3709 | "dist": { |
||
3710 | "type": "zip", |
||
3711 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c12fc01946942723ee824b5f09d241f5de15c037", |
||
3712 | "reference": "c12fc01946942723ee824b5f09d241f5de15c037", |
||
3713 | "shasum": "" |
||
3714 | }, |
||
3715 | "require": { |
||
3716 | "php": ">=5.3.3" |
||
3717 | }, |
||
3718 | "conflict": { |
||
3719 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
3720 | }, |
||
3721 | "suggest": { |
||
3722 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
3723 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
3724 | }, |
||
3725 | "bin": [ |
||
3726 | "bin/simple-phpunit" |
||
3727 | ], |
||
3728 | "type": "symfony-bridge", |
||
3729 | "extra": { |
||
3730 | "branch-alias": { |
||
3731 | "dev-master": "4.0-dev" |
||
3732 | }, |
||
3733 | "thanks": { |
||
3734 | "name": "phpunit/phpunit", |
||
3735 | "url": "https://github.com/sebastianbergmann/phpunit" |
||
3736 | } |
||
3737 | }, |
||
3738 | "autoload": { |
||
3739 | "files": [ |
||
3740 | "bootstrap.php" |
||
3741 | ], |
||
3742 | "psr-4": { |
||
3743 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
3744 | }, |
||
3745 | "exclude-from-classmap": [ |
||
3746 | "/Tests/" |
||
3747 | ] |
||
3748 | }, |
||
3749 | "notification-url": "https://packagist.org/downloads/", |
||
3750 | "license": [ |
||
3751 | "MIT" |
||
3752 | ], |
||
3753 | "authors": [ |
||
3754 | { |
||
3755 | "name": "Nicolas Grekas", |
||
3756 | "email": "[email protected]" |
||
3757 | }, |
||
3758 | { |
||
3759 | "name": "Symfony Community", |
||
3760 | "homepage": "https://symfony.com/contributors" |
||
3761 | } |
||
3762 | ], |
||
3763 | "description": "Symfony PHPUnit Bridge", |
||
3764 | "homepage": "https://symfony.com", |
||
3765 | "time": "2018-01-21T19:06:11+00:00" |
||
3766 | }, |
||
3767 | { |
||
3768 | "name": "symfony/polyfill-intl-icu", |
||
3769 | "version": "v1.7.0", |
||
3770 | "source": { |
||
3771 | "type": "git", |
||
3772 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
3773 | "reference": "254919c03761d46c29291616576ed003f10e91c1" |
||
3774 | }, |
||
3775 | "dist": { |
||
3776 | "type": "zip", |
||
3777 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1", |
||
3778 | "reference": "254919c03761d46c29291616576ed003f10e91c1", |
||
3779 | "shasum": "" |
||
3780 | }, |
||
3781 | "require": { |
||
3782 | "php": ">=5.3.3", |
||
3783 | "symfony/intl": "~2.3|~3.0|~4.0" |
||
3784 | }, |
||
3785 | "suggest": { |
||
3786 | "ext-intl": "For best performance" |
||
3787 | }, |
||
3788 | "type": "library", |
||
3789 | "extra": { |
||
3790 | "branch-alias": { |
||
3791 | "dev-master": "1.7-dev" |
||
3792 | } |
||
3793 | }, |
||
3794 | "autoload": { |
||
3795 | "files": [ |
||
3796 | "bootstrap.php" |
||
3797 | ] |
||
3798 | }, |
||
3799 | "notification-url": "https://packagist.org/downloads/", |
||
3800 | "license": [ |
||
3801 | "MIT" |
||
3802 | ], |
||
3803 | "authors": [ |
||
3804 | { |
||
3805 | "name": "Nicolas Grekas", |
||
3806 | "email": "[email protected]" |
||
3807 | }, |
||
3808 | { |
||
3809 | "name": "Symfony Community", |
||
3810 | "homepage": "https://symfony.com/contributors" |
||
3811 | } |
||
3812 | ], |
||
3813 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
3814 | "homepage": "https://symfony.com", |
||
3815 | "keywords": [ |
||
3816 | "compatibility", |
||
3817 | "icu", |
||
3818 | "intl", |
||
3819 | "polyfill", |
||
3820 | "portable", |
||
3821 | "shim" |
||
3822 | ], |
||
3823 | "time": "2018-01-30T19:27:44+00:00" |
||
3824 | }, |
||
3825 | { |
||
3826 | "name": "symfony/polyfill-mbstring", |
||
3827 | "version": "v1.7.0", |
||
3828 | "source": { |
||
3829 | "type": "git", |
||
3830 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
3831 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
3832 | }, |
||
3833 | "dist": { |
||
3834 | "type": "zip", |
||
3835 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
3836 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
3837 | "shasum": "" |
||
3838 | }, |
||
3839 | "require": { |
||
3840 | "php": ">=5.3.3" |
||
3841 | }, |
||
3842 | "suggest": { |
||
3843 | "ext-mbstring": "For best performance" |
||
3844 | }, |
||
3845 | "type": "library", |
||
3846 | "extra": { |
||
3847 | "branch-alias": { |
||
3848 | "dev-master": "1.7-dev" |
||
3849 | } |
||
3850 | }, |
||
3851 | "autoload": { |
||
3852 | "psr-4": { |
||
3853 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
3854 | }, |
||
3855 | "files": [ |
||
3856 | "bootstrap.php" |
||
3857 | ] |
||
3858 | }, |
||
3859 | "notification-url": "https://packagist.org/downloads/", |
||
3860 | "license": [ |
||
3861 | "MIT" |
||
3862 | ], |
||
3863 | "authors": [ |
||
3864 | { |
||
3865 | "name": "Nicolas Grekas", |
||
3866 | "email": "[email protected]" |
||
3867 | }, |
||
3868 | { |
||
3869 | "name": "Symfony Community", |
||
3870 | "homepage": "https://symfony.com/contributors" |
||
3871 | } |
||
3872 | ], |
||
3873 | "description": "Symfony polyfill for the Mbstring extension", |
||
3874 | "homepage": "https://symfony.com", |
||
3875 | "keywords": [ |
||
3876 | "compatibility", |
||
3877 | "mbstring", |
||
3878 | "polyfill", |
||
3879 | "portable", |
||
3880 | "shim" |
||
3881 | ], |
||
3882 | "time": "2018-01-30T19:27:44+00:00" |
||
3883 | }, |
||
3884 | { |
||
3885 | "name": "symfony/polyfill-php72", |
||
3886 | "version": "v1.7.0", |
||
3887 | "source": { |
||
3888 | "type": "git", |
||
3889 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
3890 | "reference": "8eca20c8a369e069d4f4c2ac9895144112867422" |
||
3891 | }, |
||
3892 | "dist": { |
||
3893 | "type": "zip", |
||
3894 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422", |
||
3895 | "reference": "8eca20c8a369e069d4f4c2ac9895144112867422", |
||
3896 | "shasum": "" |
||
3897 | }, |
||
3898 | "require": { |
||
3899 | "php": ">=5.3.3" |
||
3900 | }, |
||
3901 | "type": "library", |
||
3902 | "extra": { |
||
3903 | "branch-alias": { |
||
3904 | "dev-master": "1.7-dev" |
||
3905 | } |
||
3906 | }, |
||
3907 | "autoload": { |
||
3908 | "psr-4": { |
||
3909 | "Symfony\\Polyfill\\Php72\\": "" |
||
3910 | }, |
||
3911 | "files": [ |
||
3912 | "bootstrap.php" |
||
3913 | ] |
||
3914 | }, |
||
3915 | "notification-url": "https://packagist.org/downloads/", |
||
3916 | "license": [ |
||
3917 | "MIT" |
||
3918 | ], |
||
3919 | "authors": [ |
||
3920 | { |
||
3921 | "name": "Nicolas Grekas", |
||
3922 | "email": "[email protected]" |
||
3923 | }, |
||
3924 | { |
||
3925 | "name": "Symfony Community", |
||
3926 | "homepage": "https://symfony.com/contributors" |
||
3927 | } |
||
3928 | ], |
||
3929 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
3930 | "homepage": "https://symfony.com", |
||
3931 | "keywords": [ |
||
3932 | "compatibility", |
||
3933 | "polyfill", |
||
3934 | "portable", |
||
3935 | "shim" |
||
3936 | ], |
||
3937 | "time": "2018-01-31T17:43:24+00:00" |
||
3938 | }, |
||
3939 | { |
||
3940 | "name": "symfony/process", |
||
3941 | "version": "v4.0.4", |
||
3942 | "source": { |
||
3943 | "type": "git", |
||
3944 | "url": "https://github.com/symfony/process.git", |
||
3945 | "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4" |
||
3946 | }, |
||
3947 | "dist": { |
||
3948 | "type": "zip", |
||
3949 | "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4", |
||
3950 | "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4", |
||
3951 | "shasum": "" |
||
3952 | }, |
||
3953 | "require": { |
||
3954 | "php": "^7.1.3" |
||
3955 | }, |
||
3956 | "type": "library", |
||
3957 | "extra": { |
||
3958 | "branch-alias": { |
||
3959 | "dev-master": "4.0-dev" |
||
3960 | } |
||
3961 | }, |
||
3962 | "autoload": { |
||
3963 | "psr-4": { |
||
3964 | "Symfony\\Component\\Process\\": "" |
||
3965 | }, |
||
3966 | "exclude-from-classmap": [ |
||
3967 | "/Tests/" |
||
3968 | ] |
||
3969 | }, |
||
3970 | "notification-url": "https://packagist.org/downloads/", |
||
3971 | "license": [ |
||
3972 | "MIT" |
||
3973 | ], |
||
3974 | "authors": [ |
||
3975 | { |
||
3976 | "name": "Fabien Potencier", |
||
3977 | "email": "[email protected]" |
||
3978 | }, |
||
3979 | { |
||
3980 | "name": "Symfony Community", |
||
3981 | "homepage": "https://symfony.com/contributors" |
||
3982 | } |
||
3983 | ], |
||
3984 | "description": "Symfony Process Component", |
||
3985 | "homepage": "https://symfony.com", |
||
3986 | "time": "2018-01-29T09:06:29+00:00" |
||
3987 | }, |
||
3988 | { |
||
3989 | "name": "symfony/profiler-pack", |
||
3990 | "version": "v1.0.3", |
||
3991 | "source": { |
||
3992 | "type": "git", |
||
3993 | "url": "https://github.com/symfony/profiler-pack.git", |
||
3994 | "reference": "fa2e2dad522a3bef322196abad28ffce6d0fdbc5" |
||
3995 | }, |
||
3996 | "dist": { |
||
3997 | "type": "zip", |
||
3998 | "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/fa2e2dad522a3bef322196abad28ffce6d0fdbc5", |
||
3999 | "reference": "fa2e2dad522a3bef322196abad28ffce6d0fdbc5", |
||
4000 | "shasum": "" |
||
4001 | }, |
||
4002 | "require": { |
||
4003 | "php": "^7.0", |
||
4004 | "symfony/stopwatch": "^3.3|^4.0", |
||
4005 | "symfony/twig-bundle": "^3.3|^4.0", |
||
4006 | "symfony/web-profiler-bundle": "^3.3|^4.0" |
||
4007 | }, |
||
4008 | "type": "symfony-pack", |
||
4009 | "notification-url": "https://packagist.org/downloads/", |
||
4010 | "license": [ |
||
4011 | "MIT" |
||
4012 | ], |
||
4013 | "description": "A pack for the Symfony web profiler", |
||
4014 | "time": "2017-12-12T01:48:24+00:00" |
||
4015 | }, |
||
4016 | { |
||
4017 | "name": "symfony/property-access", |
||
4018 | "version": "v4.0.4", |
||
4019 | "source": { |
||
4020 | "type": "git", |
||
4021 | "url": "https://github.com/symfony/property-access.git", |
||
4022 | "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7" |
||
4023 | }, |
||
4024 | "dist": { |
||
4025 | "type": "zip", |
||
4026 | "url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7", |
||
4027 | "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7", |
||
4028 | "shasum": "" |
||
4029 | }, |
||
4030 | "require": { |
||
4031 | "php": "^7.1.3", |
||
4032 | "symfony/inflector": "~3.4|~4.0" |
||
4033 | }, |
||
4034 | "require-dev": { |
||
4035 | "symfony/cache": "~3.4|~4.0" |
||
4036 | }, |
||
4037 | "suggest": { |
||
4038 | "psr/cache-implementation": "To cache access methods." |
||
4039 | }, |
||
4040 | "type": "library", |
||
4041 | "extra": { |
||
4042 | "branch-alias": { |
||
4043 | "dev-master": "4.0-dev" |
||
4044 | } |
||
4045 | }, |
||
4046 | "autoload": { |
||
4047 | "psr-4": { |
||
4048 | "Symfony\\Component\\PropertyAccess\\": "" |
||
4049 | }, |
||
4050 | "exclude-from-classmap": [ |
||
4051 | "/Tests/" |
||
4052 | ] |
||
4053 | }, |
||
4054 | "notification-url": "https://packagist.org/downloads/", |
||
4055 | "license": [ |
||
4056 | "MIT" |
||
4057 | ], |
||
4058 | "authors": [ |
||
4059 | { |
||
4060 | "name": "Fabien Potencier", |
||
4061 | "email": "[email protected]" |
||
4062 | }, |
||
4063 | { |
||
4064 | "name": "Symfony Community", |
||
4065 | "homepage": "https://symfony.com/contributors" |
||
4066 | } |
||
4067 | ], |
||
4068 | "description": "Symfony PropertyAccess Component", |
||
4069 | "homepage": "https://symfony.com", |
||
4070 | "keywords": [ |
||
4071 | "access", |
||
4072 | "array", |
||
4073 | "extraction", |
||
4074 | "index", |
||
4075 | "injection", |
||
4076 | "object", |
||
4077 | "property", |
||
4078 | "property path", |
||
4079 | "reflection" |
||
4080 | ], |
||
4081 | "time": "2018-01-03T07:38:00+00:00" |
||
4082 | }, |
||
4083 | { |
||
4084 | "name": "symfony/property-info", |
||
4085 | "version": "v4.0.4", |
||
4086 | "source": { |
||
4087 | "type": "git", |
||
4088 | "url": "https://github.com/symfony/property-info.git", |
||
4089 | "reference": "d8c4f5ef14bee33b80336a48d2932e2161252afd" |
||
4090 | }, |
||
4091 | "dist": { |
||
4092 | "type": "zip", |
||
4093 | "url": "https://api.github.com/repos/symfony/property-info/zipball/d8c4f5ef14bee33b80336a48d2932e2161252afd", |
||
4094 | "reference": "d8c4f5ef14bee33b80336a48d2932e2161252afd", |
||
4095 | "shasum": "" |
||
4096 | }, |
||
4097 | "require": { |
||
4098 | "php": "^7.1.3", |
||
4099 | "symfony/inflector": "~3.4|~4.0" |
||
4100 | }, |
||
4101 | "conflict": { |
||
4102 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", |
||
4103 | "phpdocumentor/type-resolver": "<0.2.1", |
||
4104 | "symfony/dependency-injection": "<3.4" |
||
4105 | }, |
||
4106 | "require-dev": { |
||
4107 | "doctrine/annotations": "~1.0", |
||
4108 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
4109 | "symfony/cache": "~3.4|~4.0", |
||
4110 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4111 | "symfony/serializer": "~3.4|~4.0" |
||
4112 | }, |
||
4113 | "suggest": { |
||
4114 | "phpdocumentor/reflection-docblock": "To use the PHPDoc", |
||
4115 | "psr/cache-implementation": "To cache results", |
||
4116 | "symfony/doctrine-bridge": "To use Doctrine metadata", |
||
4117 | "symfony/serializer": "To use Serializer metadata" |
||
4118 | }, |
||
4119 | "type": "library", |
||
4120 | "extra": { |
||
4121 | "branch-alias": { |
||
4122 | "dev-master": "4.0-dev" |
||
4123 | } |
||
4124 | }, |
||
4125 | "autoload": { |
||
4126 | "psr-4": { |
||
4127 | "Symfony\\Component\\PropertyInfo\\": "" |
||
4128 | }, |
||
4129 | "exclude-from-classmap": [ |
||
4130 | "/Tests/" |
||
4131 | ] |
||
4132 | }, |
||
4133 | "notification-url": "https://packagist.org/downloads/", |
||
4134 | "license": [ |
||
4135 | "MIT" |
||
4136 | ], |
||
4137 | "authors": [ |
||
4138 | { |
||
4139 | "name": "Kévin Dunglas", |
||
4140 | "email": "[email protected]" |
||
4141 | }, |
||
4142 | { |
||
4143 | "name": "Symfony Community", |
||
4144 | "homepage": "https://symfony.com/contributors" |
||
4145 | } |
||
4146 | ], |
||
4147 | "description": "Symfony Property Info Component", |
||
4148 | "homepage": "https://symfony.com", |
||
4149 | "keywords": [ |
||
4150 | "doctrine", |
||
4151 | "phpdoc", |
||
4152 | "property", |
||
4153 | "symfony", |
||
4154 | "type", |
||
4155 | "validator" |
||
4156 | ], |
||
4157 | "time": "2018-01-03T17:15:19+00:00" |
||
4158 | }, |
||
4159 | { |
||
4160 | "name": "symfony/routing", |
||
4161 | "version": "v4.0.4", |
||
4162 | "source": { |
||
4163 | "type": "git", |
||
4164 | "url": "https://github.com/symfony/routing.git", |
||
4165 | "reference": "a69bd948700b672e036147762f46749bcae33796" |
||
4166 | }, |
||
4167 | "dist": { |
||
4168 | "type": "zip", |
||
4169 | "url": "https://api.github.com/repos/symfony/routing/zipball/a69bd948700b672e036147762f46749bcae33796", |
||
4170 | "reference": "a69bd948700b672e036147762f46749bcae33796", |
||
4171 | "shasum": "" |
||
4172 | }, |
||
4173 | "require": { |
||
4174 | "php": "^7.1.3" |
||
4175 | }, |
||
4176 | "conflict": { |
||
4177 | "symfony/config": "<3.4", |
||
4178 | "symfony/dependency-injection": "<3.4", |
||
4179 | "symfony/yaml": "<3.4" |
||
4180 | }, |
||
4181 | "require-dev": { |
||
4182 | "doctrine/annotations": "~1.0", |
||
4183 | "doctrine/common": "~2.2", |
||
4184 | "psr/log": "~1.0", |
||
4185 | "symfony/config": "~3.4|~4.0", |
||
4186 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4187 | "symfony/expression-language": "~3.4|~4.0", |
||
4188 | "symfony/http-foundation": "~3.4|~4.0", |
||
4189 | "symfony/yaml": "~3.4|~4.0" |
||
4190 | }, |
||
4191 | "suggest": { |
||
4192 | "doctrine/annotations": "For using the annotation loader", |
||
4193 | "symfony/config": "For using the all-in-one router or any loader", |
||
4194 | "symfony/dependency-injection": "For loading routes from a service", |
||
4195 | "symfony/expression-language": "For using expression matching", |
||
4196 | "symfony/http-foundation": "For using a Symfony Request object", |
||
4197 | "symfony/yaml": "For using the YAML loader" |
||
4198 | }, |
||
4199 | "type": "library", |
||
4200 | "extra": { |
||
4201 | "branch-alias": { |
||
4202 | "dev-master": "4.0-dev" |
||
4203 | } |
||
4204 | }, |
||
4205 | "autoload": { |
||
4206 | "psr-4": { |
||
4207 | "Symfony\\Component\\Routing\\": "" |
||
4208 | }, |
||
4209 | "exclude-from-classmap": [ |
||
4210 | "/Tests/" |
||
4211 | ] |
||
4212 | }, |
||
4213 | "notification-url": "https://packagist.org/downloads/", |
||
4214 | "license": [ |
||
4215 | "MIT" |
||
4216 | ], |
||
4217 | "authors": [ |
||
4218 | { |
||
4219 | "name": "Fabien Potencier", |
||
4220 | "email": "[email protected]" |
||
4221 | }, |
||
4222 | { |
||
4223 | "name": "Symfony Community", |
||
4224 | "homepage": "https://symfony.com/contributors" |
||
4225 | } |
||
4226 | ], |
||
4227 | "description": "Symfony Routing Component", |
||
4228 | "homepage": "https://symfony.com", |
||
4229 | "keywords": [ |
||
4230 | "router", |
||
4231 | "routing", |
||
4232 | "uri", |
||
4233 | "url" |
||
4234 | ], |
||
4235 | "time": "2018-01-16T18:04:12+00:00" |
||
4236 | }, |
||
4237 | { |
||
4238 | "name": "symfony/security", |
||
0 ignored issues
–
show
There are 3 security advisories for your installed version of symfony/security:
- CVE-2018-11407: Unauthorized access on a misconfigured LDAP server when using an empty password - CVE-2018-11406: CSRF Token Fixation - CVE-2018-11385: Session Fixation Issue for Guard Authentication ![]() |
|||
4239 | "version": "v4.0.4", |
||
4240 | "source": { |
||
4241 | "type": "git", |
||
4242 | "url": "https://github.com/symfony/security.git", |
||
4243 | "reference": "08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79" |
||
4244 | }, |
||
4245 | "dist": { |
||
4246 | "type": "zip", |
||
4247 | "url": "https://api.github.com/repos/symfony/security/zipball/08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79", |
||
4248 | "reference": "08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79", |
||
4249 | "shasum": "" |
||
4250 | }, |
||
4251 | "require": { |
||
4252 | "php": "^7.1.3", |
||
4253 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
4254 | "symfony/http-foundation": "~3.4|~4.0", |
||
4255 | "symfony/http-kernel": "~3.4|~4.0", |
||
4256 | "symfony/property-access": "~3.4|~4.0" |
||
4257 | }, |
||
4258 | "replace": { |
||
4259 | "symfony/security-core": "self.version", |
||
4260 | "symfony/security-csrf": "self.version", |
||
4261 | "symfony/security-guard": "self.version", |
||
4262 | "symfony/security-http": "self.version" |
||
4263 | }, |
||
4264 | "require-dev": { |
||
4265 | "psr/container": "^1.0", |
||
4266 | "psr/log": "~1.0", |
||
4267 | "symfony/expression-language": "~3.4|~4.0", |
||
4268 | "symfony/finder": "~3.4|~4.0", |
||
4269 | "symfony/ldap": "~3.4|~4.0", |
||
4270 | "symfony/polyfill-intl-icu": "~1.0", |
||
4271 | "symfony/routing": "~3.4|~4.0", |
||
4272 | "symfony/validator": "~3.4|~4.0" |
||
4273 | }, |
||
4274 | "suggest": { |
||
4275 | "psr/container": "To instantiate the Security class", |
||
4276 | "symfony/expression-language": "For using the expression voter", |
||
4277 | "symfony/form": "", |
||
4278 | "symfony/ldap": "For using the LDAP user and authentication providers", |
||
4279 | "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", |
||
4280 | "symfony/validator": "For using the user password constraint" |
||
4281 | }, |
||
4282 | "type": "library", |
||
4283 | "extra": { |
||
4284 | "branch-alias": { |
||
4285 | "dev-master": "4.0-dev" |
||
4286 | } |
||
4287 | }, |
||
4288 | "autoload": { |
||
4289 | "psr-4": { |
||
4290 | "Symfony\\Component\\Security\\": "" |
||
4291 | }, |
||
4292 | "exclude-from-classmap": [ |
||
4293 | "/Tests/" |
||
4294 | ] |
||
4295 | }, |
||
4296 | "notification-url": "https://packagist.org/downloads/", |
||
4297 | "license": [ |
||
4298 | "MIT" |
||
4299 | ], |
||
4300 | "authors": [ |
||
4301 | { |
||
4302 | "name": "Fabien Potencier", |
||
4303 | "email": "[email protected]" |
||
4304 | }, |
||
4305 | { |
||
4306 | "name": "Symfony Community", |
||
4307 | "homepage": "https://symfony.com/contributors" |
||
4308 | } |
||
4309 | ], |
||
4310 | "description": "Symfony Security Component", |
||
4311 | "homepage": "https://symfony.com", |
||
4312 | "time": "2018-01-29T09:06:29+00:00" |
||
4313 | }, |
||
4314 | { |
||
4315 | "name": "symfony/security-bundle", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/security-bundle:
- CVE-2018-11406: CSRF Token Fixation - CVE-2018-11408: Open redirect vulnerability on security handlers ![]() |
|||
4316 | "version": "v4.0.4", |
||
4317 | "source": { |
||
4318 | "type": "git", |
||
4319 | "url": "https://github.com/symfony/security-bundle.git", |
||
4320 | "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b" |
||
4321 | }, |
||
4322 | "dist": { |
||
4323 | "type": "zip", |
||
4324 | "url": "https://api.github.com/repos/symfony/security-bundle/zipball/2d65eb4f72e89cf9ee710a64be14922e81229d7b", |
||
4325 | "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b", |
||
4326 | "shasum": "" |
||
4327 | }, |
||
4328 | "require": { |
||
4329 | "ext-xml": "*", |
||
4330 | "php": "^7.1.3", |
||
4331 | "symfony/dependency-injection": "^3.4.3|^4.0.3", |
||
4332 | "symfony/http-kernel": "~3.4|~4.0", |
||
4333 | "symfony/security": "~3.4|~4.0" |
||
4334 | }, |
||
4335 | "conflict": { |
||
4336 | "symfony/console": "<3.4", |
||
4337 | "symfony/event-dispatcher": "<3.4", |
||
4338 | "symfony/framework-bundle": "<3.4", |
||
4339 | "symfony/var-dumper": "<3.4" |
||
4340 | }, |
||
4341 | "require-dev": { |
||
4342 | "doctrine/doctrine-bundle": "~1.5", |
||
4343 | "symfony/asset": "~3.4|~4.0", |
||
4344 | "symfony/browser-kit": "~3.4|~4.0", |
||
4345 | "symfony/console": "~3.4|~4.0", |
||
4346 | "symfony/css-selector": "~3.4|~4.0", |
||
4347 | "symfony/dom-crawler": "~3.4|~4.0", |
||
4348 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
4349 | "symfony/expression-language": "~3.4|~4.0", |
||
4350 | "symfony/form": "~3.4|~4.0", |
||
4351 | "symfony/framework-bundle": "~3.4|~4.0", |
||
4352 | "symfony/http-foundation": "~3.4|~4.0", |
||
4353 | "symfony/process": "~3.4|~4.0", |
||
4354 | "symfony/translation": "~3.4|~4.0", |
||
4355 | "symfony/twig-bridge": "~3.4|~4.0", |
||
4356 | "symfony/twig-bundle": "~3.4|~4.0", |
||
4357 | "symfony/validator": "~3.4|~4.0", |
||
4358 | "symfony/var-dumper": "~3.4|~4.0", |
||
4359 | "symfony/yaml": "~3.4|~4.0", |
||
4360 | "twig/twig": "~1.34|~2.4" |
||
4361 | }, |
||
4362 | "type": "symfony-bundle", |
||
4363 | "extra": { |
||
4364 | "branch-alias": { |
||
4365 | "dev-master": "4.0-dev" |
||
4366 | } |
||
4367 | }, |
||
4368 | "autoload": { |
||
4369 | "psr-4": { |
||
4370 | "Symfony\\Bundle\\SecurityBundle\\": "" |
||
4371 | }, |
||
4372 | "exclude-from-classmap": [ |
||
4373 | "/Tests/" |
||
4374 | ] |
||
4375 | }, |
||
4376 | "notification-url": "https://packagist.org/downloads/", |
||
4377 | "license": [ |
||
4378 | "MIT" |
||
4379 | ], |
||
4380 | "authors": [ |
||
4381 | { |
||
4382 | "name": "Fabien Potencier", |
||
4383 | "email": "[email protected]" |
||
4384 | }, |
||
4385 | { |
||
4386 | "name": "Symfony Community", |
||
4387 | "homepage": "https://symfony.com/contributors" |
||
4388 | } |
||
4389 | ], |
||
4390 | "description": "Symfony SecurityBundle", |
||
4391 | "homepage": "https://symfony.com", |
||
4392 | "time": "2018-01-29T09:06:29+00:00" |
||
4393 | }, |
||
4394 | { |
||
4395 | "name": "symfony/serializer", |
||
4396 | "version": "v4.0.4", |
||
4397 | "source": { |
||
4398 | "type": "git", |
||
4399 | "url": "https://github.com/symfony/serializer.git", |
||
4400 | "reference": "18abe8e278181fce0ad55b9cbdd04f40f4bcf553" |
||
4401 | }, |
||
4402 | "dist": { |
||
4403 | "type": "zip", |
||
4404 | "url": "https://api.github.com/repos/symfony/serializer/zipball/18abe8e278181fce0ad55b9cbdd04f40f4bcf553", |
||
4405 | "reference": "18abe8e278181fce0ad55b9cbdd04f40f4bcf553", |
||
4406 | "shasum": "" |
||
4407 | }, |
||
4408 | "require": { |
||
4409 | "php": "^7.1.3" |
||
4410 | }, |
||
4411 | "conflict": { |
||
4412 | "phpdocumentor/type-resolver": "<0.2.1", |
||
4413 | "symfony/dependency-injection": "<3.4", |
||
4414 | "symfony/property-access": "<3.4", |
||
4415 | "symfony/property-info": "<3.4", |
||
4416 | "symfony/yaml": "<3.4" |
||
4417 | }, |
||
4418 | "require-dev": { |
||
4419 | "doctrine/annotations": "~1.0", |
||
4420 | "doctrine/cache": "~1.0", |
||
4421 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
4422 | "symfony/cache": "~3.4|~4.0", |
||
4423 | "symfony/config": "~3.4|~4.0", |
||
4424 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4425 | "symfony/http-foundation": "~3.4|~4.0", |
||
4426 | "symfony/property-access": "~3.4|~4.0", |
||
4427 | "symfony/property-info": "~3.4|~4.0", |
||
4428 | "symfony/yaml": "~3.4|~4.0" |
||
4429 | }, |
||
4430 | "suggest": { |
||
4431 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
4432 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
4433 | "psr/cache-implementation": "For using the metadata cache.", |
||
4434 | "symfony/config": "For using the XML mapping loader.", |
||
4435 | "symfony/http-foundation": "To use the DataUriNormalizer.", |
||
4436 | "symfony/property-access": "For using the ObjectNormalizer.", |
||
4437 | "symfony/property-info": "To deserialize relations.", |
||
4438 | "symfony/yaml": "For using the default YAML mapping loader." |
||
4439 | }, |
||
4440 | "type": "library", |
||
4441 | "extra": { |
||
4442 | "branch-alias": { |
||
4443 | "dev-master": "4.0-dev" |
||
4444 | } |
||
4445 | }, |
||
4446 | "autoload": { |
||
4447 | "psr-4": { |
||
4448 | "Symfony\\Component\\Serializer\\": "" |
||
4449 | }, |
||
4450 | "exclude-from-classmap": [ |
||
4451 | "/Tests/" |
||
4452 | ] |
||
4453 | }, |
||
4454 | "notification-url": "https://packagist.org/downloads/", |
||
4455 | "license": [ |
||
4456 | "MIT" |
||
4457 | ], |
||
4458 | "authors": [ |
||
4459 | { |
||
4460 | "name": "Fabien Potencier", |
||
4461 | "email": "[email protected]" |
||
4462 | }, |
||
4463 | { |
||
4464 | "name": "Symfony Community", |
||
4465 | "homepage": "https://symfony.com/contributors" |
||
4466 | } |
||
4467 | ], |
||
4468 | "description": "Symfony Serializer Component", |
||
4469 | "homepage": "https://symfony.com", |
||
4470 | "time": "2018-01-19T11:28:59+00:00" |
||
4471 | }, |
||
4472 | { |
||
4473 | "name": "symfony/serializer-pack", |
||
4474 | "version": "v1.0.1", |
||
4475 | "source": { |
||
4476 | "type": "git", |
||
4477 | "url": "https://github.com/symfony/serializer-pack.git", |
||
4478 | "reference": "35cea385ea44d1f40ec12571996bf768fbe409de" |
||
4479 | }, |
||
4480 | "dist": { |
||
4481 | "type": "zip", |
||
4482 | "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/35cea385ea44d1f40ec12571996bf768fbe409de", |
||
4483 | "reference": "35cea385ea44d1f40ec12571996bf768fbe409de", |
||
4484 | "shasum": "" |
||
4485 | }, |
||
4486 | "require": { |
||
4487 | "doctrine/annotations": "^1.0", |
||
4488 | "php": "^7.0", |
||
4489 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
4490 | "symfony/cache": "^3.3|^4.0", |
||
4491 | "symfony/property-access": "^3.3|^4.0", |
||
4492 | "symfony/property-info": "^3.3|^4.0", |
||
4493 | "symfony/serializer": "^3.3|^4.0" |
||
4494 | }, |
||
4495 | "type": "symfony-pack", |
||
4496 | "notification-url": "https://packagist.org/downloads/", |
||
4497 | "license": [ |
||
4498 | "MIT" |
||
4499 | ], |
||
4500 | "description": "A pack for the Symfony serializer", |
||
4501 | "time": "2017-12-12T01:48:53+00:00" |
||
4502 | }, |
||
4503 | { |
||
4504 | "name": "symfony/stopwatch", |
||
4505 | "version": "v4.0.4", |
||
4506 | "source": { |
||
4507 | "type": "git", |
||
4508 | "url": "https://github.com/symfony/stopwatch.git", |
||
4509 | "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704" |
||
4510 | }, |
||
4511 | "dist": { |
||
4512 | "type": "zip", |
||
4513 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d52321f0e2b596bd03b5d1dd6eebe71caa925704", |
||
4514 | "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704", |
||
4515 | "shasum": "" |
||
4516 | }, |
||
4517 | "require": { |
||
4518 | "php": "^7.1.3" |
||
4519 | }, |
||
4520 | "type": "library", |
||
4521 | "extra": { |
||
4522 | "branch-alias": { |
||
4523 | "dev-master": "4.0-dev" |
||
4524 | } |
||
4525 | }, |
||
4526 | "autoload": { |
||
4527 | "psr-4": { |
||
4528 | "Symfony\\Component\\Stopwatch\\": "" |
||
4529 | }, |
||
4530 | "exclude-from-classmap": [ |
||
4531 | "/Tests/" |
||
4532 | ] |
||
4533 | }, |
||
4534 | "notification-url": "https://packagist.org/downloads/", |
||
4535 | "license": [ |
||
4536 | "MIT" |
||
4537 | ], |
||
4538 | "authors": [ |
||
4539 | { |
||
4540 | "name": "Fabien Potencier", |
||
4541 | "email": "[email protected]" |
||
4542 | }, |
||
4543 | { |
||
4544 | "name": "Symfony Community", |
||
4545 | "homepage": "https://symfony.com/contributors" |
||
4546 | } |
||
4547 | ], |
||
4548 | "description": "Symfony Stopwatch Component", |
||
4549 | "homepage": "https://symfony.com", |
||
4550 | "time": "2018-01-03T07:38:00+00:00" |
||
4551 | }, |
||
4552 | { |
||
4553 | "name": "symfony/templating", |
||
4554 | "version": "v4.0.4", |
||
4555 | "source": { |
||
4556 | "type": "git", |
||
4557 | "url": "https://github.com/symfony/templating.git", |
||
4558 | "reference": "1b30ab3884d860f59811960db670273893edddae" |
||
4559 | }, |
||
4560 | "dist": { |
||
4561 | "type": "zip", |
||
4562 | "url": "https://api.github.com/repos/symfony/templating/zipball/1b30ab3884d860f59811960db670273893edddae", |
||
4563 | "reference": "1b30ab3884d860f59811960db670273893edddae", |
||
4564 | "shasum": "" |
||
4565 | }, |
||
4566 | "require": { |
||
4567 | "php": "^7.1.3" |
||
4568 | }, |
||
4569 | "require-dev": { |
||
4570 | "psr/log": "~1.0" |
||
4571 | }, |
||
4572 | "suggest": { |
||
4573 | "psr/log": "For using debug logging in loaders" |
||
4574 | }, |
||
4575 | "type": "library", |
||
4576 | "extra": { |
||
4577 | "branch-alias": { |
||
4578 | "dev-master": "4.0-dev" |
||
4579 | } |
||
4580 | }, |
||
4581 | "autoload": { |
||
4582 | "psr-4": { |
||
4583 | "Symfony\\Component\\Templating\\": "" |
||
4584 | }, |
||
4585 | "exclude-from-classmap": [ |
||
4586 | "/Tests/" |
||
4587 | ] |
||
4588 | }, |
||
4589 | "notification-url": "https://packagist.org/downloads/", |
||
4590 | "license": [ |
||
4591 | "MIT" |
||
4592 | ], |
||
4593 | "authors": [ |
||
4594 | { |
||
4595 | "name": "Fabien Potencier", |
||
4596 | "email": "[email protected]" |
||
4597 | }, |
||
4598 | { |
||
4599 | "name": "Symfony Community", |
||
4600 | "homepage": "https://symfony.com/contributors" |
||
4601 | } |
||
4602 | ], |
||
4603 | "description": "Symfony Templating Component", |
||
4604 | "homepage": "https://symfony.com", |
||
4605 | "time": "2018-01-03T07:38:00+00:00" |
||
4606 | }, |
||
4607 | { |
||
4608 | "name": "symfony/translation", |
||
4609 | "version": "v4.0.4", |
||
4610 | "source": { |
||
4611 | "type": "git", |
||
4612 | "url": "https://github.com/symfony/translation.git", |
||
4613 | "reference": "a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc" |
||
4614 | }, |
||
4615 | "dist": { |
||
4616 | "type": "zip", |
||
4617 | "url": "https://api.github.com/repos/symfony/translation/zipball/a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc", |
||
4618 | "reference": "a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc", |
||
4619 | "shasum": "" |
||
4620 | }, |
||
4621 | "require": { |
||
4622 | "php": "^7.1.3", |
||
4623 | "symfony/polyfill-mbstring": "~1.0" |
||
4624 | }, |
||
4625 | "conflict": { |
||
4626 | "symfony/config": "<3.4", |
||
4627 | "symfony/dependency-injection": "<3.4", |
||
4628 | "symfony/yaml": "<3.4" |
||
4629 | }, |
||
4630 | "require-dev": { |
||
4631 | "psr/log": "~1.0", |
||
4632 | "symfony/config": "~3.4|~4.0", |
||
4633 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4634 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
4635 | "symfony/intl": "~3.4|~4.0", |
||
4636 | "symfony/yaml": "~3.4|~4.0" |
||
4637 | }, |
||
4638 | "suggest": { |
||
4639 | "psr/log": "To use logging capability in translator", |
||
4640 | "symfony/config": "", |
||
4641 | "symfony/yaml": "" |
||
4642 | }, |
||
4643 | "type": "library", |
||
4644 | "extra": { |
||
4645 | "branch-alias": { |
||
4646 | "dev-master": "4.0-dev" |
||
4647 | } |
||
4648 | }, |
||
4649 | "autoload": { |
||
4650 | "psr-4": { |
||
4651 | "Symfony\\Component\\Translation\\": "" |
||
4652 | }, |
||
4653 | "exclude-from-classmap": [ |
||
4654 | "/Tests/" |
||
4655 | ] |
||
4656 | }, |
||
4657 | "notification-url": "https://packagist.org/downloads/", |
||
4658 | "license": [ |
||
4659 | "MIT" |
||
4660 | ], |
||
4661 | "authors": [ |
||
4662 | { |
||
4663 | "name": "Fabien Potencier", |
||
4664 | "email": "[email protected]" |
||
4665 | }, |
||
4666 | { |
||
4667 | "name": "Symfony Community", |
||
4668 | "homepage": "https://symfony.com/contributors" |
||
4669 | } |
||
4670 | ], |
||
4671 | "description": "Symfony Translation Component", |
||
4672 | "homepage": "https://symfony.com", |
||
4673 | "time": "2018-01-18T22:19:33+00:00" |
||
4674 | }, |
||
4675 | { |
||
4676 | "name": "symfony/twig-bridge", |
||
4677 | "version": "v4.0.4", |
||
4678 | "source": { |
||
4679 | "type": "git", |
||
4680 | "url": "https://github.com/symfony/twig-bridge.git", |
||
4681 | "reference": "81260f5539bdd7a4b5c39c55e197dae6daecc33f" |
||
4682 | }, |
||
4683 | "dist": { |
||
4684 | "type": "zip", |
||
4685 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/81260f5539bdd7a4b5c39c55e197dae6daecc33f", |
||
4686 | "reference": "81260f5539bdd7a4b5c39c55e197dae6daecc33f", |
||
4687 | "shasum": "" |
||
4688 | }, |
||
4689 | "require": { |
||
4690 | "php": "^7.1.3", |
||
4691 | "twig/twig": "^1.35|^2.4.4" |
||
4692 | }, |
||
4693 | "conflict": { |
||
4694 | "symfony/console": "<3.4", |
||
4695 | "symfony/form": "<3.4" |
||
4696 | }, |
||
4697 | "require-dev": { |
||
4698 | "symfony/asset": "~3.4|~4.0", |
||
4699 | "symfony/console": "~3.4|~4.0", |
||
4700 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4701 | "symfony/expression-language": "~3.4|~4.0", |
||
4702 | "symfony/finder": "~3.4|~4.0", |
||
4703 | "symfony/form": "~3.4|~4.0", |
||
4704 | "symfony/http-foundation": "~3.4|~4.0", |
||
4705 | "symfony/http-kernel": "~3.4|~4.0", |
||
4706 | "symfony/polyfill-intl-icu": "~1.0", |
||
4707 | "symfony/routing": "~3.4|~4.0", |
||
4708 | "symfony/security": "~3.4|~4.0", |
||
4709 | "symfony/security-acl": "~2.8|~3.0", |
||
4710 | "symfony/stopwatch": "~3.4|~4.0", |
||
4711 | "symfony/templating": "~3.4|~4.0", |
||
4712 | "symfony/translation": "~3.4|~4.0", |
||
4713 | "symfony/var-dumper": "~3.4|~4.0", |
||
4714 | "symfony/web-link": "~3.4|~4.0", |
||
4715 | "symfony/workflow": "~3.4|~4.0", |
||
4716 | "symfony/yaml": "~3.4|~4.0" |
||
4717 | }, |
||
4718 | "suggest": { |
||
4719 | "symfony/asset": "For using the AssetExtension", |
||
4720 | "symfony/expression-language": "For using the ExpressionExtension", |
||
4721 | "symfony/finder": "", |
||
4722 | "symfony/form": "For using the FormExtension", |
||
4723 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
4724 | "symfony/routing": "For using the RoutingExtension", |
||
4725 | "symfony/security": "For using the SecurityExtension", |
||
4726 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
4727 | "symfony/templating": "For using the TwigEngine", |
||
4728 | "symfony/translation": "For using the TranslationExtension", |
||
4729 | "symfony/var-dumper": "For using the DumpExtension", |
||
4730 | "symfony/web-link": "For using the WebLinkExtension", |
||
4731 | "symfony/yaml": "For using the YamlExtension" |
||
4732 | }, |
||
4733 | "type": "symfony-bridge", |
||
4734 | "extra": { |
||
4735 | "branch-alias": { |
||
4736 | "dev-master": "4.0-dev" |
||
4737 | } |
||
4738 | }, |
||
4739 | "autoload": { |
||
4740 | "psr-4": { |
||
4741 | "Symfony\\Bridge\\Twig\\": "" |
||
4742 | }, |
||
4743 | "exclude-from-classmap": [ |
||
4744 | "/Tests/" |
||
4745 | ] |
||
4746 | }, |
||
4747 | "notification-url": "https://packagist.org/downloads/", |
||
4748 | "license": [ |
||
4749 | "MIT" |
||
4750 | ], |
||
4751 | "authors": [ |
||
4752 | { |
||
4753 | "name": "Fabien Potencier", |
||
4754 | "email": "[email protected]" |
||
4755 | }, |
||
4756 | { |
||
4757 | "name": "Symfony Community", |
||
4758 | "homepage": "https://symfony.com/contributors" |
||
4759 | } |
||
4760 | ], |
||
4761 | "description": "Symfony Twig Bridge", |
||
4762 | "homepage": "https://symfony.com", |
||
4763 | "time": "2018-01-18T22:19:33+00:00" |
||
4764 | }, |
||
4765 | { |
||
4766 | "name": "symfony/twig-bundle", |
||
4767 | "version": "v4.0.4", |
||
4768 | "source": { |
||
4769 | "type": "git", |
||
4770 | "url": "https://github.com/symfony/twig-bundle.git", |
||
4771 | "reference": "854b3ae1e761cf9443241119675c64e263ff21a7" |
||
4772 | }, |
||
4773 | "dist": { |
||
4774 | "type": "zip", |
||
4775 | "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/854b3ae1e761cf9443241119675c64e263ff21a7", |
||
4776 | "reference": "854b3ae1e761cf9443241119675c64e263ff21a7", |
||
4777 | "shasum": "" |
||
4778 | }, |
||
4779 | "require": { |
||
4780 | "php": "^7.1.3", |
||
4781 | "symfony/config": "~3.4|~4.0", |
||
4782 | "symfony/http-foundation": "~3.4|~4.0", |
||
4783 | "symfony/http-kernel": "~3.4|~4.0", |
||
4784 | "symfony/twig-bridge": "^3.4.3|^4.0.3", |
||
4785 | "twig/twig": "~1.34|~2.4" |
||
4786 | }, |
||
4787 | "conflict": { |
||
4788 | "symfony/dependency-injection": "<3.4", |
||
4789 | "symfony/event-dispatcher": "<3.4" |
||
4790 | }, |
||
4791 | "require-dev": { |
||
4792 | "doctrine/annotations": "~1.0", |
||
4793 | "doctrine/cache": "~1.0", |
||
4794 | "symfony/asset": "~3.4|~4.0", |
||
4795 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4796 | "symfony/expression-language": "~3.4|~4.0", |
||
4797 | "symfony/finder": "~3.4|~4.0", |
||
4798 | "symfony/form": "~3.4|~4.0", |
||
4799 | "symfony/framework-bundle": "~3.4|~4.0", |
||
4800 | "symfony/routing": "~3.4|~4.0", |
||
4801 | "symfony/stopwatch": "~3.4|~4.0", |
||
4802 | "symfony/templating": "~3.4|~4.0", |
||
4803 | "symfony/web-link": "~3.4|~4.0", |
||
4804 | "symfony/yaml": "~3.4|~4.0" |
||
4805 | }, |
||
4806 | "type": "symfony-bundle", |
||
4807 | "extra": { |
||
4808 | "branch-alias": { |
||
4809 | "dev-master": "4.0-dev" |
||
4810 | } |
||
4811 | }, |
||
4812 | "autoload": { |
||
4813 | "psr-4": { |
||
4814 | "Symfony\\Bundle\\TwigBundle\\": "" |
||
4815 | }, |
||
4816 | "exclude-from-classmap": [ |
||
4817 | "/Tests/" |
||
4818 | ] |
||
4819 | }, |
||
4820 | "notification-url": "https://packagist.org/downloads/", |
||
4821 | "license": [ |
||
4822 | "MIT" |
||
4823 | ], |
||
4824 | "authors": [ |
||
4825 | { |
||
4826 | "name": "Fabien Potencier", |
||
4827 | "email": "[email protected]" |
||
4828 | }, |
||
4829 | { |
||
4830 | "name": "Symfony Community", |
||
4831 | "homepage": "https://symfony.com/contributors" |
||
4832 | } |
||
4833 | ], |
||
4834 | "description": "Symfony TwigBundle", |
||
4835 | "homepage": "https://symfony.com", |
||
4836 | "time": "2018-01-29T09:06:29+00:00" |
||
4837 | }, |
||
4838 | { |
||
4839 | "name": "symfony/validator", |
||
4840 | "version": "v4.0.4", |
||
4841 | "source": { |
||
4842 | "type": "git", |
||
4843 | "url": "https://github.com/symfony/validator.git", |
||
4844 | "reference": "f1a020d3ea3ec23cfb666ee3169700b3fae14505" |
||
4845 | }, |
||
4846 | "dist": { |
||
4847 | "type": "zip", |
||
4848 | "url": "https://api.github.com/repos/symfony/validator/zipball/f1a020d3ea3ec23cfb666ee3169700b3fae14505", |
||
4849 | "reference": "f1a020d3ea3ec23cfb666ee3169700b3fae14505", |
||
4850 | "shasum": "" |
||
4851 | }, |
||
4852 | "require": { |
||
4853 | "php": "^7.1.3", |
||
4854 | "symfony/polyfill-mbstring": "~1.0", |
||
4855 | "symfony/translation": "~3.4|~4.0" |
||
4856 | }, |
||
4857 | "conflict": { |
||
4858 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
4859 | "symfony/dependency-injection": "<3.4", |
||
4860 | "symfony/http-kernel": "<3.4", |
||
4861 | "symfony/yaml": "<3.4" |
||
4862 | }, |
||
4863 | "require-dev": { |
||
4864 | "doctrine/annotations": "~1.0", |
||
4865 | "doctrine/cache": "~1.0", |
||
4866 | "egulias/email-validator": "^1.2.8|~2.0", |
||
4867 | "symfony/cache": "~3.4|~4.0", |
||
4868 | "symfony/config": "~3.4|~4.0", |
||
4869 | "symfony/dependency-injection": "~3.4|~4.0", |
||
4870 | "symfony/expression-language": "~3.4|~4.0", |
||
4871 | "symfony/http-foundation": "~3.4|~4.0", |
||
4872 | "symfony/http-kernel": "~3.4|~4.0", |
||
4873 | "symfony/intl": "~3.4|~4.0", |
||
4874 | "symfony/property-access": "~3.4|~4.0", |
||
4875 | "symfony/var-dumper": "~3.4|~4.0", |
||
4876 | "symfony/yaml": "~3.4|~4.0" |
||
4877 | }, |
||
4878 | "suggest": { |
||
4879 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
4880 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
4881 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
4882 | "psr/cache-implementation": "For using the metadata cache.", |
||
4883 | "symfony/config": "", |
||
4884 | "symfony/expression-language": "For using the Expression validator", |
||
4885 | "symfony/http-foundation": "", |
||
4886 | "symfony/intl": "", |
||
4887 | "symfony/property-access": "For accessing properties within comparison constraints", |
||
4888 | "symfony/yaml": "" |
||
4889 | }, |
||
4890 | "type": "library", |
||
4891 | "extra": { |
||
4892 | "branch-alias": { |
||
4893 | "dev-master": "4.0-dev" |
||
4894 | } |
||
4895 | }, |
||
4896 | "autoload": { |
||
4897 | "psr-4": { |
||
4898 | "Symfony\\Component\\Validator\\": "" |
||
4899 | }, |
||
4900 | "exclude-from-classmap": [ |
||
4901 | "/Tests/" |
||
4902 | ] |
||
4903 | }, |
||
4904 | "notification-url": "https://packagist.org/downloads/", |
||
4905 | "license": [ |
||
4906 | "MIT" |
||
4907 | ], |
||
4908 | "authors": [ |
||
4909 | { |
||
4910 | "name": "Fabien Potencier", |
||
4911 | "email": "[email protected]" |
||
4912 | }, |
||
4913 | { |
||
4914 | "name": "Symfony Community", |
||
4915 | "homepage": "https://symfony.com/contributors" |
||
4916 | } |
||
4917 | ], |
||
4918 | "description": "Symfony Validator Component", |
||
4919 | "homepage": "https://symfony.com", |
||
4920 | "time": "2018-01-21T19:06:11+00:00" |
||
4921 | }, |
||
4922 | { |
||
4923 | "name": "symfony/var-dumper", |
||
4924 | "version": "v4.0.4", |
||
4925 | "source": { |
||
4926 | "type": "git", |
||
4927 | "url": "https://github.com/symfony/var-dumper.git", |
||
4928 | "reference": "6d63cc74f3e2d4961411ccb77389a00332653104" |
||
4929 | }, |
||
4930 | "dist": { |
||
4931 | "type": "zip", |
||
4932 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6d63cc74f3e2d4961411ccb77389a00332653104", |
||
4933 | "reference": "6d63cc74f3e2d4961411ccb77389a00332653104", |
||
4934 | "shasum": "" |
||
4935 | }, |
||
4936 | "require": { |
||
4937 | "php": "^7.1.3", |
||
4938 | "symfony/polyfill-mbstring": "~1.0", |
||
4939 | "symfony/polyfill-php72": "~1.5" |
||
4940 | }, |
||
4941 | "conflict": { |
||
4942 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
4943 | }, |
||
4944 | "require-dev": { |
||
4945 | "ext-iconv": "*", |
||
4946 | "twig/twig": "~1.34|~2.4" |
||
4947 | }, |
||
4948 | "suggest": { |
||
4949 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
4950 | "ext-intl": "To show region name in time zone dump" |
||
4951 | }, |
||
4952 | "type": "library", |
||
4953 | "extra": { |
||
4954 | "branch-alias": { |
||
4955 | "dev-master": "4.0-dev" |
||
4956 | } |
||
4957 | }, |
||
4958 | "autoload": { |
||
4959 | "files": [ |
||
4960 | "Resources/functions/dump.php" |
||
4961 | ], |
||
4962 | "psr-4": { |
||
4963 | "Symfony\\Component\\VarDumper\\": "" |
||
4964 | }, |
||
4965 | "exclude-from-classmap": [ |
||
4966 | "/Tests/" |
||
4967 | ] |
||
4968 | }, |
||
4969 | "notification-url": "https://packagist.org/downloads/", |
||
4970 | "license": [ |
||
4971 | "MIT" |
||
4972 | ], |
||
4973 | "authors": [ |
||
4974 | { |
||
4975 | "name": "Nicolas Grekas", |
||
4976 | "email": "[email protected]" |
||
4977 | }, |
||
4978 | { |
||
4979 | "name": "Symfony Community", |
||
4980 | "homepage": "https://symfony.com/contributors" |
||
4981 | } |
||
4982 | ], |
||
4983 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
4984 | "homepage": "https://symfony.com", |
||
4985 | "keywords": [ |
||
4986 | "debug", |
||
4987 | "dump" |
||
4988 | ], |
||
4989 | "time": "2018-01-29T09:06:29+00:00" |
||
4990 | }, |
||
4991 | { |
||
4992 | "name": "symfony/web-link", |
||
4993 | "version": "v4.0.4", |
||
4994 | "source": { |
||
4995 | "type": "git", |
||
4996 | "url": "https://github.com/symfony/web-link.git", |
||
4997 | "reference": "d7fd70d73663a51381364433f045ecc379509f3f" |
||
4998 | }, |
||
4999 | "dist": { |
||
5000 | "type": "zip", |
||
5001 | "url": "https://api.github.com/repos/symfony/web-link/zipball/d7fd70d73663a51381364433f045ecc379509f3f", |
||
5002 | "reference": "d7fd70d73663a51381364433f045ecc379509f3f", |
||
5003 | "shasum": "" |
||
5004 | }, |
||
5005 | "require": { |
||
5006 | "fig/link-util": "^1.0", |
||
5007 | "php": "^7.1.3", |
||
5008 | "psr/link": "^1.0" |
||
5009 | }, |
||
5010 | "require-dev": { |
||
5011 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
5012 | "symfony/http-foundation": "~3.4|~4.0", |
||
5013 | "symfony/http-kernel": "~3.4|~4.0" |
||
5014 | }, |
||
5015 | "suggest": { |
||
5016 | "symfony/http-kernel": "" |
||
5017 | }, |
||
5018 | "type": "library", |
||
5019 | "extra": { |
||
5020 | "branch-alias": { |
||
5021 | "dev-master": "4.0-dev" |
||
5022 | } |
||
5023 | }, |
||
5024 | "autoload": { |
||
5025 | "psr-4": { |
||
5026 | "Symfony\\Component\\WebLink\\": "" |
||
5027 | }, |
||
5028 | "exclude-from-classmap": [ |
||
5029 | "/Tests/" |
||
5030 | ] |
||
5031 | }, |
||
5032 | "notification-url": "https://packagist.org/downloads/", |
||
5033 | "license": [ |
||
5034 | "MIT" |
||
5035 | ], |
||
5036 | "authors": [ |
||
5037 | { |
||
5038 | "name": "Kévin Dunglas", |
||
5039 | "email": "[email protected]" |
||
5040 | }, |
||
5041 | { |
||
5042 | "name": "Symfony Community", |
||
5043 | "homepage": "https://symfony.com/contributors" |
||
5044 | } |
||
5045 | ], |
||
5046 | "description": "Symfony WebLink Component", |
||
5047 | "homepage": "https://symfony.com", |
||
5048 | "keywords": [ |
||
5049 | "dns-prefetch", |
||
5050 | "http", |
||
5051 | "http2", |
||
5052 | "link", |
||
5053 | "performance", |
||
5054 | "prefetch", |
||
5055 | "preload", |
||
5056 | "prerender", |
||
5057 | "psr13", |
||
5058 | "push" |
||
5059 | ], |
||
5060 | "time": "2018-01-03T07:38:00+00:00" |
||
5061 | }, |
||
5062 | { |
||
5063 | "name": "symfony/web-profiler-bundle", |
||
5064 | "version": "v4.0.4", |
||
5065 | "source": { |
||
5066 | "type": "git", |
||
5067 | "url": "https://github.com/symfony/web-profiler-bundle.git", |
||
5068 | "reference": "2074348dba4b49ea86d7ee7eaf1b4fcacc887120" |
||
5069 | }, |
||
5070 | "dist": { |
||
5071 | "type": "zip", |
||
5072 | "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/2074348dba4b49ea86d7ee7eaf1b4fcacc887120", |
||
5073 | "reference": "2074348dba4b49ea86d7ee7eaf1b4fcacc887120", |
||
5074 | "shasum": "" |
||
5075 | }, |
||
5076 | "require": { |
||
5077 | "php": "^7.1.3", |
||
5078 | "symfony/http-kernel": "~3.4|~4.0", |
||
5079 | "symfony/routing": "~3.4|~4.0", |
||
5080 | "symfony/twig-bridge": "~3.4|~4.0", |
||
5081 | "symfony/var-dumper": "~3.4|~4.0", |
||
5082 | "twig/twig": "~1.34|~2.4" |
||
5083 | }, |
||
5084 | "conflict": { |
||
5085 | "symfony/config": "<3.4", |
||
5086 | "symfony/dependency-injection": "<3.4", |
||
5087 | "symfony/event-dispatcher": "<3.4", |
||
5088 | "symfony/var-dumper": "<3.4" |
||
5089 | }, |
||
5090 | "require-dev": { |
||
5091 | "symfony/config": "~3.4|~4.0", |
||
5092 | "symfony/console": "~3.4|~4.0", |
||
5093 | "symfony/dependency-injection": "~3.4|~4.0", |
||
5094 | "symfony/stopwatch": "~3.4|~4.0" |
||
5095 | }, |
||
5096 | "type": "symfony-bundle", |
||
5097 | "extra": { |
||
5098 | "branch-alias": { |
||
5099 | "dev-master": "4.0-dev" |
||
5100 | } |
||
5101 | }, |
||
5102 | "autoload": { |
||
5103 | "psr-4": { |
||
5104 | "Symfony\\Bundle\\WebProfilerBundle\\": "" |
||
5105 | }, |
||
5106 | "exclude-from-classmap": [ |
||
5107 | "/Tests/" |
||
5108 | ] |
||
5109 | }, |
||
5110 | "notification-url": "https://packagist.org/downloads/", |
||
5111 | "license": [ |
||
5112 | "MIT" |
||
5113 | ], |
||
5114 | "authors": [ |
||
5115 | { |
||
5116 | "name": "Fabien Potencier", |
||
5117 | "email": "[email protected]" |
||
5118 | }, |
||
5119 | { |
||
5120 | "name": "Symfony Community", |
||
5121 | "homepage": "https://symfony.com/contributors" |
||
5122 | } |
||
5123 | ], |
||
5124 | "description": "Symfony WebProfilerBundle", |
||
5125 | "homepage": "https://symfony.com", |
||
5126 | "time": "2018-01-10T11:36:17+00:00" |
||
5127 | }, |
||
5128 | { |
||
5129 | "name": "symfony/web-server-bundle", |
||
5130 | "version": "v4.0.4", |
||
5131 | "source": { |
||
5132 | "type": "git", |
||
5133 | "url": "https://github.com/symfony/web-server-bundle.git", |
||
5134 | "reference": "20ad52df8164d2eae029e6bb24356956c52380be" |
||
5135 | }, |
||
5136 | "dist": { |
||
5137 | "type": "zip", |
||
5138 | "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/20ad52df8164d2eae029e6bb24356956c52380be", |
||
5139 | "reference": "20ad52df8164d2eae029e6bb24356956c52380be", |
||
5140 | "shasum": "" |
||
5141 | }, |
||
5142 | "require": { |
||
5143 | "php": "^7.1.3", |
||
5144 | "symfony/config": "~3.4|~4.0", |
||
5145 | "symfony/console": "~3.4|~4.0", |
||
5146 | "symfony/dependency-injection": "~3.4|~4.0", |
||
5147 | "symfony/http-kernel": "~3.4|~4.0", |
||
5148 | "symfony/process": "^3.4.2|^4.0.2" |
||
5149 | }, |
||
5150 | "suggest": { |
||
5151 | "symfony/expression-language": "For using the filter option of the log server.", |
||
5152 | "symfony/monolog-bridge": "For using the log server." |
||
5153 | }, |
||
5154 | "type": "symfony-bundle", |
||
5155 | "extra": { |
||
5156 | "branch-alias": { |
||
5157 | "dev-master": "4.0-dev" |
||
5158 | } |
||
5159 | }, |
||
5160 | "autoload": { |
||
5161 | "psr-4": { |
||
5162 | "Symfony\\Bundle\\WebServerBundle\\": "" |
||
5163 | }, |
||
5164 | "exclude-from-classmap": [ |
||
5165 | "/Tests/" |
||
5166 | ] |
||
5167 | }, |
||
5168 | "notification-url": "https://packagist.org/downloads/", |
||
5169 | "license": [ |
||
5170 | "MIT" |
||
5171 | ], |
||
5172 | "authors": [ |
||
5173 | { |
||
5174 | "name": "Fabien Potencier", |
||
5175 | "email": "[email protected]" |
||
5176 | }, |
||
5177 | { |
||
5178 | "name": "Symfony Community", |
||
5179 | "homepage": "https://symfony.com/contributors" |
||
5180 | } |
||
5181 | ], |
||
5182 | "description": "Symfony WebServerBundle", |
||
5183 | "homepage": "https://symfony.com", |
||
5184 | "time": "2018-01-03T17:15:19+00:00" |
||
5185 | }, |
||
5186 | { |
||
5187 | "name": "symfony/webpack-encore-pack", |
||
5188 | "version": "v1.0.2", |
||
5189 | "source": { |
||
5190 | "type": "git", |
||
5191 | "url": "https://github.com/symfony/webpack-encore-pack.git", |
||
5192 | "reference": "f9f4e91659e5f55de370d6aebe77e64bce35e4d3" |
||
5193 | }, |
||
5194 | "dist": { |
||
5195 | "type": "zip", |
||
5196 | "url": "https://api.github.com/repos/symfony/webpack-encore-pack/zipball/f9f4e91659e5f55de370d6aebe77e64bce35e4d3", |
||
5197 | "reference": "f9f4e91659e5f55de370d6aebe77e64bce35e4d3", |
||
5198 | "shasum": "" |
||
5199 | }, |
||
5200 | "type": "symfony-pack", |
||
5201 | "extra": { |
||
5202 | "thanks": { |
||
5203 | "name": "symfony/webpack-encore", |
||
5204 | "url": "https://github.com/symfony/webpack-encore" |
||
5205 | } |
||
5206 | }, |
||
5207 | "notification-url": "https://packagist.org/downloads/", |
||
5208 | "license": [ |
||
5209 | "MIT" |
||
5210 | ], |
||
5211 | "description": "A pack for Symfony Encore", |
||
5212 | "time": "2017-12-21T02:20:09+00:00" |
||
5213 | }, |
||
5214 | { |
||
5215 | "name": "symfony/yaml", |
||
5216 | "version": "v4.0.4", |
||
5217 | "source": { |
||
5218 | "type": "git", |
||
5219 | "url": "https://github.com/symfony/yaml.git", |
||
5220 | "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028" |
||
5221 | }, |
||
5222 | "dist": { |
||
5223 | "type": "zip", |
||
5224 | "url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028", |
||
5225 | "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028", |
||
5226 | "shasum": "" |
||
5227 | }, |
||
5228 | "require": { |
||
5229 | "php": "^7.1.3" |
||
5230 | }, |
||
5231 | "conflict": { |
||
5232 | "symfony/console": "<3.4" |
||
5233 | }, |
||
5234 | "require-dev": { |
||
5235 | "symfony/console": "~3.4|~4.0" |
||
5236 | }, |
||
5237 | "suggest": { |
||
5238 | "symfony/console": "For validating YAML files using the lint command" |
||
5239 | }, |
||
5240 | "type": "library", |
||
5241 | "extra": { |
||
5242 | "branch-alias": { |
||
5243 | "dev-master": "4.0-dev" |
||
5244 | } |
||
5245 | }, |
||
5246 | "autoload": { |
||
5247 | "psr-4": { |
||
5248 | "Symfony\\Component\\Yaml\\": "" |
||
5249 | }, |
||
5250 | "exclude-from-classmap": [ |
||
5251 | "/Tests/" |
||
5252 | ] |
||
5253 | }, |
||
5254 | "notification-url": "https://packagist.org/downloads/", |
||
5255 | "license": [ |
||
5256 | "MIT" |
||
5257 | ], |
||
5258 | "authors": [ |
||
5259 | { |
||
5260 | "name": "Fabien Potencier", |
||
5261 | "email": "[email protected]" |
||
5262 | }, |
||
5263 | { |
||
5264 | "name": "Symfony Community", |
||
5265 | "homepage": "https://symfony.com/contributors" |
||
5266 | } |
||
5267 | ], |
||
5268 | "description": "Symfony Yaml Component", |
||
5269 | "homepage": "https://symfony.com", |
||
5270 | "time": "2018-01-21T19:06:11+00:00" |
||
5271 | }, |
||
5272 | { |
||
5273 | "name": "twig/twig", |
||
5274 | "version": "v2.4.4", |
||
5275 | "source": { |
||
5276 | "type": "git", |
||
5277 | "url": "https://github.com/twigphp/Twig.git", |
||
5278 | "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb" |
||
5279 | }, |
||
5280 | "dist": { |
||
5281 | "type": "zip", |
||
5282 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb", |
||
5283 | "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb", |
||
5284 | "shasum": "" |
||
5285 | }, |
||
5286 | "require": { |
||
5287 | "php": "^7.0", |
||
5288 | "symfony/polyfill-mbstring": "~1.0" |
||
5289 | }, |
||
5290 | "require-dev": { |
||
5291 | "psr/container": "^1.0", |
||
5292 | "symfony/debug": "~2.7", |
||
5293 | "symfony/phpunit-bridge": "~3.3@dev" |
||
5294 | }, |
||
5295 | "type": "library", |
||
5296 | "extra": { |
||
5297 | "branch-alias": { |
||
5298 | "dev-master": "2.4-dev" |
||
5299 | } |
||
5300 | }, |
||
5301 | "autoload": { |
||
5302 | "psr-0": { |
||
5303 | "Twig_": "lib/" |
||
5304 | }, |
||
5305 | "psr-4": { |
||
5306 | "Twig\\": "src/" |
||
5307 | } |
||
5308 | }, |
||
5309 | "notification-url": "https://packagist.org/downloads/", |
||
5310 | "license": [ |
||
5311 | "BSD-3-Clause" |
||
5312 | ], |
||
5313 | "authors": [ |
||
5314 | { |
||
5315 | "name": "Fabien Potencier", |
||
5316 | "email": "[email protected]", |
||
5317 | "homepage": "http://fabien.potencier.org", |
||
5318 | "role": "Lead Developer" |
||
5319 | }, |
||
5320 | { |
||
5321 | "name": "Armin Ronacher", |
||
5322 | "email": "[email protected]", |
||
5323 | "role": "Project Founder" |
||
5324 | }, |
||
5325 | { |
||
5326 | "name": "Twig Team", |
||
5327 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
5328 | "role": "Contributors" |
||
5329 | } |
||
5330 | ], |
||
5331 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
5332 | "homepage": "http://twig.sensiolabs.org", |
||
5333 | "keywords": [ |
||
5334 | "templating" |
||
5335 | ], |
||
5336 | "time": "2017-09-27T18:10:31+00:00" |
||
5337 | }, |
||
5338 | { |
||
5339 | "name": "webmozart/assert", |
||
5340 | "version": "1.3.0", |
||
5341 | "source": { |
||
5342 | "type": "git", |
||
5343 | "url": "https://github.com/webmozart/assert.git", |
||
5344 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
5345 | }, |
||
5346 | "dist": { |
||
5347 | "type": "zip", |
||
5348 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
5349 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
5350 | "shasum": "" |
||
5351 | }, |
||
5352 | "require": { |
||
5353 | "php": "^5.3.3 || ^7.0" |
||
5354 | }, |
||
5355 | "require-dev": { |
||
5356 | "phpunit/phpunit": "^4.6", |
||
5357 | "sebastian/version": "^1.0.1" |
||
5358 | }, |
||
5359 | "type": "library", |
||
5360 | "extra": { |
||
5361 | "branch-alias": { |
||
5362 | "dev-master": "1.3-dev" |
||
5363 | } |
||
5364 | }, |
||
5365 | "autoload": { |
||
5366 | "psr-4": { |
||
5367 | "Webmozart\\Assert\\": "src/" |
||
5368 | } |
||
5369 | }, |
||
5370 | "notification-url": "https://packagist.org/downloads/", |
||
5371 | "license": [ |
||
5372 | "MIT" |
||
5373 | ], |
||
5374 | "authors": [ |
||
5375 | { |
||
5376 | "name": "Bernhard Schussek", |
||
5377 | "email": "[email protected]" |
||
5378 | } |
||
5379 | ], |
||
5380 | "description": "Assertions to validate method input/output with nice error messages.", |
||
5381 | "keywords": [ |
||
5382 | "assert", |
||
5383 | "check", |
||
5384 | "validate" |
||
5385 | ], |
||
5386 | "time": "2018-01-29T19:49:41+00:00" |
||
5387 | }, |
||
5388 | { |
||
5389 | "name": "webuni/commonmark-table-extension", |
||
5390 | "version": "0.8.0", |
||
5391 | "source": { |
||
5392 | "type": "git", |
||
5393 | "url": "https://github.com/webuni/commonmark-table-extension.git", |
||
5394 | "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3" |
||
5395 | }, |
||
5396 | "dist": { |
||
5397 | "type": "zip", |
||
5398 | "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/4304b1f56b26e5213a4a781b654f62ef5ed8fbe3", |
||
5399 | "reference": "4304b1f56b26e5213a4a781b654f62ef5ed8fbe3", |
||
5400 | "shasum": "" |
||
5401 | }, |
||
5402 | "require": { |
||
5403 | "league/commonmark": "^0.16|^0.17", |
||
5404 | "php": "^5.6|^7.0" |
||
5405 | }, |
||
5406 | "require-dev": { |
||
5407 | "friendsofphp/php-cs-fixer": "^2.9", |
||
5408 | "phpunit/phpunit": "^5.4|^6.0", |
||
5409 | "symfony/var-dumper": "^3.0|^4.0", |
||
5410 | "vimeo/psalm": "~0.3" |
||
5411 | }, |
||
5412 | "type": "library", |
||
5413 | "extra": { |
||
5414 | "branch-alias": { |
||
5415 | "dev-master": "0.8-dev" |
||
5416 | } |
||
5417 | }, |
||
5418 | "autoload": { |
||
5419 | "psr-4": { |
||
5420 | "Webuni\\CommonMark\\TableExtension\\": "src" |
||
5421 | } |
||
5422 | }, |
||
5423 | "notification-url": "https://packagist.org/downloads/", |
||
5424 | "license": [ |
||
5425 | "MIT" |
||
5426 | ], |
||
5427 | "authors": [ |
||
5428 | { |
||
5429 | "name": "Martin Hasoň", |
||
5430 | "email": "[email protected]" |
||
5431 | }, |
||
5432 | { |
||
5433 | "name": "Webuni s.r.o.", |
||
5434 | "homepage": "https://www.webuni.cz" |
||
5435 | } |
||
5436 | ], |
||
5437 | "description": "The table extension for CommonMark PHP implementation", |
||
5438 | "homepage": "https://github.com/webuni/commonmark-table-extension", |
||
5439 | "keywords": [ |
||
5440 | "commonmark", |
||
5441 | "markdown", |
||
5442 | "table" |
||
5443 | ], |
||
5444 | "time": "2018-01-24T12:30:02+00:00" |
||
5445 | }, |
||
5446 | { |
||
5447 | "name": "zendframework/zend-code", |
||
5448 | "version": "3.3.0", |
||
5449 | "source": { |
||
5450 | "type": "git", |
||
5451 | "url": "https://github.com/zendframework/zend-code.git", |
||
5452 | "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d" |
||
5453 | }, |
||
5454 | "dist": { |
||
5455 | "type": "zip", |
||
5456 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d", |
||
5457 | "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d", |
||
5458 | "shasum": "" |
||
5459 | }, |
||
5460 | "require": { |
||
5461 | "php": "^7.1", |
||
5462 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
5463 | }, |
||
5464 | "require-dev": { |
||
5465 | "doctrine/annotations": "~1.0", |
||
5466 | "ext-phar": "*", |
||
5467 | "phpunit/phpunit": "^6.2.3", |
||
5468 | "zendframework/zend-coding-standard": "^1.0.0", |
||
5469 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
5470 | }, |
||
5471 | "suggest": { |
||
5472 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
5473 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
5474 | }, |
||
5475 | "type": "library", |
||
5476 | "extra": { |
||
5477 | "branch-alias": { |
||
5478 | "dev-master": "3.2-dev", |
||
5479 | "dev-develop": "3.3-dev" |
||
5480 | } |
||
5481 | }, |
||
5482 | "autoload": { |
||
5483 | "psr-4": { |
||
5484 | "Zend\\Code\\": "src/" |
||
5485 | } |
||
5486 | }, |
||
5487 | "notification-url": "https://packagist.org/downloads/", |
||
5488 | "license": [ |
||
5489 | "BSD-3-Clause" |
||
5490 | ], |
||
5491 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
5492 | "homepage": "https://github.com/zendframework/zend-code", |
||
5493 | "keywords": [ |
||
5494 | "code", |
||
5495 | "zf2" |
||
5496 | ], |
||
5497 | "time": "2017-10-20T15:21:32+00:00" |
||
5498 | }, |
||
5499 | { |
||
5500 | "name": "zendframework/zend-eventmanager", |
||
5501 | "version": "3.2.0", |
||
5502 | "source": { |
||
5503 | "type": "git", |
||
5504 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
5505 | "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c" |
||
5506 | }, |
||
5507 | "dist": { |
||
5508 | "type": "zip", |
||
5509 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c", |
||
5510 | "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c", |
||
5511 | "shasum": "" |
||
5512 | }, |
||
5513 | "require": { |
||
5514 | "php": "^5.6 || ^7.0" |
||
5515 | }, |
||
5516 | "require-dev": { |
||
5517 | "athletic/athletic": "^0.1", |
||
5518 | "container-interop/container-interop": "^1.1.0", |
||
5519 | "phpunit/phpunit": "^6.0.7 || ^5.7.14", |
||
5520 | "zendframework/zend-coding-standard": "~1.0.0", |
||
5521 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
5522 | }, |
||
5523 | "suggest": { |
||
5524 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
5525 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
5526 | }, |
||
5527 | "type": "library", |
||
5528 | "extra": { |
||
5529 | "branch-alias": { |
||
5530 | "dev-master": "3.2-dev", |
||
5531 | "dev-develop": "3.3-dev" |
||
5532 | } |
||
5533 | }, |
||
5534 | "autoload": { |
||
5535 | "psr-4": { |
||
5536 | "Zend\\EventManager\\": "src/" |
||
5537 | } |
||
5538 | }, |
||
5539 | "notification-url": "https://packagist.org/downloads/", |
||
5540 | "license": [ |
||
5541 | "BSD-3-Clause" |
||
5542 | ], |
||
5543 | "description": "Trigger and listen to events within a PHP application", |
||
5544 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
5545 | "keywords": [ |
||
5546 | "event", |
||
5547 | "eventmanager", |
||
5548 | "events", |
||
5549 | "zf2" |
||
5550 | ], |
||
5551 | "time": "2017-07-11T19:17:22+00:00" |
||
5552 | } |
||
5553 | ], |
||
5554 | "packages-dev": [ |
||
5555 | { |
||
5556 | "name": "doctrine/data-fixtures", |
||
5557 | "version": "v1.3.0", |
||
5558 | "source": { |
||
5559 | "type": "git", |
||
5560 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
5561 | "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b" |
||
5562 | }, |
||
5563 | "dist": { |
||
5564 | "type": "zip", |
||
5565 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7b76ccc8e648c4502aad7f61347326c8a072bd3b", |
||
5566 | "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b", |
||
5567 | "shasum": "" |
||
5568 | }, |
||
5569 | "require": { |
||
5570 | "doctrine/common": "~2.2", |
||
5571 | "php": "^7.1" |
||
5572 | }, |
||
5573 | "require-dev": { |
||
5574 | "doctrine/dbal": "^2.5.4", |
||
5575 | "doctrine/orm": "^2.5.4", |
||
5576 | "phpunit/phpunit": "^6.3" |
||
5577 | }, |
||
5578 | "suggest": { |
||
5579 | "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7", |
||
5580 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
5581 | "doctrine/orm": "For loading ORM fixtures", |
||
5582 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
5583 | }, |
||
5584 | "type": "library", |
||
5585 | "extra": { |
||
5586 | "branch-alias": { |
||
5587 | "dev-master": "1.3.x-dev" |
||
5588 | } |
||
5589 | }, |
||
5590 | "autoload": { |
||
5591 | "psr-4": { |
||
5592 | "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures" |
||
5593 | } |
||
5594 | }, |
||
5595 | "notification-url": "https://packagist.org/downloads/", |
||
5596 | "license": [ |
||
5597 | "MIT" |
||
5598 | ], |
||
5599 | "authors": [ |
||
5600 | { |
||
5601 | "name": "Jonathan Wage", |
||
5602 | "email": "[email protected]" |
||
5603 | } |
||
5604 | ], |
||
5605 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
5606 | "homepage": "http://www.doctrine-project.org", |
||
5607 | "keywords": [ |
||
5608 | "database" |
||
5609 | ], |
||
5610 | "time": "2017-11-27T18:48:06+00:00" |
||
5611 | }, |
||
5612 | { |
||
5613 | "name": "doctrine/doctrine-fixtures-bundle", |
||
5614 | "version": "3.0.2", |
||
5615 | "source": { |
||
5616 | "type": "git", |
||
5617 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
5618 | "reference": "7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f" |
||
5619 | }, |
||
5620 | "dist": { |
||
5621 | "type": "zip", |
||
5622 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f", |
||
5623 | "reference": "7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f", |
||
5624 | "shasum": "" |
||
5625 | }, |
||
5626 | "require": { |
||
5627 | "doctrine/data-fixtures": "~1.0", |
||
5628 | "doctrine/doctrine-bundle": "~1.0", |
||
5629 | "php": ">=5.5.9|^7.0", |
||
5630 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
5631 | "symfony/framework-bundle": "^3.3|^4.0" |
||
5632 | }, |
||
5633 | "require-dev": { |
||
5634 | "symfony/phpunit-bridge": "^3.3" |
||
5635 | }, |
||
5636 | "type": "symfony-bundle", |
||
5637 | "extra": { |
||
5638 | "branch-alias": { |
||
5639 | "dev-master": "3.0.x-dev" |
||
5640 | } |
||
5641 | }, |
||
5642 | "autoload": { |
||
5643 | "psr-4": { |
||
5644 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
5645 | } |
||
5646 | }, |
||
5647 | "notification-url": "https://packagist.org/downloads/", |
||
5648 | "license": [ |
||
5649 | "MIT" |
||
5650 | ], |
||
5651 | "authors": [ |
||
5652 | { |
||
5653 | "name": "Symfony Community", |
||
5654 | "homepage": "http://symfony.com/contributors" |
||
5655 | }, |
||
5656 | { |
||
5657 | "name": "Doctrine Project", |
||
5658 | "homepage": "http://www.doctrine-project.org" |
||
5659 | }, |
||
5660 | { |
||
5661 | "name": "Fabien Potencier", |
||
5662 | "email": "[email protected]" |
||
5663 | } |
||
5664 | ], |
||
5665 | "description": "Symfony DoctrineFixturesBundle", |
||
5666 | "homepage": "http://www.doctrine-project.org", |
||
5667 | "keywords": [ |
||
5668 | "Fixture", |
||
5669 | "persistence" |
||
5670 | ], |
||
5671 | "time": "2017-12-04T20:26:38+00:00" |
||
5672 | }, |
||
5673 | { |
||
5674 | "name": "liip/functional-test-bundle", |
||
5675 | "version": "1.9.3", |
||
5676 | "source": { |
||
5677 | "type": "git", |
||
5678 | "url": "https://github.com/liip/LiipFunctionalTestBundle.git", |
||
5679 | "reference": "80329104370eabebc10df69c15e98f585773884d" |
||
5680 | }, |
||
5681 | "dist": { |
||
5682 | "type": "zip", |
||
5683 | "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/80329104370eabebc10df69c15e98f585773884d", |
||
5684 | "reference": "80329104370eabebc10df69c15e98f585773884d", |
||
5685 | "shasum": "" |
||
5686 | }, |
||
5687 | "require": { |
||
5688 | "doctrine/common": "~2.0", |
||
5689 | "php": "^5.6|^7.0", |
||
5690 | "symfony/browser-kit": "^2.7|^3.0|^4.0", |
||
5691 | "symfony/framework-bundle": "^2.7|^3.0|^4.0" |
||
5692 | }, |
||
5693 | "require-dev": { |
||
5694 | "brianium/paratest": "~0.12.0|~0.13.2", |
||
5695 | "doctrine/data-fixtures": "1.2.2", |
||
5696 | "doctrine/doctrine-fixtures-bundle": "~2.3", |
||
5697 | "doctrine/orm": "~2.5", |
||
5698 | "doctrine/phpcr-bundle": "~1.3", |
||
5699 | "doctrine/phpcr-odm": "~1.3", |
||
5700 | "hautelook/alice-bundle": "~0.2|~1.2", |
||
5701 | "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", |
||
5702 | "nelmio/alice": "~1.7|~2.0", |
||
5703 | "phpunit/phpunit": "^4.8.35|^5.7|^6.1", |
||
5704 | "symfony/assetic-bundle": "^2.7|^3.0|^4.0", |
||
5705 | "symfony/console": "^2.7|^3.0|^4.0", |
||
5706 | "symfony/monolog-bundle": "^2.7|^3.0|^4.0", |
||
5707 | "symfony/phpunit-bridge": "^2.7|^3.0|^4.0", |
||
5708 | "symfony/symfony": "^2.7.1|^3.3|^4.0", |
||
5709 | "twig/twig": "~1.12|~2.0" |
||
5710 | }, |
||
5711 | "suggest": { |
||
5712 | "brianium/paratest": "Required when using paratest to parallelize tests", |
||
5713 | "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
5714 | "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality", |
||
5715 | "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
5716 | "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers", |
||
5717 | "nelmio/alice": "Required when using loadFixtureFiles functionality", |
||
5718 | "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5" |
||
5719 | }, |
||
5720 | "type": "symfony-bundle", |
||
5721 | "extra": { |
||
5722 | "branch-alias": { |
||
5723 | "dev-master": "1.x-dev" |
||
5724 | } |
||
5725 | }, |
||
5726 | "autoload": { |
||
5727 | "psr-4": { |
||
5728 | "Liip\\FunctionalTestBundle\\": "" |
||
5729 | } |
||
5730 | }, |
||
5731 | "notification-url": "https://packagist.org/downloads/", |
||
5732 | "license": [ |
||
5733 | "MIT" |
||
5734 | ], |
||
5735 | "authors": [ |
||
5736 | { |
||
5737 | "name": "Liip AG", |
||
5738 | "homepage": "http://www.liip.ch/" |
||
5739 | }, |
||
5740 | { |
||
5741 | "name": "Community contributions", |
||
5742 | "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors" |
||
5743 | } |
||
5744 | ], |
||
5745 | "description": "This bundles provides additional functional test-cases for Symfony2 applications", |
||
5746 | "keywords": [ |
||
5747 | "Symfony2" |
||
5748 | ], |
||
5749 | "time": "2018-02-02T23:34:47+00:00" |
||
5750 | }, |
||
5751 | { |
||
5752 | "name": "symfony/browser-kit", |
||
5753 | "version": "v4.0.4", |
||
5754 | "source": { |
||
5755 | "type": "git", |
||
5756 | "url": "https://github.com/symfony/browser-kit.git", |
||
5757 | "reference": "fee0fcd501304b1c3190f6293f650cceb738a353" |
||
5758 | }, |
||
5759 | "dist": { |
||
5760 | "type": "zip", |
||
5761 | "url": "https://api.github.com/repos/symfony/browser-kit/zipball/fee0fcd501304b1c3190f6293f650cceb738a353", |
||
5762 | "reference": "fee0fcd501304b1c3190f6293f650cceb738a353", |
||
5763 | "shasum": "" |
||
5764 | }, |
||
5765 | "require": { |
||
5766 | "php": "^7.1.3", |
||
5767 | "symfony/dom-crawler": "~3.4|~4.0" |
||
5768 | }, |
||
5769 | "require-dev": { |
||
5770 | "symfony/css-selector": "~3.4|~4.0", |
||
5771 | "symfony/process": "~3.4|~4.0" |
||
5772 | }, |
||
5773 | "suggest": { |
||
5774 | "symfony/process": "" |
||
5775 | }, |
||
5776 | "type": "library", |
||
5777 | "extra": { |
||
5778 | "branch-alias": { |
||
5779 | "dev-master": "4.0-dev" |
||
5780 | } |
||
5781 | }, |
||
5782 | "autoload": { |
||
5783 | "psr-4": { |
||
5784 | "Symfony\\Component\\BrowserKit\\": "" |
||
5785 | }, |
||
5786 | "exclude-from-classmap": [ |
||
5787 | "/Tests/" |
||
5788 | ] |
||
5789 | }, |
||
5790 | "notification-url": "https://packagist.org/downloads/", |
||
5791 | "license": [ |
||
5792 | "MIT" |
||
5793 | ], |
||
5794 | "authors": [ |
||
5795 | { |
||
5796 | "name": "Fabien Potencier", |
||
5797 | "email": "[email protected]" |
||
5798 | }, |
||
5799 | { |
||
5800 | "name": "Symfony Community", |
||
5801 | "homepage": "https://symfony.com/contributors" |
||
5802 | } |
||
5803 | ], |
||
5804 | "description": "Symfony BrowserKit Component", |
||
5805 | "homepage": "https://symfony.com", |
||
5806 | "time": "2018-01-03T07:38:00+00:00" |
||
5807 | }, |
||
5808 | { |
||
5809 | "name": "symfony/css-selector", |
||
5810 | "version": "v4.0.4", |
||
5811 | "source": { |
||
5812 | "type": "git", |
||
5813 | "url": "https://github.com/symfony/css-selector.git", |
||
5814 | "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7" |
||
5815 | }, |
||
5816 | "dist": { |
||
5817 | "type": "zip", |
||
5818 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7", |
||
5819 | "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7", |
||
5820 | "shasum": "" |
||
5821 | }, |
||
5822 | "require": { |
||
5823 | "php": "^7.1.3" |
||
5824 | }, |
||
5825 | "type": "library", |
||
5826 | "extra": { |
||
5827 | "branch-alias": { |
||
5828 | "dev-master": "4.0-dev" |
||
5829 | } |
||
5830 | }, |
||
5831 | "autoload": { |
||
5832 | "psr-4": { |
||
5833 | "Symfony\\Component\\CssSelector\\": "" |
||
5834 | }, |
||
5835 | "exclude-from-classmap": [ |
||
5836 | "/Tests/" |
||
5837 | ] |
||
5838 | }, |
||
5839 | "notification-url": "https://packagist.org/downloads/", |
||
5840 | "license": [ |
||
5841 | "MIT" |
||
5842 | ], |
||
5843 | "authors": [ |
||
5844 | { |
||
5845 | "name": "Jean-François Simon", |
||
5846 | "email": "[email protected]" |
||
5847 | }, |
||
5848 | { |
||
5849 | "name": "Fabien Potencier", |
||
5850 | "email": "[email protected]" |
||
5851 | }, |
||
5852 | { |
||
5853 | "name": "Symfony Community", |
||
5854 | "homepage": "https://symfony.com/contributors" |
||
5855 | } |
||
5856 | ], |
||
5857 | "description": "Symfony CssSelector Component", |
||
5858 | "homepage": "https://symfony.com", |
||
5859 | "time": "2018-01-03T07:38:00+00:00" |
||
5860 | }, |
||
5861 | { |
||
5862 | "name": "symfony/dom-crawler", |
||
5863 | "version": "v4.0.4", |
||
5864 | "source": { |
||
5865 | "type": "git", |
||
5866 | "url": "https://github.com/symfony/dom-crawler.git", |
||
5867 | "reference": "39b785e1cf28e9f21bb601a5d62c4992a8e8a290" |
||
5868 | }, |
||
5869 | "dist": { |
||
5870 | "type": "zip", |
||
5871 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/39b785e1cf28e9f21bb601a5d62c4992a8e8a290", |
||
5872 | "reference": "39b785e1cf28e9f21bb601a5d62c4992a8e8a290", |
||
5873 | "shasum": "" |
||
5874 | }, |
||
5875 | "require": { |
||
5876 | "php": "^7.1.3", |
||
5877 | "symfony/polyfill-mbstring": "~1.0" |
||
5878 | }, |
||
5879 | "require-dev": { |
||
5880 | "symfony/css-selector": "~3.4|~4.0" |
||
5881 | }, |
||
5882 | "suggest": { |
||
5883 | "symfony/css-selector": "" |
||
5884 | }, |
||
5885 | "type": "library", |
||
5886 | "extra": { |
||
5887 | "branch-alias": { |
||
5888 | "dev-master": "4.0-dev" |
||
5889 | } |
||
5890 | }, |
||
5891 | "autoload": { |
||
5892 | "psr-4": { |
||
5893 | "Symfony\\Component\\DomCrawler\\": "" |
||
5894 | }, |
||
5895 | "exclude-from-classmap": [ |
||
5896 | "/Tests/" |
||
5897 | ] |
||
5898 | }, |
||
5899 | "notification-url": "https://packagist.org/downloads/", |
||
5900 | "license": [ |
||
5901 | "MIT" |
||
5902 | ], |
||
5903 | "authors": [ |
||
5904 | { |
||
5905 | "name": "Fabien Potencier", |
||
5906 | "email": "[email protected]" |
||
5907 | }, |
||
5908 | { |
||
5909 | "name": "Symfony Community", |
||
5910 | "homepage": "https://symfony.com/contributors" |
||
5911 | } |
||
5912 | ], |
||
5913 | "description": "Symfony DomCrawler Component", |
||
5914 | "homepage": "https://symfony.com", |
||
5915 | "time": "2018-01-03T07:38:00+00:00" |
||
5916 | }, |
||
5917 | { |
||
5918 | "name": "symfony/dotenv", |
||
5919 | "version": "v4.0.4", |
||
5920 | "source": { |
||
5921 | "type": "git", |
||
5922 | "url": "https://github.com/symfony/dotenv.git", |
||
5923 | "reference": "afb6923923e22874dac20bd042167ccb8df1d158" |
||
5924 | }, |
||
5925 | "dist": { |
||
5926 | "type": "zip", |
||
5927 | "url": "https://api.github.com/repos/symfony/dotenv/zipball/afb6923923e22874dac20bd042167ccb8df1d158", |
||
5928 | "reference": "afb6923923e22874dac20bd042167ccb8df1d158", |
||
5929 | "shasum": "" |
||
5930 | }, |
||
5931 | "require": { |
||
5932 | "php": "^7.1.3" |
||
5933 | }, |
||
5934 | "require-dev": { |
||
5935 | "symfony/process": "~3.4|~4.0" |
||
5936 | }, |
||
5937 | "type": "library", |
||
5938 | "extra": { |
||
5939 | "branch-alias": { |
||
5940 | "dev-master": "4.0-dev" |
||
5941 | } |
||
5942 | }, |
||
5943 | "autoload": { |
||
5944 | "psr-4": { |
||
5945 | "Symfony\\Component\\Dotenv\\": "" |
||
5946 | }, |
||
5947 | "exclude-from-classmap": [ |
||
5948 | "/Tests/" |
||
5949 | ] |
||
5950 | }, |
||
5951 | "notification-url": "https://packagist.org/downloads/", |
||
5952 | "license": [ |
||
5953 | "MIT" |
||
5954 | ], |
||
5955 | "authors": [ |
||
5956 | { |
||
5957 | "name": "Fabien Potencier", |
||
5958 | "email": "[email protected]" |
||
5959 | }, |
||
5960 | { |
||
5961 | "name": "Symfony Community", |
||
5962 | "homepage": "https://symfony.com/contributors" |
||
5963 | } |
||
5964 | ], |
||
5965 | "description": "Registers environment variables from a .env file", |
||
5966 | "homepage": "https://symfony.com", |
||
5967 | "keywords": [ |
||
5968 | "dotenv", |
||
5969 | "env", |
||
5970 | "environment" |
||
5971 | ], |
||
5972 | "time": "2018-01-03T17:15:19+00:00" |
||
5973 | }, |
||
5974 | { |
||
5975 | "name": "symfony/maker-bundle", |
||
5976 | "version": "v1.1.1", |
||
5977 | "source": { |
||
5978 | "type": "git", |
||
5979 | "url": "https://github.com/symfony/maker-bundle.git", |
||
5980 | "reference": "ba427289009de6f0fd51fb51186eeaa70ab3a33d" |
||
5981 | }, |
||
5982 | "dist": { |
||
5983 | "type": "zip", |
||
5984 | "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/ba427289009de6f0fd51fb51186eeaa70ab3a33d", |
||
5985 | "reference": "ba427289009de6f0fd51fb51186eeaa70ab3a33d", |
||
5986 | "shasum": "" |
||
5987 | }, |
||
5988 | "require": { |
||
5989 | "php": "^7.0.8", |
||
5990 | "symfony/config": "^3.4|^4.0", |
||
5991 | "symfony/console": "^3.4|^4.0", |
||
5992 | "symfony/dependency-injection": "^3.4|^4.0", |
||
5993 | "symfony/filesystem": "^3.4|^4.0", |
||
5994 | "symfony/framework-bundle": "^3.4|^4.0", |
||
5995 | "symfony/http-kernel": "^3.4|^4.0" |
||
5996 | }, |
||
5997 | "require-dev": { |
||
5998 | "allocine/twigcs": "^3.0", |
||
5999 | "friendsofphp/php-cs-fixer": "^2.8", |
||
6000 | "symfony/phpunit-bridge": "^3.4|^4.0", |
||
6001 | "symfony/process": "^3.4|^4.0" |
||
6002 | }, |
||
6003 | "type": "symfony-bundle", |
||
6004 | "extra": { |
||
6005 | "branch-alias": { |
||
6006 | "dev-master": "1.0-dev" |
||
6007 | } |
||
6008 | }, |
||
6009 | "autoload": { |
||
6010 | "psr-4": { |
||
6011 | "Symfony\\Bundle\\MakerBundle\\": "src/" |
||
6012 | } |
||
6013 | }, |
||
6014 | "notification-url": "https://packagist.org/downloads/", |
||
6015 | "license": [ |
||
6016 | "MIT" |
||
6017 | ], |
||
6018 | "authors": [ |
||
6019 | { |
||
6020 | "name": "Symfony Community", |
||
6021 | "homepage": "https://symfony.com/contributors" |
||
6022 | } |
||
6023 | ], |
||
6024 | "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.", |
||
6025 | "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html", |
||
6026 | "keywords": [ |
||
6027 | "code generator", |
||
6028 | "generator", |
||
6029 | "scaffold", |
||
6030 | "scaffolding" |
||
6031 | ], |
||
6032 | "time": "2018-02-21T19:43:12+00:00" |
||
6033 | } |
||
6034 | ], |
||
6035 | "aliases": [], |
||
6036 | "minimum-stability": "dev", |
||
6037 | "stability-flags": { |
||
6038 | "dontdrinkandroot/gitki-bundle": 20, |
||
6039 | "symfony/lts": 20 |
||
6040 | }, |
||
6041 | "prefer-stable": true, |
||
6042 | "prefer-lowest": false, |
||
6043 | "platform": { |
||
6044 | "php": "^7.1.3", |
||
6045 | "ext-iconv": "*" |
||
6046 | }, |
||
6047 | "platform-dev": [] |
||
6048 | } |
||
6049 |