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": "43f6be75135ba405982ba0eb1f6050a6", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
11 | "version": "v1.5.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
20 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/lexer": "1.*", |
||
25 | "php": "^7.1" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "doctrine/cache": "1.*", |
||
29 | "phpunit/phpunit": "^5.7" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "1.5.x-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-4": { |
||
39 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Roman Borschel", |
||
49 | "email": "[email protected]" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Benjamin Eberlei", |
||
53 | "email": "[email protected]" |
||
54 | }, |
||
55 | { |
||
56 | "name": "Guilherme Blanco", |
||
57 | "email": "[email protected]" |
||
58 | }, |
||
59 | { |
||
60 | "name": "Jonathan Wage", |
||
61 | "email": "[email protected]" |
||
62 | }, |
||
63 | { |
||
64 | "name": "Johannes Schmitt", |
||
65 | "email": "[email protected]" |
||
66 | } |
||
67 | ], |
||
68 | "description": "Docblock Annotations Parser", |
||
69 | "homepage": "http://www.doctrine-project.org", |
||
70 | "keywords": [ |
||
71 | "annotations", |
||
72 | "docblock", |
||
73 | "parser" |
||
74 | ], |
||
75 | "time": "2017-07-22T10:58:02+00:00" |
||
76 | }, |
||
77 | { |
||
78 | "name": "doctrine/cache", |
||
79 | "version": "v1.7.1", |
||
80 | "source": { |
||
81 | "type": "git", |
||
82 | "url": "https://github.com/doctrine/cache.git", |
||
83 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
84 | }, |
||
85 | "dist": { |
||
86 | "type": "zip", |
||
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
88 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
89 | "shasum": "" |
||
90 | }, |
||
91 | "require": { |
||
92 | "php": "~7.1" |
||
93 | }, |
||
94 | "conflict": { |
||
95 | "doctrine/common": ">2.2,<2.4" |
||
96 | }, |
||
97 | "require-dev": { |
||
98 | "alcaeus/mongo-php-adapter": "^1.1", |
||
99 | "mongodb/mongodb": "^1.1", |
||
100 | "phpunit/phpunit": "^5.7", |
||
101 | "predis/predis": "~1.0" |
||
102 | }, |
||
103 | "suggest": { |
||
104 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
105 | }, |
||
106 | "type": "library", |
||
107 | "extra": { |
||
108 | "branch-alias": { |
||
109 | "dev-master": "1.7.x-dev" |
||
110 | } |
||
111 | }, |
||
112 | "autoload": { |
||
113 | "psr-4": { |
||
114 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
115 | } |
||
116 | }, |
||
117 | "notification-url": "https://packagist.org/downloads/", |
||
118 | "license": [ |
||
119 | "MIT" |
||
120 | ], |
||
121 | "authors": [ |
||
122 | { |
||
123 | "name": "Roman Borschel", |
||
124 | "email": "[email protected]" |
||
125 | }, |
||
126 | { |
||
127 | "name": "Benjamin Eberlei", |
||
128 | "email": "[email protected]" |
||
129 | }, |
||
130 | { |
||
131 | "name": "Guilherme Blanco", |
||
132 | "email": "[email protected]" |
||
133 | }, |
||
134 | { |
||
135 | "name": "Jonathan Wage", |
||
136 | "email": "[email protected]" |
||
137 | }, |
||
138 | { |
||
139 | "name": "Johannes Schmitt", |
||
140 | "email": "[email protected]" |
||
141 | } |
||
142 | ], |
||
143 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
144 | "homepage": "http://www.doctrine-project.org", |
||
145 | "keywords": [ |
||
146 | "cache", |
||
147 | "caching" |
||
148 | ], |
||
149 | "time": "2017-08-25T07:02:50+00:00" |
||
150 | }, |
||
151 | { |
||
152 | "name": "doctrine/collections", |
||
153 | "version": "v1.5.0", |
||
154 | "source": { |
||
155 | "type": "git", |
||
156 | "url": "https://github.com/doctrine/collections.git", |
||
157 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
158 | }, |
||
159 | "dist": { |
||
160 | "type": "zip", |
||
161 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
162 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
163 | "shasum": "" |
||
164 | }, |
||
165 | "require": { |
||
166 | "php": "^7.1" |
||
167 | }, |
||
168 | "require-dev": { |
||
169 | "doctrine/coding-standard": "~0.1@dev", |
||
170 | "phpunit/phpunit": "^5.7" |
||
171 | }, |
||
172 | "type": "library", |
||
173 | "extra": { |
||
174 | "branch-alias": { |
||
175 | "dev-master": "1.3.x-dev" |
||
176 | } |
||
177 | }, |
||
178 | "autoload": { |
||
179 | "psr-0": { |
||
180 | "Doctrine\\Common\\Collections\\": "lib/" |
||
181 | } |
||
182 | }, |
||
183 | "notification-url": "https://packagist.org/downloads/", |
||
184 | "license": [ |
||
185 | "MIT" |
||
186 | ], |
||
187 | "authors": [ |
||
188 | { |
||
189 | "name": "Roman Borschel", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Benjamin Eberlei", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Guilherme Blanco", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Jonathan Wage", |
||
202 | "email": "[email protected]" |
||
203 | }, |
||
204 | { |
||
205 | "name": "Johannes Schmitt", |
||
206 | "email": "[email protected]" |
||
207 | } |
||
208 | ], |
||
209 | "description": "Collections Abstraction library", |
||
210 | "homepage": "http://www.doctrine-project.org", |
||
211 | "keywords": [ |
||
212 | "array", |
||
213 | "collections", |
||
214 | "iterator" |
||
215 | ], |
||
216 | "time": "2017-07-22T10:37:32+00:00" |
||
217 | }, |
||
218 | { |
||
219 | "name": "doctrine/common", |
||
220 | "version": "v2.8.1", |
||
221 | "source": { |
||
222 | "type": "git", |
||
223 | "url": "https://github.com/doctrine/common.git", |
||
224 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
225 | }, |
||
226 | "dist": { |
||
227 | "type": "zip", |
||
228 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
229 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
230 | "shasum": "" |
||
231 | }, |
||
232 | "require": { |
||
233 | "doctrine/annotations": "1.*", |
||
234 | "doctrine/cache": "1.*", |
||
235 | "doctrine/collections": "1.*", |
||
236 | "doctrine/inflector": "1.*", |
||
237 | "doctrine/lexer": "1.*", |
||
238 | "php": "~7.1" |
||
239 | }, |
||
240 | "require-dev": { |
||
241 | "phpunit/phpunit": "^5.7" |
||
242 | }, |
||
243 | "type": "library", |
||
244 | "extra": { |
||
245 | "branch-alias": { |
||
246 | "dev-master": "2.8.x-dev" |
||
247 | } |
||
248 | }, |
||
249 | "autoload": { |
||
250 | "psr-4": { |
||
251 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
252 | } |
||
253 | }, |
||
254 | "notification-url": "https://packagist.org/downloads/", |
||
255 | "license": [ |
||
256 | "MIT" |
||
257 | ], |
||
258 | "authors": [ |
||
259 | { |
||
260 | "name": "Roman Borschel", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Benjamin Eberlei", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Guilherme Blanco", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Jonathan Wage", |
||
273 | "email": "[email protected]" |
||
274 | }, |
||
275 | { |
||
276 | "name": "Johannes Schmitt", |
||
277 | "email": "[email protected]" |
||
278 | } |
||
279 | ], |
||
280 | "description": "Common Library for Doctrine projects", |
||
281 | "homepage": "http://www.doctrine-project.org", |
||
282 | "keywords": [ |
||
283 | "annotations", |
||
284 | "collections", |
||
285 | "eventmanager", |
||
286 | "persistence", |
||
287 | "spl" |
||
288 | ], |
||
289 | "time": "2017-08-31T08:43:38+00:00" |
||
290 | }, |
||
291 | { |
||
292 | "name": "doctrine/inflector", |
||
293 | "version": "v1.2.0", |
||
294 | "source": { |
||
295 | "type": "git", |
||
296 | "url": "https://github.com/doctrine/inflector.git", |
||
297 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" |
||
298 | }, |
||
299 | "dist": { |
||
300 | "type": "zip", |
||
301 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
302 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
303 | "shasum": "" |
||
304 | }, |
||
305 | "require": { |
||
306 | "php": "^7.0" |
||
307 | }, |
||
308 | "require-dev": { |
||
309 | "phpunit/phpunit": "^6.2" |
||
310 | }, |
||
311 | "type": "library", |
||
312 | "extra": { |
||
313 | "branch-alias": { |
||
314 | "dev-master": "1.2.x-dev" |
||
315 | } |
||
316 | }, |
||
317 | "autoload": { |
||
318 | "psr-4": { |
||
319 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
320 | } |
||
321 | }, |
||
322 | "notification-url": "https://packagist.org/downloads/", |
||
323 | "license": [ |
||
324 | "MIT" |
||
325 | ], |
||
326 | "authors": [ |
||
327 | { |
||
328 | "name": "Roman Borschel", |
||
329 | "email": "[email protected]" |
||
330 | }, |
||
331 | { |
||
332 | "name": "Benjamin Eberlei", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Guilherme Blanco", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Jonathan Wage", |
||
341 | "email": "[email protected]" |
||
342 | }, |
||
343 | { |
||
344 | "name": "Johannes Schmitt", |
||
345 | "email": "[email protected]" |
||
346 | } |
||
347 | ], |
||
348 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
349 | "homepage": "http://www.doctrine-project.org", |
||
350 | "keywords": [ |
||
351 | "inflection", |
||
352 | "pluralize", |
||
353 | "singularize", |
||
354 | "string" |
||
355 | ], |
||
356 | "time": "2017-07-22T12:18:28+00:00" |
||
357 | }, |
||
358 | { |
||
359 | "name": "doctrine/lexer", |
||
360 | "version": "v1.0.1", |
||
361 | "source": { |
||
362 | "type": "git", |
||
363 | "url": "https://github.com/doctrine/lexer.git", |
||
364 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
365 | }, |
||
366 | "dist": { |
||
367 | "type": "zip", |
||
368 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
369 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
370 | "shasum": "" |
||
371 | }, |
||
372 | "require": { |
||
373 | "php": ">=5.3.2" |
||
374 | }, |
||
375 | "type": "library", |
||
376 | "extra": { |
||
377 | "branch-alias": { |
||
378 | "dev-master": "1.0.x-dev" |
||
379 | } |
||
380 | }, |
||
381 | "autoload": { |
||
382 | "psr-0": { |
||
383 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
384 | } |
||
385 | }, |
||
386 | "notification-url": "https://packagist.org/downloads/", |
||
387 | "license": [ |
||
388 | "MIT" |
||
389 | ], |
||
390 | "authors": [ |
||
391 | { |
||
392 | "name": "Roman Borschel", |
||
393 | "email": "[email protected]" |
||
394 | }, |
||
395 | { |
||
396 | "name": "Guilherme Blanco", |
||
397 | "email": "[email protected]" |
||
398 | }, |
||
399 | { |
||
400 | "name": "Johannes Schmitt", |
||
401 | "email": "[email protected]" |
||
402 | } |
||
403 | ], |
||
404 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
405 | "homepage": "http://www.doctrine-project.org", |
||
406 | "keywords": [ |
||
407 | "lexer", |
||
408 | "parser" |
||
409 | ], |
||
410 | "time": "2014-09-09T13:34:57+00:00" |
||
411 | }, |
||
412 | { |
||
413 | "name": "guzzlehttp/guzzle", |
||
414 | "version": "6.3.0", |
||
415 | "source": { |
||
416 | "type": "git", |
||
417 | "url": "https://github.com/guzzle/guzzle.git", |
||
418 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
419 | }, |
||
420 | "dist": { |
||
421 | "type": "zip", |
||
422 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
423 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
424 | "shasum": "" |
||
425 | }, |
||
426 | "require": { |
||
427 | "guzzlehttp/promises": "^1.0", |
||
428 | "guzzlehttp/psr7": "^1.4", |
||
429 | "php": ">=5.5" |
||
430 | }, |
||
431 | "require-dev": { |
||
432 | "ext-curl": "*", |
||
433 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
434 | "psr/log": "^1.0" |
||
435 | }, |
||
436 | "suggest": { |
||
437 | "psr/log": "Required for using the Log middleware" |
||
438 | }, |
||
439 | "type": "library", |
||
440 | "extra": { |
||
441 | "branch-alias": { |
||
442 | "dev-master": "6.2-dev" |
||
443 | } |
||
444 | }, |
||
445 | "autoload": { |
||
446 | "files": [ |
||
447 | "src/functions_include.php" |
||
448 | ], |
||
449 | "psr-4": { |
||
450 | "GuzzleHttp\\": "src/" |
||
451 | } |
||
452 | }, |
||
453 | "notification-url": "https://packagist.org/downloads/", |
||
454 | "license": [ |
||
455 | "MIT" |
||
456 | ], |
||
457 | "authors": [ |
||
458 | { |
||
459 | "name": "Michael Dowling", |
||
460 | "email": "[email protected]", |
||
461 | "homepage": "https://github.com/mtdowling" |
||
462 | } |
||
463 | ], |
||
464 | "description": "Guzzle is a PHP HTTP client library", |
||
465 | "homepage": "http://guzzlephp.org/", |
||
466 | "keywords": [ |
||
467 | "client", |
||
468 | "curl", |
||
469 | "framework", |
||
470 | "http", |
||
471 | "http client", |
||
472 | "rest", |
||
473 | "web service" |
||
474 | ], |
||
475 | "time": "2017-06-22T18:50:49+00:00" |
||
476 | }, |
||
477 | { |
||
478 | "name": "guzzlehttp/promises", |
||
479 | "version": "v1.3.1", |
||
480 | "source": { |
||
481 | "type": "git", |
||
482 | "url": "https://github.com/guzzle/promises.git", |
||
483 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
484 | }, |
||
485 | "dist": { |
||
486 | "type": "zip", |
||
487 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
488 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
489 | "shasum": "" |
||
490 | }, |
||
491 | "require": { |
||
492 | "php": ">=5.5.0" |
||
493 | }, |
||
494 | "require-dev": { |
||
495 | "phpunit/phpunit": "^4.0" |
||
496 | }, |
||
497 | "type": "library", |
||
498 | "extra": { |
||
499 | "branch-alias": { |
||
500 | "dev-master": "1.4-dev" |
||
501 | } |
||
502 | }, |
||
503 | "autoload": { |
||
504 | "psr-4": { |
||
505 | "GuzzleHttp\\Promise\\": "src/" |
||
506 | }, |
||
507 | "files": [ |
||
508 | "src/functions_include.php" |
||
509 | ] |
||
510 | }, |
||
511 | "notification-url": "https://packagist.org/downloads/", |
||
512 | "license": [ |
||
513 | "MIT" |
||
514 | ], |
||
515 | "authors": [ |
||
516 | { |
||
517 | "name": "Michael Dowling", |
||
518 | "email": "[email protected]", |
||
519 | "homepage": "https://github.com/mtdowling" |
||
520 | } |
||
521 | ], |
||
522 | "description": "Guzzle promises library", |
||
523 | "keywords": [ |
||
524 | "promise" |
||
525 | ], |
||
526 | "time": "2016-12-20T10:07:11+00:00" |
||
527 | }, |
||
528 | { |
||
529 | "name": "guzzlehttp/psr7", |
||
530 | "version": "1.4.2", |
||
531 | "source": { |
||
532 | "type": "git", |
||
533 | "url": "https://github.com/guzzle/psr7.git", |
||
534 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
535 | }, |
||
536 | "dist": { |
||
537 | "type": "zip", |
||
538 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
539 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
540 | "shasum": "" |
||
541 | }, |
||
542 | "require": { |
||
543 | "php": ">=5.4.0", |
||
544 | "psr/http-message": "~1.0" |
||
545 | }, |
||
546 | "provide": { |
||
547 | "psr/http-message-implementation": "1.0" |
||
548 | }, |
||
549 | "require-dev": { |
||
550 | "phpunit/phpunit": "~4.0" |
||
551 | }, |
||
552 | "type": "library", |
||
553 | "extra": { |
||
554 | "branch-alias": { |
||
555 | "dev-master": "1.4-dev" |
||
556 | } |
||
557 | }, |
||
558 | "autoload": { |
||
559 | "psr-4": { |
||
560 | "GuzzleHttp\\Psr7\\": "src/" |
||
561 | }, |
||
562 | "files": [ |
||
563 | "src/functions_include.php" |
||
564 | ] |
||
565 | }, |
||
566 | "notification-url": "https://packagist.org/downloads/", |
||
567 | "license": [ |
||
568 | "MIT" |
||
569 | ], |
||
570 | "authors": [ |
||
571 | { |
||
572 | "name": "Michael Dowling", |
||
573 | "email": "[email protected]", |
||
574 | "homepage": "https://github.com/mtdowling" |
||
575 | }, |
||
576 | { |
||
577 | "name": "Tobias Schultze", |
||
578 | "homepage": "https://github.com/Tobion" |
||
579 | } |
||
580 | ], |
||
581 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
582 | "keywords": [ |
||
583 | "http", |
||
584 | "message", |
||
585 | "request", |
||
586 | "response", |
||
587 | "stream", |
||
588 | "uri", |
||
589 | "url" |
||
590 | ], |
||
591 | "time": "2017-03-20T17:10:46+00:00" |
||
592 | }, |
||
593 | { |
||
594 | "name": "illuminate/container", |
||
595 | "version": "v5.5.17", |
||
596 | "source": { |
||
597 | "type": "git", |
||
598 | "url": "https://github.com/illuminate/container.git", |
||
599 | "reference": "a7095697649494ced03d33cf4e756ccee94f8ab2" |
||
600 | }, |
||
601 | "dist": { |
||
602 | "type": "zip", |
||
603 | "url": "https://api.github.com/repos/illuminate/container/zipball/a7095697649494ced03d33cf4e756ccee94f8ab2", |
||
604 | "reference": "a7095697649494ced03d33cf4e756ccee94f8ab2", |
||
605 | "shasum": "" |
||
606 | }, |
||
607 | "require": { |
||
608 | "illuminate/contracts": "5.5.*", |
||
609 | "php": ">=7.0", |
||
610 | "psr/container": "~1.0" |
||
611 | }, |
||
612 | "type": "library", |
||
613 | "extra": { |
||
614 | "branch-alias": { |
||
615 | "dev-master": "5.5-dev" |
||
616 | } |
||
617 | }, |
||
618 | "autoload": { |
||
619 | "psr-4": { |
||
620 | "Illuminate\\Container\\": "" |
||
621 | } |
||
622 | }, |
||
623 | "notification-url": "https://packagist.org/downloads/", |
||
624 | "license": [ |
||
625 | "MIT" |
||
626 | ], |
||
627 | "authors": [ |
||
628 | { |
||
629 | "name": "Taylor Otwell", |
||
630 | "email": "[email protected]" |
||
631 | } |
||
632 | ], |
||
633 | "description": "The Illuminate Container package.", |
||
634 | "homepage": "https://laravel.com", |
||
635 | "time": "2017-08-14T18:00:01+00:00" |
||
636 | }, |
||
637 | { |
||
638 | "name": "illuminate/contracts", |
||
639 | "version": "v5.5.17", |
||
640 | "source": { |
||
641 | "type": "git", |
||
642 | "url": "https://github.com/illuminate/contracts.git", |
||
643 | "reference": "d9e269284eba43bd2e9e8d1f1ba12362b00ec096" |
||
644 | }, |
||
645 | "dist": { |
||
646 | "type": "zip", |
||
647 | "url": "https://api.github.com/repos/illuminate/contracts/zipball/d9e269284eba43bd2e9e8d1f1ba12362b00ec096", |
||
648 | "reference": "d9e269284eba43bd2e9e8d1f1ba12362b00ec096", |
||
649 | "shasum": "" |
||
650 | }, |
||
651 | "require": { |
||
652 | "php": ">=7.0", |
||
653 | "psr/container": "~1.0", |
||
654 | "psr/simple-cache": "~1.0" |
||
655 | }, |
||
656 | "type": "library", |
||
657 | "extra": { |
||
658 | "branch-alias": { |
||
659 | "dev-master": "5.5-dev" |
||
660 | } |
||
661 | }, |
||
662 | "autoload": { |
||
663 | "psr-4": { |
||
664 | "Illuminate\\Contracts\\": "" |
||
665 | } |
||
666 | }, |
||
667 | "notification-url": "https://packagist.org/downloads/", |
||
668 | "license": [ |
||
669 | "MIT" |
||
670 | ], |
||
671 | "authors": [ |
||
672 | { |
||
673 | "name": "Taylor Otwell", |
||
674 | "email": "[email protected]" |
||
675 | } |
||
676 | ], |
||
677 | "description": "The Illuminate Contracts package.", |
||
678 | "homepage": "https://laravel.com", |
||
679 | "time": "2017-09-19T13:09:37+00:00" |
||
680 | }, |
||
681 | { |
||
682 | "name": "illuminate/database", |
||
683 | "version": "v5.5.17", |
||
684 | "source": { |
||
685 | "type": "git", |
||
686 | "url": "https://github.com/illuminate/database.git", |
||
687 | "reference": "9b3bdecfd74279d305ad1d3d56ae62b1b54a230d" |
||
688 | }, |
||
689 | "dist": { |
||
690 | "type": "zip", |
||
691 | "url": "https://api.github.com/repos/illuminate/database/zipball/9b3bdecfd74279d305ad1d3d56ae62b1b54a230d", |
||
692 | "reference": "9b3bdecfd74279d305ad1d3d56ae62b1b54a230d", |
||
693 | "shasum": "" |
||
694 | }, |
||
695 | "require": { |
||
696 | "illuminate/container": "5.5.*", |
||
697 | "illuminate/contracts": "5.5.*", |
||
698 | "illuminate/support": "5.5.*", |
||
699 | "php": ">=7.0" |
||
700 | }, |
||
701 | "suggest": { |
||
702 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).", |
||
703 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
704 | "illuminate/console": "Required to use the database commands (5.5.*).", |
||
705 | "illuminate/events": "Required to use the observers with Eloquent (5.5.*).", |
||
706 | "illuminate/filesystem": "Required to use the migrations (5.5.*).", |
||
707 | "illuminate/pagination": "Required to paginate the result set (5.5.*)." |
||
708 | }, |
||
709 | "type": "library", |
||
710 | "extra": { |
||
711 | "branch-alias": { |
||
712 | "dev-master": "5.5-dev" |
||
713 | } |
||
714 | }, |
||
715 | "autoload": { |
||
716 | "psr-4": { |
||
717 | "Illuminate\\Database\\": "" |
||
718 | } |
||
719 | }, |
||
720 | "notification-url": "https://packagist.org/downloads/", |
||
721 | "license": [ |
||
722 | "MIT" |
||
723 | ], |
||
724 | "authors": [ |
||
725 | { |
||
726 | "name": "Taylor Otwell", |
||
727 | "email": "[email protected]" |
||
728 | } |
||
729 | ], |
||
730 | "description": "The Illuminate Database package.", |
||
731 | "homepage": "https://laravel.com", |
||
732 | "keywords": [ |
||
733 | "database", |
||
734 | "laravel", |
||
735 | "orm", |
||
736 | "sql" |
||
737 | ], |
||
738 | "time": "2017-10-17T12:16:50+00:00" |
||
739 | }, |
||
740 | { |
||
741 | "name": "illuminate/events", |
||
742 | "version": "v5.5.17", |
||
743 | "source": { |
||
744 | "type": "git", |
||
745 | "url": "https://github.com/illuminate/events.git", |
||
746 | "reference": "4879769619e0ea8a720885ba802e315c822eb246" |
||
747 | }, |
||
748 | "dist": { |
||
749 | "type": "zip", |
||
750 | "url": "https://api.github.com/repos/illuminate/events/zipball/4879769619e0ea8a720885ba802e315c822eb246", |
||
751 | "reference": "4879769619e0ea8a720885ba802e315c822eb246", |
||
752 | "shasum": "" |
||
753 | }, |
||
754 | "require": { |
||
755 | "illuminate/container": "5.5.*", |
||
756 | "illuminate/contracts": "5.5.*", |
||
757 | "illuminate/support": "5.5.*", |
||
758 | "php": ">=7.0" |
||
759 | }, |
||
760 | "type": "library", |
||
761 | "extra": { |
||
762 | "branch-alias": { |
||
763 | "dev-master": "5.5-dev" |
||
764 | } |
||
765 | }, |
||
766 | "autoload": { |
||
767 | "psr-4": { |
||
768 | "Illuminate\\Events\\": "" |
||
769 | } |
||
770 | }, |
||
771 | "notification-url": "https://packagist.org/downloads/", |
||
772 | "license": [ |
||
773 | "MIT" |
||
774 | ], |
||
775 | "authors": [ |
||
776 | { |
||
777 | "name": "Taylor Otwell", |
||
778 | "email": "[email protected]" |
||
779 | } |
||
780 | ], |
||
781 | "description": "The Illuminate Events package.", |
||
782 | "homepage": "https://laravel.com", |
||
783 | "time": "2017-08-27T02:05:29+00:00" |
||
784 | }, |
||
785 | { |
||
786 | "name": "illuminate/support", |
||
787 | "version": "v5.5.17", |
||
788 | "source": { |
||
789 | "type": "git", |
||
790 | "url": "https://github.com/illuminate/support.git", |
||
791 | "reference": "132b06edaab3808f63943004911d58785f164ab4" |
||
792 | }, |
||
793 | "dist": { |
||
794 | "type": "zip", |
||
795 | "url": "https://api.github.com/repos/illuminate/support/zipball/132b06edaab3808f63943004911d58785f164ab4", |
||
796 | "reference": "132b06edaab3808f63943004911d58785f164ab4", |
||
797 | "shasum": "" |
||
798 | }, |
||
799 | "require": { |
||
800 | "doctrine/inflector": "~1.1", |
||
801 | "ext-mbstring": "*", |
||
802 | "illuminate/contracts": "5.5.*", |
||
803 | "nesbot/carbon": "^1.20", |
||
804 | "php": ">=7.0" |
||
805 | }, |
||
806 | "replace": { |
||
807 | "tightenco/collect": "self.version" |
||
808 | }, |
||
809 | "suggest": { |
||
810 | "illuminate/filesystem": "Required to use the composer class (5.2.*).", |
||
811 | "symfony/process": "Required to use the composer class (~3.3).", |
||
812 | "symfony/var-dumper": "Required to use the dd function (~3.3)." |
||
813 | }, |
||
814 | "type": "library", |
||
815 | "extra": { |
||
816 | "branch-alias": { |
||
817 | "dev-master": "5.5-dev" |
||
818 | } |
||
819 | }, |
||
820 | "autoload": { |
||
821 | "psr-4": { |
||
822 | "Illuminate\\Support\\": "" |
||
823 | }, |
||
824 | "files": [ |
||
825 | "helpers.php" |
||
826 | ] |
||
827 | }, |
||
828 | "notification-url": "https://packagist.org/downloads/", |
||
829 | "license": [ |
||
830 | "MIT" |
||
831 | ], |
||
832 | "authors": [ |
||
833 | { |
||
834 | "name": "Taylor Otwell", |
||
835 | "email": "[email protected]" |
||
836 | } |
||
837 | ], |
||
838 | "description": "The Illuminate Support package.", |
||
839 | "homepage": "https://laravel.com", |
||
840 | "time": "2017-10-17T12:18:29+00:00" |
||
841 | }, |
||
842 | { |
||
843 | "name": "jasig/phpcas", |
||
844 | "version": "1.3.5", |
||
845 | "source": { |
||
846 | "type": "git", |
||
847 | "url": "https://github.com/apereo/phpCAS.git", |
||
848 | "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0" |
||
849 | }, |
||
850 | "dist": { |
||
851 | "type": "zip", |
||
852 | "url": "https://api.github.com/repos/apereo/phpCAS/zipball/61c8899c8f91204e8b9135d795461e50fe5c2db0", |
||
853 | "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0", |
||
854 | "shasum": "" |
||
855 | }, |
||
856 | "require": { |
||
857 | "ext-curl": "*", |
||
858 | "php": ">=5.4.0" |
||
859 | }, |
||
860 | "require-dev": { |
||
861 | "phpunit/phpunit": "~3.7.10" |
||
862 | }, |
||
863 | "type": "library", |
||
864 | "extra": { |
||
865 | "branch-alias": { |
||
866 | "dev-master": "1.3.x-dev" |
||
867 | } |
||
868 | }, |
||
869 | "autoload": { |
||
870 | "classmap": [ |
||
871 | "source/" |
||
872 | ] |
||
873 | }, |
||
874 | "notification-url": "https://packagist.org/downloads/", |
||
875 | "license": [ |
||
876 | "Apache-2.0" |
||
877 | ], |
||
878 | "authors": [ |
||
879 | { |
||
880 | "name": "Joachim Fritschi", |
||
881 | "homepage": "https://wiki.jasig.org/display/~fritschi" |
||
882 | }, |
||
883 | { |
||
884 | "name": "Adam Franco", |
||
885 | "homepage": "https://wiki.jasig.org/display/~adamfranco" |
||
886 | } |
||
887 | ], |
||
888 | "description": "Provides a simple API for authenticating users against a CAS server", |
||
889 | "homepage": "https://wiki.jasig.org/display/CASC/phpCAS", |
||
890 | "keywords": [ |
||
891 | "cas", |
||
892 | "jasig" |
||
893 | ], |
||
894 | "time": "2017-04-10T19:12:45+00:00" |
||
895 | }, |
||
896 | { |
||
897 | "name": "jenssegers/mongodb", |
||
898 | "version": "v3.3.1", |
||
899 | "source": { |
||
900 | "type": "git", |
||
901 | "url": "https://github.com/jenssegers/laravel-mongodb.git", |
||
902 | "reference": "5454ac96a9748b1e812f7a5b3bcbf304bee80e0d" |
||
903 | }, |
||
904 | "dist": { |
||
905 | "type": "zip", |
||
906 | "url": "https://api.github.com/repos/jenssegers/laravel-mongodb/zipball/5454ac96a9748b1e812f7a5b3bcbf304bee80e0d", |
||
907 | "reference": "5454ac96a9748b1e812f7a5b3bcbf304bee80e0d", |
||
908 | "shasum": "" |
||
909 | }, |
||
910 | "require": { |
||
911 | "illuminate/container": "^5.5", |
||
912 | "illuminate/database": "^5.5", |
||
913 | "illuminate/events": "^5.5", |
||
914 | "illuminate/support": "^5.5", |
||
915 | "mongodb/mongodb": "^1.0.0" |
||
916 | }, |
||
917 | "require-dev": { |
||
918 | "doctrine/dbal": "^2.5", |
||
919 | "mockery/mockery": "^0.9", |
||
920 | "orchestra/testbench": "^3.1", |
||
921 | "phpunit/phpunit": "^6.0", |
||
922 | "satooshi/php-coveralls": "^1.0" |
||
923 | }, |
||
924 | "suggest": { |
||
925 | "jenssegers/mongodb-sentry": "Add Sentry support to Laravel-MongoDB", |
||
926 | "jenssegers/mongodb-session": "Add MongoDB session support to Laravel-MongoDB" |
||
927 | }, |
||
928 | "type": "library", |
||
929 | "extra": { |
||
930 | "laravel": { |
||
931 | "providers": [ |
||
932 | "Jenssegers\\Mongodb\\MongodbServiceProvider", |
||
933 | "Jenssegers\\Mongodb\\MongodbQueueServiceProvider" |
||
934 | ] |
||
935 | } |
||
936 | }, |
||
937 | "autoload": { |
||
938 | "psr-0": { |
||
939 | "Jenssegers\\Mongodb": "src/" |
||
940 | } |
||
941 | }, |
||
942 | "notification-url": "https://packagist.org/downloads/", |
||
943 | "license": [ |
||
944 | "MIT" |
||
945 | ], |
||
946 | "authors": [ |
||
947 | { |
||
948 | "name": "Jens Segers", |
||
949 | "homepage": "https://jenssegers.com" |
||
950 | } |
||
951 | ], |
||
952 | "description": "A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)", |
||
953 | "homepage": "https://github.com/jenssegers/laravel-mongodb", |
||
954 | "keywords": [ |
||
955 | "database", |
||
956 | "eloquent", |
||
957 | "laravel", |
||
958 | "model", |
||
959 | "moloquent", |
||
960 | "mongo", |
||
961 | "mongodb" |
||
962 | ], |
||
963 | "time": "2017-11-03T15:32:10+00:00" |
||
964 | }, |
||
965 | { |
||
966 | "name": "jms/i18n-routing-bundle", |
||
967 | "version": "dev-master", |
||
968 | "target-dir": "JMS/I18nRoutingBundle", |
||
969 | "source": { |
||
970 | "type": "git", |
||
971 | "url": "https://github.com/schmittjoh/JMSI18nRoutingBundle.git", |
||
972 | "reference": "712a76f6fc30127bd73b662a72f59c546201c995" |
||
973 | }, |
||
974 | "dist": { |
||
975 | "type": "zip", |
||
976 | "url": "https://api.github.com/repos/schmittjoh/JMSI18nRoutingBundle/zipball/712a76f6fc30127bd73b662a72f59c546201c995", |
||
977 | "reference": "712a76f6fc30127bd73b662a72f59c546201c995", |
||
978 | "shasum": "" |
||
979 | }, |
||
980 | "require": { |
||
981 | "php": "^7.1", |
||
982 | "symfony/framework-bundle": "^4.0" |
||
983 | }, |
||
984 | "require-dev": { |
||
985 | "phpunit/phpunit": "^6.0", |
||
986 | "sensio/framework-extra-bundle": "*", |
||
987 | "symfony/symfony": "^4.0" |
||
988 | }, |
||
989 | "suggest": { |
||
990 | "jms/translation-bundle": "If you want to use the RouteTranslation extractor" |
||
991 | }, |
||
992 | "type": "symfony-bundle", |
||
993 | "autoload": { |
||
994 | "psr-0": { |
||
995 | "JMS\\I18nRoutingBundle": "" |
||
996 | } |
||
997 | }, |
||
998 | "notification-url": "https://packagist.org/downloads/", |
||
999 | "license": [ |
||
1000 | "Apache2" |
||
1001 | ], |
||
1002 | "authors": [ |
||
1003 | { |
||
1004 | "name": "Johannes M. Schmitt", |
||
1005 | "email": "[email protected]" |
||
1006 | }, |
||
1007 | { |
||
1008 | "name": "Albert Casademont", |
||
1009 | "email": "[email protected]" |
||
1010 | } |
||
1011 | ], |
||
1012 | "description": "This bundle allows you to create i18n routes.", |
||
1013 | "homepage": "http://jmsyst.com/bundles/JMSI18nRoutingBundle", |
||
1014 | "keywords": [ |
||
1015 | "multilanguage", |
||
1016 | "routing", |
||
1017 | "translation" |
||
1018 | ], |
||
1019 | "time": "2017-12-06T09:20:21+00:00" |
||
1020 | }, |
||
1021 | { |
||
1022 | "name": "mongodb/mongodb", |
||
1023 | "version": "1.0.0", |
||
1024 | "source": { |
||
1025 | "type": "git", |
||
1026 | "url": "https://github.com/mongodb/mongo-php-library.git", |
||
1027 | "reference": "851a560864281cbf91fe182aefed85bfc3395031" |
||
1028 | }, |
||
1029 | "dist": { |
||
1030 | "type": "zip", |
||
1031 | "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/851a560864281cbf91fe182aefed85bfc3395031", |
||
1032 | "reference": "851a560864281cbf91fe182aefed85bfc3395031", |
||
1033 | "shasum": "" |
||
1034 | }, |
||
1035 | "require": { |
||
1036 | "ext-mongodb": "^1.1.0", |
||
1037 | "php": ">=5.4" |
||
1038 | }, |
||
1039 | "type": "library", |
||
1040 | "extra": { |
||
1041 | "branch-alias": { |
||
1042 | "dev-master": "1.0.x-dev" |
||
1043 | } |
||
1044 | }, |
||
1045 | "autoload": { |
||
1046 | "psr-4": { |
||
1047 | "MongoDB\\": "src/" |
||
1048 | }, |
||
1049 | "files": [ |
||
1050 | "src/functions.php" |
||
1051 | ] |
||
1052 | }, |
||
1053 | "notification-url": "https://packagist.org/downloads/", |
||
1054 | "license": [ |
||
1055 | "Apache-2.0" |
||
1056 | ], |
||
1057 | "authors": [ |
||
1058 | { |
||
1059 | "name": "Jeremy Mikola", |
||
1060 | "email": "[email protected]" |
||
1061 | }, |
||
1062 | { |
||
1063 | "name": "Hannes Magnusson", |
||
1064 | "email": "[email protected]" |
||
1065 | }, |
||
1066 | { |
||
1067 | "name": "Derick Rethans", |
||
1068 | "email": "[email protected]" |
||
1069 | } |
||
1070 | ], |
||
1071 | "description": "MongoDB driver library", |
||
1072 | "homepage": "https://jira.mongodb.org/browse/PHPLIB", |
||
1073 | "keywords": [ |
||
1074 | "database", |
||
1075 | "driver", |
||
1076 | "mongodb", |
||
1077 | "persistence" |
||
1078 | ], |
||
1079 | "time": "2016-01-21T19:43:25+00:00" |
||
1080 | }, |
||
1081 | { |
||
1082 | "name": "nesbot/carbon", |
||
1083 | "version": "1.22.1", |
||
1084 | "source": { |
||
1085 | "type": "git", |
||
1086 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
1087 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" |
||
1088 | }, |
||
1089 | "dist": { |
||
1090 | "type": "zip", |
||
1091 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
1092 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
1093 | "shasum": "" |
||
1094 | }, |
||
1095 | "require": { |
||
1096 | "php": ">=5.3.0", |
||
1097 | "symfony/translation": "~2.6 || ~3.0" |
||
1098 | }, |
||
1099 | "require-dev": { |
||
1100 | "friendsofphp/php-cs-fixer": "~2", |
||
1101 | "phpunit/phpunit": "~4.0 || ~5.0" |
||
1102 | }, |
||
1103 | "type": "library", |
||
1104 | "extra": { |
||
1105 | "branch-alias": { |
||
1106 | "dev-master": "1.23-dev" |
||
1107 | } |
||
1108 | }, |
||
1109 | "autoload": { |
||
1110 | "psr-4": { |
||
1111 | "Carbon\\": "src/Carbon/" |
||
1112 | } |
||
1113 | }, |
||
1114 | "notification-url": "https://packagist.org/downloads/", |
||
1115 | "license": [ |
||
1116 | "MIT" |
||
1117 | ], |
||
1118 | "authors": [ |
||
1119 | { |
||
1120 | "name": "Brian Nesbitt", |
||
1121 | "email": "[email protected]", |
||
1122 | "homepage": "http://nesbot.com" |
||
1123 | } |
||
1124 | ], |
||
1125 | "description": "A simple API extension for DateTime.", |
||
1126 | "homepage": "http://carbon.nesbot.com", |
||
1127 | "keywords": [ |
||
1128 | "date", |
||
1129 | "datetime", |
||
1130 | "time" |
||
1131 | ], |
||
1132 | "time": "2017-01-16T07:55:07+00:00" |
||
1133 | }, |
||
1134 | { |
||
1135 | "name": "psr/cache", |
||
1136 | "version": "1.0.1", |
||
1137 | "source": { |
||
1138 | "type": "git", |
||
1139 | "url": "https://github.com/php-fig/cache.git", |
||
1140 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1141 | }, |
||
1142 | "dist": { |
||
1143 | "type": "zip", |
||
1144 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1145 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1146 | "shasum": "" |
||
1147 | }, |
||
1148 | "require": { |
||
1149 | "php": ">=5.3.0" |
||
1150 | }, |
||
1151 | "type": "library", |
||
1152 | "extra": { |
||
1153 | "branch-alias": { |
||
1154 | "dev-master": "1.0.x-dev" |
||
1155 | } |
||
1156 | }, |
||
1157 | "autoload": { |
||
1158 | "psr-4": { |
||
1159 | "Psr\\Cache\\": "src/" |
||
1160 | } |
||
1161 | }, |
||
1162 | "notification-url": "https://packagist.org/downloads/", |
||
1163 | "license": [ |
||
1164 | "MIT" |
||
1165 | ], |
||
1166 | "authors": [ |
||
1167 | { |
||
1168 | "name": "PHP-FIG", |
||
1169 | "homepage": "http://www.php-fig.org/" |
||
1170 | } |
||
1171 | ], |
||
1172 | "description": "Common interface for caching libraries", |
||
1173 | "keywords": [ |
||
1174 | "cache", |
||
1175 | "psr", |
||
1176 | "psr-6" |
||
1177 | ], |
||
1178 | "time": "2016-08-06T20:24:11+00:00" |
||
1179 | }, |
||
1180 | { |
||
1181 | "name": "psr/container", |
||
1182 | "version": "1.0.0", |
||
1183 | "source": { |
||
1184 | "type": "git", |
||
1185 | "url": "https://github.com/php-fig/container.git", |
||
1186 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
1187 | }, |
||
1188 | "dist": { |
||
1189 | "type": "zip", |
||
1190 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1191 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1192 | "shasum": "" |
||
1193 | }, |
||
1194 | "require": { |
||
1195 | "php": ">=5.3.0" |
||
1196 | }, |
||
1197 | "type": "library", |
||
1198 | "extra": { |
||
1199 | "branch-alias": { |
||
1200 | "dev-master": "1.0.x-dev" |
||
1201 | } |
||
1202 | }, |
||
1203 | "autoload": { |
||
1204 | "psr-4": { |
||
1205 | "Psr\\Container\\": "src/" |
||
1206 | } |
||
1207 | }, |
||
1208 | "notification-url": "https://packagist.org/downloads/", |
||
1209 | "license": [ |
||
1210 | "MIT" |
||
1211 | ], |
||
1212 | "authors": [ |
||
1213 | { |
||
1214 | "name": "PHP-FIG", |
||
1215 | "homepage": "http://www.php-fig.org/" |
||
1216 | } |
||
1217 | ], |
||
1218 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
1219 | "homepage": "https://github.com/php-fig/container", |
||
1220 | "keywords": [ |
||
1221 | "PSR-11", |
||
1222 | "container", |
||
1223 | "container-interface", |
||
1224 | "container-interop", |
||
1225 | "psr" |
||
1226 | ], |
||
1227 | "time": "2017-02-14T16:28:37+00:00" |
||
1228 | }, |
||
1229 | { |
||
1230 | "name": "psr/http-message", |
||
1231 | "version": "1.0.1", |
||
1232 | "source": { |
||
1233 | "type": "git", |
||
1234 | "url": "https://github.com/php-fig/http-message.git", |
||
1235 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
1236 | }, |
||
1237 | "dist": { |
||
1238 | "type": "zip", |
||
1239 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1240 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1241 | "shasum": "" |
||
1242 | }, |
||
1243 | "require": { |
||
1244 | "php": ">=5.3.0" |
||
1245 | }, |
||
1246 | "type": "library", |
||
1247 | "extra": { |
||
1248 | "branch-alias": { |
||
1249 | "dev-master": "1.0.x-dev" |
||
1250 | } |
||
1251 | }, |
||
1252 | "autoload": { |
||
1253 | "psr-4": { |
||
1254 | "Psr\\Http\\Message\\": "src/" |
||
1255 | } |
||
1256 | }, |
||
1257 | "notification-url": "https://packagist.org/downloads/", |
||
1258 | "license": [ |
||
1259 | "MIT" |
||
1260 | ], |
||
1261 | "authors": [ |
||
1262 | { |
||
1263 | "name": "PHP-FIG", |
||
1264 | "homepage": "http://www.php-fig.org/" |
||
1265 | } |
||
1266 | ], |
||
1267 | "description": "Common interface for HTTP messages", |
||
1268 | "homepage": "https://github.com/php-fig/http-message", |
||
1269 | "keywords": [ |
||
1270 | "http", |
||
1271 | "http-message", |
||
1272 | "psr", |
||
1273 | "psr-7", |
||
1274 | "request", |
||
1275 | "response" |
||
1276 | ], |
||
1277 | "time": "2016-08-06T14:39:51+00:00" |
||
1278 | }, |
||
1279 | { |
||
1280 | "name": "psr/log", |
||
1281 | "version": "1.0.2", |
||
1282 | "source": { |
||
1283 | "type": "git", |
||
1284 | "url": "https://github.com/php-fig/log.git", |
||
1285 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1286 | }, |
||
1287 | "dist": { |
||
1288 | "type": "zip", |
||
1289 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1290 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1291 | "shasum": "" |
||
1292 | }, |
||
1293 | "require": { |
||
1294 | "php": ">=5.3.0" |
||
1295 | }, |
||
1296 | "type": "library", |
||
1297 | "extra": { |
||
1298 | "branch-alias": { |
||
1299 | "dev-master": "1.0.x-dev" |
||
1300 | } |
||
1301 | }, |
||
1302 | "autoload": { |
||
1303 | "psr-4": { |
||
1304 | "Psr\\Log\\": "Psr/Log/" |
||
1305 | } |
||
1306 | }, |
||
1307 | "notification-url": "https://packagist.org/downloads/", |
||
1308 | "license": [ |
||
1309 | "MIT" |
||
1310 | ], |
||
1311 | "authors": [ |
||
1312 | { |
||
1313 | "name": "PHP-FIG", |
||
1314 | "homepage": "http://www.php-fig.org/" |
||
1315 | } |
||
1316 | ], |
||
1317 | "description": "Common interface for logging libraries", |
||
1318 | "homepage": "https://github.com/php-fig/log", |
||
1319 | "keywords": [ |
||
1320 | "log", |
||
1321 | "psr", |
||
1322 | "psr-3" |
||
1323 | ], |
||
1324 | "time": "2016-10-10T12:19:37+00:00" |
||
1325 | }, |
||
1326 | { |
||
1327 | "name": "psr/simple-cache", |
||
1328 | "version": "1.0.0", |
||
1329 | "source": { |
||
1330 | "type": "git", |
||
1331 | "url": "https://github.com/php-fig/simple-cache.git", |
||
1332 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
1333 | }, |
||
1334 | "dist": { |
||
1335 | "type": "zip", |
||
1336 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
1337 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
1338 | "shasum": "" |
||
1339 | }, |
||
1340 | "require": { |
||
1341 | "php": ">=5.3.0" |
||
1342 | }, |
||
1343 | "type": "library", |
||
1344 | "extra": { |
||
1345 | "branch-alias": { |
||
1346 | "dev-master": "1.0.x-dev" |
||
1347 | } |
||
1348 | }, |
||
1349 | "autoload": { |
||
1350 | "psr-4": { |
||
1351 | "Psr\\SimpleCache\\": "src/" |
||
1352 | } |
||
1353 | }, |
||
1354 | "notification-url": "https://packagist.org/downloads/", |
||
1355 | "license": [ |
||
1356 | "MIT" |
||
1357 | ], |
||
1358 | "authors": [ |
||
1359 | { |
||
1360 | "name": "PHP-FIG", |
||
1361 | "homepage": "http://www.php-fig.org/" |
||
1362 | } |
||
1363 | ], |
||
1364 | "description": "Common interfaces for simple caching", |
||
1365 | "keywords": [ |
||
1366 | "cache", |
||
1367 | "caching", |
||
1368 | "psr", |
||
1369 | "psr-16", |
||
1370 | "simple-cache" |
||
1371 | ], |
||
1372 | "time": "2017-01-02T13:31:39+00:00" |
||
1373 | }, |
||
1374 | { |
||
1375 | "name": "sensio/framework-extra-bundle", |
||
1376 | "version": "v5.1.3", |
||
1377 | "source": { |
||
1378 | "type": "git", |
||
1379 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
1380 | "reference": "0696496cb3e2d23add645d424699e5c723238aad" |
||
1381 | }, |
||
1382 | "dist": { |
||
1383 | "type": "zip", |
||
1384 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/0696496cb3e2d23add645d424699e5c723238aad", |
||
1385 | "reference": "0696496cb3e2d23add645d424699e5c723238aad", |
||
1386 | "shasum": "" |
||
1387 | }, |
||
1388 | "require": { |
||
1389 | "doctrine/common": "^2.2", |
||
1390 | "symfony/config": "^3.3|^4.0", |
||
1391 | "symfony/dependency-injection": "^3.3|^4.0", |
||
1392 | "symfony/framework-bundle": "^3.3|^4.0", |
||
1393 | "symfony/http-kernel": "^3.3|^4.0" |
||
1394 | }, |
||
1395 | "require-dev": { |
||
1396 | "doctrine/doctrine-bundle": "^1.6", |
||
1397 | "doctrine/orm": "^2.5", |
||
1398 | "symfony/browser-kit": "^3.3|^4.0", |
||
1399 | "symfony/dom-crawler": "^3.3|^4.0", |
||
1400 | "symfony/expression-language": "^3.3|^4.0", |
||
1401 | "symfony/finder": "^3.3|^4.0", |
||
1402 | "symfony/phpunit-bridge": "^3.3|^4.0", |
||
1403 | "symfony/psr-http-message-bridge": "^0.3", |
||
1404 | "symfony/security-bundle": "^3.3|^4.0", |
||
1405 | "symfony/twig-bundle": "^3.3|^4.0", |
||
1406 | "symfony/yaml": "^3.3|^4.0", |
||
1407 | "twig/twig": "~1.12|~2.0", |
||
1408 | "zendframework/zend-diactoros": "^1.3" |
||
1409 | }, |
||
1410 | "suggest": { |
||
1411 | "symfony/expression-language": "", |
||
1412 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
1413 | "symfony/security-bundle": "" |
||
1414 | }, |
||
1415 | "type": "symfony-bundle", |
||
1416 | "extra": { |
||
1417 | "branch-alias": { |
||
1418 | "dev-master": "5.1.x-dev" |
||
1419 | } |
||
1420 | }, |
||
1421 | "autoload": { |
||
1422 | "psr-4": { |
||
1423 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
1424 | } |
||
1425 | }, |
||
1426 | "notification-url": "https://packagist.org/downloads/", |
||
1427 | "license": [ |
||
1428 | "MIT" |
||
1429 | ], |
||
1430 | "authors": [ |
||
1431 | { |
||
1432 | "name": "Fabien Potencier", |
||
1433 | "email": "[email protected]" |
||
1434 | } |
||
1435 | ], |
||
1436 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
1437 | "keywords": [ |
||
1438 | "annotations", |
||
1439 | "controllers" |
||
1440 | ], |
||
1441 | "time": "2017-12-04T18:33:55+00:00" |
||
1442 | }, |
||
1443 | { |
||
1444 | "name": "symfony/asset", |
||
1445 | "version": "v4.0.1", |
||
1446 | "source": { |
||
1447 | "type": "git", |
||
1448 | "url": "https://github.com/symfony/asset.git", |
||
1449 | "reference": "3f5117a59af74dd3cecf3ebc70d1e35478ae2d01" |
||
1450 | }, |
||
1451 | "dist": { |
||
1452 | "type": "zip", |
||
1453 | "url": "https://api.github.com/repos/symfony/asset/zipball/3f5117a59af74dd3cecf3ebc70d1e35478ae2d01", |
||
1454 | "reference": "3f5117a59af74dd3cecf3ebc70d1e35478ae2d01", |
||
1455 | "shasum": "" |
||
1456 | }, |
||
1457 | "require": { |
||
1458 | "php": "^7.1.3" |
||
1459 | }, |
||
1460 | "require-dev": { |
||
1461 | "symfony/http-foundation": "~3.4|~4.0", |
||
1462 | "symfony/http-kernel": "~3.4|~4.0" |
||
1463 | }, |
||
1464 | "suggest": { |
||
1465 | "symfony/http-foundation": "" |
||
1466 | }, |
||
1467 | "type": "library", |
||
1468 | "extra": { |
||
1469 | "branch-alias": { |
||
1470 | "dev-master": "4.0-dev" |
||
1471 | } |
||
1472 | }, |
||
1473 | "autoload": { |
||
1474 | "psr-4": { |
||
1475 | "Symfony\\Component\\Asset\\": "" |
||
1476 | }, |
||
1477 | "exclude-from-classmap": [ |
||
1478 | "/Tests/" |
||
1479 | ] |
||
1480 | }, |
||
1481 | "notification-url": "https://packagist.org/downloads/", |
||
1482 | "license": [ |
||
1483 | "MIT" |
||
1484 | ], |
||
1485 | "authors": [ |
||
1486 | { |
||
1487 | "name": "Fabien Potencier", |
||
1488 | "email": "[email protected]" |
||
1489 | }, |
||
1490 | { |
||
1491 | "name": "Symfony Community", |
||
1492 | "homepage": "https://symfony.com/contributors" |
||
1493 | } |
||
1494 | ], |
||
1495 | "description": "Symfony Asset Component", |
||
1496 | "homepage": "https://symfony.com", |
||
1497 | "time": "2017-11-07T14:45:01+00:00" |
||
1498 | }, |
||
1499 | { |
||
1500 | "name": "symfony/cache", |
||
1501 | "version": "v4.0.1", |
||
1502 | "source": { |
||
1503 | "type": "git", |
||
1504 | "url": "https://github.com/symfony/cache.git", |
||
1505 | "reference": "3691cb27e436c55af10ee06de30732623fa2f33e" |
||
1506 | }, |
||
1507 | "dist": { |
||
1508 | "type": "zip", |
||
1509 | "url": "https://api.github.com/repos/symfony/cache/zipball/3691cb27e436c55af10ee06de30732623fa2f33e", |
||
1510 | "reference": "3691cb27e436c55af10ee06de30732623fa2f33e", |
||
1511 | "shasum": "" |
||
1512 | }, |
||
1513 | "require": { |
||
1514 | "php": "^7.1.3", |
||
1515 | "psr/cache": "~1.0", |
||
1516 | "psr/log": "~1.0", |
||
1517 | "psr/simple-cache": "^1.0" |
||
1518 | }, |
||
1519 | "conflict": { |
||
1520 | "symfony/var-dumper": "<3.4" |
||
1521 | }, |
||
1522 | "provide": { |
||
1523 | "psr/cache-implementation": "1.0", |
||
1524 | "psr/simple-cache-implementation": "1.0" |
||
1525 | }, |
||
1526 | "require-dev": { |
||
1527 | "cache/integration-tests": "dev-master", |
||
1528 | "doctrine/cache": "~1.6", |
||
1529 | "doctrine/dbal": "~2.4", |
||
1530 | "predis/predis": "~1.0" |
||
1531 | }, |
||
1532 | "type": "library", |
||
1533 | "extra": { |
||
1534 | "branch-alias": { |
||
1535 | "dev-master": "4.0-dev" |
||
1536 | } |
||
1537 | }, |
||
1538 | "autoload": { |
||
1539 | "psr-4": { |
||
1540 | "Symfony\\Component\\Cache\\": "" |
||
1541 | }, |
||
1542 | "exclude-from-classmap": [ |
||
1543 | "/Tests/" |
||
1544 | ] |
||
1545 | }, |
||
1546 | "notification-url": "https://packagist.org/downloads/", |
||
1547 | "license": [ |
||
1548 | "MIT" |
||
1549 | ], |
||
1550 | "authors": [ |
||
1551 | { |
||
1552 | "name": "Nicolas Grekas", |
||
1553 | "email": "[email protected]" |
||
1554 | }, |
||
1555 | { |
||
1556 | "name": "Symfony Community", |
||
1557 | "homepage": "https://symfony.com/contributors" |
||
1558 | } |
||
1559 | ], |
||
1560 | "description": "Symfony Cache component with PSR-6, PSR-16, and tags", |
||
1561 | "homepage": "https://symfony.com", |
||
1562 | "keywords": [ |
||
1563 | "caching", |
||
1564 | "psr6" |
||
1565 | ], |
||
1566 | "time": "2017-11-20T21:12:12+00:00" |
||
1567 | }, |
||
1568 | { |
||
1569 | "name": "symfony/config", |
||
1570 | "version": "v4.0.1", |
||
1571 | "source": { |
||
1572 | "type": "git", |
||
1573 | "url": "https://github.com/symfony/config.git", |
||
1574 | "reference": "6e6dbc6d2beff8117b974d74274bff02e43c32a6" |
||
1575 | }, |
||
1576 | "dist": { |
||
1577 | "type": "zip", |
||
1578 | "url": "https://api.github.com/repos/symfony/config/zipball/6e6dbc6d2beff8117b974d74274bff02e43c32a6", |
||
1579 | "reference": "6e6dbc6d2beff8117b974d74274bff02e43c32a6", |
||
1580 | "shasum": "" |
||
1581 | }, |
||
1582 | "require": { |
||
1583 | "php": "^7.1.3", |
||
1584 | "symfony/filesystem": "~3.4|~4.0" |
||
1585 | }, |
||
1586 | "conflict": { |
||
1587 | "symfony/finder": "<3.4" |
||
1588 | }, |
||
1589 | "require-dev": { |
||
1590 | "symfony/finder": "~3.4|~4.0", |
||
1591 | "symfony/yaml": "~3.4|~4.0" |
||
1592 | }, |
||
1593 | "suggest": { |
||
1594 | "symfony/yaml": "To use the yaml reference dumper" |
||
1595 | }, |
||
1596 | "type": "library", |
||
1597 | "extra": { |
||
1598 | "branch-alias": { |
||
1599 | "dev-master": "4.0-dev" |
||
1600 | } |
||
1601 | }, |
||
1602 | "autoload": { |
||
1603 | "psr-4": { |
||
1604 | "Symfony\\Component\\Config\\": "" |
||
1605 | }, |
||
1606 | "exclude-from-classmap": [ |
||
1607 | "/Tests/" |
||
1608 | ] |
||
1609 | }, |
||
1610 | "notification-url": "https://packagist.org/downloads/", |
||
1611 | "license": [ |
||
1612 | "MIT" |
||
1613 | ], |
||
1614 | "authors": [ |
||
1615 | { |
||
1616 | "name": "Fabien Potencier", |
||
1617 | "email": "[email protected]" |
||
1618 | }, |
||
1619 | { |
||
1620 | "name": "Symfony Community", |
||
1621 | "homepage": "https://symfony.com/contributors" |
||
1622 | } |
||
1623 | ], |
||
1624 | "description": "Symfony Config Component", |
||
1625 | "homepage": "https://symfony.com", |
||
1626 | "time": "2017-11-20T18:22:57+00:00" |
||
1627 | }, |
||
1628 | { |
||
1629 | "name": "symfony/console", |
||
1630 | "version": "v4.0.1", |
||
1631 | "source": { |
||
1632 | "type": "git", |
||
1633 | "url": "https://github.com/symfony/console.git", |
||
1634 | "reference": "2ff6acc1342a0e7c3ad757a80fd837f5b22535a1" |
||
1635 | }, |
||
1636 | "dist": { |
||
1637 | "type": "zip", |
||
1638 | "url": "https://api.github.com/repos/symfony/console/zipball/2ff6acc1342a0e7c3ad757a80fd837f5b22535a1", |
||
1639 | "reference": "2ff6acc1342a0e7c3ad757a80fd837f5b22535a1", |
||
1640 | "shasum": "" |
||
1641 | }, |
||
1642 | "require": { |
||
1643 | "php": "^7.1.3", |
||
1644 | "symfony/polyfill-mbstring": "~1.0" |
||
1645 | }, |
||
1646 | "conflict": { |
||
1647 | "symfony/dependency-injection": "<3.4", |
||
1648 | "symfony/process": "<3.3" |
||
1649 | }, |
||
1650 | "require-dev": { |
||
1651 | "psr/log": "~1.0", |
||
1652 | "symfony/config": "~3.4|~4.0", |
||
1653 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1654 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
1655 | "symfony/lock": "~3.4|~4.0", |
||
1656 | "symfony/process": "~3.4|~4.0" |
||
1657 | }, |
||
1658 | "suggest": { |
||
1659 | "psr/log": "For using the console logger", |
||
1660 | "symfony/event-dispatcher": "", |
||
1661 | "symfony/lock": "", |
||
1662 | "symfony/process": "" |
||
1663 | }, |
||
1664 | "type": "library", |
||
1665 | "extra": { |
||
1666 | "branch-alias": { |
||
1667 | "dev-master": "4.0-dev" |
||
1668 | } |
||
1669 | }, |
||
1670 | "autoload": { |
||
1671 | "psr-4": { |
||
1672 | "Symfony\\Component\\Console\\": "" |
||
1673 | }, |
||
1674 | "exclude-from-classmap": [ |
||
1675 | "/Tests/" |
||
1676 | ] |
||
1677 | }, |
||
1678 | "notification-url": "https://packagist.org/downloads/", |
||
1679 | "license": [ |
||
1680 | "MIT" |
||
1681 | ], |
||
1682 | "authors": [ |
||
1683 | { |
||
1684 | "name": "Fabien Potencier", |
||
1685 | "email": "[email protected]" |
||
1686 | }, |
||
1687 | { |
||
1688 | "name": "Symfony Community", |
||
1689 | "homepage": "https://symfony.com/contributors" |
||
1690 | } |
||
1691 | ], |
||
1692 | "description": "Symfony Console Component", |
||
1693 | "homepage": "https://symfony.com", |
||
1694 | "time": "2017-12-04T12:31:58+00:00" |
||
1695 | }, |
||
1696 | { |
||
1697 | "name": "symfony/debug", |
||
1698 | "version": "v4.0.1", |
||
1699 | "source": { |
||
1700 | "type": "git", |
||
1701 | "url": "https://github.com/symfony/debug.git", |
||
1702 | "reference": "26a15dab86c3820473716be4f846eac774ad4ad9" |
||
1703 | }, |
||
1704 | "dist": { |
||
1705 | "type": "zip", |
||
1706 | "url": "https://api.github.com/repos/symfony/debug/zipball/26a15dab86c3820473716be4f846eac774ad4ad9", |
||
1707 | "reference": "26a15dab86c3820473716be4f846eac774ad4ad9", |
||
1708 | "shasum": "" |
||
1709 | }, |
||
1710 | "require": { |
||
1711 | "php": "^7.1.3", |
||
1712 | "psr/log": "~1.0" |
||
1713 | }, |
||
1714 | "conflict": { |
||
1715 | "symfony/http-kernel": "<3.4" |
||
1716 | }, |
||
1717 | "require-dev": { |
||
1718 | "symfony/http-kernel": "~3.4|~4.0" |
||
1719 | }, |
||
1720 | "type": "library", |
||
1721 | "extra": { |
||
1722 | "branch-alias": { |
||
1723 | "dev-master": "4.0-dev" |
||
1724 | } |
||
1725 | }, |
||
1726 | "autoload": { |
||
1727 | "psr-4": { |
||
1728 | "Symfony\\Component\\Debug\\": "" |
||
1729 | }, |
||
1730 | "exclude-from-classmap": [ |
||
1731 | "/Tests/" |
||
1732 | ] |
||
1733 | }, |
||
1734 | "notification-url": "https://packagist.org/downloads/", |
||
1735 | "license": [ |
||
1736 | "MIT" |
||
1737 | ], |
||
1738 | "authors": [ |
||
1739 | { |
||
1740 | "name": "Fabien Potencier", |
||
1741 | "email": "[email protected]" |
||
1742 | }, |
||
1743 | { |
||
1744 | "name": "Symfony Community", |
||
1745 | "homepage": "https://symfony.com/contributors" |
||
1746 | } |
||
1747 | ], |
||
1748 | "description": "Symfony Debug Component", |
||
1749 | "homepage": "https://symfony.com", |
||
1750 | "time": "2017-11-21T09:27:49+00:00" |
||
1751 | }, |
||
1752 | { |
||
1753 | "name": "symfony/dependency-injection", |
||
1754 | "version": "v4.0.1", |
||
1755 | "source": { |
||
1756 | "type": "git", |
||
1757 | "url": "https://github.com/symfony/dependency-injection.git", |
||
1758 | "reference": "652d10dbeabeb6f1cd5b8872dd28a33b045f2f12" |
||
1759 | }, |
||
1760 | "dist": { |
||
1761 | "type": "zip", |
||
1762 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/652d10dbeabeb6f1cd5b8872dd28a33b045f2f12", |
||
1763 | "reference": "652d10dbeabeb6f1cd5b8872dd28a33b045f2f12", |
||
1764 | "shasum": "" |
||
1765 | }, |
||
1766 | "require": { |
||
1767 | "php": "^7.1.3", |
||
1768 | "psr/container": "^1.0" |
||
1769 | }, |
||
1770 | "conflict": { |
||
1771 | "symfony/config": "<3.4", |
||
1772 | "symfony/finder": "<3.4", |
||
1773 | "symfony/proxy-manager-bridge": "<3.4", |
||
1774 | "symfony/yaml": "<3.4" |
||
1775 | }, |
||
1776 | "provide": { |
||
1777 | "psr/container-implementation": "1.0" |
||
1778 | }, |
||
1779 | "require-dev": { |
||
1780 | "symfony/config": "~3.4|~4.0", |
||
1781 | "symfony/expression-language": "~3.4|~4.0", |
||
1782 | "symfony/yaml": "~3.4|~4.0" |
||
1783 | }, |
||
1784 | "suggest": { |
||
1785 | "symfony/config": "", |
||
1786 | "symfony/expression-language": "For using expressions in service container configuration", |
||
1787 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
1788 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
1789 | "symfony/yaml": "" |
||
1790 | }, |
||
1791 | "type": "library", |
||
1792 | "extra": { |
||
1793 | "branch-alias": { |
||
1794 | "dev-master": "4.0-dev" |
||
1795 | } |
||
1796 | }, |
||
1797 | "autoload": { |
||
1798 | "psr-4": { |
||
1799 | "Symfony\\Component\\DependencyInjection\\": "" |
||
1800 | }, |
||
1801 | "exclude-from-classmap": [ |
||
1802 | "/Tests/" |
||
1803 | ] |
||
1804 | }, |
||
1805 | "notification-url": "https://packagist.org/downloads/", |
||
1806 | "license": [ |
||
1807 | "MIT" |
||
1808 | ], |
||
1809 | "authors": [ |
||
1810 | { |
||
1811 | "name": "Fabien Potencier", |
||
1812 | "email": "[email protected]" |
||
1813 | }, |
||
1814 | { |
||
1815 | "name": "Symfony Community", |
||
1816 | "homepage": "https://symfony.com/contributors" |
||
1817 | } |
||
1818 | ], |
||
1819 | "description": "Symfony DependencyInjection Component", |
||
1820 | "homepage": "https://symfony.com", |
||
1821 | "time": "2017-12-04T20:15:30+00:00" |
||
1822 | }, |
||
1823 | { |
||
1824 | "name": "symfony/event-dispatcher", |
||
1825 | "version": "v4.0.1", |
||
1826 | "source": { |
||
1827 | "type": "git", |
||
1828 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1829 | "reference": "6223fb2b68e7059e8d5843c0103999a84e7275cf" |
||
1830 | }, |
||
1831 | "dist": { |
||
1832 | "type": "zip", |
||
1833 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6223fb2b68e7059e8d5843c0103999a84e7275cf", |
||
1834 | "reference": "6223fb2b68e7059e8d5843c0103999a84e7275cf", |
||
1835 | "shasum": "" |
||
1836 | }, |
||
1837 | "require": { |
||
1838 | "php": "^7.1.3" |
||
1839 | }, |
||
1840 | "conflict": { |
||
1841 | "symfony/dependency-injection": "<3.4" |
||
1842 | }, |
||
1843 | "require-dev": { |
||
1844 | "psr/log": "~1.0", |
||
1845 | "symfony/config": "~3.4|~4.0", |
||
1846 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1847 | "symfony/expression-language": "~3.4|~4.0", |
||
1848 | "symfony/stopwatch": "~3.4|~4.0" |
||
1849 | }, |
||
1850 | "suggest": { |
||
1851 | "symfony/dependency-injection": "", |
||
1852 | "symfony/http-kernel": "" |
||
1853 | }, |
||
1854 | "type": "library", |
||
1855 | "extra": { |
||
1856 | "branch-alias": { |
||
1857 | "dev-master": "4.0-dev" |
||
1858 | } |
||
1859 | }, |
||
1860 | "autoload": { |
||
1861 | "psr-4": { |
||
1862 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1863 | }, |
||
1864 | "exclude-from-classmap": [ |
||
1865 | "/Tests/" |
||
1866 | ] |
||
1867 | }, |
||
1868 | "notification-url": "https://packagist.org/downloads/", |
||
1869 | "license": [ |
||
1870 | "MIT" |
||
1871 | ], |
||
1872 | "authors": [ |
||
1873 | { |
||
1874 | "name": "Fabien Potencier", |
||
1875 | "email": "[email protected]" |
||
1876 | }, |
||
1877 | { |
||
1878 | "name": "Symfony Community", |
||
1879 | "homepage": "https://symfony.com/contributors" |
||
1880 | } |
||
1881 | ], |
||
1882 | "description": "Symfony EventDispatcher Component", |
||
1883 | "homepage": "https://symfony.com", |
||
1884 | "time": "2017-11-09T17:30:28+00:00" |
||
1885 | }, |
||
1886 | { |
||
1887 | "name": "symfony/filesystem", |
||
1888 | "version": "v4.0.1", |
||
1889 | "source": { |
||
1890 | "type": "git", |
||
1891 | "url": "https://github.com/symfony/filesystem.git", |
||
1892 | "reference": "c9d4a26759ff75a077e4e334315cb632739b661a" |
||
1893 | }, |
||
1894 | "dist": { |
||
1895 | "type": "zip", |
||
1896 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/c9d4a26759ff75a077e4e334315cb632739b661a", |
||
1897 | "reference": "c9d4a26759ff75a077e4e334315cb632739b661a", |
||
1898 | "shasum": "" |
||
1899 | }, |
||
1900 | "require": { |
||
1901 | "php": "^7.1.3" |
||
1902 | }, |
||
1903 | "type": "library", |
||
1904 | "extra": { |
||
1905 | "branch-alias": { |
||
1906 | "dev-master": "4.0-dev" |
||
1907 | } |
||
1908 | }, |
||
1909 | "autoload": { |
||
1910 | "psr-4": { |
||
1911 | "Symfony\\Component\\Filesystem\\": "" |
||
1912 | }, |
||
1913 | "exclude-from-classmap": [ |
||
1914 | "/Tests/" |
||
1915 | ] |
||
1916 | }, |
||
1917 | "notification-url": "https://packagist.org/downloads/", |
||
1918 | "license": [ |
||
1919 | "MIT" |
||
1920 | ], |
||
1921 | "authors": [ |
||
1922 | { |
||
1923 | "name": "Fabien Potencier", |
||
1924 | "email": "[email protected]" |
||
1925 | }, |
||
1926 | { |
||
1927 | "name": "Symfony Community", |
||
1928 | "homepage": "https://symfony.com/contributors" |
||
1929 | } |
||
1930 | ], |
||
1931 | "description": "Symfony Filesystem Component", |
||
1932 | "homepage": "https://symfony.com", |
||
1933 | "time": "2017-11-21T14:14:53+00:00" |
||
1934 | }, |
||
1935 | { |
||
1936 | "name": "symfony/finder", |
||
1937 | "version": "v4.0.1", |
||
1938 | "source": { |
||
1939 | "type": "git", |
||
1940 | "url": "https://github.com/symfony/finder.git", |
||
1941 | "reference": "c9cdda4dc4a3182d8d6daeebce4a25fef078ea4c" |
||
1942 | }, |
||
1943 | "dist": { |
||
1944 | "type": "zip", |
||
1945 | "url": "https://api.github.com/repos/symfony/finder/zipball/c9cdda4dc4a3182d8d6daeebce4a25fef078ea4c", |
||
1946 | "reference": "c9cdda4dc4a3182d8d6daeebce4a25fef078ea4c", |
||
1947 | "shasum": "" |
||
1948 | }, |
||
1949 | "require": { |
||
1950 | "php": "^7.1.3" |
||
1951 | }, |
||
1952 | "type": "library", |
||
1953 | "extra": { |
||
1954 | "branch-alias": { |
||
1955 | "dev-master": "4.0-dev" |
||
1956 | } |
||
1957 | }, |
||
1958 | "autoload": { |
||
1959 | "psr-4": { |
||
1960 | "Symfony\\Component\\Finder\\": "" |
||
1961 | }, |
||
1962 | "exclude-from-classmap": [ |
||
1963 | "/Tests/" |
||
1964 | ] |
||
1965 | }, |
||
1966 | "notification-url": "https://packagist.org/downloads/", |
||
1967 | "license": [ |
||
1968 | "MIT" |
||
1969 | ], |
||
1970 | "authors": [ |
||
1971 | { |
||
1972 | "name": "Fabien Potencier", |
||
1973 | "email": "[email protected]" |
||
1974 | }, |
||
1975 | { |
||
1976 | "name": "Symfony Community", |
||
1977 | "homepage": "https://symfony.com/contributors" |
||
1978 | } |
||
1979 | ], |
||
1980 | "description": "Symfony Finder Component", |
||
1981 | "homepage": "https://symfony.com", |
||
1982 | "time": "2017-11-07T14:45:01+00:00" |
||
1983 | }, |
||
1984 | { |
||
1985 | "name": "symfony/flex", |
||
1986 | "version": "v1.0.45", |
||
1987 | "source": { |
||
1988 | "type": "git", |
||
1989 | "url": "https://github.com/symfony/flex.git", |
||
1990 | "reference": "8917eb9e7d490088b85ea2a4cd7f2ad52bb0d9ee" |
||
1991 | }, |
||
1992 | "dist": { |
||
1993 | "type": "zip", |
||
1994 | "url": "https://api.github.com/repos/symfony/flex/zipball/8917eb9e7d490088b85ea2a4cd7f2ad52bb0d9ee", |
||
1995 | "reference": "8917eb9e7d490088b85ea2a4cd7f2ad52bb0d9ee", |
||
1996 | "shasum": "" |
||
1997 | }, |
||
1998 | "require": { |
||
1999 | "composer-plugin-api": "^1.1", |
||
2000 | "php": "^7.0" |
||
2001 | }, |
||
2002 | "require-dev": { |
||
2003 | "composer/composer": "^1.4", |
||
2004 | "symfony/phpunit-bridge": "^3.2.8" |
||
2005 | }, |
||
2006 | "type": "composer-plugin", |
||
2007 | "extra": { |
||
2008 | "branch-alias": { |
||
2009 | "dev-master": "1.0-dev" |
||
2010 | }, |
||
2011 | "class": "Symfony\\Flex\\Flex" |
||
2012 | }, |
||
2013 | "autoload": { |
||
2014 | "psr-4": { |
||
2015 | "Symfony\\Flex\\": "src" |
||
2016 | } |
||
2017 | }, |
||
2018 | "notification-url": "https://packagist.org/downloads/", |
||
2019 | "license": [ |
||
2020 | "MIT" |
||
2021 | ], |
||
2022 | "authors": [ |
||
2023 | { |
||
2024 | "name": "Fabien Potencier", |
||
2025 | "email": "[email protected]" |
||
2026 | } |
||
2027 | ], |
||
2028 | "time": "2017-12-04T22:00:42+00:00" |
||
2029 | }, |
||
2030 | { |
||
2031 | "name": "symfony/framework-bundle", |
||
2032 | "version": "v4.0.1", |
||
2033 | "source": { |
||
2034 | "type": "git", |
||
2035 | "url": "https://github.com/symfony/framework-bundle.git", |
||
2036 | "reference": "35df025d3cc6542ca59f2c4b3cba081e24f1a145" |
||
2037 | }, |
||
2038 | "dist": { |
||
2039 | "type": "zip", |
||
2040 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/35df025d3cc6542ca59f2c4b3cba081e24f1a145", |
||
2041 | "reference": "35df025d3cc6542ca59f2c4b3cba081e24f1a145", |
||
2042 | "shasum": "" |
||
2043 | }, |
||
2044 | "require": { |
||
2045 | "ext-xml": "*", |
||
2046 | "php": "^7.1.3", |
||
2047 | "symfony/cache": "~3.4|~4.0", |
||
2048 | "symfony/config": "~3.4|~4.0", |
||
2049 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2050 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2051 | "symfony/filesystem": "~3.4|~4.0", |
||
2052 | "symfony/finder": "~3.4|~4.0", |
||
2053 | "symfony/http-foundation": "~3.4|~4.0", |
||
2054 | "symfony/http-kernel": "~3.4|~4.0", |
||
2055 | "symfony/polyfill-mbstring": "~1.0", |
||
2056 | "symfony/routing": "~3.4|~4.0" |
||
2057 | }, |
||
2058 | "conflict": { |
||
2059 | "phpdocumentor/reflection-docblock": "<3.0", |
||
2060 | "phpdocumentor/type-resolver": "<0.2.1", |
||
2061 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
2062 | "symfony/asset": "<3.4", |
||
2063 | "symfony/console": "<3.4", |
||
2064 | "symfony/form": "<3.4", |
||
2065 | "symfony/property-info": "<3.4", |
||
2066 | "symfony/serializer": "<3.4", |
||
2067 | "symfony/stopwatch": "<3.4", |
||
2068 | "symfony/translation": "<3.4", |
||
2069 | "symfony/validator": "<3.4", |
||
2070 | "symfony/workflow": "<3.4" |
||
2071 | }, |
||
2072 | "require-dev": { |
||
2073 | "doctrine/annotations": "~1.0", |
||
2074 | "doctrine/cache": "~1.0", |
||
2075 | "fig/link-util": "^1.0", |
||
2076 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
2077 | "symfony/asset": "~3.4|~4.0", |
||
2078 | "symfony/browser-kit": "~3.4|~4.0", |
||
2079 | "symfony/console": "~3.4|~4.0", |
||
2080 | "symfony/css-selector": "~3.4|~4.0", |
||
2081 | "symfony/dom-crawler": "~3.4|~4.0", |
||
2082 | "symfony/expression-language": "~3.4|~4.0", |
||
2083 | "symfony/form": "~3.4|~4.0", |
||
2084 | "symfony/lock": "~3.4|~4.0", |
||
2085 | "symfony/polyfill-intl-icu": "~1.0", |
||
2086 | "symfony/process": "~3.4|~4.0", |
||
2087 | "symfony/property-info": "~3.4|~4.0", |
||
2088 | "symfony/security": "~3.4|~4.0", |
||
2089 | "symfony/security-core": "~3.4|~4.0", |
||
2090 | "symfony/security-csrf": "~3.4|~4.0", |
||
2091 | "symfony/serializer": "~3.4|~4.0", |
||
2092 | "symfony/stopwatch": "~3.4|~4.0", |
||
2093 | "symfony/templating": "~3.4|~4.0", |
||
2094 | "symfony/translation": "~3.4|~4.0", |
||
2095 | "symfony/validator": "~3.4|~4.0", |
||
2096 | "symfony/var-dumper": "~3.4|~4.0", |
||
2097 | "symfony/web-link": "~3.4|~4.0", |
||
2098 | "symfony/workflow": "~3.4|~4.0", |
||
2099 | "symfony/yaml": "~3.4|~4.0", |
||
2100 | "twig/twig": "~1.34|~2.4" |
||
2101 | }, |
||
2102 | "suggest": { |
||
2103 | "ext-apcu": "For best performance of the system caches", |
||
2104 | "symfony/console": "For using the console commands", |
||
2105 | "symfony/form": "For using forms", |
||
2106 | "symfony/property-info": "For using the property_info service", |
||
2107 | "symfony/serializer": "For using the serializer service", |
||
2108 | "symfony/validator": "For using validation", |
||
2109 | "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", |
||
2110 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
2111 | }, |
||
2112 | "type": "symfony-bundle", |
||
2113 | "extra": { |
||
2114 | "branch-alias": { |
||
2115 | "dev-master": "4.0-dev" |
||
2116 | } |
||
2117 | }, |
||
2118 | "autoload": { |
||
2119 | "psr-4": { |
||
2120 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
2121 | }, |
||
2122 | "exclude-from-classmap": [ |
||
2123 | "/Tests/" |
||
2124 | ] |
||
2125 | }, |
||
2126 | "notification-url": "https://packagist.org/downloads/", |
||
2127 | "license": [ |
||
2128 | "MIT" |
||
2129 | ], |
||
2130 | "authors": [ |
||
2131 | { |
||
2132 | "name": "Fabien Potencier", |
||
2133 | "email": "[email protected]" |
||
2134 | }, |
||
2135 | { |
||
2136 | "name": "Symfony Community", |
||
2137 | "homepage": "https://symfony.com/contributors" |
||
2138 | } |
||
2139 | ], |
||
2140 | "description": "Symfony FrameworkBundle", |
||
2141 | "homepage": "https://symfony.com", |
||
2142 | "time": "2017-12-04T19:02:29+00:00" |
||
2143 | }, |
||
2144 | { |
||
2145 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
2146 | "version": "v4.0.1", |
||
2147 | "source": { |
||
2148 | "type": "git", |
||
2149 | "url": "https://github.com/symfony/http-foundation.git", |
||
2150 | "reference": "40a9400633675adafbc94302004f9ec04589210f" |
||
2151 | }, |
||
2152 | "dist": { |
||
2153 | "type": "zip", |
||
2154 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/40a9400633675adafbc94302004f9ec04589210f", |
||
2155 | "reference": "40a9400633675adafbc94302004f9ec04589210f", |
||
2156 | "shasum": "" |
||
2157 | }, |
||
2158 | "require": { |
||
2159 | "php": "^7.1.3", |
||
2160 | "symfony/polyfill-mbstring": "~1.1" |
||
2161 | }, |
||
2162 | "require-dev": { |
||
2163 | "symfony/expression-language": "~3.4|~4.0" |
||
2164 | }, |
||
2165 | "type": "library", |
||
2166 | "extra": { |
||
2167 | "branch-alias": { |
||
2168 | "dev-master": "4.0-dev" |
||
2169 | } |
||
2170 | }, |
||
2171 | "autoload": { |
||
2172 | "psr-4": { |
||
2173 | "Symfony\\Component\\HttpFoundation\\": "" |
||
2174 | }, |
||
2175 | "exclude-from-classmap": [ |
||
2176 | "/Tests/" |
||
2177 | ] |
||
2178 | }, |
||
2179 | "notification-url": "https://packagist.org/downloads/", |
||
2180 | "license": [ |
||
2181 | "MIT" |
||
2182 | ], |
||
2183 | "authors": [ |
||
2184 | { |
||
2185 | "name": "Fabien Potencier", |
||
2186 | "email": "[email protected]" |
||
2187 | }, |
||
2188 | { |
||
2189 | "name": "Symfony Community", |
||
2190 | "homepage": "https://symfony.com/contributors" |
||
2191 | } |
||
2192 | ], |
||
2193 | "description": "Symfony HttpFoundation Component", |
||
2194 | "homepage": "https://symfony.com", |
||
2195 | "time": "2017-11-30T15:11:43+00:00" |
||
2196 | }, |
||
2197 | { |
||
2198 | "name": "symfony/http-kernel", |
||
2199 | "version": "v4.0.1", |
||
2200 | "source": { |
||
2201 | "type": "git", |
||
2202 | "url": "https://github.com/symfony/http-kernel.git", |
||
2203 | "reference": "13185b44064e1aa9297432057e849333d4eedd7e" |
||
2204 | }, |
||
2205 | "dist": { |
||
2206 | "type": "zip", |
||
2207 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/13185b44064e1aa9297432057e849333d4eedd7e", |
||
2208 | "reference": "13185b44064e1aa9297432057e849333d4eedd7e", |
||
2209 | "shasum": "" |
||
2210 | }, |
||
2211 | "require": { |
||
2212 | "php": "^7.1.3", |
||
2213 | "psr/log": "~1.0", |
||
2214 | "symfony/debug": "~3.4|~4.0", |
||
2215 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2216 | "symfony/http-foundation": "~3.4|~4.0" |
||
2217 | }, |
||
2218 | "conflict": { |
||
2219 | "symfony/config": "<3.4", |
||
2220 | "symfony/dependency-injection": "<3.4", |
||
2221 | "symfony/var-dumper": "<3.4", |
||
2222 | "twig/twig": "<1.34|<2.4,>=2" |
||
2223 | }, |
||
2224 | "provide": { |
||
2225 | "psr/log-implementation": "1.0" |
||
2226 | }, |
||
2227 | "require-dev": { |
||
2228 | "psr/cache": "~1.0", |
||
2229 | "symfony/browser-kit": "~3.4|~4.0", |
||
2230 | "symfony/config": "~3.4|~4.0", |
||
2231 | "symfony/console": "~3.4|~4.0", |
||
2232 | "symfony/css-selector": "~3.4|~4.0", |
||
2233 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2234 | "symfony/dom-crawler": "~3.4|~4.0", |
||
2235 | "symfony/expression-language": "~3.4|~4.0", |
||
2236 | "symfony/finder": "~3.4|~4.0", |
||
2237 | "symfony/process": "~3.4|~4.0", |
||
2238 | "symfony/routing": "~3.4|~4.0", |
||
2239 | "symfony/stopwatch": "~3.4|~4.0", |
||
2240 | "symfony/templating": "~3.4|~4.0", |
||
2241 | "symfony/translation": "~3.4|~4.0", |
||
2242 | "symfony/var-dumper": "~3.4|~4.0" |
||
2243 | }, |
||
2244 | "suggest": { |
||
2245 | "symfony/browser-kit": "", |
||
2246 | "symfony/config": "", |
||
2247 | "symfony/console": "", |
||
2248 | "symfony/dependency-injection": "", |
||
2249 | "symfony/var-dumper": "" |
||
2250 | }, |
||
2251 | "type": "library", |
||
2252 | "extra": { |
||
2253 | "branch-alias": { |
||
2254 | "dev-master": "4.0-dev" |
||
2255 | } |
||
2256 | }, |
||
2257 | "autoload": { |
||
2258 | "psr-4": { |
||
2259 | "Symfony\\Component\\HttpKernel\\": "" |
||
2260 | }, |
||
2261 | "exclude-from-classmap": [ |
||
2262 | "/Tests/" |
||
2263 | ] |
||
2264 | }, |
||
2265 | "notification-url": "https://packagist.org/downloads/", |
||
2266 | "license": [ |
||
2267 | "MIT" |
||
2268 | ], |
||
2269 | "authors": [ |
||
2270 | { |
||
2271 | "name": "Fabien Potencier", |
||
2272 | "email": "[email protected]" |
||
2273 | }, |
||
2274 | { |
||
2275 | "name": "Symfony Community", |
||
2276 | "homepage": "https://symfony.com/contributors" |
||
2277 | } |
||
2278 | ], |
||
2279 | "description": "Symfony HttpKernel Component", |
||
2280 | "homepage": "https://symfony.com", |
||
2281 | "time": "2017-12-05T00:18:20+00:00" |
||
2282 | }, |
||
2283 | { |
||
2284 | "name": "symfony/lts", |
||
2285 | "version": "dev-master", |
||
2286 | "source": { |
||
2287 | "type": "git", |
||
2288 | "url": "https://github.com/symfony/lts.git", |
||
2289 | "reference": "396c5fca8d73d01186df37d7031321a3c0c2bf92" |
||
2290 | }, |
||
2291 | "dist": { |
||
2292 | "type": "zip", |
||
2293 | "url": "https://api.github.com/repos/symfony/lts/zipball/396c5fca8d73d01186df37d7031321a3c0c2bf92", |
||
2294 | "reference": "396c5fca8d73d01186df37d7031321a3c0c2bf92", |
||
2295 | "shasum": "" |
||
2296 | }, |
||
2297 | "conflict": { |
||
2298 | "symfony/asset": ">=5", |
||
2299 | "symfony/browser-kit": ">=5", |
||
2300 | "symfony/cache": ">=5", |
||
2301 | "symfony/class-loader": ">=5", |
||
2302 | "symfony/config": ">=5", |
||
2303 | "symfony/console": ">=5", |
||
2304 | "symfony/css-selector": ">=5", |
||
2305 | "symfony/debug": ">=5", |
||
2306 | "symfony/debug-bundle": ">=5", |
||
2307 | "symfony/dependency-injection": ">=5", |
||
2308 | "symfony/doctrine-bridge": ">=5", |
||
2309 | "symfony/dom-crawler": ">=5", |
||
2310 | "symfony/dotenv": ">=5", |
||
2311 | "symfony/event-dispatcher": ">=5", |
||
2312 | "symfony/expression-language": ">=5", |
||
2313 | "symfony/filesystem": ">=5", |
||
2314 | "symfony/finder": ">=5", |
||
2315 | "symfony/form": ">=5", |
||
2316 | "symfony/framework-bundle": ">=5", |
||
2317 | "symfony/http-foundation": ">=5", |
||
2318 | "symfony/http-kernel": ">=5", |
||
2319 | "symfony/inflector": ">=5", |
||
2320 | "symfony/intl": ">=5", |
||
2321 | "symfony/ldap": ">=5", |
||
2322 | "symfony/lock": ">=5", |
||
2323 | "symfony/monolog-bridge": ">=5", |
||
2324 | "symfony/options-resolver": ">=5", |
||
2325 | "symfony/process": ">=5", |
||
2326 | "symfony/property-access": ">=5", |
||
2327 | "symfony/property-info": ">=5", |
||
2328 | "symfony/proxy-manager-bridge": ">=5", |
||
2329 | "symfony/routing": ">=5", |
||
2330 | "symfony/security": ">=5", |
||
2331 | "symfony/security-bundle": ">=5", |
||
2332 | "symfony/security-core": ">=5", |
||
2333 | "symfony/security-csrf": ">=5", |
||
2334 | "symfony/security-guard": ">=5", |
||
2335 | "symfony/security-http": ">=5", |
||
2336 | "symfony/serializer": ">=5", |
||
2337 | "symfony/stopwatch": ">=5", |
||
2338 | "symfony/symfony": ">=5", |
||
2339 | "symfony/templating": ">=5", |
||
2340 | "symfony/translation": ">=5", |
||
2341 | "symfony/twig-bridge": ">=5", |
||
2342 | "symfony/twig-bundle": ">=5", |
||
2343 | "symfony/validator": ">=5", |
||
2344 | "symfony/var-dumper": ">=5", |
||
2345 | "symfony/web-link": ">=5", |
||
2346 | "symfony/web-profiler-bundle": ">=5", |
||
2347 | "symfony/web-server-bundle": ">=5", |
||
2348 | "symfony/workflow": ">=5", |
||
2349 | "symfony/yaml": ">=5" |
||
2350 | }, |
||
2351 | "type": "metapackage", |
||
2352 | "extra": { |
||
2353 | "branch-alias": { |
||
2354 | "dev-master": "4-dev" |
||
2355 | } |
||
2356 | }, |
||
2357 | "notification-url": "https://packagist.org/downloads/", |
||
2358 | "license": [ |
||
2359 | "MIT" |
||
2360 | ], |
||
2361 | "authors": [ |
||
2362 | { |
||
2363 | "name": "Fabien Potencier", |
||
2364 | "email": "[email protected]" |
||
2365 | }, |
||
2366 | { |
||
2367 | "name": "Symfony Community", |
||
2368 | "homepage": "https://symfony.com/contributors" |
||
2369 | } |
||
2370 | ], |
||
2371 | "description": "Enforces Long Term Supported versions of Symfony components", |
||
2372 | "homepage": "https://symfony.com", |
||
2373 | "time": "2017-10-19T02:16:32+00:00" |
||
2374 | }, |
||
2375 | { |
||
2376 | "name": "symfony/polyfill-mbstring", |
||
2377 | "version": "v1.6.0", |
||
2378 | "source": { |
||
2379 | "type": "git", |
||
2380 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2381 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" |
||
2382 | }, |
||
2383 | "dist": { |
||
2384 | "type": "zip", |
||
2385 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
2386 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
2387 | "shasum": "" |
||
2388 | }, |
||
2389 | "require": { |
||
2390 | "php": ">=5.3.3" |
||
2391 | }, |
||
2392 | "suggest": { |
||
2393 | "ext-mbstring": "For best performance" |
||
2394 | }, |
||
2395 | "type": "library", |
||
2396 | "extra": { |
||
2397 | "branch-alias": { |
||
2398 | "dev-master": "1.6-dev" |
||
2399 | } |
||
2400 | }, |
||
2401 | "autoload": { |
||
2402 | "psr-4": { |
||
2403 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2404 | }, |
||
2405 | "files": [ |
||
2406 | "bootstrap.php" |
||
2407 | ] |
||
2408 | }, |
||
2409 | "notification-url": "https://packagist.org/downloads/", |
||
2410 | "license": [ |
||
2411 | "MIT" |
||
2412 | ], |
||
2413 | "authors": [ |
||
2414 | { |
||
2415 | "name": "Nicolas Grekas", |
||
2416 | "email": "[email protected]" |
||
2417 | }, |
||
2418 | { |
||
2419 | "name": "Symfony Community", |
||
2420 | "homepage": "https://symfony.com/contributors" |
||
2421 | } |
||
2422 | ], |
||
2423 | "description": "Symfony polyfill for the Mbstring extension", |
||
2424 | "homepage": "https://symfony.com", |
||
2425 | "keywords": [ |
||
2426 | "compatibility", |
||
2427 | "mbstring", |
||
2428 | "polyfill", |
||
2429 | "portable", |
||
2430 | "shim" |
||
2431 | ], |
||
2432 | "time": "2017-10-11T12:05:26+00:00" |
||
2433 | }, |
||
2434 | { |
||
2435 | "name": "symfony/polyfill-php72", |
||
2436 | "version": "v1.6.0", |
||
2437 | "source": { |
||
2438 | "type": "git", |
||
2439 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
2440 | "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254" |
||
2441 | }, |
||
2442 | "dist": { |
||
2443 | "type": "zip", |
||
2444 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254", |
||
2445 | "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254", |
||
2446 | "shasum": "" |
||
2447 | }, |
||
2448 | "require": { |
||
2449 | "php": ">=5.3.3" |
||
2450 | }, |
||
2451 | "type": "library", |
||
2452 | "extra": { |
||
2453 | "branch-alias": { |
||
2454 | "dev-master": "1.6-dev" |
||
2455 | } |
||
2456 | }, |
||
2457 | "autoload": { |
||
2458 | "psr-4": { |
||
2459 | "Symfony\\Polyfill\\Php72\\": "" |
||
2460 | }, |
||
2461 | "files": [ |
||
2462 | "bootstrap.php" |
||
2463 | ] |
||
2464 | }, |
||
2465 | "notification-url": "https://packagist.org/downloads/", |
||
2466 | "license": [ |
||
2467 | "MIT" |
||
2468 | ], |
||
2469 | "authors": [ |
||
2470 | { |
||
2471 | "name": "Nicolas Grekas", |
||
2472 | "email": "[email protected]" |
||
2473 | }, |
||
2474 | { |
||
2475 | "name": "Symfony Community", |
||
2476 | "homepage": "https://symfony.com/contributors" |
||
2477 | } |
||
2478 | ], |
||
2479 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
2480 | "homepage": "https://symfony.com", |
||
2481 | "keywords": [ |
||
2482 | "compatibility", |
||
2483 | "polyfill", |
||
2484 | "portable", |
||
2485 | "shim" |
||
2486 | ], |
||
2487 | "time": "2017-10-11T12:05:26+00:00" |
||
2488 | }, |
||
2489 | { |
||
2490 | "name": "symfony/profiler-pack", |
||
2491 | "version": "v1.0.2", |
||
2492 | "source": { |
||
2493 | "type": "git", |
||
2494 | "url": "https://github.com/symfony/profiler-pack.git", |
||
2495 | "reference": "ff9e32daca50ce4d98fcfeabdc27c9028cf6747b" |
||
2496 | }, |
||
2497 | "dist": { |
||
2498 | "type": "zip", |
||
2499 | "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/ff9e32daca50ce4d98fcfeabdc27c9028cf6747b", |
||
2500 | "reference": "ff9e32daca50ce4d98fcfeabdc27c9028cf6747b", |
||
2501 | "shasum": "" |
||
2502 | }, |
||
2503 | "require": { |
||
2504 | "php": "^7.0", |
||
2505 | "symfony/stopwatch": "^3.3|^4.0", |
||
2506 | "symfony/twig-bundle": "^3.3|^4.0", |
||
2507 | "symfony/web-profiler-bundle": "^3.3|^4.0" |
||
2508 | }, |
||
2509 | "type": "metapackage", |
||
2510 | "notification-url": "https://packagist.org/downloads/", |
||
2511 | "license": [ |
||
2512 | "MIT" |
||
2513 | ], |
||
2514 | "description": "A pack for the Symfony web profiler", |
||
2515 | "time": "2017-09-27T22:22:21+00:00" |
||
2516 | }, |
||
2517 | { |
||
2518 | "name": "symfony/routing", |
||
2519 | "version": "v4.0.1", |
||
2520 | "source": { |
||
2521 | "type": "git", |
||
2522 | "url": "https://github.com/symfony/routing.git", |
||
2523 | "reference": "82c0de9bfc4b295e11a172d5f98b60b88611e0e7" |
||
2524 | }, |
||
2525 | "dist": { |
||
2526 | "type": "zip", |
||
2527 | "url": "https://api.github.com/repos/symfony/routing/zipball/82c0de9bfc4b295e11a172d5f98b60b88611e0e7", |
||
2528 | "reference": "82c0de9bfc4b295e11a172d5f98b60b88611e0e7", |
||
2529 | "shasum": "" |
||
2530 | }, |
||
2531 | "require": { |
||
2532 | "php": "^7.1.3" |
||
2533 | }, |
||
2534 | "conflict": { |
||
2535 | "symfony/config": "<3.4", |
||
2536 | "symfony/dependency-injection": "<3.4", |
||
2537 | "symfony/yaml": "<3.4" |
||
2538 | }, |
||
2539 | "require-dev": { |
||
2540 | "doctrine/annotations": "~1.0", |
||
2541 | "doctrine/common": "~2.2", |
||
2542 | "psr/log": "~1.0", |
||
2543 | "symfony/config": "~3.4|~4.0", |
||
2544 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2545 | "symfony/expression-language": "~3.4|~4.0", |
||
2546 | "symfony/http-foundation": "~3.4|~4.0", |
||
2547 | "symfony/yaml": "~3.4|~4.0" |
||
2548 | }, |
||
2549 | "suggest": { |
||
2550 | "doctrine/annotations": "For using the annotation loader", |
||
2551 | "symfony/config": "For using the all-in-one router or any loader", |
||
2552 | "symfony/dependency-injection": "For loading routes from a service", |
||
2553 | "symfony/expression-language": "For using expression matching", |
||
2554 | "symfony/http-foundation": "For using a Symfony Request object", |
||
2555 | "symfony/yaml": "For using the YAML loader" |
||
2556 | }, |
||
2557 | "type": "library", |
||
2558 | "extra": { |
||
2559 | "branch-alias": { |
||
2560 | "dev-master": "4.0-dev" |
||
2561 | } |
||
2562 | }, |
||
2563 | "autoload": { |
||
2564 | "psr-4": { |
||
2565 | "Symfony\\Component\\Routing\\": "" |
||
2566 | }, |
||
2567 | "exclude-from-classmap": [ |
||
2568 | "/Tests/" |
||
2569 | ] |
||
2570 | }, |
||
2571 | "notification-url": "https://packagist.org/downloads/", |
||
2572 | "license": [ |
||
2573 | "MIT" |
||
2574 | ], |
||
2575 | "authors": [ |
||
2576 | { |
||
2577 | "name": "Fabien Potencier", |
||
2578 | "email": "[email protected]" |
||
2579 | }, |
||
2580 | { |
||
2581 | "name": "Symfony Community", |
||
2582 | "homepage": "https://symfony.com/contributors" |
||
2583 | } |
||
2584 | ], |
||
2585 | "description": "Symfony Routing Component", |
||
2586 | "homepage": "https://symfony.com", |
||
2587 | "keywords": [ |
||
2588 | "router", |
||
2589 | "routing", |
||
2590 | "uri", |
||
2591 | "url" |
||
2592 | ], |
||
2593 | "time": "2017-11-24T14:34:08+00:00" |
||
2594 | }, |
||
2595 | { |
||
2596 | "name": "symfony/security-core", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/security-core:
CVE-2018-11407: Unauthorized access on a misconfigured LDAP server when using an empty password ![]() |
|||
2597 | "version": "v4.0.1", |
||
2598 | "source": { |
||
2599 | "type": "git", |
||
2600 | "url": "https://github.com/symfony/security-core.git", |
||
2601 | "reference": "5e57bd020b83a5bf7c40f9aa3d28d69013398927" |
||
2602 | }, |
||
2603 | "dist": { |
||
2604 | "type": "zip", |
||
2605 | "url": "https://api.github.com/repos/symfony/security-core/zipball/5e57bd020b83a5bf7c40f9aa3d28d69013398927", |
||
2606 | "reference": "5e57bd020b83a5bf7c40f9aa3d28d69013398927", |
||
2607 | "shasum": "" |
||
2608 | }, |
||
2609 | "require": { |
||
2610 | "php": "^7.1.3" |
||
2611 | }, |
||
2612 | "require-dev": { |
||
2613 | "psr/container": "^1.0", |
||
2614 | "psr/log": "~1.0", |
||
2615 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2616 | "symfony/expression-language": "~3.4|~4.0", |
||
2617 | "symfony/http-foundation": "~3.4|~4.0", |
||
2618 | "symfony/ldap": "~3.4|~4.0", |
||
2619 | "symfony/validator": "~3.4|~4.0" |
||
2620 | }, |
||
2621 | "suggest": { |
||
2622 | "psr/container": "To instantiate the Security class", |
||
2623 | "symfony/event-dispatcher": "", |
||
2624 | "symfony/expression-language": "For using the expression voter", |
||
2625 | "symfony/http-foundation": "", |
||
2626 | "symfony/ldap": "For using LDAP integration", |
||
2627 | "symfony/validator": "For using the user password constraint" |
||
2628 | }, |
||
2629 | "type": "library", |
||
2630 | "extra": { |
||
2631 | "branch-alias": { |
||
2632 | "dev-master": "4.0-dev" |
||
2633 | } |
||
2634 | }, |
||
2635 | "autoload": { |
||
2636 | "psr-4": { |
||
2637 | "Symfony\\Component\\Security\\Core\\": "" |
||
2638 | }, |
||
2639 | "exclude-from-classmap": [ |
||
2640 | "/Tests/" |
||
2641 | ] |
||
2642 | }, |
||
2643 | "notification-url": "https://packagist.org/downloads/", |
||
2644 | "license": [ |
||
2645 | "MIT" |
||
2646 | ], |
||
2647 | "authors": [ |
||
2648 | { |
||
2649 | "name": "Fabien Potencier", |
||
2650 | "email": "[email protected]" |
||
2651 | }, |
||
2652 | { |
||
2653 | "name": "Symfony Community", |
||
2654 | "homepage": "https://symfony.com/contributors" |
||
2655 | } |
||
2656 | ], |
||
2657 | "description": "Symfony Security Component - Core Library", |
||
2658 | "homepage": "https://symfony.com", |
||
2659 | "time": "2017-11-09T12:45:29+00:00" |
||
2660 | }, |
||
2661 | { |
||
2662 | "name": "symfony/security-csrf", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/security-csrf:
CVE-2018-11406: CSRF Token Fixation ![]() |
|||
2663 | "version": "v4.0.1", |
||
2664 | "source": { |
||
2665 | "type": "git", |
||
2666 | "url": "https://github.com/symfony/security-csrf.git", |
||
2667 | "reference": "7c9f2ba6cb69222172dec07c9d71addc1aecdff1" |
||
2668 | }, |
||
2669 | "dist": { |
||
2670 | "type": "zip", |
||
2671 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/7c9f2ba6cb69222172dec07c9d71addc1aecdff1", |
||
2672 | "reference": "7c9f2ba6cb69222172dec07c9d71addc1aecdff1", |
||
2673 | "shasum": "" |
||
2674 | }, |
||
2675 | "require": { |
||
2676 | "php": "^7.1.3", |
||
2677 | "symfony/security-core": "~3.4|~4.0" |
||
2678 | }, |
||
2679 | "conflict": { |
||
2680 | "symfony/http-foundation": "<3.4" |
||
2681 | }, |
||
2682 | "require-dev": { |
||
2683 | "symfony/http-foundation": "~3.4|~4.0" |
||
2684 | }, |
||
2685 | "suggest": { |
||
2686 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
2687 | }, |
||
2688 | "type": "library", |
||
2689 | "extra": { |
||
2690 | "branch-alias": { |
||
2691 | "dev-master": "4.0-dev" |
||
2692 | } |
||
2693 | }, |
||
2694 | "autoload": { |
||
2695 | "psr-4": { |
||
2696 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
2697 | }, |
||
2698 | "exclude-from-classmap": [ |
||
2699 | "/Tests/" |
||
2700 | ] |
||
2701 | }, |
||
2702 | "notification-url": "https://packagist.org/downloads/", |
||
2703 | "license": [ |
||
2704 | "MIT" |
||
2705 | ], |
||
2706 | "authors": [ |
||
2707 | { |
||
2708 | "name": "Fabien Potencier", |
||
2709 | "email": "[email protected]" |
||
2710 | }, |
||
2711 | { |
||
2712 | "name": "Symfony Community", |
||
2713 | "homepage": "https://symfony.com/contributors" |
||
2714 | } |
||
2715 | ], |
||
2716 | "description": "Symfony Security Component - CSRF Library", |
||
2717 | "homepage": "https://symfony.com", |
||
2718 | "time": "2017-12-04T12:31:58+00:00" |
||
2719 | }, |
||
2720 | { |
||
2721 | "name": "symfony/stopwatch", |
||
2722 | "version": "v4.0.1", |
||
2723 | "source": { |
||
2724 | "type": "git", |
||
2725 | "url": "https://github.com/symfony/stopwatch.git", |
||
2726 | "reference": "ac0e49150555c703fef6b696d8eaba1db7a3ca03" |
||
2727 | }, |
||
2728 | "dist": { |
||
2729 | "type": "zip", |
||
2730 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/ac0e49150555c703fef6b696d8eaba1db7a3ca03", |
||
2731 | "reference": "ac0e49150555c703fef6b696d8eaba1db7a3ca03", |
||
2732 | "shasum": "" |
||
2733 | }, |
||
2734 | "require": { |
||
2735 | "php": "^7.1.3" |
||
2736 | }, |
||
2737 | "type": "library", |
||
2738 | "extra": { |
||
2739 | "branch-alias": { |
||
2740 | "dev-master": "4.0-dev" |
||
2741 | } |
||
2742 | }, |
||
2743 | "autoload": { |
||
2744 | "psr-4": { |
||
2745 | "Symfony\\Component\\Stopwatch\\": "" |
||
2746 | }, |
||
2747 | "exclude-from-classmap": [ |
||
2748 | "/Tests/" |
||
2749 | ] |
||
2750 | }, |
||
2751 | "notification-url": "https://packagist.org/downloads/", |
||
2752 | "license": [ |
||
2753 | "MIT" |
||
2754 | ], |
||
2755 | "authors": [ |
||
2756 | { |
||
2757 | "name": "Fabien Potencier", |
||
2758 | "email": "[email protected]" |
||
2759 | }, |
||
2760 | { |
||
2761 | "name": "Symfony Community", |
||
2762 | "homepage": "https://symfony.com/contributors" |
||
2763 | } |
||
2764 | ], |
||
2765 | "description": "Symfony Stopwatch Component", |
||
2766 | "homepage": "https://symfony.com", |
||
2767 | "time": "2017-11-09T12:45:29+00:00" |
||
2768 | }, |
||
2769 | { |
||
2770 | "name": "symfony/translation", |
||
2771 | "version": "v3.4.1", |
||
2772 | "source": { |
||
2773 | "type": "git", |
||
2774 | "url": "https://github.com/symfony/translation.git", |
||
2775 | "reference": "e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa" |
||
2776 | }, |
||
2777 | "dist": { |
||
2778 | "type": "zip", |
||
2779 | "url": "https://api.github.com/repos/symfony/translation/zipball/e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa", |
||
2780 | "reference": "e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa", |
||
2781 | "shasum": "" |
||
2782 | }, |
||
2783 | "require": { |
||
2784 | "php": "^5.5.9|>=7.0.8", |
||
2785 | "symfony/polyfill-mbstring": "~1.0" |
||
2786 | }, |
||
2787 | "conflict": { |
||
2788 | "symfony/config": "<2.8", |
||
2789 | "symfony/dependency-injection": "<3.4", |
||
2790 | "symfony/yaml": "<3.4" |
||
2791 | }, |
||
2792 | "require-dev": { |
||
2793 | "psr/log": "~1.0", |
||
2794 | "symfony/config": "~2.8|~3.0|~4.0", |
||
2795 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2796 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
2797 | "symfony/intl": "^2.8.18|^3.2.5|~4.0", |
||
2798 | "symfony/yaml": "~3.4|~4.0" |
||
2799 | }, |
||
2800 | "suggest": { |
||
2801 | "psr/log": "To use logging capability in translator", |
||
2802 | "symfony/config": "", |
||
2803 | "symfony/yaml": "" |
||
2804 | }, |
||
2805 | "type": "library", |
||
2806 | "extra": { |
||
2807 | "branch-alias": { |
||
2808 | "dev-master": "3.4-dev" |
||
2809 | } |
||
2810 | }, |
||
2811 | "autoload": { |
||
2812 | "psr-4": { |
||
2813 | "Symfony\\Component\\Translation\\": "" |
||
2814 | }, |
||
2815 | "exclude-from-classmap": [ |
||
2816 | "/Tests/" |
||
2817 | ] |
||
2818 | }, |
||
2819 | "notification-url": "https://packagist.org/downloads/", |
||
2820 | "license": [ |
||
2821 | "MIT" |
||
2822 | ], |
||
2823 | "authors": [ |
||
2824 | { |
||
2825 | "name": "Fabien Potencier", |
||
2826 | "email": "[email protected]" |
||
2827 | }, |
||
2828 | { |
||
2829 | "name": "Symfony Community", |
||
2830 | "homepage": "https://symfony.com/contributors" |
||
2831 | } |
||
2832 | ], |
||
2833 | "description": "Symfony Translation Component", |
||
2834 | "homepage": "https://symfony.com", |
||
2835 | "time": "2017-11-27T14:23:00+00:00" |
||
2836 | }, |
||
2837 | { |
||
2838 | "name": "symfony/twig-bridge", |
||
2839 | "version": "v4.0.1", |
||
2840 | "source": { |
||
2841 | "type": "git", |
||
2842 | "url": "https://github.com/symfony/twig-bridge.git", |
||
2843 | "reference": "3739f98d0890881359a7b314555cf151281ff509" |
||
2844 | }, |
||
2845 | "dist": { |
||
2846 | "type": "zip", |
||
2847 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3739f98d0890881359a7b314555cf151281ff509", |
||
2848 | "reference": "3739f98d0890881359a7b314555cf151281ff509", |
||
2849 | "shasum": "" |
||
2850 | }, |
||
2851 | "require": { |
||
2852 | "php": "^7.1.3", |
||
2853 | "twig/twig": "^1.35|^2.4.4" |
||
2854 | }, |
||
2855 | "conflict": { |
||
2856 | "symfony/console": "<3.4", |
||
2857 | "symfony/form": "<3.4" |
||
2858 | }, |
||
2859 | "require-dev": { |
||
2860 | "fig/link-util": "^1.0", |
||
2861 | "symfony/asset": "~3.4|~4.0", |
||
2862 | "symfony/console": "~3.4|~4.0", |
||
2863 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2864 | "symfony/expression-language": "~3.4|~4.0", |
||
2865 | "symfony/finder": "~3.4|~4.0", |
||
2866 | "symfony/form": "~3.4|~4.0", |
||
2867 | "symfony/http-foundation": "~3.4|~4.0", |
||
2868 | "symfony/http-kernel": "~3.4|~4.0", |
||
2869 | "symfony/polyfill-intl-icu": "~1.0", |
||
2870 | "symfony/routing": "~3.4|~4.0", |
||
2871 | "symfony/security": "~3.4|~4.0", |
||
2872 | "symfony/security-acl": "~2.8|~3.0", |
||
2873 | "symfony/stopwatch": "~3.4|~4.0", |
||
2874 | "symfony/templating": "~3.4|~4.0", |
||
2875 | "symfony/translation": "~3.4|~4.0", |
||
2876 | "symfony/var-dumper": "~3.4|~4.0", |
||
2877 | "symfony/web-link": "~3.4|~4.0", |
||
2878 | "symfony/yaml": "~3.4|~4.0" |
||
2879 | }, |
||
2880 | "suggest": { |
||
2881 | "symfony/asset": "For using the AssetExtension", |
||
2882 | "symfony/expression-language": "For using the ExpressionExtension", |
||
2883 | "symfony/finder": "", |
||
2884 | "symfony/form": "For using the FormExtension", |
||
2885 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
2886 | "symfony/routing": "For using the RoutingExtension", |
||
2887 | "symfony/security": "For using the SecurityExtension", |
||
2888 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
2889 | "symfony/templating": "For using the TwigEngine", |
||
2890 | "symfony/translation": "For using the TranslationExtension", |
||
2891 | "symfony/var-dumper": "For using the DumpExtension", |
||
2892 | "symfony/web-link": "For using the WebLinkExtension", |
||
2893 | "symfony/yaml": "For using the YamlExtension" |
||
2894 | }, |
||
2895 | "type": "symfony-bridge", |
||
2896 | "extra": { |
||
2897 | "branch-alias": { |
||
2898 | "dev-master": "4.0-dev" |
||
2899 | } |
||
2900 | }, |
||
2901 | "autoload": { |
||
2902 | "psr-4": { |
||
2903 | "Symfony\\Bridge\\Twig\\": "" |
||
2904 | }, |
||
2905 | "exclude-from-classmap": [ |
||
2906 | "/Tests/" |
||
2907 | ] |
||
2908 | }, |
||
2909 | "notification-url": "https://packagist.org/downloads/", |
||
2910 | "license": [ |
||
2911 | "MIT" |
||
2912 | ], |
||
2913 | "authors": [ |
||
2914 | { |
||
2915 | "name": "Fabien Potencier", |
||
2916 | "email": "[email protected]" |
||
2917 | }, |
||
2918 | { |
||
2919 | "name": "Symfony Community", |
||
2920 | "homepage": "https://symfony.com/contributors" |
||
2921 | } |
||
2922 | ], |
||
2923 | "description": "Symfony Twig Bridge", |
||
2924 | "homepage": "https://symfony.com", |
||
2925 | "time": "2017-12-04T20:15:30+00:00" |
||
2926 | }, |
||
2927 | { |
||
2928 | "name": "symfony/twig-bundle", |
||
2929 | "version": "v4.0.1", |
||
2930 | "source": { |
||
2931 | "type": "git", |
||
2932 | "url": "https://github.com/symfony/twig-bundle.git", |
||
2933 | "reference": "77381f8b99b319dc83e609c66942eb3a0a5b066d" |
||
2934 | }, |
||
2935 | "dist": { |
||
2936 | "type": "zip", |
||
2937 | "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/77381f8b99b319dc83e609c66942eb3a0a5b066d", |
||
2938 | "reference": "77381f8b99b319dc83e609c66942eb3a0a5b066d", |
||
2939 | "shasum": "" |
||
2940 | }, |
||
2941 | "require": { |
||
2942 | "php": "^7.1.3", |
||
2943 | "symfony/config": "~3.4|~4.0", |
||
2944 | "symfony/http-foundation": "~3.4|~4.0", |
||
2945 | "symfony/http-kernel": "~3.4|~4.0", |
||
2946 | "symfony/twig-bridge": "~3.4|~4.0", |
||
2947 | "twig/twig": "~1.34|~2.4" |
||
2948 | }, |
||
2949 | "conflict": { |
||
2950 | "symfony/dependency-injection": "<3.4", |
||
2951 | "symfony/event-dispatcher": "<3.4" |
||
2952 | }, |
||
2953 | "require-dev": { |
||
2954 | "doctrine/annotations": "~1.0", |
||
2955 | "doctrine/cache": "~1.0", |
||
2956 | "symfony/asset": "~3.4|~4.0", |
||
2957 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2958 | "symfony/expression-language": "~3.4|~4.0", |
||
2959 | "symfony/finder": "~3.4|~4.0", |
||
2960 | "symfony/form": "~3.4|~4.0", |
||
2961 | "symfony/framework-bundle": "~3.4|~4.0", |
||
2962 | "symfony/routing": "~3.4|~4.0", |
||
2963 | "symfony/stopwatch": "~3.4|~4.0", |
||
2964 | "symfony/templating": "~3.4|~4.0", |
||
2965 | "symfony/web-link": "~3.4|~4.0", |
||
2966 | "symfony/yaml": "~3.4|~4.0" |
||
2967 | }, |
||
2968 | "type": "symfony-bundle", |
||
2969 | "extra": { |
||
2970 | "branch-alias": { |
||
2971 | "dev-master": "4.0-dev" |
||
2972 | } |
||
2973 | }, |
||
2974 | "autoload": { |
||
2975 | "psr-4": { |
||
2976 | "Symfony\\Bundle\\TwigBundle\\": "" |
||
2977 | }, |
||
2978 | "exclude-from-classmap": [ |
||
2979 | "/Tests/" |
||
2980 | ] |
||
2981 | }, |
||
2982 | "notification-url": "https://packagist.org/downloads/", |
||
2983 | "license": [ |
||
2984 | "MIT" |
||
2985 | ], |
||
2986 | "authors": [ |
||
2987 | { |
||
2988 | "name": "Fabien Potencier", |
||
2989 | "email": "[email protected]" |
||
2990 | }, |
||
2991 | { |
||
2992 | "name": "Symfony Community", |
||
2993 | "homepage": "https://symfony.com/contributors" |
||
2994 | } |
||
2995 | ], |
||
2996 | "description": "Symfony TwigBundle", |
||
2997 | "homepage": "https://symfony.com", |
||
2998 | "time": "2017-12-04T12:31:58+00:00" |
||
2999 | }, |
||
3000 | { |
||
3001 | "name": "symfony/validator", |
||
3002 | "version": "v4.0.1", |
||
3003 | "source": { |
||
3004 | "type": "git", |
||
3005 | "url": "https://github.com/symfony/validator.git", |
||
3006 | "reference": "53437bd5a4b41674869358eb93a9a504420b2a84" |
||
3007 | }, |
||
3008 | "dist": { |
||
3009 | "type": "zip", |
||
3010 | "url": "https://api.github.com/repos/symfony/validator/zipball/53437bd5a4b41674869358eb93a9a504420b2a84", |
||
3011 | "reference": "53437bd5a4b41674869358eb93a9a504420b2a84", |
||
3012 | "shasum": "" |
||
3013 | }, |
||
3014 | "require": { |
||
3015 | "php": "^7.1.3", |
||
3016 | "symfony/polyfill-mbstring": "~1.0", |
||
3017 | "symfony/translation": "~3.4|~4.0" |
||
3018 | }, |
||
3019 | "conflict": { |
||
3020 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
3021 | "symfony/dependency-injection": "<3.4", |
||
3022 | "symfony/http-kernel": "<3.4", |
||
3023 | "symfony/yaml": "<3.4" |
||
3024 | }, |
||
3025 | "require-dev": { |
||
3026 | "doctrine/annotations": "~1.0", |
||
3027 | "doctrine/cache": "~1.0", |
||
3028 | "egulias/email-validator": "^1.2.8|~2.0", |
||
3029 | "symfony/cache": "~3.4|~4.0", |
||
3030 | "symfony/config": "~3.4|~4.0", |
||
3031 | "symfony/dependency-injection": "~3.4|~4.0", |
||
3032 | "symfony/expression-language": "~3.4|~4.0", |
||
3033 | "symfony/http-foundation": "~3.4|~4.0", |
||
3034 | "symfony/http-kernel": "~3.4|~4.0", |
||
3035 | "symfony/intl": "~3.4|~4.0", |
||
3036 | "symfony/property-access": "~3.4|~4.0", |
||
3037 | "symfony/var-dumper": "~3.4|~4.0", |
||
3038 | "symfony/yaml": "~3.4|~4.0" |
||
3039 | }, |
||
3040 | "suggest": { |
||
3041 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
3042 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
3043 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
3044 | "psr/cache-implementation": "For using the metadata cache.", |
||
3045 | "symfony/config": "", |
||
3046 | "symfony/expression-language": "For using the Expression validator", |
||
3047 | "symfony/http-foundation": "", |
||
3048 | "symfony/intl": "", |
||
3049 | "symfony/property-access": "For accessing properties within comparison constraints", |
||
3050 | "symfony/yaml": "" |
||
3051 | }, |
||
3052 | "type": "library", |
||
3053 | "extra": { |
||
3054 | "branch-alias": { |
||
3055 | "dev-master": "4.0-dev" |
||
3056 | } |
||
3057 | }, |
||
3058 | "autoload": { |
||
3059 | "psr-4": { |
||
3060 | "Symfony\\Component\\Validator\\": "" |
||
3061 | }, |
||
3062 | "exclude-from-classmap": [ |
||
3063 | "/Tests/" |
||
3064 | ] |
||
3065 | }, |
||
3066 | "notification-url": "https://packagist.org/downloads/", |
||
3067 | "license": [ |
||
3068 | "MIT" |
||
3069 | ], |
||
3070 | "authors": [ |
||
3071 | { |
||
3072 | "name": "Fabien Potencier", |
||
3073 | "email": "[email protected]" |
||
3074 | }, |
||
3075 | { |
||
3076 | "name": "Symfony Community", |
||
3077 | "homepage": "https://symfony.com/contributors" |
||
3078 | } |
||
3079 | ], |
||
3080 | "description": "Symfony Validator Component", |
||
3081 | "homepage": "https://symfony.com", |
||
3082 | "time": "2017-12-04T12:31:58+00:00" |
||
3083 | }, |
||
3084 | { |
||
3085 | "name": "symfony/var-dumper", |
||
3086 | "version": "v4.0.1", |
||
3087 | "source": { |
||
3088 | "type": "git", |
||
3089 | "url": "https://github.com/symfony/var-dumper.git", |
||
3090 | "reference": "1a9d9c2f7229ff8e3d75adba75968b659dd5c0d0" |
||
3091 | }, |
||
3092 | "dist": { |
||
3093 | "type": "zip", |
||
3094 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1a9d9c2f7229ff8e3d75adba75968b659dd5c0d0", |
||
3095 | "reference": "1a9d9c2f7229ff8e3d75adba75968b659dd5c0d0", |
||
3096 | "shasum": "" |
||
3097 | }, |
||
3098 | "require": { |
||
3099 | "php": "^7.1.3", |
||
3100 | "symfony/polyfill-mbstring": "~1.0", |
||
3101 | "symfony/polyfill-php72": "~1.5" |
||
3102 | }, |
||
3103 | "conflict": { |
||
3104 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
3105 | }, |
||
3106 | "require-dev": { |
||
3107 | "ext-iconv": "*", |
||
3108 | "twig/twig": "~1.34|~2.4" |
||
3109 | }, |
||
3110 | "suggest": { |
||
3111 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
3112 | "ext-intl": "To show region name in time zone dump" |
||
3113 | }, |
||
3114 | "type": "library", |
||
3115 | "extra": { |
||
3116 | "branch-alias": { |
||
3117 | "dev-master": "4.0-dev" |
||
3118 | } |
||
3119 | }, |
||
3120 | "autoload": { |
||
3121 | "files": [ |
||
3122 | "Resources/functions/dump.php" |
||
3123 | ], |
||
3124 | "psr-4": { |
||
3125 | "Symfony\\Component\\VarDumper\\": "" |
||
3126 | }, |
||
3127 | "exclude-from-classmap": [ |
||
3128 | "/Tests/" |
||
3129 | ] |
||
3130 | }, |
||
3131 | "notification-url": "https://packagist.org/downloads/", |
||
3132 | "license": [ |
||
3133 | "MIT" |
||
3134 | ], |
||
3135 | "authors": [ |
||
3136 | { |
||
3137 | "name": "Nicolas Grekas", |
||
3138 | "email": "[email protected]" |
||
3139 | }, |
||
3140 | { |
||
3141 | "name": "Symfony Community", |
||
3142 | "homepage": "https://symfony.com/contributors" |
||
3143 | } |
||
3144 | ], |
||
3145 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
3146 | "homepage": "https://symfony.com", |
||
3147 | "keywords": [ |
||
3148 | "debug", |
||
3149 | "dump" |
||
3150 | ], |
||
3151 | "time": "2017-11-30T15:11:43+00:00" |
||
3152 | }, |
||
3153 | { |
||
3154 | "name": "symfony/web-profiler-bundle", |
||
3155 | "version": "v4.0.1", |
||
3156 | "source": { |
||
3157 | "type": "git", |
||
3158 | "url": "https://github.com/symfony/web-profiler-bundle.git", |
||
3159 | "reference": "d8e15763aa549be42f6920939a417f61a06f0fec" |
||
3160 | }, |
||
3161 | "dist": { |
||
3162 | "type": "zip", |
||
3163 | "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/d8e15763aa549be42f6920939a417f61a06f0fec", |
||
3164 | "reference": "d8e15763aa549be42f6920939a417f61a06f0fec", |
||
3165 | "shasum": "" |
||
3166 | }, |
||
3167 | "require": { |
||
3168 | "php": "^7.1.3", |
||
3169 | "symfony/http-kernel": "~3.4|~4.0", |
||
3170 | "symfony/routing": "~3.4|~4.0", |
||
3171 | "symfony/twig-bridge": "~3.4|~4.0", |
||
3172 | "symfony/var-dumper": "~3.4|~4.0", |
||
3173 | "twig/twig": "~1.34|~2.4" |
||
3174 | }, |
||
3175 | "conflict": { |
||
3176 | "symfony/config": "<3.4", |
||
3177 | "symfony/dependency-injection": "<3.4", |
||
3178 | "symfony/event-dispatcher": "<3.4", |
||
3179 | "symfony/var-dumper": "<3.4" |
||
3180 | }, |
||
3181 | "require-dev": { |
||
3182 | "symfony/config": "~3.4|~4.0", |
||
3183 | "symfony/console": "~3.4|~4.0", |
||
3184 | "symfony/dependency-injection": "~3.4|~4.0", |
||
3185 | "symfony/stopwatch": "~3.4|~4.0" |
||
3186 | }, |
||
3187 | "type": "symfony-bundle", |
||
3188 | "extra": { |
||
3189 | "branch-alias": { |
||
3190 | "dev-master": "4.0-dev" |
||
3191 | } |
||
3192 | }, |
||
3193 | "autoload": { |
||
3194 | "psr-4": { |
||
3195 | "Symfony\\Bundle\\WebProfilerBundle\\": "" |
||
3196 | }, |
||
3197 | "exclude-from-classmap": [ |
||
3198 | "/Tests/" |
||
3199 | ] |
||
3200 | }, |
||
3201 | "notification-url": "https://packagist.org/downloads/", |
||
3202 | "license": [ |
||
3203 | "MIT" |
||
3204 | ], |
||
3205 | "authors": [ |
||
3206 | { |
||
3207 | "name": "Fabien Potencier", |
||
3208 | "email": "[email protected]" |
||
3209 | }, |
||
3210 | { |
||
3211 | "name": "Symfony Community", |
||
3212 | "homepage": "https://symfony.com/contributors" |
||
3213 | } |
||
3214 | ], |
||
3215 | "description": "Symfony WebProfilerBundle", |
||
3216 | "homepage": "https://symfony.com", |
||
3217 | "time": "2017-12-04T19:38:58+00:00" |
||
3218 | }, |
||
3219 | { |
||
3220 | "name": "symfony/yaml", |
||
3221 | "version": "v4.0.1", |
||
3222 | "source": { |
||
3223 | "type": "git", |
||
3224 | "url": "https://github.com/symfony/yaml.git", |
||
3225 | "reference": "873417cb9949f07be8852d41e3be5ab6f09e1218" |
||
3226 | }, |
||
3227 | "dist": { |
||
3228 | "type": "zip", |
||
3229 | "url": "https://api.github.com/repos/symfony/yaml/zipball/873417cb9949f07be8852d41e3be5ab6f09e1218", |
||
3230 | "reference": "873417cb9949f07be8852d41e3be5ab6f09e1218", |
||
3231 | "shasum": "" |
||
3232 | }, |
||
3233 | "require": { |
||
3234 | "php": "^7.1.3" |
||
3235 | }, |
||
3236 | "conflict": { |
||
3237 | "symfony/console": "<3.4" |
||
3238 | }, |
||
3239 | "require-dev": { |
||
3240 | "symfony/console": "~3.4|~4.0" |
||
3241 | }, |
||
3242 | "suggest": { |
||
3243 | "symfony/console": "For validating YAML files using the lint command" |
||
3244 | }, |
||
3245 | "type": "library", |
||
3246 | "extra": { |
||
3247 | "branch-alias": { |
||
3248 | "dev-master": "4.0-dev" |
||
3249 | } |
||
3250 | }, |
||
3251 | "autoload": { |
||
3252 | "psr-4": { |
||
3253 | "Symfony\\Component\\Yaml\\": "" |
||
3254 | }, |
||
3255 | "exclude-from-classmap": [ |
||
3256 | "/Tests/" |
||
3257 | ] |
||
3258 | }, |
||
3259 | "notification-url": "https://packagist.org/downloads/", |
||
3260 | "license": [ |
||
3261 | "MIT" |
||
3262 | ], |
||
3263 | "authors": [ |
||
3264 | { |
||
3265 | "name": "Fabien Potencier", |
||
3266 | "email": "[email protected]" |
||
3267 | }, |
||
3268 | { |
||
3269 | "name": "Symfony Community", |
||
3270 | "homepage": "https://symfony.com/contributors" |
||
3271 | } |
||
3272 | ], |
||
3273 | "description": "Symfony Yaml Component", |
||
3274 | "homepage": "https://symfony.com", |
||
3275 | "time": "2017-12-04T18:34:52+00:00" |
||
3276 | }, |
||
3277 | { |
||
3278 | "name": "twig/twig", |
||
3279 | "version": "v2.4.4", |
||
3280 | "source": { |
||
3281 | "type": "git", |
||
3282 | "url": "https://github.com/twigphp/Twig.git", |
||
3283 | "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb" |
||
3284 | }, |
||
3285 | "dist": { |
||
3286 | "type": "zip", |
||
3287 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb", |
||
3288 | "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb", |
||
3289 | "shasum": "" |
||
3290 | }, |
||
3291 | "require": { |
||
3292 | "php": "^7.0", |
||
3293 | "symfony/polyfill-mbstring": "~1.0" |
||
3294 | }, |
||
3295 | "require-dev": { |
||
3296 | "psr/container": "^1.0", |
||
3297 | "symfony/debug": "~2.7", |
||
3298 | "symfony/phpunit-bridge": "~3.3@dev" |
||
3299 | }, |
||
3300 | "type": "library", |
||
3301 | "extra": { |
||
3302 | "branch-alias": { |
||
3303 | "dev-master": "2.4-dev" |
||
3304 | } |
||
3305 | }, |
||
3306 | "autoload": { |
||
3307 | "psr-0": { |
||
3308 | "Twig_": "lib/" |
||
3309 | }, |
||
3310 | "psr-4": { |
||
3311 | "Twig\\": "src/" |
||
3312 | } |
||
3313 | }, |
||
3314 | "notification-url": "https://packagist.org/downloads/", |
||
3315 | "license": [ |
||
3316 | "BSD-3-Clause" |
||
3317 | ], |
||
3318 | "authors": [ |
||
3319 | { |
||
3320 | "name": "Fabien Potencier", |
||
3321 | "email": "[email protected]", |
||
3322 | "homepage": "http://fabien.potencier.org", |
||
3323 | "role": "Lead Developer" |
||
3324 | }, |
||
3325 | { |
||
3326 | "name": "Armin Ronacher", |
||
3327 | "email": "[email protected]", |
||
3328 | "role": "Project Founder" |
||
3329 | }, |
||
3330 | { |
||
3331 | "name": "Twig Team", |
||
3332 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
3333 | "role": "Contributors" |
||
3334 | } |
||
3335 | ], |
||
3336 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
3337 | "homepage": "http://twig.sensiolabs.org", |
||
3338 | "keywords": [ |
||
3339 | "templating" |
||
3340 | ], |
||
3341 | "time": "2017-09-27T18:10:31+00:00" |
||
3342 | } |
||
3343 | ], |
||
3344 | "packages-dev": [ |
||
3345 | { |
||
3346 | "name": "symfony/dotenv", |
||
3347 | "version": "v4.0.1", |
||
3348 | "source": { |
||
3349 | "type": "git", |
||
3350 | "url": "https://github.com/symfony/dotenv.git", |
||
3351 | "reference": "60586c549ffe7d8a6a898f9959736776604a6b84" |
||
3352 | }, |
||
3353 | "dist": { |
||
3354 | "type": "zip", |
||
3355 | "url": "https://api.github.com/repos/symfony/dotenv/zipball/60586c549ffe7d8a6a898f9959736776604a6b84", |
||
3356 | "reference": "60586c549ffe7d8a6a898f9959736776604a6b84", |
||
3357 | "shasum": "" |
||
3358 | }, |
||
3359 | "require": { |
||
3360 | "php": "^7.1.3" |
||
3361 | }, |
||
3362 | "require-dev": { |
||
3363 | "symfony/process": "~3.4|~4.0" |
||
3364 | }, |
||
3365 | "type": "library", |
||
3366 | "extra": { |
||
3367 | "branch-alias": { |
||
3368 | "dev-master": "4.0-dev" |
||
3369 | } |
||
3370 | }, |
||
3371 | "autoload": { |
||
3372 | "psr-4": { |
||
3373 | "Symfony\\Component\\Dotenv\\": "" |
||
3374 | }, |
||
3375 | "exclude-from-classmap": [ |
||
3376 | "/Tests/" |
||
3377 | ] |
||
3378 | }, |
||
3379 | "notification-url": "https://packagist.org/downloads/", |
||
3380 | "license": [ |
||
3381 | "MIT" |
||
3382 | ], |
||
3383 | "authors": [ |
||
3384 | { |
||
3385 | "name": "Fabien Potencier", |
||
3386 | "email": "[email protected]" |
||
3387 | }, |
||
3388 | { |
||
3389 | "name": "Symfony Community", |
||
3390 | "homepage": "https://symfony.com/contributors" |
||
3391 | } |
||
3392 | ], |
||
3393 | "description": "Registers environment variables from a .env file", |
||
3394 | "homepage": "https://symfony.com", |
||
3395 | "keywords": [ |
||
3396 | "dotenv", |
||
3397 | "env", |
||
3398 | "environment" |
||
3399 | ], |
||
3400 | "time": "2017-11-30T15:11:43+00:00" |
||
3401 | } |
||
3402 | ], |
||
3403 | "aliases": [], |
||
3404 | "minimum-stability": "stable", |
||
3405 | "stability-flags": { |
||
3406 | "jms/i18n-routing-bundle": 20, |
||
3407 | "symfony/lts": 20 |
||
3408 | }, |
||
3409 | "prefer-stable": false, |
||
3410 | "prefer-lowest": false, |
||
3411 | "platform": { |
||
3412 | "php": "^7.1.3" |
||
3413 | }, |
||
3414 | "platform-dev": [] |
||
3415 | } |
||
3416 |