These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "e1be01e4476ee35036ba10b34a4adc0e", |
||
8 | "content-hash": "03ad97845054825d642bfe39762ffcea", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
12 | "version": "v1.2.7", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
21 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": ">=5.3.2" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*", |
||
30 | "phpunit/phpunit": "4.*" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "extra": { |
||
34 | "branch-alias": { |
||
35 | "dev-master": "1.3.x-dev" |
||
36 | } |
||
37 | }, |
||
38 | "autoload": { |
||
39 | "psr-0": { |
||
40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
41 | } |
||
42 | }, |
||
43 | "notification-url": "https://packagist.org/downloads/", |
||
44 | "license": [ |
||
45 | "MIT" |
||
46 | ], |
||
47 | "authors": [ |
||
48 | { |
||
49 | "name": "Roman Borschel", |
||
50 | "email": "[email protected]" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Benjamin Eberlei", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Guilherme Blanco", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Jonathan Wage", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]" |
||
67 | } |
||
68 | ], |
||
69 | "description": "Docblock Annotations Parser", |
||
70 | "homepage": "http://www.doctrine-project.org", |
||
71 | "keywords": [ |
||
72 | "annotations", |
||
73 | "docblock", |
||
74 | "parser" |
||
75 | ], |
||
76 | "time": "2015-08-31 12:32:49" |
||
77 | }, |
||
78 | { |
||
79 | "name": "doctrine/cache", |
||
80 | "version": "v1.4.2", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca", |
||
89 | "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": ">=5.3.2" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": ">=3.7", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.5.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-0": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Roman Borschel", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Benjamin Eberlei", |
||
125 | "email": "[email protected]" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Guilherme Blanco", |
||
129 | "email": "[email protected]" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Jonathan Wage", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Johannes Schmitt", |
||
137 | "email": "[email protected]" |
||
138 | } |
||
139 | ], |
||
140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
141 | "homepage": "http://www.doctrine-project.org", |
||
142 | "keywords": [ |
||
143 | "cache", |
||
144 | "caching" |
||
145 | ], |
||
146 | "time": "2015-08-31 12:36:41" |
||
147 | }, |
||
148 | { |
||
149 | "name": "doctrine/collections", |
||
150 | "version": "v1.3.0", |
||
151 | "source": { |
||
152 | "type": "git", |
||
153 | "url": "https://github.com/doctrine/collections.git", |
||
154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
155 | }, |
||
156 | "dist": { |
||
157 | "type": "zip", |
||
158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
160 | "shasum": "" |
||
161 | }, |
||
162 | "require": { |
||
163 | "php": ">=5.3.2" |
||
164 | }, |
||
165 | "require-dev": { |
||
166 | "phpunit/phpunit": "~4.0" |
||
167 | }, |
||
168 | "type": "library", |
||
169 | "extra": { |
||
170 | "branch-alias": { |
||
171 | "dev-master": "1.2.x-dev" |
||
172 | } |
||
173 | }, |
||
174 | "autoload": { |
||
175 | "psr-0": { |
||
176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
177 | } |
||
178 | }, |
||
179 | "notification-url": "https://packagist.org/downloads/", |
||
180 | "license": [ |
||
181 | "MIT" |
||
182 | ], |
||
183 | "authors": [ |
||
184 | { |
||
185 | "name": "Roman Borschel", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Benjamin Eberlei", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Guilherme Blanco", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Jonathan Wage", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Johannes Schmitt", |
||
202 | "email": "[email protected]" |
||
203 | } |
||
204 | ], |
||
205 | "description": "Collections Abstraction library", |
||
206 | "homepage": "http://www.doctrine-project.org", |
||
207 | "keywords": [ |
||
208 | "array", |
||
209 | "collections", |
||
210 | "iterator" |
||
211 | ], |
||
212 | "time": "2015-04-14 22:21:58" |
||
213 | }, |
||
214 | { |
||
215 | "name": "doctrine/common", |
||
216 | "version": "v2.5.1", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", |
||
225 | "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", |
||
226 | "shasum": "" |
||
227 | }, |
||
228 | "require": { |
||
229 | "doctrine/annotations": "1.*", |
||
230 | "doctrine/cache": "1.*", |
||
231 | "doctrine/collections": "1.*", |
||
232 | "doctrine/inflector": "1.*", |
||
233 | "doctrine/lexer": "1.*", |
||
234 | "php": ">=5.3.2" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~3.7" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.6.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-0": { |
||
247 | "Doctrine\\Common\\": "lib/" |
||
248 | } |
||
249 | }, |
||
250 | "notification-url": "https://packagist.org/downloads/", |
||
251 | "license": [ |
||
252 | "MIT" |
||
253 | ], |
||
254 | "authors": [ |
||
255 | { |
||
256 | "name": "Roman Borschel", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Benjamin Eberlei", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Guilherme Blanco", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Jonathan Wage", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Johannes Schmitt", |
||
273 | "email": "[email protected]" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Common Library for Doctrine projects", |
||
277 | "homepage": "http://www.doctrine-project.org", |
||
278 | "keywords": [ |
||
279 | "annotations", |
||
280 | "collections", |
||
281 | "eventmanager", |
||
282 | "persistence", |
||
283 | "spl" |
||
284 | ], |
||
285 | "time": "2015-08-31 13:00:22" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/dbal", |
||
289 | "version": "v2.5.2", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/dbal.git", |
||
293 | "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c", |
||
298 | "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "doctrine/common": ">=2.4,<2.6-dev", |
||
303 | "php": ">=5.3.2" |
||
304 | }, |
||
305 | "require-dev": { |
||
306 | "phpunit/phpunit": "4.*", |
||
307 | "symfony/console": "2.*" |
||
308 | }, |
||
309 | "suggest": { |
||
310 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
311 | }, |
||
312 | "bin": [ |
||
313 | "bin/doctrine-dbal" |
||
314 | ], |
||
315 | "type": "library", |
||
316 | "extra": { |
||
317 | "branch-alias": { |
||
318 | "dev-master": "2.5.x-dev" |
||
319 | } |
||
320 | }, |
||
321 | "autoload": { |
||
322 | "psr-0": { |
||
323 | "Doctrine\\DBAL\\": "lib/" |
||
324 | } |
||
325 | }, |
||
326 | "notification-url": "https://packagist.org/downloads/", |
||
327 | "license": [ |
||
328 | "MIT" |
||
329 | ], |
||
330 | "authors": [ |
||
331 | { |
||
332 | "name": "Roman Borschel", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Benjamin Eberlei", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Guilherme Blanco", |
||
341 | "email": "[email protected]" |
||
342 | }, |
||
343 | { |
||
344 | "name": "Jonathan Wage", |
||
345 | "email": "[email protected]" |
||
346 | } |
||
347 | ], |
||
348 | "description": "Database Abstraction Layer", |
||
349 | "homepage": "http://www.doctrine-project.org", |
||
350 | "keywords": [ |
||
351 | "database", |
||
352 | "dbal", |
||
353 | "persistence", |
||
354 | "queryobject" |
||
355 | ], |
||
356 | "time": "2015-09-16 16:29:33" |
||
357 | }, |
||
358 | { |
||
359 | "name": "doctrine/inflector", |
||
360 | "version": "v1.0.1", |
||
361 | "source": { |
||
362 | "type": "git", |
||
363 | "url": "https://github.com/doctrine/inflector.git", |
||
364 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" |
||
365 | }, |
||
366 | "dist": { |
||
367 | "type": "zip", |
||
368 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
369 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
370 | "shasum": "" |
||
371 | }, |
||
372 | "require": { |
||
373 | "php": ">=5.3.2" |
||
374 | }, |
||
375 | "require-dev": { |
||
376 | "phpunit/phpunit": "4.*" |
||
377 | }, |
||
378 | "type": "library", |
||
379 | "extra": { |
||
380 | "branch-alias": { |
||
381 | "dev-master": "1.0.x-dev" |
||
382 | } |
||
383 | }, |
||
384 | "autoload": { |
||
385 | "psr-0": { |
||
386 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
387 | } |
||
388 | }, |
||
389 | "notification-url": "https://packagist.org/downloads/", |
||
390 | "license": [ |
||
391 | "MIT" |
||
392 | ], |
||
393 | "authors": [ |
||
394 | { |
||
395 | "name": "Roman Borschel", |
||
396 | "email": "[email protected]" |
||
397 | }, |
||
398 | { |
||
399 | "name": "Benjamin Eberlei", |
||
400 | "email": "[email protected]" |
||
401 | }, |
||
402 | { |
||
403 | "name": "Guilherme Blanco", |
||
404 | "email": "[email protected]" |
||
405 | }, |
||
406 | { |
||
407 | "name": "Jonathan Wage", |
||
408 | "email": "[email protected]" |
||
409 | }, |
||
410 | { |
||
411 | "name": "Johannes Schmitt", |
||
412 | "email": "[email protected]" |
||
413 | } |
||
414 | ], |
||
415 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
416 | "homepage": "http://www.doctrine-project.org", |
||
417 | "keywords": [ |
||
418 | "inflection", |
||
419 | "pluralize", |
||
420 | "singularize", |
||
421 | "string" |
||
422 | ], |
||
423 | "time": "2014-12-20 21:24:13" |
||
424 | }, |
||
425 | { |
||
426 | "name": "doctrine/lexer", |
||
427 | "version": "v1.0.1", |
||
428 | "source": { |
||
429 | "type": "git", |
||
430 | "url": "https://github.com/doctrine/lexer.git", |
||
431 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
432 | }, |
||
433 | "dist": { |
||
434 | "type": "zip", |
||
435 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
436 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
437 | "shasum": "" |
||
438 | }, |
||
439 | "require": { |
||
440 | "php": ">=5.3.2" |
||
441 | }, |
||
442 | "type": "library", |
||
443 | "extra": { |
||
444 | "branch-alias": { |
||
445 | "dev-master": "1.0.x-dev" |
||
446 | } |
||
447 | }, |
||
448 | "autoload": { |
||
449 | "psr-0": { |
||
450 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
451 | } |
||
452 | }, |
||
453 | "notification-url": "https://packagist.org/downloads/", |
||
454 | "license": [ |
||
455 | "MIT" |
||
456 | ], |
||
457 | "authors": [ |
||
458 | { |
||
459 | "name": "Roman Borschel", |
||
460 | "email": "[email protected]" |
||
461 | }, |
||
462 | { |
||
463 | "name": "Guilherme Blanco", |
||
464 | "email": "[email protected]" |
||
465 | }, |
||
466 | { |
||
467 | "name": "Johannes Schmitt", |
||
468 | "email": "[email protected]" |
||
469 | } |
||
470 | ], |
||
471 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
472 | "homepage": "http://www.doctrine-project.org", |
||
473 | "keywords": [ |
||
474 | "lexer", |
||
475 | "parser" |
||
476 | ], |
||
477 | "time": "2014-09-09 13:34:57" |
||
478 | }, |
||
479 | { |
||
480 | "name": "monolog/monolog", |
||
481 | "version": "1.17.1", |
||
482 | "source": { |
||
483 | "type": "git", |
||
484 | "url": "https://github.com/Seldaek/monolog.git", |
||
485 | "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422" |
||
486 | }, |
||
487 | "dist": { |
||
488 | "type": "zip", |
||
489 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422", |
||
490 | "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422", |
||
491 | "shasum": "" |
||
492 | }, |
||
493 | "require": { |
||
494 | "php": ">=5.3.0", |
||
495 | "psr/log": "~1.0" |
||
496 | }, |
||
497 | "provide": { |
||
498 | "psr/log-implementation": "1.0.0" |
||
499 | }, |
||
500 | "require-dev": { |
||
501 | "aws/aws-sdk-php": "^2.4.9", |
||
502 | "doctrine/couchdb": "~1.0@dev", |
||
503 | "graylog2/gelf-php": "~1.0", |
||
504 | "php-console/php-console": "^3.1.3", |
||
505 | "phpunit/phpunit": "~4.5", |
||
506 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
507 | "raven/raven": "~0.11", |
||
508 | "ruflin/elastica": ">=0.90 <3.0", |
||
509 | "swiftmailer/swiftmailer": "~5.3", |
||
510 | "videlalvaro/php-amqplib": "~2.4" |
||
511 | }, |
||
512 | "suggest": { |
||
513 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
514 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
515 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
516 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
517 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
518 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
519 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
520 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
521 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
522 | "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
||
523 | }, |
||
524 | "type": "library", |
||
525 | "extra": { |
||
526 | "branch-alias": { |
||
527 | "dev-master": "1.16.x-dev" |
||
528 | } |
||
529 | }, |
||
530 | "autoload": { |
||
531 | "psr-4": { |
||
532 | "Monolog\\": "src/Monolog" |
||
533 | } |
||
534 | }, |
||
535 | "notification-url": "https://packagist.org/downloads/", |
||
536 | "license": [ |
||
537 | "MIT" |
||
538 | ], |
||
539 | "authors": [ |
||
540 | { |
||
541 | "name": "Jordi Boggiano", |
||
542 | "email": "[email protected]", |
||
543 | "homepage": "http://seld.be" |
||
544 | } |
||
545 | ], |
||
546 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
547 | "homepage": "http://github.com/Seldaek/monolog", |
||
548 | "keywords": [ |
||
549 | "log", |
||
550 | "logging", |
||
551 | "psr-3" |
||
552 | ], |
||
553 | "time": "2015-08-31 09:17:37" |
||
554 | }, |
||
555 | { |
||
556 | "name": "pimple/pimple", |
||
557 | "version": "v1.1.1", |
||
558 | "source": { |
||
559 | "type": "git", |
||
560 | "url": "https://github.com/silexphp/Pimple.git", |
||
561 | "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" |
||
562 | }, |
||
563 | "dist": { |
||
564 | "type": "zip", |
||
565 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", |
||
566 | "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", |
||
567 | "shasum": "" |
||
568 | }, |
||
569 | "require": { |
||
570 | "php": ">=5.3.0" |
||
571 | }, |
||
572 | "type": "library", |
||
573 | "extra": { |
||
574 | "branch-alias": { |
||
575 | "dev-master": "1.1.x-dev" |
||
576 | } |
||
577 | }, |
||
578 | "autoload": { |
||
579 | "psr-0": { |
||
580 | "Pimple": "lib/" |
||
581 | } |
||
582 | }, |
||
583 | "notification-url": "https://packagist.org/downloads/", |
||
584 | "license": [ |
||
585 | "MIT" |
||
586 | ], |
||
587 | "authors": [ |
||
588 | { |
||
589 | "name": "Fabien Potencier", |
||
590 | "email": "[email protected]" |
||
591 | } |
||
592 | ], |
||
593 | "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", |
||
594 | "homepage": "http://pimple.sensiolabs.org", |
||
595 | "keywords": [ |
||
596 | "container", |
||
597 | "dependency injection" |
||
598 | ], |
||
599 | "time": "2013-11-22 08:30:29" |
||
600 | }, |
||
601 | { |
||
602 | "name": "psr/log", |
||
603 | "version": "1.0.0", |
||
604 | "source": { |
||
605 | "type": "git", |
||
606 | "url": "https://github.com/php-fig/log.git", |
||
607 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
608 | }, |
||
609 | "dist": { |
||
610 | "type": "zip", |
||
611 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
612 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
613 | "shasum": "" |
||
614 | }, |
||
615 | "type": "library", |
||
616 | "autoload": { |
||
617 | "psr-0": { |
||
618 | "Psr\\Log\\": "" |
||
619 | } |
||
620 | }, |
||
621 | "notification-url": "https://packagist.org/downloads/", |
||
622 | "license": [ |
||
623 | "MIT" |
||
624 | ], |
||
625 | "authors": [ |
||
626 | { |
||
627 | "name": "PHP-FIG", |
||
628 | "homepage": "http://www.php-fig.org/" |
||
629 | } |
||
630 | ], |
||
631 | "description": "Common interface for logging libraries", |
||
632 | "keywords": [ |
||
633 | "log", |
||
634 | "psr", |
||
635 | "psr-3" |
||
636 | ], |
||
637 | "time": "2012-12-21 11:40:51" |
||
638 | }, |
||
639 | { |
||
640 | "name": "silex/silex", |
||
641 | "version": "v1.3.4", |
||
642 | "source": { |
||
643 | "type": "git", |
||
644 | "url": "https://github.com/silexphp/Silex.git", |
||
645 | "reference": "d6de62716fcda76084f3015165125f30b1563517" |
||
646 | }, |
||
647 | "dist": { |
||
648 | "type": "zip", |
||
649 | "url": "https://api.github.com/repos/silexphp/Silex/zipball/d6de62716fcda76084f3015165125f30b1563517", |
||
650 | "reference": "d6de62716fcda76084f3015165125f30b1563517", |
||
651 | "shasum": "" |
||
652 | }, |
||
653 | "require": { |
||
654 | "php": ">=5.3.9", |
||
655 | "pimple/pimple": "~1.0", |
||
656 | "symfony/event-dispatcher": "~2.3|3.0.*", |
||
657 | "symfony/http-foundation": "~2.3|3.0.*", |
||
658 | "symfony/http-kernel": "~2.3|3.0.*", |
||
659 | "symfony/routing": "~2.3|3.0.*" |
||
660 | }, |
||
661 | "require-dev": { |
||
662 | "doctrine/dbal": "~2.2", |
||
663 | "monolog/monolog": "^1.4.1", |
||
664 | "swiftmailer/swiftmailer": "~5", |
||
665 | "symfony/browser-kit": "~2.3|3.0.*", |
||
666 | "symfony/config": "~2.3|3.0.*", |
||
667 | "symfony/css-selector": "~2.3|3.0.*", |
||
668 | "symfony/debug": "~2.3|3.0.*", |
||
669 | "symfony/dom-crawler": "~2.3|3.0.*", |
||
670 | "symfony/finder": "~2.3|3.0.*", |
||
671 | "symfony/form": "~2.3|3.0.*", |
||
672 | "symfony/locale": "~2.3|3.0.*", |
||
673 | "symfony/monolog-bridge": "~2.3|3.0.*", |
||
674 | "symfony/options-resolver": "~2.3|3.0.*", |
||
675 | "symfony/phpunit-bridge": "~2.7", |
||
676 | "symfony/process": "~2.3|3.0.*", |
||
677 | "symfony/security": "~2.3|3.0.*", |
||
678 | "symfony/serializer": "~2.3|3.0.*", |
||
679 | "symfony/translation": "~2.3|3.0.*", |
||
680 | "symfony/twig-bridge": "~2.3|3.0.*", |
||
681 | "symfony/validator": "~2.3|3.0.*", |
||
682 | "twig/twig": "~1.8|~2.0" |
||
683 | }, |
||
684 | "type": "library", |
||
685 | "extra": { |
||
686 | "branch-alias": { |
||
687 | "dev-master": "1.3.x-dev" |
||
688 | } |
||
689 | }, |
||
690 | "autoload": { |
||
691 | "psr-4": { |
||
692 | "Silex\\": "src/Silex" |
||
693 | } |
||
694 | }, |
||
695 | "notification-url": "https://packagist.org/downloads/", |
||
696 | "license": [ |
||
697 | "MIT" |
||
698 | ], |
||
699 | "authors": [ |
||
700 | { |
||
701 | "name": "Fabien Potencier", |
||
702 | "email": "[email protected]" |
||
703 | }, |
||
704 | { |
||
705 | "name": "Igor Wiedler", |
||
706 | "email": "[email protected]" |
||
707 | } |
||
708 | ], |
||
709 | "description": "The PHP micro-framework based on the Symfony Components", |
||
710 | "homepage": "http://silex.sensiolabs.org", |
||
711 | "keywords": [ |
||
712 | "microframework" |
||
713 | ], |
||
714 | "time": "2015-09-15 06:53:42" |
||
715 | }, |
||
716 | { |
||
717 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
718 | "version": "v5.4.1", |
||
719 | "source": { |
||
720 | "type": "git", |
||
721 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
722 | "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421" |
||
723 | }, |
||
724 | "dist": { |
||
725 | "type": "zip", |
||
726 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421", |
||
727 | "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421", |
||
728 | "shasum": "" |
||
729 | }, |
||
730 | "require": { |
||
731 | "php": ">=5.3.3" |
||
732 | }, |
||
733 | "require-dev": { |
||
734 | "mockery/mockery": "~0.9.1,<0.9.4" |
||
735 | }, |
||
736 | "type": "library", |
||
737 | "extra": { |
||
738 | "branch-alias": { |
||
739 | "dev-master": "5.4-dev" |
||
740 | } |
||
741 | }, |
||
742 | "autoload": { |
||
743 | "files": [ |
||
744 | "lib/swift_required.php" |
||
745 | ] |
||
746 | }, |
||
747 | "notification-url": "https://packagist.org/downloads/", |
||
748 | "license": [ |
||
749 | "MIT" |
||
750 | ], |
||
751 | "authors": [ |
||
752 | { |
||
753 | "name": "Chris Corbyn" |
||
754 | }, |
||
755 | { |
||
756 | "name": "Fabien Potencier", |
||
757 | "email": "[email protected]" |
||
758 | } |
||
759 | ], |
||
760 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
761 | "homepage": "http://swiftmailer.org", |
||
762 | "keywords": [ |
||
763 | "email", |
||
764 | "mail", |
||
765 | "mailer" |
||
766 | ], |
||
767 | "time": "2015-06-06 14:19:39" |
||
768 | }, |
||
769 | { |
||
770 | "name": "symfony/debug", |
||
771 | "version": "v2.7.5", |
||
772 | "source": { |
||
773 | "type": "git", |
||
774 | "url": "https://github.com/symfony/debug.git", |
||
775 | "reference": "c79c361bca8e5ada6a47603875a3c964d03b67b1" |
||
776 | }, |
||
777 | "dist": { |
||
778 | "type": "zip", |
||
779 | "url": "https://api.github.com/repos/symfony/debug/zipball/c79c361bca8e5ada6a47603875a3c964d03b67b1", |
||
780 | "reference": "c79c361bca8e5ada6a47603875a3c964d03b67b1", |
||
781 | "shasum": "" |
||
782 | }, |
||
783 | "require": { |
||
784 | "php": ">=5.3.9", |
||
785 | "psr/log": "~1.0" |
||
786 | }, |
||
787 | "conflict": { |
||
788 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
789 | }, |
||
790 | "require-dev": { |
||
791 | "symfony/class-loader": "~2.2", |
||
792 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", |
||
793 | "symfony/phpunit-bridge": "~2.7" |
||
794 | }, |
||
795 | "type": "library", |
||
796 | "extra": { |
||
797 | "branch-alias": { |
||
798 | "dev-master": "2.7-dev" |
||
799 | } |
||
800 | }, |
||
801 | "autoload": { |
||
802 | "psr-4": { |
||
803 | "Symfony\\Component\\Debug\\": "" |
||
804 | } |
||
805 | }, |
||
806 | "notification-url": "https://packagist.org/downloads/", |
||
807 | "license": [ |
||
808 | "MIT" |
||
809 | ], |
||
810 | "authors": [ |
||
811 | { |
||
812 | "name": "Fabien Potencier", |
||
813 | "email": "[email protected]" |
||
814 | }, |
||
815 | { |
||
816 | "name": "Symfony Community", |
||
817 | "homepage": "https://symfony.com/contributors" |
||
818 | } |
||
819 | ], |
||
820 | "description": "Symfony Debug Component", |
||
821 | "homepage": "https://symfony.com", |
||
822 | "time": "2015-09-14 08:41:38" |
||
823 | }, |
||
824 | { |
||
825 | "name": "symfony/event-dispatcher", |
||
826 | "version": "v2.7.5", |
||
827 | "source": { |
||
828 | "type": "git", |
||
829 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
830 | "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9" |
||
831 | }, |
||
832 | "dist": { |
||
833 | "type": "zip", |
||
834 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae4dcc2a8d3de98bd794167a3ccda1311597c5d9", |
||
835 | "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9", |
||
836 | "shasum": "" |
||
837 | }, |
||
838 | "require": { |
||
839 | "php": ">=5.3.9" |
||
840 | }, |
||
841 | "require-dev": { |
||
842 | "psr/log": "~1.0", |
||
843 | "symfony/config": "~2.0,>=2.0.5", |
||
844 | "symfony/dependency-injection": "~2.6", |
||
845 | "symfony/expression-language": "~2.6", |
||
846 | "symfony/phpunit-bridge": "~2.7", |
||
847 | "symfony/stopwatch": "~2.3" |
||
848 | }, |
||
849 | "suggest": { |
||
850 | "symfony/dependency-injection": "", |
||
851 | "symfony/http-kernel": "" |
||
852 | }, |
||
853 | "type": "library", |
||
854 | "extra": { |
||
855 | "branch-alias": { |
||
856 | "dev-master": "2.7-dev" |
||
857 | } |
||
858 | }, |
||
859 | "autoload": { |
||
860 | "psr-4": { |
||
861 | "Symfony\\Component\\EventDispatcher\\": "" |
||
862 | } |
||
863 | }, |
||
864 | "notification-url": "https://packagist.org/downloads/", |
||
865 | "license": [ |
||
866 | "MIT" |
||
867 | ], |
||
868 | "authors": [ |
||
869 | { |
||
870 | "name": "Fabien Potencier", |
||
871 | "email": "[email protected]" |
||
872 | }, |
||
873 | { |
||
874 | "name": "Symfony Community", |
||
875 | "homepage": "https://symfony.com/contributors" |
||
876 | } |
||
877 | ], |
||
878 | "description": "Symfony EventDispatcher Component", |
||
879 | "homepage": "https://symfony.com", |
||
880 | "time": "2015-09-22 13:49:29" |
||
881 | }, |
||
882 | { |
||
883 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-foundation:
- CVE-2018-11386: Denial of service when using PDOSessionHandler - CVE-2018-14773: Remove support for legacy and risky HTTP headers ![]() |
|||
884 | "version": "v2.7.5", |
||
885 | "source": { |
||
886 | "type": "git", |
||
887 | "url": "https://github.com/symfony/http-foundation.git", |
||
888 | "reference": "e1509119f164a0d0a940d7d924d693a7a28a5470" |
||
889 | }, |
||
890 | "dist": { |
||
891 | "type": "zip", |
||
892 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e1509119f164a0d0a940d7d924d693a7a28a5470", |
||
893 | "reference": "e1509119f164a0d0a940d7d924d693a7a28a5470", |
||
894 | "shasum": "" |
||
895 | }, |
||
896 | "require": { |
||
897 | "php": ">=5.3.9" |
||
898 | }, |
||
899 | "require-dev": { |
||
900 | "symfony/expression-language": "~2.4", |
||
901 | "symfony/phpunit-bridge": "~2.7" |
||
902 | }, |
||
903 | "type": "library", |
||
904 | "extra": { |
||
905 | "branch-alias": { |
||
906 | "dev-master": "2.7-dev" |
||
907 | } |
||
908 | }, |
||
909 | "autoload": { |
||
910 | "psr-4": { |
||
911 | "Symfony\\Component\\HttpFoundation\\": "" |
||
912 | }, |
||
913 | "classmap": [ |
||
914 | "Resources/stubs" |
||
915 | ] |
||
916 | }, |
||
917 | "notification-url": "https://packagist.org/downloads/", |
||
918 | "license": [ |
||
919 | "MIT" |
||
920 | ], |
||
921 | "authors": [ |
||
922 | { |
||
923 | "name": "Fabien Potencier", |
||
924 | "email": "[email protected]" |
||
925 | }, |
||
926 | { |
||
927 | "name": "Symfony Community", |
||
928 | "homepage": "https://symfony.com/contributors" |
||
929 | } |
||
930 | ], |
||
931 | "description": "Symfony HttpFoundation Component", |
||
932 | "homepage": "https://symfony.com", |
||
933 | "time": "2015-09-22 13:49:29" |
||
934 | }, |
||
935 | { |
||
936 | "name": "symfony/http-kernel", |
||
937 | "version": "v2.7.5", |
||
938 | "source": { |
||
939 | "type": "git", |
||
940 | "url": "https://github.com/symfony/http-kernel.git", |
||
941 | "reference": "353aa457424262d7d4e4289ea483145921cffcb5" |
||
942 | }, |
||
943 | "dist": { |
||
944 | "type": "zip", |
||
945 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/353aa457424262d7d4e4289ea483145921cffcb5", |
||
946 | "reference": "353aa457424262d7d4e4289ea483145921cffcb5", |
||
947 | "shasum": "" |
||
948 | }, |
||
949 | "require": { |
||
950 | "php": ">=5.3.9", |
||
951 | "psr/log": "~1.0", |
||
952 | "symfony/debug": "~2.6,>=2.6.2", |
||
953 | "symfony/event-dispatcher": "~2.6,>=2.6.7", |
||
954 | "symfony/http-foundation": "~2.5,>=2.5.4" |
||
955 | }, |
||
956 | "conflict": { |
||
957 | "symfony/config": "<2.7" |
||
958 | }, |
||
959 | "require-dev": { |
||
960 | "symfony/browser-kit": "~2.3", |
||
961 | "symfony/class-loader": "~2.1", |
||
962 | "symfony/config": "~2.7", |
||
963 | "symfony/console": "~2.3", |
||
964 | "symfony/css-selector": "~2.0,>=2.0.5", |
||
965 | "symfony/dependency-injection": "~2.2", |
||
966 | "symfony/dom-crawler": "~2.0,>=2.0.5", |
||
967 | "symfony/expression-language": "~2.4", |
||
968 | "symfony/finder": "~2.0,>=2.0.5", |
||
969 | "symfony/phpunit-bridge": "~2.7", |
||
970 | "symfony/process": "~2.0,>=2.0.5", |
||
971 | "symfony/routing": "~2.2", |
||
972 | "symfony/stopwatch": "~2.3", |
||
973 | "symfony/templating": "~2.2", |
||
974 | "symfony/translation": "~2.0,>=2.0.5", |
||
975 | "symfony/var-dumper": "~2.6" |
||
976 | }, |
||
977 | "suggest": { |
||
978 | "symfony/browser-kit": "", |
||
979 | "symfony/class-loader": "", |
||
980 | "symfony/config": "", |
||
981 | "symfony/console": "", |
||
982 | "symfony/dependency-injection": "", |
||
983 | "symfony/finder": "", |
||
984 | "symfony/var-dumper": "" |
||
985 | }, |
||
986 | "type": "library", |
||
987 | "extra": { |
||
988 | "branch-alias": { |
||
989 | "dev-master": "2.7-dev" |
||
990 | } |
||
991 | }, |
||
992 | "autoload": { |
||
993 | "psr-4": { |
||
994 | "Symfony\\Component\\HttpKernel\\": "" |
||
995 | } |
||
996 | }, |
||
997 | "notification-url": "https://packagist.org/downloads/", |
||
998 | "license": [ |
||
999 | "MIT" |
||
1000 | ], |
||
1001 | "authors": [ |
||
1002 | { |
||
1003 | "name": "Fabien Potencier", |
||
1004 | "email": "[email protected]" |
||
1005 | }, |
||
1006 | { |
||
1007 | "name": "Symfony Community", |
||
1008 | "homepage": "https://symfony.com/contributors" |
||
1009 | } |
||
1010 | ], |
||
1011 | "description": "Symfony HttpKernel Component", |
||
1012 | "homepage": "https://symfony.com", |
||
1013 | "time": "2015-09-25 11:16:52" |
||
1014 | }, |
||
1015 | { |
||
1016 | "name": "symfony/routing", |
||
1017 | "version": "v2.7.5", |
||
1018 | "source": { |
||
1019 | "type": "git", |
||
1020 | "url": "https://github.com/symfony/routing.git", |
||
1021 | "reference": "6c5fae83efa20baf166fcf4582f57094e9f60f16" |
||
1022 | }, |
||
1023 | "dist": { |
||
1024 | "type": "zip", |
||
1025 | "url": "https://api.github.com/repos/symfony/routing/zipball/6c5fae83efa20baf166fcf4582f57094e9f60f16", |
||
1026 | "reference": "6c5fae83efa20baf166fcf4582f57094e9f60f16", |
||
1027 | "shasum": "" |
||
1028 | }, |
||
1029 | "require": { |
||
1030 | "php": ">=5.3.9" |
||
1031 | }, |
||
1032 | "conflict": { |
||
1033 | "symfony/config": "<2.7" |
||
1034 | }, |
||
1035 | "require-dev": { |
||
1036 | "doctrine/annotations": "~1.0", |
||
1037 | "doctrine/common": "~2.2", |
||
1038 | "psr/log": "~1.0", |
||
1039 | "symfony/config": "~2.7", |
||
1040 | "symfony/expression-language": "~2.4", |
||
1041 | "symfony/http-foundation": "~2.3", |
||
1042 | "symfony/phpunit-bridge": "~2.7", |
||
1043 | "symfony/yaml": "~2.0,>=2.0.5" |
||
1044 | }, |
||
1045 | "suggest": { |
||
1046 | "doctrine/annotations": "For using the annotation loader", |
||
1047 | "symfony/config": "For using the all-in-one router or any loader", |
||
1048 | "symfony/expression-language": "For using expression matching", |
||
1049 | "symfony/yaml": "For using the YAML loader" |
||
1050 | }, |
||
1051 | "type": "library", |
||
1052 | "extra": { |
||
1053 | "branch-alias": { |
||
1054 | "dev-master": "2.7-dev" |
||
1055 | } |
||
1056 | }, |
||
1057 | "autoload": { |
||
1058 | "psr-4": { |
||
1059 | "Symfony\\Component\\Routing\\": "" |
||
1060 | } |
||
1061 | }, |
||
1062 | "notification-url": "https://packagist.org/downloads/", |
||
1063 | "license": [ |
||
1064 | "MIT" |
||
1065 | ], |
||
1066 | "authors": [ |
||
1067 | { |
||
1068 | "name": "Fabien Potencier", |
||
1069 | "email": "[email protected]" |
||
1070 | }, |
||
1071 | { |
||
1072 | "name": "Symfony Community", |
||
1073 | "homepage": "https://symfony.com/contributors" |
||
1074 | } |
||
1075 | ], |
||
1076 | "description": "Symfony Routing Component", |
||
1077 | "homepage": "https://symfony.com", |
||
1078 | "keywords": [ |
||
1079 | "router", |
||
1080 | "routing", |
||
1081 | "uri", |
||
1082 | "url" |
||
1083 | ], |
||
1084 | "time": "2015-09-14 14:14:09" |
||
1085 | }, |
||
1086 | { |
||
1087 | "name": "symfony/security", |
||
0 ignored issues
–
show
There are 8 security advisories for your installed version of symfony/security:
- CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature - CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service - CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails - CVE-2016-4423: Large username storage in session - CVE-2017-16652: Open redirect vulnerability on security handlers - CVE-2017-16653: CSRF protection does not use different tokens for HTTP and HTTPS - CVE-2018-11385: Session Fixation Issue for Guard Authentication - CVE-2018-11406: CSRF Token Fixation ![]() |
|||
1088 | "version": "v2.7.5", |
||
1089 | "source": { |
||
1090 | "type": "git", |
||
1091 | "url": "https://github.com/symfony/security.git", |
||
1092 | "reference": "db16d7ce3ea2faac274650a7c57ff49dde82f853" |
||
1093 | }, |
||
1094 | "dist": { |
||
1095 | "type": "zip", |
||
1096 | "url": "https://api.github.com/repos/symfony/security/zipball/db16d7ce3ea2faac274650a7c57ff49dde82f853", |
||
1097 | "reference": "db16d7ce3ea2faac274650a7c57ff49dde82f853", |
||
1098 | "shasum": "" |
||
1099 | }, |
||
1100 | "require": { |
||
1101 | "php": ">=5.3.9", |
||
1102 | "symfony/event-dispatcher": "~2.2", |
||
1103 | "symfony/http-foundation": "~2.1", |
||
1104 | "symfony/http-kernel": "~2.4" |
||
1105 | }, |
||
1106 | "replace": { |
||
1107 | "symfony/security-acl": "self.version", |
||
1108 | "symfony/security-core": "self.version", |
||
1109 | "symfony/security-csrf": "self.version", |
||
1110 | "symfony/security-http": "self.version" |
||
1111 | }, |
||
1112 | "require-dev": { |
||
1113 | "doctrine/common": "~2.2", |
||
1114 | "doctrine/dbal": "~2.2", |
||
1115 | "ircmaxell/password-compat": "~1.0", |
||
1116 | "psr/log": "~1.0", |
||
1117 | "symfony/expression-language": "~2.6", |
||
1118 | "symfony/intl": "~2.3", |
||
1119 | "symfony/phpunit-bridge": "~2.7", |
||
1120 | "symfony/routing": "~2.2", |
||
1121 | "symfony/translation": "~2.0,>=2.0.5", |
||
1122 | "symfony/validator": "~2.5,>=2.5.5" |
||
1123 | }, |
||
1124 | "suggest": { |
||
1125 | "doctrine/dbal": "For using the built-in ACL implementation", |
||
1126 | "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
||
1127 | "symfony/class-loader": "For using the ACL generateSql script", |
||
1128 | "symfony/expression-language": "For using the expression voter", |
||
1129 | "symfony/finder": "For using the ACL generateSql script", |
||
1130 | "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", |
||
1131 | "symfony/validator": "For using the user password constraint" |
||
1132 | }, |
||
1133 | "type": "library", |
||
1134 | "extra": { |
||
1135 | "branch-alias": { |
||
1136 | "dev-master": "2.7-dev" |
||
1137 | } |
||
1138 | }, |
||
1139 | "autoload": { |
||
1140 | "psr-4": { |
||
1141 | "Symfony\\Component\\Security\\": "" |
||
1142 | } |
||
1143 | }, |
||
1144 | "notification-url": "https://packagist.org/downloads/", |
||
1145 | "license": [ |
||
1146 | "MIT" |
||
1147 | ], |
||
1148 | "authors": [ |
||
1149 | { |
||
1150 | "name": "Fabien Potencier", |
||
1151 | "email": "[email protected]" |
||
1152 | }, |
||
1153 | { |
||
1154 | "name": "Symfony Community", |
||
1155 | "homepage": "https://symfony.com/contributors" |
||
1156 | } |
||
1157 | ], |
||
1158 | "description": "Symfony Security Component", |
||
1159 | "homepage": "https://symfony.com", |
||
1160 | "time": "2015-09-25 06:52:54" |
||
1161 | }, |
||
1162 | { |
||
1163 | "name": "symfony/twig-bridge", |
||
1164 | "version": "v2.7.5", |
||
1165 | "source": { |
||
1166 | "type": "git", |
||
1167 | "url": "https://github.com/symfony/twig-bridge.git", |
||
1168 | "reference": "bce37975610a46bde48dbf2f67f724401251d199" |
||
1169 | }, |
||
1170 | "dist": { |
||
1171 | "type": "zip", |
||
1172 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bce37975610a46bde48dbf2f67f724401251d199", |
||
1173 | "reference": "bce37975610a46bde48dbf2f67f724401251d199", |
||
1174 | "shasum": "" |
||
1175 | }, |
||
1176 | "require": { |
||
1177 | "php": ">=5.3.9", |
||
1178 | "twig/twig": "~1.20|~2.0" |
||
1179 | }, |
||
1180 | "require-dev": { |
||
1181 | "symfony/asset": "~2.7", |
||
1182 | "symfony/console": "~2.7", |
||
1183 | "symfony/expression-language": "~2.4", |
||
1184 | "symfony/finder": "~2.3", |
||
1185 | "symfony/form": "~2.7,>=2.7.2", |
||
1186 | "symfony/http-kernel": "~2.3", |
||
1187 | "symfony/intl": "~2.3", |
||
1188 | "symfony/phpunit-bridge": "~2.7", |
||
1189 | "symfony/routing": "~2.2", |
||
1190 | "symfony/security": "~2.6", |
||
1191 | "symfony/security-acl": "~2.6", |
||
1192 | "symfony/stopwatch": "~2.2", |
||
1193 | "symfony/templating": "~2.1", |
||
1194 | "symfony/translation": "~2.7", |
||
1195 | "symfony/var-dumper": "~2.6", |
||
1196 | "symfony/yaml": "~2.0,>=2.0.5" |
||
1197 | }, |
||
1198 | "suggest": { |
||
1199 | "symfony/asset": "For using the AssetExtension", |
||
1200 | "symfony/expression-language": "For using the ExpressionExtension", |
||
1201 | "symfony/finder": "", |
||
1202 | "symfony/form": "For using the FormExtension", |
||
1203 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
1204 | "symfony/routing": "For using the RoutingExtension", |
||
1205 | "symfony/security": "For using the SecurityExtension", |
||
1206 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
1207 | "symfony/templating": "For using the TwigEngine", |
||
1208 | "symfony/translation": "For using the TranslationExtension", |
||
1209 | "symfony/var-dumper": "For using the DumpExtension", |
||
1210 | "symfony/yaml": "For using the YamlExtension" |
||
1211 | }, |
||
1212 | "type": "symfony-bridge", |
||
1213 | "extra": { |
||
1214 | "branch-alias": { |
||
1215 | "dev-master": "2.7-dev" |
||
1216 | } |
||
1217 | }, |
||
1218 | "autoload": { |
||
1219 | "psr-4": { |
||
1220 | "Symfony\\Bridge\\Twig\\": "" |
||
1221 | } |
||
1222 | }, |
||
1223 | "notification-url": "https://packagist.org/downloads/", |
||
1224 | "license": [ |
||
1225 | "MIT" |
||
1226 | ], |
||
1227 | "authors": [ |
||
1228 | { |
||
1229 | "name": "Fabien Potencier", |
||
1230 | "email": "[email protected]" |
||
1231 | }, |
||
1232 | { |
||
1233 | "name": "Symfony Community", |
||
1234 | "homepage": "https://symfony.com/contributors" |
||
1235 | } |
||
1236 | ], |
||
1237 | "description": "Symfony Twig Bridge", |
||
1238 | "homepage": "https://symfony.com", |
||
1239 | "time": "2015-09-23 09:17:11" |
||
1240 | }, |
||
1241 | { |
||
1242 | "name": "twig/twig", |
||
1243 | "version": "v1.22.2", |
||
1244 | "source": { |
||
1245 | "type": "git", |
||
1246 | "url": "https://github.com/twigphp/Twig.git", |
||
1247 | "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a" |
||
1248 | }, |
||
1249 | "dist": { |
||
1250 | "type": "zip", |
||
1251 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a", |
||
1252 | "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a", |
||
1253 | "shasum": "" |
||
1254 | }, |
||
1255 | "require": { |
||
1256 | "php": ">=5.2.7" |
||
1257 | }, |
||
1258 | "require-dev": { |
||
1259 | "symfony/debug": "~2.7", |
||
1260 | "symfony/phpunit-bridge": "~2.7" |
||
1261 | }, |
||
1262 | "type": "library", |
||
1263 | "extra": { |
||
1264 | "branch-alias": { |
||
1265 | "dev-master": "1.22-dev" |
||
1266 | } |
||
1267 | }, |
||
1268 | "autoload": { |
||
1269 | "psr-0": { |
||
1270 | "Twig_": "lib/" |
||
1271 | } |
||
1272 | }, |
||
1273 | "notification-url": "https://packagist.org/downloads/", |
||
1274 | "license": [ |
||
1275 | "BSD-3-Clause" |
||
1276 | ], |
||
1277 | "authors": [ |
||
1278 | { |
||
1279 | "name": "Fabien Potencier", |
||
1280 | "email": "[email protected]", |
||
1281 | "homepage": "http://fabien.potencier.org", |
||
1282 | "role": "Lead Developer" |
||
1283 | }, |
||
1284 | { |
||
1285 | "name": "Armin Ronacher", |
||
1286 | "email": "[email protected]", |
||
1287 | "role": "Project Founder" |
||
1288 | }, |
||
1289 | { |
||
1290 | "name": "Twig Team", |
||
1291 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
1292 | "role": "Contributors" |
||
1293 | } |
||
1294 | ], |
||
1295 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
1296 | "homepage": "http://twig.sensiolabs.org", |
||
1297 | "keywords": [ |
||
1298 | "templating" |
||
1299 | ], |
||
1300 | "time": "2015-09-22 13:59:32" |
||
1301 | }, |
||
1302 | { |
||
1303 | "name": "zendframework/zend-hydrator", |
||
1304 | "version": "1.0.0", |
||
1305 | "source": { |
||
1306 | "type": "git", |
||
1307 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
1308 | "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f" |
||
1309 | }, |
||
1310 | "dist": { |
||
1311 | "type": "zip", |
||
1312 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f", |
||
1313 | "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f", |
||
1314 | "shasum": "" |
||
1315 | }, |
||
1316 | "require": { |
||
1317 | "php": ">=5.5", |
||
1318 | "zendframework/zend-stdlib": "^2.5.1" |
||
1319 | }, |
||
1320 | "require-dev": { |
||
1321 | "phpunit/phpunit": "~4.0", |
||
1322 | "squizlabs/php_codesniffer": "^2.0@dev", |
||
1323 | "zendframework/zend-eventmanager": "^2.5.1", |
||
1324 | "zendframework/zend-filter": "^2.5.1", |
||
1325 | "zendframework/zend-inputfilter": "^2.5.1", |
||
1326 | "zendframework/zend-serializer": "^2.5.1", |
||
1327 | "zendframework/zend-servicemanager": "^2.5.1" |
||
1328 | }, |
||
1329 | "suggest": { |
||
1330 | "zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage", |
||
1331 | "zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage", |
||
1332 | "zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy", |
||
1333 | "zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage" |
||
1334 | }, |
||
1335 | "type": "library", |
||
1336 | "extra": { |
||
1337 | "branch-alias": { |
||
1338 | "dev-master": "1.0-dev", |
||
1339 | "dev-develop": "1.1-dev" |
||
1340 | } |
||
1341 | }, |
||
1342 | "autoload": { |
||
1343 | "psr-4": { |
||
1344 | "Zend\\Hydrator\\": "src/" |
||
1345 | } |
||
1346 | }, |
||
1347 | "notification-url": "https://packagist.org/downloads/", |
||
1348 | "license": [ |
||
1349 | "BSD-3-Clause" |
||
1350 | ], |
||
1351 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
1352 | "keywords": [ |
||
1353 | "hydrator", |
||
1354 | "zf2" |
||
1355 | ], |
||
1356 | "time": "2015-09-17 14:06:43" |
||
1357 | }, |
||
1358 | { |
||
1359 | "name": "zendframework/zend-ldap", |
||
1360 | "version": "2.5.1", |
||
1361 | "source": { |
||
1362 | "type": "git", |
||
1363 | "url": "https://github.com/zendframework/zend-ldap.git", |
||
1364 | "reference": "c647a86224030543401634dbafd514074b49b2b6" |
||
1365 | }, |
||
1366 | "dist": { |
||
1367 | "type": "zip", |
||
1368 | "url": "https://api.github.com/repos/zendframework/zend-ldap/zipball/c647a86224030543401634dbafd514074b49b2b6", |
||
1369 | "reference": "c647a86224030543401634dbafd514074b49b2b6", |
||
1370 | "shasum": "" |
||
1371 | }, |
||
1372 | "require": { |
||
1373 | "ext-ldap": "*", |
||
1374 | "php": ">=5.3.23", |
||
1375 | "zendframework/zend-stdlib": "~2.5" |
||
1376 | }, |
||
1377 | "require-dev": { |
||
1378 | "fabpot/php-cs-fixer": "1.7.*", |
||
1379 | "phpunit/phpunit": "~4.0", |
||
1380 | "zendframework/zend-config": "~2.5", |
||
1381 | "zendframework/zend-eventmanager": "~2.5" |
||
1382 | }, |
||
1383 | "suggest": { |
||
1384 | "zendframework/zend-eventmanager": "Zend\\EventManager component" |
||
1385 | }, |
||
1386 | "type": "library", |
||
1387 | "extra": { |
||
1388 | "branch-alias": { |
||
1389 | "dev-master": "2.5-dev", |
||
1390 | "dev-develop": "2.6-dev" |
||
1391 | } |
||
1392 | }, |
||
1393 | "autoload": { |
||
1394 | "psr-4": { |
||
1395 | "Zend\\Ldap\\": "src/" |
||
1396 | } |
||
1397 | }, |
||
1398 | "notification-url": "https://packagist.org/downloads/", |
||
1399 | "license": [ |
||
1400 | "BSD-3-Clause" |
||
1401 | ], |
||
1402 | "description": "provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory", |
||
1403 | "homepage": "https://github.com/zendframework/zend-ldap", |
||
1404 | "keywords": [ |
||
1405 | "ldap", |
||
1406 | "zf2" |
||
1407 | ], |
||
1408 | "time": "2015-06-03 15:32:02" |
||
1409 | }, |
||
1410 | { |
||
1411 | "name": "zendframework/zend-stdlib", |
||
1412 | "version": "2.7.3", |
||
1413 | "source": { |
||
1414 | "type": "git", |
||
1415 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
1416 | "reference": "8ac0c77ff567fcf49b58689ee3bfa7595be102bc" |
||
1417 | }, |
||
1418 | "dist": { |
||
1419 | "type": "zip", |
||
1420 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8ac0c77ff567fcf49b58689ee3bfa7595be102bc", |
||
1421 | "reference": "8ac0c77ff567fcf49b58689ee3bfa7595be102bc", |
||
1422 | "shasum": "" |
||
1423 | }, |
||
1424 | "require": { |
||
1425 | "php": ">=5.5", |
||
1426 | "zendframework/zend-hydrator": "~1.0" |
||
1427 | }, |
||
1428 | "require-dev": { |
||
1429 | "athletic/athletic": "~0.1", |
||
1430 | "fabpot/php-cs-fixer": "1.7.*", |
||
1431 | "phpunit/phpunit": "~4.0", |
||
1432 | "zendframework/zend-config": "~2.5", |
||
1433 | "zendframework/zend-eventmanager": "~2.5", |
||
1434 | "zendframework/zend-filter": "~2.5", |
||
1435 | "zendframework/zend-inputfilter": "~2.5", |
||
1436 | "zendframework/zend-serializer": "~2.5", |
||
1437 | "zendframework/zend-servicemanager": "~2.5" |
||
1438 | }, |
||
1439 | "suggest": { |
||
1440 | "zendframework/zend-eventmanager": "To support aggregate hydrator usage", |
||
1441 | "zendframework/zend-filter": "To support naming strategy hydrator usage", |
||
1442 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
1443 | "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" |
||
1444 | }, |
||
1445 | "type": "library", |
||
1446 | "extra": { |
||
1447 | "branch-alias": { |
||
1448 | "dev-master": "2.7-dev", |
||
1449 | "dev-develop": "2.8-dev" |
||
1450 | } |
||
1451 | }, |
||
1452 | "autoload": { |
||
1453 | "psr-4": { |
||
1454 | "Zend\\Stdlib\\": "src/" |
||
1455 | } |
||
1456 | }, |
||
1457 | "notification-url": "https://packagist.org/downloads/", |
||
1458 | "license": [ |
||
1459 | "BSD-3-Clause" |
||
1460 | ], |
||
1461 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
1462 | "keywords": [ |
||
1463 | "stdlib", |
||
1464 | "zf2" |
||
1465 | ], |
||
1466 | "time": "2015-09-25 04:06:33" |
||
1467 | } |
||
1468 | ], |
||
1469 | "packages-dev": [], |
||
1470 | "aliases": [], |
||
1471 | "minimum-stability": "stable", |
||
1472 | "stability-flags": [], |
||
1473 | "prefer-stable": false, |
||
1474 | "prefer-lowest": false, |
||
1475 | "platform": { |
||
1476 | "php": ">=5.4", |
||
1477 | "ext-ldap": "*", |
||
1478 | "ext-sqlite3": "*" |
||
1479 | }, |
||
1480 | "platform-dev": [] |
||
1481 | } |
||
1482 |