This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
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": "8c8af64800cf233524d73141e7c6d396", |
||
8 | "content-hash": "96213c11cdbb801c8a2eda60120c8df2", |
||
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.6.0", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
89 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": "~5.5|~7.0" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": "~4.8|~5.0", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.6.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-4": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
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-12-31 16:37:02" |
||
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.6.1", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
225 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
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.5|~7.0" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~4.8|~5.0" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.7.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-4": { |
||
247 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
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-12-25 13:18:31" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/dbal", |
||
289 | "version": "v2.5.4", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/dbal.git", |
||
293 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
298 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "doctrine/common": ">=2.4,<2.7-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": "2016-01-05 22:11:12" |
||
357 | }, |
||
358 | { |
||
359 | "name": "doctrine/doctrine-bundle", |
||
360 | "version": "1.6.2", |
||
361 | "source": { |
||
362 | "type": "git", |
||
363 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
364 | "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9" |
||
365 | }, |
||
366 | "dist": { |
||
367 | "type": "zip", |
||
368 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9", |
||
369 | "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9", |
||
370 | "shasum": "" |
||
371 | }, |
||
372 | "require": { |
||
373 | "doctrine/dbal": "~2.3", |
||
374 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
375 | "jdorn/sql-formatter": "~1.1", |
||
376 | "php": ">=5.3.2", |
||
377 | "symfony/console": "~2.3|~3.0", |
||
378 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
379 | "symfony/framework-bundle": "~2.3|~3.0" |
||
380 | }, |
||
381 | "require-dev": { |
||
382 | "doctrine/orm": "~2.3", |
||
383 | "phpunit/phpunit": "~4", |
||
384 | "satooshi/php-coveralls": "~0.6.1", |
||
385 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
386 | "symfony/validator": "~2.2|~3.0", |
||
387 | "symfony/yaml": "~2.2|~3.0", |
||
388 | "twig/twig": "~1.10" |
||
389 | }, |
||
390 | "suggest": { |
||
391 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
392 | "symfony/web-profiler-bundle": "to use the data collector" |
||
393 | }, |
||
394 | "type": "symfony-bundle", |
||
395 | "extra": { |
||
396 | "branch-alias": { |
||
397 | "dev-master": "1.6.x-dev" |
||
398 | } |
||
399 | }, |
||
400 | "autoload": { |
||
401 | "psr-4": { |
||
402 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
403 | } |
||
404 | }, |
||
405 | "notification-url": "https://packagist.org/downloads/", |
||
406 | "license": [ |
||
407 | "MIT" |
||
408 | ], |
||
409 | "authors": [ |
||
410 | { |
||
411 | "name": "Symfony Community", |
||
412 | "homepage": "http://symfony.com/contributors" |
||
413 | }, |
||
414 | { |
||
415 | "name": "Benjamin Eberlei", |
||
416 | "email": "[email protected]" |
||
417 | }, |
||
418 | { |
||
419 | "name": "Doctrine Project", |
||
420 | "homepage": "http://www.doctrine-project.org/" |
||
421 | }, |
||
422 | { |
||
423 | "name": "Fabien Potencier", |
||
424 | "email": "[email protected]" |
||
425 | } |
||
426 | ], |
||
427 | "description": "Symfony DoctrineBundle", |
||
428 | "homepage": "http://www.doctrine-project.org", |
||
429 | "keywords": [ |
||
430 | "database", |
||
431 | "dbal", |
||
432 | "orm", |
||
433 | "persistence" |
||
434 | ], |
||
435 | "time": "2016-01-10 17:21:44" |
||
436 | }, |
||
437 | { |
||
438 | "name": "doctrine/doctrine-cache-bundle", |
||
439 | "version": "1.3.0", |
||
440 | "source": { |
||
441 | "type": "git", |
||
442 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
443 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
444 | }, |
||
445 | "dist": { |
||
446 | "type": "zip", |
||
447 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
448 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
449 | "shasum": "" |
||
450 | }, |
||
451 | "require": { |
||
452 | "doctrine/cache": "^1.4.2", |
||
453 | "doctrine/inflector": "~1.0", |
||
454 | "php": ">=5.3.2", |
||
455 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
456 | }, |
||
457 | "require-dev": { |
||
458 | "instaclick/coding-standard": "~1.1", |
||
459 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
460 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
461 | "phpunit/phpunit": "~4", |
||
462 | "predis/predis": "~0.8", |
||
463 | "satooshi/php-coveralls": "~0.6.1", |
||
464 | "squizlabs/php_codesniffer": "~1.5", |
||
465 | "symfony/console": "~2.2|~3.0", |
||
466 | "symfony/finder": "~2.2|~3.0", |
||
467 | "symfony/framework-bundle": "~2.2|~3.0", |
||
468 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
469 | "symfony/security-acl": "~2.3|~3.0", |
||
470 | "symfony/validator": "~2.2|~3.0", |
||
471 | "symfony/yaml": "~2.2|~3.0" |
||
472 | }, |
||
473 | "suggest": { |
||
474 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
475 | }, |
||
476 | "type": "symfony-bundle", |
||
477 | "extra": { |
||
478 | "branch-alias": { |
||
479 | "dev-master": "1.2.x-dev" |
||
480 | } |
||
481 | }, |
||
482 | "autoload": { |
||
483 | "psr-4": { |
||
484 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
485 | } |
||
486 | }, |
||
487 | "notification-url": "https://packagist.org/downloads/", |
||
488 | "license": [ |
||
489 | "MIT" |
||
490 | ], |
||
491 | "authors": [ |
||
492 | { |
||
493 | "name": "Symfony Community", |
||
494 | "homepage": "http://symfony.com/contributors" |
||
495 | }, |
||
496 | { |
||
497 | "name": "Benjamin Eberlei", |
||
498 | "email": "[email protected]" |
||
499 | }, |
||
500 | { |
||
501 | "name": "Fabio B. Silva", |
||
502 | "email": "[email protected]" |
||
503 | }, |
||
504 | { |
||
505 | "name": "Guilherme Blanco", |
||
506 | "email": "[email protected]" |
||
507 | }, |
||
508 | { |
||
509 | "name": "Doctrine Project", |
||
510 | "homepage": "http://www.doctrine-project.org/" |
||
511 | }, |
||
512 | { |
||
513 | "name": "Fabien Potencier", |
||
514 | "email": "[email protected]" |
||
515 | } |
||
516 | ], |
||
517 | "description": "Symfony Bundle for Doctrine Cache", |
||
518 | "homepage": "http://www.doctrine-project.org", |
||
519 | "keywords": [ |
||
520 | "cache", |
||
521 | "caching" |
||
522 | ], |
||
523 | "time": "2016-01-26 17:28:51" |
||
524 | }, |
||
525 | { |
||
526 | "name": "doctrine/inflector", |
||
527 | "version": "v1.1.0", |
||
528 | "source": { |
||
529 | "type": "git", |
||
530 | "url": "https://github.com/doctrine/inflector.git", |
||
531 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
532 | }, |
||
533 | "dist": { |
||
534 | "type": "zip", |
||
535 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
536 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
537 | "shasum": "" |
||
538 | }, |
||
539 | "require": { |
||
540 | "php": ">=5.3.2" |
||
541 | }, |
||
542 | "require-dev": { |
||
543 | "phpunit/phpunit": "4.*" |
||
544 | }, |
||
545 | "type": "library", |
||
546 | "extra": { |
||
547 | "branch-alias": { |
||
548 | "dev-master": "1.1.x-dev" |
||
549 | } |
||
550 | }, |
||
551 | "autoload": { |
||
552 | "psr-0": { |
||
553 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
554 | } |
||
555 | }, |
||
556 | "notification-url": "https://packagist.org/downloads/", |
||
557 | "license": [ |
||
558 | "MIT" |
||
559 | ], |
||
560 | "authors": [ |
||
561 | { |
||
562 | "name": "Roman Borschel", |
||
563 | "email": "[email protected]" |
||
564 | }, |
||
565 | { |
||
566 | "name": "Benjamin Eberlei", |
||
567 | "email": "[email protected]" |
||
568 | }, |
||
569 | { |
||
570 | "name": "Guilherme Blanco", |
||
571 | "email": "[email protected]" |
||
572 | }, |
||
573 | { |
||
574 | "name": "Jonathan Wage", |
||
575 | "email": "[email protected]" |
||
576 | }, |
||
577 | { |
||
578 | "name": "Johannes Schmitt", |
||
579 | "email": "[email protected]" |
||
580 | } |
||
581 | ], |
||
582 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
583 | "homepage": "http://www.doctrine-project.org", |
||
584 | "keywords": [ |
||
585 | "inflection", |
||
586 | "pluralize", |
||
587 | "singularize", |
||
588 | "string" |
||
589 | ], |
||
590 | "time": "2015-11-06 14:35:42" |
||
591 | }, |
||
592 | { |
||
593 | "name": "doctrine/instantiator", |
||
594 | "version": "1.0.5", |
||
595 | "source": { |
||
596 | "type": "git", |
||
597 | "url": "https://github.com/doctrine/instantiator.git", |
||
598 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
599 | }, |
||
600 | "dist": { |
||
601 | "type": "zip", |
||
602 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
603 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
604 | "shasum": "" |
||
605 | }, |
||
606 | "require": { |
||
607 | "php": ">=5.3,<8.0-DEV" |
||
608 | }, |
||
609 | "require-dev": { |
||
610 | "athletic/athletic": "~0.1.8", |
||
611 | "ext-pdo": "*", |
||
612 | "ext-phar": "*", |
||
613 | "phpunit/phpunit": "~4.0", |
||
614 | "squizlabs/php_codesniffer": "~2.0" |
||
615 | }, |
||
616 | "type": "library", |
||
617 | "extra": { |
||
618 | "branch-alias": { |
||
619 | "dev-master": "1.0.x-dev" |
||
620 | } |
||
621 | }, |
||
622 | "autoload": { |
||
623 | "psr-4": { |
||
624 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
625 | } |
||
626 | }, |
||
627 | "notification-url": "https://packagist.org/downloads/", |
||
628 | "license": [ |
||
629 | "MIT" |
||
630 | ], |
||
631 | "authors": [ |
||
632 | { |
||
633 | "name": "Marco Pivetta", |
||
634 | "email": "[email protected]", |
||
635 | "homepage": "http://ocramius.github.com/" |
||
636 | } |
||
637 | ], |
||
638 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
639 | "homepage": "https://github.com/doctrine/instantiator", |
||
640 | "keywords": [ |
||
641 | "constructor", |
||
642 | "instantiate" |
||
643 | ], |
||
644 | "time": "2015-06-14 21:17:01" |
||
645 | }, |
||
646 | { |
||
647 | "name": "doctrine/lexer", |
||
648 | "version": "v1.0.1", |
||
649 | "source": { |
||
650 | "type": "git", |
||
651 | "url": "https://github.com/doctrine/lexer.git", |
||
652 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
653 | }, |
||
654 | "dist": { |
||
655 | "type": "zip", |
||
656 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
657 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
658 | "shasum": "" |
||
659 | }, |
||
660 | "require": { |
||
661 | "php": ">=5.3.2" |
||
662 | }, |
||
663 | "type": "library", |
||
664 | "extra": { |
||
665 | "branch-alias": { |
||
666 | "dev-master": "1.0.x-dev" |
||
667 | } |
||
668 | }, |
||
669 | "autoload": { |
||
670 | "psr-0": { |
||
671 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
672 | } |
||
673 | }, |
||
674 | "notification-url": "https://packagist.org/downloads/", |
||
675 | "license": [ |
||
676 | "MIT" |
||
677 | ], |
||
678 | "authors": [ |
||
679 | { |
||
680 | "name": "Roman Borschel", |
||
681 | "email": "[email protected]" |
||
682 | }, |
||
683 | { |
||
684 | "name": "Guilherme Blanco", |
||
685 | "email": "[email protected]" |
||
686 | }, |
||
687 | { |
||
688 | "name": "Johannes Schmitt", |
||
689 | "email": "[email protected]" |
||
690 | } |
||
691 | ], |
||
692 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
693 | "homepage": "http://www.doctrine-project.org", |
||
694 | "keywords": [ |
||
695 | "lexer", |
||
696 | "parser" |
||
697 | ], |
||
698 | "time": "2014-09-09 13:34:57" |
||
699 | }, |
||
700 | { |
||
701 | "name": "doctrine/orm", |
||
702 | "version": "v2.5.4", |
||
703 | "source": { |
||
704 | "type": "git", |
||
705 | "url": "https://github.com/doctrine/doctrine2.git", |
||
706 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" |
||
707 | }, |
||
708 | "dist": { |
||
709 | "type": "zip", |
||
710 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
711 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
712 | "shasum": "" |
||
713 | }, |
||
714 | "require": { |
||
715 | "doctrine/cache": "~1.4", |
||
716 | "doctrine/collections": "~1.2", |
||
717 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
718 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
719 | "doctrine/instantiator": "~1.0.1", |
||
720 | "ext-pdo": "*", |
||
721 | "php": ">=5.4", |
||
722 | "symfony/console": "~2.5|~3.0" |
||
723 | }, |
||
724 | "require-dev": { |
||
725 | "phpunit/phpunit": "~4.0", |
||
726 | "symfony/yaml": "~2.3|~3.0" |
||
727 | }, |
||
728 | "suggest": { |
||
729 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
730 | }, |
||
731 | "bin": [ |
||
732 | "bin/doctrine", |
||
733 | "bin/doctrine.php" |
||
734 | ], |
||
735 | "type": "library", |
||
736 | "extra": { |
||
737 | "branch-alias": { |
||
738 | "dev-master": "2.6.x-dev" |
||
739 | } |
||
740 | }, |
||
741 | "autoload": { |
||
742 | "psr-0": { |
||
743 | "Doctrine\\ORM\\": "lib/" |
||
744 | } |
||
745 | }, |
||
746 | "notification-url": "https://packagist.org/downloads/", |
||
747 | "license": [ |
||
748 | "MIT" |
||
749 | ], |
||
750 | "authors": [ |
||
751 | { |
||
752 | "name": "Roman Borschel", |
||
753 | "email": "[email protected]" |
||
754 | }, |
||
755 | { |
||
756 | "name": "Benjamin Eberlei", |
||
757 | "email": "[email protected]" |
||
758 | }, |
||
759 | { |
||
760 | "name": "Guilherme Blanco", |
||
761 | "email": "[email protected]" |
||
762 | }, |
||
763 | { |
||
764 | "name": "Jonathan Wage", |
||
765 | "email": "[email protected]" |
||
766 | } |
||
767 | ], |
||
768 | "description": "Object-Relational-Mapper for PHP", |
||
769 | "homepage": "http://www.doctrine-project.org", |
||
770 | "keywords": [ |
||
771 | "database", |
||
772 | "orm" |
||
773 | ], |
||
774 | "time": "2016-01-05 21:34:58" |
||
775 | }, |
||
776 | { |
||
777 | "name": "incenteev/composer-parameter-handler", |
||
778 | "version": "v2.1.2", |
||
779 | "source": { |
||
780 | "type": "git", |
||
781 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
782 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
783 | }, |
||
784 | "dist": { |
||
785 | "type": "zip", |
||
786 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
787 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
788 | "shasum": "" |
||
789 | }, |
||
790 | "require": { |
||
791 | "php": ">=5.3.3", |
||
792 | "symfony/yaml": "~2.3|~3.0" |
||
793 | }, |
||
794 | "require-dev": { |
||
795 | "composer/composer": "1.0.*@dev", |
||
796 | "phpspec/prophecy-phpunit": "~1.0", |
||
797 | "symfony/filesystem": "~2.2" |
||
798 | }, |
||
799 | "type": "library", |
||
800 | "extra": { |
||
801 | "branch-alias": { |
||
802 | "dev-master": "2.1.x-dev" |
||
803 | } |
||
804 | }, |
||
805 | "autoload": { |
||
806 | "psr-4": { |
||
807 | "Incenteev\\ParameterHandler\\": "" |
||
808 | } |
||
809 | }, |
||
810 | "notification-url": "https://packagist.org/downloads/", |
||
811 | "license": [ |
||
812 | "MIT" |
||
813 | ], |
||
814 | "authors": [ |
||
815 | { |
||
816 | "name": "Christophe Coevoet", |
||
817 | "email": "[email protected]" |
||
818 | } |
||
819 | ], |
||
820 | "description": "Composer script handling your ignored parameter file", |
||
821 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
822 | "keywords": [ |
||
823 | "parameters management" |
||
824 | ], |
||
825 | "time": "2015-11-10 17:04:01" |
||
826 | }, |
||
827 | { |
||
828 | "name": "jdorn/sql-formatter", |
||
829 | "version": "v1.2.17", |
||
830 | "source": { |
||
831 | "type": "git", |
||
832 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
833 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
834 | }, |
||
835 | "dist": { |
||
836 | "type": "zip", |
||
837 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
838 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
839 | "shasum": "" |
||
840 | }, |
||
841 | "require": { |
||
842 | "php": ">=5.2.4" |
||
843 | }, |
||
844 | "require-dev": { |
||
845 | "phpunit/phpunit": "3.7.*" |
||
846 | }, |
||
847 | "type": "library", |
||
848 | "extra": { |
||
849 | "branch-alias": { |
||
850 | "dev-master": "1.3.x-dev" |
||
851 | } |
||
852 | }, |
||
853 | "autoload": { |
||
854 | "classmap": [ |
||
855 | "lib" |
||
856 | ] |
||
857 | }, |
||
858 | "notification-url": "https://packagist.org/downloads/", |
||
859 | "license": [ |
||
860 | "MIT" |
||
861 | ], |
||
862 | "authors": [ |
||
863 | { |
||
864 | "name": "Jeremy Dorn", |
||
865 | "email": "[email protected]", |
||
866 | "homepage": "http://jeremydorn.com/" |
||
867 | } |
||
868 | ], |
||
869 | "description": "a PHP SQL highlighting library", |
||
870 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
871 | "keywords": [ |
||
872 | "highlight", |
||
873 | "sql" |
||
874 | ], |
||
875 | "time": "2014-01-12 16:20:24" |
||
876 | }, |
||
877 | { |
||
878 | "name": "monolog/monolog", |
||
879 | "version": "1.19.0", |
||
880 | "source": { |
||
881 | "type": "git", |
||
882 | "url": "https://github.com/Seldaek/monolog.git", |
||
883 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf" |
||
884 | }, |
||
885 | "dist": { |
||
886 | "type": "zip", |
||
887 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
888 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
889 | "shasum": "" |
||
890 | }, |
||
891 | "require": { |
||
892 | "php": ">=5.3.0", |
||
893 | "psr/log": "~1.0" |
||
894 | }, |
||
895 | "provide": { |
||
896 | "psr/log-implementation": "1.0.0" |
||
897 | }, |
||
898 | "require-dev": { |
||
899 | "aws/aws-sdk-php": "^2.4.9", |
||
900 | "doctrine/couchdb": "~1.0@dev", |
||
901 | "graylog2/gelf-php": "~1.0", |
||
902 | "jakub-onderka/php-parallel-lint": "0.9", |
||
903 | "php-amqplib/php-amqplib": "~2.4", |
||
904 | "php-console/php-console": "^3.1.3", |
||
905 | "phpunit/phpunit": "~4.5", |
||
906 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
907 | "raven/raven": "^0.13", |
||
908 | "ruflin/elastica": ">=0.90 <3.0", |
||
909 | "swiftmailer/swiftmailer": "~5.3" |
||
910 | }, |
||
911 | "suggest": { |
||
912 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
913 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
914 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
915 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
916 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
917 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
918 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
919 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
920 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
921 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
922 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
||
923 | }, |
||
924 | "type": "library", |
||
925 | "extra": { |
||
926 | "branch-alias": { |
||
927 | "dev-master": "2.0.x-dev" |
||
928 | } |
||
929 | }, |
||
930 | "autoload": { |
||
931 | "psr-4": { |
||
932 | "Monolog\\": "src/Monolog" |
||
933 | } |
||
934 | }, |
||
935 | "notification-url": "https://packagist.org/downloads/", |
||
936 | "license": [ |
||
937 | "MIT" |
||
938 | ], |
||
939 | "authors": [ |
||
940 | { |
||
941 | "name": "Jordi Boggiano", |
||
942 | "email": "[email protected]", |
||
943 | "homepage": "http://seld.be" |
||
944 | } |
||
945 | ], |
||
946 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
947 | "homepage": "http://github.com/Seldaek/monolog", |
||
948 | "keywords": [ |
||
949 | "log", |
||
950 | "logging", |
||
951 | "psr-3" |
||
952 | ], |
||
953 | "time": "2016-04-12 18:29:35" |
||
954 | }, |
||
955 | { |
||
956 | "name": "paragonie/random_compat", |
||
957 | "version": "v1.4.1", |
||
958 | "source": { |
||
959 | "type": "git", |
||
960 | "url": "https://github.com/paragonie/random_compat.git", |
||
961 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774" |
||
962 | }, |
||
963 | "dist": { |
||
964 | "type": "zip", |
||
965 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", |
||
966 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774", |
||
967 | "shasum": "" |
||
968 | }, |
||
969 | "require": { |
||
970 | "php": ">=5.2.0" |
||
971 | }, |
||
972 | "require-dev": { |
||
973 | "phpunit/phpunit": "4.*|5.*" |
||
974 | }, |
||
975 | "suggest": { |
||
976 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
977 | }, |
||
978 | "type": "library", |
||
979 | "autoload": { |
||
980 | "files": [ |
||
981 | "lib/random.php" |
||
982 | ] |
||
983 | }, |
||
984 | "notification-url": "https://packagist.org/downloads/", |
||
985 | "license": [ |
||
986 | "MIT" |
||
987 | ], |
||
988 | "authors": [ |
||
989 | { |
||
990 | "name": "Paragon Initiative Enterprises", |
||
991 | "email": "[email protected]", |
||
992 | "homepage": "https://paragonie.com" |
||
993 | } |
||
994 | ], |
||
995 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
996 | "keywords": [ |
||
997 | "csprng", |
||
998 | "pseudorandom", |
||
999 | "random" |
||
1000 | ], |
||
1001 | "time": "2016-03-18 20:34:03" |
||
1002 | }, |
||
1003 | { |
||
1004 | "name": "psr/log", |
||
1005 | "version": "1.0.0", |
||
1006 | "source": { |
||
1007 | "type": "git", |
||
1008 | "url": "https://github.com/php-fig/log.git", |
||
1009 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
1010 | }, |
||
1011 | "dist": { |
||
1012 | "type": "zip", |
||
1013 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1014 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1015 | "shasum": "" |
||
1016 | }, |
||
1017 | "type": "library", |
||
1018 | "autoload": { |
||
1019 | "psr-0": { |
||
1020 | "Psr\\Log\\": "" |
||
1021 | } |
||
1022 | }, |
||
1023 | "notification-url": "https://packagist.org/downloads/", |
||
1024 | "license": [ |
||
1025 | "MIT" |
||
1026 | ], |
||
1027 | "authors": [ |
||
1028 | { |
||
1029 | "name": "PHP-FIG", |
||
1030 | "homepage": "http://www.php-fig.org/" |
||
1031 | } |
||
1032 | ], |
||
1033 | "description": "Common interface for logging libraries", |
||
1034 | "keywords": [ |
||
1035 | "log", |
||
1036 | "psr", |
||
1037 | "psr-3" |
||
1038 | ], |
||
1039 | "time": "2012-12-21 11:40:51" |
||
1040 | }, |
||
1041 | { |
||
1042 | "name": "sensio/distribution-bundle", |
||
1043 | "version": "v5.0.6", |
||
1044 | "source": { |
||
1045 | "type": "git", |
||
1046 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
1047 | "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0" |
||
1048 | }, |
||
1049 | "dist": { |
||
1050 | "type": "zip", |
||
1051 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ffe306d09c1f2bad721237f63b2169d1b78253d0", |
||
1052 | "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0", |
||
1053 | "shasum": "" |
||
1054 | }, |
||
1055 | "require": { |
||
1056 | "php": ">=5.3.9", |
||
1057 | "sensiolabs/security-checker": "~3.0", |
||
1058 | "symfony/class-loader": "~2.3|~3.0", |
||
1059 | "symfony/config": "~2.3|~3.0", |
||
1060 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1061 | "symfony/filesystem": "~2.3|~3.0", |
||
1062 | "symfony/http-kernel": "~2.3|~3.0", |
||
1063 | "symfony/process": "~2.3|~3.0" |
||
1064 | }, |
||
1065 | "type": "symfony-bundle", |
||
1066 | "extra": { |
||
1067 | "branch-alias": { |
||
1068 | "dev-master": "5.0.x-dev" |
||
1069 | } |
||
1070 | }, |
||
1071 | "autoload": { |
||
1072 | "psr-4": { |
||
1073 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
1074 | } |
||
1075 | }, |
||
1076 | "notification-url": "https://packagist.org/downloads/", |
||
1077 | "license": [ |
||
1078 | "MIT" |
||
1079 | ], |
||
1080 | "authors": [ |
||
1081 | { |
||
1082 | "name": "Fabien Potencier", |
||
1083 | "email": "[email protected]" |
||
1084 | } |
||
1085 | ], |
||
1086 | "description": "Base bundle for Symfony Distributions", |
||
1087 | "keywords": [ |
||
1088 | "configuration", |
||
1089 | "distribution" |
||
1090 | ], |
||
1091 | "time": "2016-04-25 20:50:31" |
||
1092 | }, |
||
1093 | { |
||
1094 | "name": "sensio/framework-extra-bundle", |
||
1095 | "version": "v3.0.16", |
||
1096 | "source": { |
||
1097 | "type": "git", |
||
1098 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
1099 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
1100 | }, |
||
1101 | "dist": { |
||
1102 | "type": "zip", |
||
1103 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
1104 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
1105 | "shasum": "" |
||
1106 | }, |
||
1107 | "require": { |
||
1108 | "doctrine/common": "~2.2", |
||
1109 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1110 | "symfony/framework-bundle": "~2.3|~3.0" |
||
1111 | }, |
||
1112 | "require-dev": { |
||
1113 | "symfony/browser-kit": "~2.3|~3.0", |
||
1114 | "symfony/dom-crawler": "~2.3|~3.0", |
||
1115 | "symfony/expression-language": "~2.4|~3.0", |
||
1116 | "symfony/finder": "~2.3|~3.0", |
||
1117 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
1118 | "symfony/security-bundle": "~2.4|~3.0", |
||
1119 | "symfony/twig-bundle": "~2.3|~3.0", |
||
1120 | "twig/twig": "~1.11|~2.0" |
||
1121 | }, |
||
1122 | "suggest": { |
||
1123 | "symfony/expression-language": "", |
||
1124 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
1125 | "symfony/security-bundle": "" |
||
1126 | }, |
||
1127 | "type": "symfony-bundle", |
||
1128 | "extra": { |
||
1129 | "branch-alias": { |
||
1130 | "dev-master": "3.0.x-dev" |
||
1131 | } |
||
1132 | }, |
||
1133 | "autoload": { |
||
1134 | "psr-4": { |
||
1135 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
1136 | } |
||
1137 | }, |
||
1138 | "notification-url": "https://packagist.org/downloads/", |
||
1139 | "license": [ |
||
1140 | "MIT" |
||
1141 | ], |
||
1142 | "authors": [ |
||
1143 | { |
||
1144 | "name": "Fabien Potencier", |
||
1145 | "email": "[email protected]" |
||
1146 | } |
||
1147 | ], |
||
1148 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
1149 | "keywords": [ |
||
1150 | "annotations", |
||
1151 | "controllers" |
||
1152 | ], |
||
1153 | "time": "2016-03-25 17:08:27" |
||
1154 | }, |
||
1155 | { |
||
1156 | "name": "sensiolabs/security-checker", |
||
1157 | "version": "v3.0.2", |
||
1158 | "source": { |
||
1159 | "type": "git", |
||
1160 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
1161 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93" |
||
1162 | }, |
||
1163 | "dist": { |
||
1164 | "type": "zip", |
||
1165 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
1166 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
1167 | "shasum": "" |
||
1168 | }, |
||
1169 | "require": { |
||
1170 | "symfony/console": "~2.0|~3.0" |
||
1171 | }, |
||
1172 | "bin": [ |
||
1173 | "security-checker" |
||
1174 | ], |
||
1175 | "type": "library", |
||
1176 | "extra": { |
||
1177 | "branch-alias": { |
||
1178 | "dev-master": "3.0-dev" |
||
1179 | } |
||
1180 | }, |
||
1181 | "autoload": { |
||
1182 | "psr-0": { |
||
1183 | "SensioLabs\\Security": "" |
||
1184 | } |
||
1185 | }, |
||
1186 | "notification-url": "https://packagist.org/downloads/", |
||
1187 | "license": [ |
||
1188 | "MIT" |
||
1189 | ], |
||
1190 | "authors": [ |
||
1191 | { |
||
1192 | "name": "Fabien Potencier", |
||
1193 | "email": "[email protected]" |
||
1194 | } |
||
1195 | ], |
||
1196 | "description": "A security checker for your composer.lock", |
||
1197 | "time": "2015-11-07 08:07:40" |
||
1198 | }, |
||
1199 | { |
||
1200 | "name": "swiftmailer/swiftmailer", |
||
1201 | "version": "v5.4.2", |
||
1202 | "source": { |
||
1203 | "type": "git", |
||
1204 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
1205 | "reference": "d8db871a54619458a805229a057ea2af33c753e8" |
||
1206 | }, |
||
1207 | "dist": { |
||
1208 | "type": "zip", |
||
1209 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", |
||
1210 | "reference": "d8db871a54619458a805229a057ea2af33c753e8", |
||
1211 | "shasum": "" |
||
1212 | }, |
||
1213 | "require": { |
||
1214 | "php": ">=5.3.3" |
||
1215 | }, |
||
1216 | "require-dev": { |
||
1217 | "mockery/mockery": "~0.9.1,<0.9.4" |
||
1218 | }, |
||
1219 | "type": "library", |
||
1220 | "extra": { |
||
1221 | "branch-alias": { |
||
1222 | "dev-master": "5.4-dev" |
||
1223 | } |
||
1224 | }, |
||
1225 | "autoload": { |
||
1226 | "files": [ |
||
1227 | "lib/swift_required.php" |
||
1228 | ] |
||
1229 | }, |
||
1230 | "notification-url": "https://packagist.org/downloads/", |
||
1231 | "license": [ |
||
1232 | "MIT" |
||
1233 | ], |
||
1234 | "authors": [ |
||
1235 | { |
||
1236 | "name": "Chris Corbyn" |
||
1237 | }, |
||
1238 | { |
||
1239 | "name": "Fabien Potencier", |
||
1240 | "email": "[email protected]" |
||
1241 | } |
||
1242 | ], |
||
1243 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
1244 | "homepage": "http://swiftmailer.org", |
||
1245 | "keywords": [ |
||
1246 | "email", |
||
1247 | "mail", |
||
1248 | "mailer" |
||
1249 | ], |
||
1250 | "time": "2016-05-01 08:45:47" |
||
1251 | }, |
||
1252 | { |
||
1253 | "name": "symfony/monolog-bundle", |
||
1254 | "version": "2.11.1", |
||
1255 | "source": { |
||
1256 | "type": "git", |
||
1257 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
1258 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" |
||
1259 | }, |
||
1260 | "dist": { |
||
1261 | "type": "zip", |
||
1262 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
1263 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
1264 | "shasum": "" |
||
1265 | }, |
||
1266 | "require": { |
||
1267 | "monolog/monolog": "~1.18", |
||
1268 | "php": ">=5.3.2", |
||
1269 | "symfony/config": "~2.3|~3.0", |
||
1270 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1271 | "symfony/http-kernel": "~2.3|~3.0", |
||
1272 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
1273 | }, |
||
1274 | "require-dev": { |
||
1275 | "phpunit/phpunit": "^4.8", |
||
1276 | "symfony/console": "~2.3|~3.0", |
||
1277 | "symfony/yaml": "~2.3|~3.0" |
||
1278 | }, |
||
1279 | "type": "symfony-bundle", |
||
1280 | "extra": { |
||
1281 | "branch-alias": { |
||
1282 | "dev-master": "2.x-dev" |
||
1283 | } |
||
1284 | }, |
||
1285 | "autoload": { |
||
1286 | "psr-4": { |
||
1287 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
1288 | } |
||
1289 | }, |
||
1290 | "notification-url": "https://packagist.org/downloads/", |
||
1291 | "license": [ |
||
1292 | "MIT" |
||
1293 | ], |
||
1294 | "authors": [ |
||
1295 | { |
||
1296 | "name": "Symfony Community", |
||
1297 | "homepage": "http://symfony.com/contributors" |
||
1298 | }, |
||
1299 | { |
||
1300 | "name": "Fabien Potencier", |
||
1301 | "email": "[email protected]" |
||
1302 | } |
||
1303 | ], |
||
1304 | "description": "Symfony MonologBundle", |
||
1305 | "homepage": "http://symfony.com", |
||
1306 | "keywords": [ |
||
1307 | "log", |
||
1308 | "logging" |
||
1309 | ], |
||
1310 | "time": "2016-04-13 16:21:01" |
||
1311 | }, |
||
1312 | { |
||
1313 | "name": "symfony/polyfill-intl-icu", |
||
1314 | "version": "v1.1.1", |
||
1315 | "source": { |
||
1316 | "type": "git", |
||
1317 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
1318 | "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942" |
||
1319 | }, |
||
1320 | "dist": { |
||
1321 | "type": "zip", |
||
1322 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942", |
||
1323 | "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942", |
||
1324 | "shasum": "" |
||
1325 | }, |
||
1326 | "require": { |
||
1327 | "php": ">=5.3.3", |
||
1328 | "symfony/intl": "~2.3|~3.0" |
||
1329 | }, |
||
1330 | "suggest": { |
||
1331 | "ext-intl": "For best performance" |
||
1332 | }, |
||
1333 | "type": "library", |
||
1334 | "extra": { |
||
1335 | "branch-alias": { |
||
1336 | "dev-master": "1.1-dev" |
||
1337 | } |
||
1338 | }, |
||
1339 | "autoload": { |
||
1340 | "files": [ |
||
1341 | "bootstrap.php" |
||
1342 | ] |
||
1343 | }, |
||
1344 | "notification-url": "https://packagist.org/downloads/", |
||
1345 | "license": [ |
||
1346 | "MIT" |
||
1347 | ], |
||
1348 | "authors": [ |
||
1349 | { |
||
1350 | "name": "Nicolas Grekas", |
||
1351 | "email": "[email protected]" |
||
1352 | }, |
||
1353 | { |
||
1354 | "name": "Symfony Community", |
||
1355 | "homepage": "https://symfony.com/contributors" |
||
1356 | } |
||
1357 | ], |
||
1358 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
1359 | "homepage": "https://symfony.com", |
||
1360 | "keywords": [ |
||
1361 | "compatibility", |
||
1362 | "icu", |
||
1363 | "intl", |
||
1364 | "polyfill", |
||
1365 | "portable", |
||
1366 | "shim" |
||
1367 | ], |
||
1368 | "time": "2016-02-26 16:18:12" |
||
1369 | }, |
||
1370 | { |
||
1371 | "name": "symfony/polyfill-mbstring", |
||
1372 | "version": "v1.1.1", |
||
1373 | "source": { |
||
1374 | "type": "git", |
||
1375 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1376 | "reference": "1289d16209491b584839022f29257ad859b8532d" |
||
1377 | }, |
||
1378 | "dist": { |
||
1379 | "type": "zip", |
||
1380 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", |
||
1381 | "reference": "1289d16209491b584839022f29257ad859b8532d", |
||
1382 | "shasum": "" |
||
1383 | }, |
||
1384 | "require": { |
||
1385 | "php": ">=5.3.3" |
||
1386 | }, |
||
1387 | "suggest": { |
||
1388 | "ext-mbstring": "For best performance" |
||
1389 | }, |
||
1390 | "type": "library", |
||
1391 | "extra": { |
||
1392 | "branch-alias": { |
||
1393 | "dev-master": "1.1-dev" |
||
1394 | } |
||
1395 | }, |
||
1396 | "autoload": { |
||
1397 | "psr-4": { |
||
1398 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1399 | }, |
||
1400 | "files": [ |
||
1401 | "bootstrap.php" |
||
1402 | ] |
||
1403 | }, |
||
1404 | "notification-url": "https://packagist.org/downloads/", |
||
1405 | "license": [ |
||
1406 | "MIT" |
||
1407 | ], |
||
1408 | "authors": [ |
||
1409 | { |
||
1410 | "name": "Nicolas Grekas", |
||
1411 | "email": "[email protected]" |
||
1412 | }, |
||
1413 | { |
||
1414 | "name": "Symfony Community", |
||
1415 | "homepage": "https://symfony.com/contributors" |
||
1416 | } |
||
1417 | ], |
||
1418 | "description": "Symfony polyfill for the Mbstring extension", |
||
1419 | "homepage": "https://symfony.com", |
||
1420 | "keywords": [ |
||
1421 | "compatibility", |
||
1422 | "mbstring", |
||
1423 | "polyfill", |
||
1424 | "portable", |
||
1425 | "shim" |
||
1426 | ], |
||
1427 | "time": "2016-01-20 09:13:37" |
||
1428 | }, |
||
1429 | { |
||
1430 | "name": "symfony/polyfill-php56", |
||
1431 | "version": "v1.1.1", |
||
1432 | "source": { |
||
1433 | "type": "git", |
||
1434 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1435 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9" |
||
1436 | }, |
||
1437 | "dist": { |
||
1438 | "type": "zip", |
||
1439 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9", |
||
1440 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9", |
||
1441 | "shasum": "" |
||
1442 | }, |
||
1443 | "require": { |
||
1444 | "php": ">=5.3.3", |
||
1445 | "symfony/polyfill-util": "~1.0" |
||
1446 | }, |
||
1447 | "type": "library", |
||
1448 | "extra": { |
||
1449 | "branch-alias": { |
||
1450 | "dev-master": "1.1-dev" |
||
1451 | } |
||
1452 | }, |
||
1453 | "autoload": { |
||
1454 | "psr-4": { |
||
1455 | "Symfony\\Polyfill\\Php56\\": "" |
||
1456 | }, |
||
1457 | "files": [ |
||
1458 | "bootstrap.php" |
||
1459 | ] |
||
1460 | }, |
||
1461 | "notification-url": "https://packagist.org/downloads/", |
||
1462 | "license": [ |
||
1463 | "MIT" |
||
1464 | ], |
||
1465 | "authors": [ |
||
1466 | { |
||
1467 | "name": "Nicolas Grekas", |
||
1468 | "email": "[email protected]" |
||
1469 | }, |
||
1470 | { |
||
1471 | "name": "Symfony Community", |
||
1472 | "homepage": "https://symfony.com/contributors" |
||
1473 | } |
||
1474 | ], |
||
1475 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1476 | "homepage": "https://symfony.com", |
||
1477 | "keywords": [ |
||
1478 | "compatibility", |
||
1479 | "polyfill", |
||
1480 | "portable", |
||
1481 | "shim" |
||
1482 | ], |
||
1483 | "time": "2016-01-20 09:13:37" |
||
1484 | }, |
||
1485 | { |
||
1486 | "name": "symfony/polyfill-php70", |
||
1487 | "version": "v1.1.1", |
||
1488 | "source": { |
||
1489 | "type": "git", |
||
1490 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
1491 | "reference": "386c1be9cad3ab531425211919e78c37971be4ce" |
||
1492 | }, |
||
1493 | "dist": { |
||
1494 | "type": "zip", |
||
1495 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce", |
||
1496 | "reference": "386c1be9cad3ab531425211919e78c37971be4ce", |
||
1497 | "shasum": "" |
||
1498 | }, |
||
1499 | "require": { |
||
1500 | "paragonie/random_compat": "~1.0", |
||
1501 | "php": ">=5.3.3" |
||
1502 | }, |
||
1503 | "type": "library", |
||
1504 | "extra": { |
||
1505 | "branch-alias": { |
||
1506 | "dev-master": "1.1-dev" |
||
1507 | } |
||
1508 | }, |
||
1509 | "autoload": { |
||
1510 | "psr-4": { |
||
1511 | "Symfony\\Polyfill\\Php70\\": "" |
||
1512 | }, |
||
1513 | "files": [ |
||
1514 | "bootstrap.php" |
||
1515 | ], |
||
1516 | "classmap": [ |
||
1517 | "Resources/stubs" |
||
1518 | ] |
||
1519 | }, |
||
1520 | "notification-url": "https://packagist.org/downloads/", |
||
1521 | "license": [ |
||
1522 | "MIT" |
||
1523 | ], |
||
1524 | "authors": [ |
||
1525 | { |
||
1526 | "name": "Nicolas Grekas", |
||
1527 | "email": "[email protected]" |
||
1528 | }, |
||
1529 | { |
||
1530 | "name": "Symfony Community", |
||
1531 | "homepage": "https://symfony.com/contributors" |
||
1532 | } |
||
1533 | ], |
||
1534 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
1535 | "homepage": "https://symfony.com", |
||
1536 | "keywords": [ |
||
1537 | "compatibility", |
||
1538 | "polyfill", |
||
1539 | "portable", |
||
1540 | "shim" |
||
1541 | ], |
||
1542 | "time": "2016-01-28 22:42:02" |
||
1543 | }, |
||
1544 | { |
||
1545 | "name": "symfony/polyfill-util", |
||
1546 | "version": "v1.1.1", |
||
1547 | "source": { |
||
1548 | "type": "git", |
||
1549 | "url": "https://github.com/symfony/polyfill-util.git", |
||
1550 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4" |
||
1551 | }, |
||
1552 | "dist": { |
||
1553 | "type": "zip", |
||
1554 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", |
||
1555 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", |
||
1556 | "shasum": "" |
||
1557 | }, |
||
1558 | "require": { |
||
1559 | "php": ">=5.3.3" |
||
1560 | }, |
||
1561 | "type": "library", |
||
1562 | "extra": { |
||
1563 | "branch-alias": { |
||
1564 | "dev-master": "1.1-dev" |
||
1565 | } |
||
1566 | }, |
||
1567 | "autoload": { |
||
1568 | "psr-4": { |
||
1569 | "Symfony\\Polyfill\\Util\\": "" |
||
1570 | } |
||
1571 | }, |
||
1572 | "notification-url": "https://packagist.org/downloads/", |
||
1573 | "license": [ |
||
1574 | "MIT" |
||
1575 | ], |
||
1576 | "authors": [ |
||
1577 | { |
||
1578 | "name": "Nicolas Grekas", |
||
1579 | "email": "[email protected]" |
||
1580 | }, |
||
1581 | { |
||
1582 | "name": "Symfony Community", |
||
1583 | "homepage": "https://symfony.com/contributors" |
||
1584 | } |
||
1585 | ], |
||
1586 | "description": "Symfony utilities for portability of PHP codes", |
||
1587 | "homepage": "https://symfony.com", |
||
1588 | "keywords": [ |
||
1589 | "compat", |
||
1590 | "compatibility", |
||
1591 | "polyfill", |
||
1592 | "shim" |
||
1593 | ], |
||
1594 | "time": "2016-01-20 09:13:37" |
||
1595 | }, |
||
1596 | { |
||
1597 | "name": "symfony/swiftmailer-bundle", |
||
1598 | "version": "v2.3.11", |
||
1599 | "source": { |
||
1600 | "type": "git", |
||
1601 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
1602 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" |
||
1603 | }, |
||
1604 | "dist": { |
||
1605 | "type": "zip", |
||
1606 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
1607 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
1608 | "shasum": "" |
||
1609 | }, |
||
1610 | "require": { |
||
1611 | "php": ">=5.3.2", |
||
1612 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
1613 | "symfony/config": "~2.3|~3.0", |
||
1614 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1615 | "symfony/http-kernel": "~2.3|~3.0", |
||
1616 | "symfony/yaml": "~2.3|~3.0" |
||
1617 | }, |
||
1618 | "require-dev": { |
||
1619 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
1620 | }, |
||
1621 | "suggest": { |
||
1622 | "psr/log": "Allows logging" |
||
1623 | }, |
||
1624 | "type": "symfony-bundle", |
||
1625 | "extra": { |
||
1626 | "branch-alias": { |
||
1627 | "dev-master": "2.3-dev" |
||
1628 | } |
||
1629 | }, |
||
1630 | "autoload": { |
||
1631 | "psr-4": { |
||
1632 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
1633 | } |
||
1634 | }, |
||
1635 | "notification-url": "https://packagist.org/downloads/", |
||
1636 | "license": [ |
||
1637 | "MIT" |
||
1638 | ], |
||
1639 | "authors": [ |
||
1640 | { |
||
1641 | "name": "Symfony Community", |
||
1642 | "homepage": "http://symfony.com/contributors" |
||
1643 | }, |
||
1644 | { |
||
1645 | "name": "Fabien Potencier", |
||
1646 | "email": "[email protected]" |
||
1647 | } |
||
1648 | ], |
||
1649 | "description": "Symfony SwiftmailerBundle", |
||
1650 | "homepage": "http://symfony.com", |
||
1651 | "time": "2016-01-15 16:41:20" |
||
1652 | }, |
||
1653 | { |
||
1654 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1655 | "version": "v3.0.5", |
||
1656 | "source": { |
||
1657 | "type": "git", |
||
1658 | "url": "https://github.com/symfony/symfony.git", |
||
1659 | "reference": "10c83b58fbb42be516377de54962a758695ad964" |
||
1660 | }, |
||
1661 | "dist": { |
||
1662 | "type": "zip", |
||
1663 | "url": "https://api.github.com/repos/symfony/symfony/zipball/10c83b58fbb42be516377de54962a758695ad964", |
||
1664 | "reference": "10c83b58fbb42be516377de54962a758695ad964", |
||
1665 | "shasum": "" |
||
1666 | }, |
||
1667 | "require": { |
||
1668 | "doctrine/common": "~2.4", |
||
1669 | "php": ">=5.5.9", |
||
1670 | "psr/log": "~1.0", |
||
1671 | "symfony/polyfill-intl-icu": "~1.0", |
||
1672 | "symfony/polyfill-mbstring": "~1.0", |
||
1673 | "symfony/polyfill-php56": "~1.0", |
||
1674 | "symfony/polyfill-php70": "~1.0", |
||
1675 | "symfony/polyfill-util": "~1.0", |
||
1676 | "twig/twig": "~1.23|~2.0" |
||
1677 | }, |
||
1678 | "conflict": { |
||
1679 | "phpdocumentor/reflection": "<1.0.7" |
||
1680 | }, |
||
1681 | "replace": { |
||
1682 | "symfony/asset": "self.version", |
||
1683 | "symfony/browser-kit": "self.version", |
||
1684 | "symfony/class-loader": "self.version", |
||
1685 | "symfony/config": "self.version", |
||
1686 | "symfony/console": "self.version", |
||
1687 | "symfony/css-selector": "self.version", |
||
1688 | "symfony/debug": "self.version", |
||
1689 | "symfony/debug-bundle": "self.version", |
||
1690 | "symfony/dependency-injection": "self.version", |
||
1691 | "symfony/doctrine-bridge": "self.version", |
||
1692 | "symfony/dom-crawler": "self.version", |
||
1693 | "symfony/event-dispatcher": "self.version", |
||
1694 | "symfony/expression-language": "self.version", |
||
1695 | "symfony/filesystem": "self.version", |
||
1696 | "symfony/finder": "self.version", |
||
1697 | "symfony/form": "self.version", |
||
1698 | "symfony/framework-bundle": "self.version", |
||
1699 | "symfony/http-foundation": "self.version", |
||
1700 | "symfony/http-kernel": "self.version", |
||
1701 | "symfony/intl": "self.version", |
||
1702 | "symfony/ldap": "self.version", |
||
1703 | "symfony/monolog-bridge": "self.version", |
||
1704 | "symfony/options-resolver": "self.version", |
||
1705 | "symfony/process": "self.version", |
||
1706 | "symfony/property-access": "self.version", |
||
1707 | "symfony/property-info": "self.version", |
||
1708 | "symfony/proxy-manager-bridge": "self.version", |
||
1709 | "symfony/routing": "self.version", |
||
1710 | "symfony/security": "self.version", |
||
1711 | "symfony/security-bundle": "self.version", |
||
1712 | "symfony/security-core": "self.version", |
||
1713 | "symfony/security-csrf": "self.version", |
||
1714 | "symfony/security-guard": "self.version", |
||
1715 | "symfony/security-http": "self.version", |
||
1716 | "symfony/serializer": "self.version", |
||
1717 | "symfony/stopwatch": "self.version", |
||
1718 | "symfony/templating": "self.version", |
||
1719 | "symfony/translation": "self.version", |
||
1720 | "symfony/twig-bridge": "self.version", |
||
1721 | "symfony/twig-bundle": "self.version", |
||
1722 | "symfony/validator": "self.version", |
||
1723 | "symfony/var-dumper": "self.version", |
||
1724 | "symfony/web-profiler-bundle": "self.version", |
||
1725 | "symfony/yaml": "self.version" |
||
1726 | }, |
||
1727 | "require-dev": { |
||
1728 | "doctrine/data-fixtures": "1.0.*", |
||
1729 | "doctrine/dbal": "~2.4", |
||
1730 | "doctrine/doctrine-bundle": "~1.4", |
||
1731 | "doctrine/orm": "~2.4,>=2.4.5", |
||
1732 | "egulias/email-validator": "~1.2", |
||
1733 | "monolog/monolog": "~1.11", |
||
1734 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
1735 | "phpdocumentor/reflection": "^1.0.7", |
||
1736 | "symfony/polyfill-apcu": "~1.1", |
||
1737 | "symfony/security-acl": "~2.8|~3.0" |
||
1738 | }, |
||
1739 | "type": "library", |
||
1740 | "extra": { |
||
1741 | "branch-alias": { |
||
1742 | "dev-master": "3.0-dev" |
||
1743 | } |
||
1744 | }, |
||
1745 | "autoload": { |
||
1746 | "psr-4": { |
||
1747 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
1748 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
1749 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
1750 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
1751 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
1752 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
1753 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
1754 | }, |
||
1755 | "classmap": [ |
||
1756 | "src/Symfony/Component/Intl/Resources/stubs" |
||
1757 | ], |
||
1758 | "exclude-from-classmap": [ |
||
1759 | "**/Tests/" |
||
1760 | ] |
||
1761 | }, |
||
1762 | "notification-url": "https://packagist.org/downloads/", |
||
1763 | "license": [ |
||
1764 | "MIT" |
||
1765 | ], |
||
1766 | "authors": [ |
||
1767 | { |
||
1768 | "name": "Fabien Potencier", |
||
1769 | "email": "[email protected]" |
||
1770 | }, |
||
1771 | { |
||
1772 | "name": "Symfony Community", |
||
1773 | "homepage": "https://symfony.com/contributors" |
||
1774 | } |
||
1775 | ], |
||
1776 | "description": "The Symfony PHP framework", |
||
1777 | "homepage": "https://symfony.com", |
||
1778 | "keywords": [ |
||
1779 | "framework" |
||
1780 | ], |
||
1781 | "time": "2016-05-03 05:58:56" |
||
1782 | }, |
||
1783 | { |
||
1784 | "name": "twig/twig", |
||
1785 | "version": "v1.24.0", |
||
1786 | "source": { |
||
1787 | "type": "git", |
||
1788 | "url": "https://github.com/twigphp/Twig.git", |
||
1789 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" |
||
1790 | }, |
||
1791 | "dist": { |
||
1792 | "type": "zip", |
||
1793 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", |
||
1794 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", |
||
1795 | "shasum": "" |
||
1796 | }, |
||
1797 | "require": { |
||
1798 | "php": ">=5.2.7" |
||
1799 | }, |
||
1800 | "require-dev": { |
||
1801 | "symfony/debug": "~2.7", |
||
1802 | "symfony/phpunit-bridge": "~2.7" |
||
1803 | }, |
||
1804 | "type": "library", |
||
1805 | "extra": { |
||
1806 | "branch-alias": { |
||
1807 | "dev-master": "1.24-dev" |
||
1808 | } |
||
1809 | }, |
||
1810 | "autoload": { |
||
1811 | "psr-0": { |
||
1812 | "Twig_": "lib/" |
||
1813 | } |
||
1814 | }, |
||
1815 | "notification-url": "https://packagist.org/downloads/", |
||
1816 | "license": [ |
||
1817 | "BSD-3-Clause" |
||
1818 | ], |
||
1819 | "authors": [ |
||
1820 | { |
||
1821 | "name": "Fabien Potencier", |
||
1822 | "email": "[email protected]", |
||
1823 | "homepage": "http://fabien.potencier.org", |
||
1824 | "role": "Lead Developer" |
||
1825 | }, |
||
1826 | { |
||
1827 | "name": "Armin Ronacher", |
||
1828 | "email": "[email protected]", |
||
1829 | "role": "Project Founder" |
||
1830 | }, |
||
1831 | { |
||
1832 | "name": "Twig Team", |
||
1833 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
1834 | "role": "Contributors" |
||
1835 | } |
||
1836 | ], |
||
1837 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
1838 | "homepage": "http://twig.sensiolabs.org", |
||
1839 | "keywords": [ |
||
1840 | "templating" |
||
1841 | ], |
||
1842 | "time": "2016-01-25 21:22:18" |
||
1843 | } |
||
1844 | ], |
||
1845 | "packages-dev": [ |
||
1846 | { |
||
1847 | "name": "myclabs/deep-copy", |
||
1848 | "version": "1.5.1", |
||
1849 | "source": { |
||
1850 | "type": "git", |
||
1851 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1852 | "reference": "a8773992b362b58498eed24bf85005f363c34771" |
||
1853 | }, |
||
1854 | "dist": { |
||
1855 | "type": "zip", |
||
1856 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771", |
||
1857 | "reference": "a8773992b362b58498eed24bf85005f363c34771", |
||
1858 | "shasum": "" |
||
1859 | }, |
||
1860 | "require": { |
||
1861 | "php": ">=5.4.0" |
||
1862 | }, |
||
1863 | "require-dev": { |
||
1864 | "doctrine/collections": "1.*", |
||
1865 | "phpunit/phpunit": "~4.1" |
||
1866 | }, |
||
1867 | "type": "library", |
||
1868 | "autoload": { |
||
1869 | "psr-4": { |
||
1870 | "DeepCopy\\": "src/DeepCopy/" |
||
1871 | } |
||
1872 | }, |
||
1873 | "notification-url": "https://packagist.org/downloads/", |
||
1874 | "license": [ |
||
1875 | "MIT" |
||
1876 | ], |
||
1877 | "description": "Create deep copies (clones) of your objects", |
||
1878 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
1879 | "keywords": [ |
||
1880 | "clone", |
||
1881 | "copy", |
||
1882 | "duplicate", |
||
1883 | "object", |
||
1884 | "object graph" |
||
1885 | ], |
||
1886 | "time": "2015-11-20 12:04:31" |
||
1887 | }, |
||
1888 | { |
||
1889 | "name": "phpdocumentor/reflection-docblock", |
||
1890 | "version": "2.0.4", |
||
1891 | "source": { |
||
1892 | "type": "git", |
||
1893 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1894 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
1895 | }, |
||
1896 | "dist": { |
||
1897 | "type": "zip", |
||
1898 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1899 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1900 | "shasum": "" |
||
1901 | }, |
||
1902 | "require": { |
||
1903 | "php": ">=5.3.3" |
||
1904 | }, |
||
1905 | "require-dev": { |
||
1906 | "phpunit/phpunit": "~4.0" |
||
1907 | }, |
||
1908 | "suggest": { |
||
1909 | "dflydev/markdown": "~1.0", |
||
1910 | "erusev/parsedown": "~1.0" |
||
1911 | }, |
||
1912 | "type": "library", |
||
1913 | "extra": { |
||
1914 | "branch-alias": { |
||
1915 | "dev-master": "2.0.x-dev" |
||
1916 | } |
||
1917 | }, |
||
1918 | "autoload": { |
||
1919 | "psr-0": { |
||
1920 | "phpDocumentor": [ |
||
1921 | "src/" |
||
1922 | ] |
||
1923 | } |
||
1924 | }, |
||
1925 | "notification-url": "https://packagist.org/downloads/", |
||
1926 | "license": [ |
||
1927 | "MIT" |
||
1928 | ], |
||
1929 | "authors": [ |
||
1930 | { |
||
1931 | "name": "Mike van Riel", |
||
1932 | "email": "[email protected]" |
||
1933 | } |
||
1934 | ], |
||
1935 | "time": "2015-02-03 12:10:50" |
||
1936 | }, |
||
1937 | { |
||
1938 | "name": "phpspec/prophecy", |
||
1939 | "version": "v1.6.0", |
||
1940 | "source": { |
||
1941 | "type": "git", |
||
1942 | "url": "https://github.com/phpspec/prophecy.git", |
||
1943 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" |
||
1944 | }, |
||
1945 | "dist": { |
||
1946 | "type": "zip", |
||
1947 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
1948 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
1949 | "shasum": "" |
||
1950 | }, |
||
1951 | "require": { |
||
1952 | "doctrine/instantiator": "^1.0.2", |
||
1953 | "php": "^5.3|^7.0", |
||
1954 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1955 | "sebastian/comparator": "~1.1", |
||
1956 | "sebastian/recursion-context": "~1.0" |
||
1957 | }, |
||
1958 | "require-dev": { |
||
1959 | "phpspec/phpspec": "~2.0" |
||
1960 | }, |
||
1961 | "type": "library", |
||
1962 | "extra": { |
||
1963 | "branch-alias": { |
||
1964 | "dev-master": "1.5.x-dev" |
||
1965 | } |
||
1966 | }, |
||
1967 | "autoload": { |
||
1968 | "psr-0": { |
||
1969 | "Prophecy\\": "src/" |
||
1970 | } |
||
1971 | }, |
||
1972 | "notification-url": "https://packagist.org/downloads/", |
||
1973 | "license": [ |
||
1974 | "MIT" |
||
1975 | ], |
||
1976 | "authors": [ |
||
1977 | { |
||
1978 | "name": "Konstantin Kudryashov", |
||
1979 | "email": "[email protected]", |
||
1980 | "homepage": "http://everzet.com" |
||
1981 | }, |
||
1982 | { |
||
1983 | "name": "Marcello Duarte", |
||
1984 | "email": "[email protected]" |
||
1985 | } |
||
1986 | ], |
||
1987 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1988 | "homepage": "https://github.com/phpspec/prophecy", |
||
1989 | "keywords": [ |
||
1990 | "Double", |
||
1991 | "Dummy", |
||
1992 | "fake", |
||
1993 | "mock", |
||
1994 | "spy", |
||
1995 | "stub" |
||
1996 | ], |
||
1997 | "time": "2016-02-15 07:46:21" |
||
1998 | }, |
||
1999 | { |
||
2000 | "name": "phpunit/php-code-coverage", |
||
2001 | "version": "3.3.1", |
||
2002 | "source": { |
||
2003 | "type": "git", |
||
2004 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2005 | "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86" |
||
2006 | }, |
||
2007 | "dist": { |
||
2008 | "type": "zip", |
||
2009 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86", |
||
2010 | "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86", |
||
2011 | "shasum": "" |
||
2012 | }, |
||
2013 | "require": { |
||
2014 | "php": "^5.6 || ^7.0", |
||
2015 | "phpunit/php-file-iterator": "~1.3", |
||
2016 | "phpunit/php-text-template": "~1.2", |
||
2017 | "phpunit/php-token-stream": "^1.4.2", |
||
2018 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
2019 | "sebastian/environment": "^1.3.2", |
||
2020 | "sebastian/version": "~1.0|~2.0" |
||
2021 | }, |
||
2022 | "require-dev": { |
||
2023 | "ext-xdebug": ">=2.1.4", |
||
2024 | "phpunit/phpunit": "~5" |
||
2025 | }, |
||
2026 | "suggest": { |
||
2027 | "ext-dom": "*", |
||
2028 | "ext-xdebug": ">=2.4.0", |
||
2029 | "ext-xmlwriter": "*" |
||
2030 | }, |
||
2031 | "type": "library", |
||
2032 | "extra": { |
||
2033 | "branch-alias": { |
||
2034 | "dev-master": "3.3.x-dev" |
||
2035 | } |
||
2036 | }, |
||
2037 | "autoload": { |
||
2038 | "classmap": [ |
||
2039 | "src/" |
||
2040 | ] |
||
2041 | }, |
||
2042 | "notification-url": "https://packagist.org/downloads/", |
||
2043 | "license": [ |
||
2044 | "BSD-3-Clause" |
||
2045 | ], |
||
2046 | "authors": [ |
||
2047 | { |
||
2048 | "name": "Sebastian Bergmann", |
||
2049 | "email": "[email protected]", |
||
2050 | "role": "lead" |
||
2051 | } |
||
2052 | ], |
||
2053 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2054 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2055 | "keywords": [ |
||
2056 | "coverage", |
||
2057 | "testing", |
||
2058 | "xunit" |
||
2059 | ], |
||
2060 | "time": "2016-04-08 08:14:53" |
||
2061 | }, |
||
2062 | { |
||
2063 | "name": "phpunit/php-file-iterator", |
||
2064 | "version": "1.4.1", |
||
2065 | "source": { |
||
2066 | "type": "git", |
||
2067 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2068 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
2069 | }, |
||
2070 | "dist": { |
||
2071 | "type": "zip", |
||
2072 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2073 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2074 | "shasum": "" |
||
2075 | }, |
||
2076 | "require": { |
||
2077 | "php": ">=5.3.3" |
||
2078 | }, |
||
2079 | "type": "library", |
||
2080 | "extra": { |
||
2081 | "branch-alias": { |
||
2082 | "dev-master": "1.4.x-dev" |
||
2083 | } |
||
2084 | }, |
||
2085 | "autoload": { |
||
2086 | "classmap": [ |
||
2087 | "src/" |
||
2088 | ] |
||
2089 | }, |
||
2090 | "notification-url": "https://packagist.org/downloads/", |
||
2091 | "license": [ |
||
2092 | "BSD-3-Clause" |
||
2093 | ], |
||
2094 | "authors": [ |
||
2095 | { |
||
2096 | "name": "Sebastian Bergmann", |
||
2097 | "email": "[email protected]", |
||
2098 | "role": "lead" |
||
2099 | } |
||
2100 | ], |
||
2101 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2102 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2103 | "keywords": [ |
||
2104 | "filesystem", |
||
2105 | "iterator" |
||
2106 | ], |
||
2107 | "time": "2015-06-21 13:08:43" |
||
2108 | }, |
||
2109 | { |
||
2110 | "name": "phpunit/php-text-template", |
||
2111 | "version": "1.2.1", |
||
2112 | "source": { |
||
2113 | "type": "git", |
||
2114 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2115 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2116 | }, |
||
2117 | "dist": { |
||
2118 | "type": "zip", |
||
2119 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2120 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2121 | "shasum": "" |
||
2122 | }, |
||
2123 | "require": { |
||
2124 | "php": ">=5.3.3" |
||
2125 | }, |
||
2126 | "type": "library", |
||
2127 | "autoload": { |
||
2128 | "classmap": [ |
||
2129 | "src/" |
||
2130 | ] |
||
2131 | }, |
||
2132 | "notification-url": "https://packagist.org/downloads/", |
||
2133 | "license": [ |
||
2134 | "BSD-3-Clause" |
||
2135 | ], |
||
2136 | "authors": [ |
||
2137 | { |
||
2138 | "name": "Sebastian Bergmann", |
||
2139 | "email": "[email protected]", |
||
2140 | "role": "lead" |
||
2141 | } |
||
2142 | ], |
||
2143 | "description": "Simple template engine.", |
||
2144 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2145 | "keywords": [ |
||
2146 | "template" |
||
2147 | ], |
||
2148 | "time": "2015-06-21 13:50:34" |
||
2149 | }, |
||
2150 | { |
||
2151 | "name": "phpunit/php-timer", |
||
2152 | "version": "1.0.7", |
||
2153 | "source": { |
||
2154 | "type": "git", |
||
2155 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2156 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
2157 | }, |
||
2158 | "dist": { |
||
2159 | "type": "zip", |
||
2160 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
2161 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
2162 | "shasum": "" |
||
2163 | }, |
||
2164 | "require": { |
||
2165 | "php": ">=5.3.3" |
||
2166 | }, |
||
2167 | "type": "library", |
||
2168 | "autoload": { |
||
2169 | "classmap": [ |
||
2170 | "src/" |
||
2171 | ] |
||
2172 | }, |
||
2173 | "notification-url": "https://packagist.org/downloads/", |
||
2174 | "license": [ |
||
2175 | "BSD-3-Clause" |
||
2176 | ], |
||
2177 | "authors": [ |
||
2178 | { |
||
2179 | "name": "Sebastian Bergmann", |
||
2180 | "email": "[email protected]", |
||
2181 | "role": "lead" |
||
2182 | } |
||
2183 | ], |
||
2184 | "description": "Utility class for timing", |
||
2185 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2186 | "keywords": [ |
||
2187 | "timer" |
||
2188 | ], |
||
2189 | "time": "2015-06-21 08:01:12" |
||
2190 | }, |
||
2191 | { |
||
2192 | "name": "phpunit/php-token-stream", |
||
2193 | "version": "1.4.8", |
||
2194 | "source": { |
||
2195 | "type": "git", |
||
2196 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2197 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
2198 | }, |
||
2199 | "dist": { |
||
2200 | "type": "zip", |
||
2201 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
2202 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
2203 | "shasum": "" |
||
2204 | }, |
||
2205 | "require": { |
||
2206 | "ext-tokenizer": "*", |
||
2207 | "php": ">=5.3.3" |
||
2208 | }, |
||
2209 | "require-dev": { |
||
2210 | "phpunit/phpunit": "~4.2" |
||
2211 | }, |
||
2212 | "type": "library", |
||
2213 | "extra": { |
||
2214 | "branch-alias": { |
||
2215 | "dev-master": "1.4-dev" |
||
2216 | } |
||
2217 | }, |
||
2218 | "autoload": { |
||
2219 | "classmap": [ |
||
2220 | "src/" |
||
2221 | ] |
||
2222 | }, |
||
2223 | "notification-url": "https://packagist.org/downloads/", |
||
2224 | "license": [ |
||
2225 | "BSD-3-Clause" |
||
2226 | ], |
||
2227 | "authors": [ |
||
2228 | { |
||
2229 | "name": "Sebastian Bergmann", |
||
2230 | "email": "[email protected]" |
||
2231 | } |
||
2232 | ], |
||
2233 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2234 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2235 | "keywords": [ |
||
2236 | "tokenizer" |
||
2237 | ], |
||
2238 | "time": "2015-09-15 10:49:45" |
||
2239 | }, |
||
2240 | { |
||
2241 | "name": "phpunit/phpunit", |
||
2242 | "version": "5.3.2", |
||
2243 | "source": { |
||
2244 | "type": "git", |
||
2245 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2246 | "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3" |
||
2247 | }, |
||
2248 | "dist": { |
||
2249 | "type": "zip", |
||
2250 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3", |
||
2251 | "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3", |
||
2252 | "shasum": "" |
||
2253 | }, |
||
2254 | "require": { |
||
2255 | "ext-dom": "*", |
||
2256 | "ext-json": "*", |
||
2257 | "ext-pcre": "*", |
||
2258 | "ext-reflection": "*", |
||
2259 | "ext-spl": "*", |
||
2260 | "myclabs/deep-copy": "~1.3", |
||
2261 | "php": "^5.6 || ^7.0", |
||
2262 | "phpspec/prophecy": "^1.3.1", |
||
2263 | "phpunit/php-code-coverage": "^3.3.0", |
||
2264 | "phpunit/php-file-iterator": "~1.4", |
||
2265 | "phpunit/php-text-template": "~1.2", |
||
2266 | "phpunit/php-timer": "^1.0.6", |
||
2267 | "phpunit/phpunit-mock-objects": "^3.1", |
||
2268 | "sebastian/comparator": "~1.1", |
||
2269 | "sebastian/diff": "~1.2", |
||
2270 | "sebastian/environment": "~1.3", |
||
2271 | "sebastian/exporter": "~1.2", |
||
2272 | "sebastian/global-state": "~1.0", |
||
2273 | "sebastian/object-enumerator": "~1.0", |
||
2274 | "sebastian/resource-operations": "~1.0", |
||
2275 | "sebastian/version": "~1.0|~2.0", |
||
2276 | "symfony/yaml": "~2.1|~3.0" |
||
2277 | }, |
||
2278 | "suggest": { |
||
2279 | "phpunit/php-invoker": "~1.1" |
||
2280 | }, |
||
2281 | "bin": [ |
||
2282 | "phpunit" |
||
2283 | ], |
||
2284 | "type": "library", |
||
2285 | "extra": { |
||
2286 | "branch-alias": { |
||
2287 | "dev-master": "5.3.x-dev" |
||
2288 | } |
||
2289 | }, |
||
2290 | "autoload": { |
||
2291 | "classmap": [ |
||
2292 | "src/" |
||
2293 | ] |
||
2294 | }, |
||
2295 | "notification-url": "https://packagist.org/downloads/", |
||
2296 | "license": [ |
||
2297 | "BSD-3-Clause" |
||
2298 | ], |
||
2299 | "authors": [ |
||
2300 | { |
||
2301 | "name": "Sebastian Bergmann", |
||
2302 | "email": "[email protected]", |
||
2303 | "role": "lead" |
||
2304 | } |
||
2305 | ], |
||
2306 | "description": "The PHP Unit Testing framework.", |
||
2307 | "homepage": "https://phpunit.de/", |
||
2308 | "keywords": [ |
||
2309 | "phpunit", |
||
2310 | "testing", |
||
2311 | "xunit" |
||
2312 | ], |
||
2313 | "time": "2016-04-12 16:20:08" |
||
2314 | }, |
||
2315 | { |
||
2316 | "name": "phpunit/phpunit-mock-objects", |
||
2317 | "version": "3.1.3", |
||
2318 | "source": { |
||
2319 | "type": "git", |
||
2320 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2321 | "reference": "151c96874bff6fe61a25039df60e776613a61489" |
||
2322 | }, |
||
2323 | "dist": { |
||
2324 | "type": "zip", |
||
2325 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489", |
||
2326 | "reference": "151c96874bff6fe61a25039df60e776613a61489", |
||
2327 | "shasum": "" |
||
2328 | }, |
||
2329 | "require": { |
||
2330 | "doctrine/instantiator": "^1.0.2", |
||
2331 | "php": ">=5.6", |
||
2332 | "phpunit/php-text-template": "~1.2", |
||
2333 | "sebastian/exporter": "~1.2" |
||
2334 | }, |
||
2335 | "require-dev": { |
||
2336 | "phpunit/phpunit": "~5" |
||
2337 | }, |
||
2338 | "suggest": { |
||
2339 | "ext-soap": "*" |
||
2340 | }, |
||
2341 | "type": "library", |
||
2342 | "extra": { |
||
2343 | "branch-alias": { |
||
2344 | "dev-master": "3.1.x-dev" |
||
2345 | } |
||
2346 | }, |
||
2347 | "autoload": { |
||
2348 | "classmap": [ |
||
2349 | "src/" |
||
2350 | ] |
||
2351 | }, |
||
2352 | "notification-url": "https://packagist.org/downloads/", |
||
2353 | "license": [ |
||
2354 | "BSD-3-Clause" |
||
2355 | ], |
||
2356 | "authors": [ |
||
2357 | { |
||
2358 | "name": "Sebastian Bergmann", |
||
2359 | "email": "[email protected]", |
||
2360 | "role": "lead" |
||
2361 | } |
||
2362 | ], |
||
2363 | "description": "Mock Object library for PHPUnit", |
||
2364 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2365 | "keywords": [ |
||
2366 | "mock", |
||
2367 | "xunit" |
||
2368 | ], |
||
2369 | "time": "2016-04-20 14:39:26" |
||
2370 | }, |
||
2371 | { |
||
2372 | "name": "sebastian/code-unit-reverse-lookup", |
||
2373 | "version": "1.0.0", |
||
2374 | "source": { |
||
2375 | "type": "git", |
||
2376 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2377 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
2378 | }, |
||
2379 | "dist": { |
||
2380 | "type": "zip", |
||
2381 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
2382 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
2383 | "shasum": "" |
||
2384 | }, |
||
2385 | "require": { |
||
2386 | "php": ">=5.6" |
||
2387 | }, |
||
2388 | "require-dev": { |
||
2389 | "phpunit/phpunit": "~5" |
||
2390 | }, |
||
2391 | "type": "library", |
||
2392 | "extra": { |
||
2393 | "branch-alias": { |
||
2394 | "dev-master": "1.0.x-dev" |
||
2395 | } |
||
2396 | }, |
||
2397 | "autoload": { |
||
2398 | "classmap": [ |
||
2399 | "src/" |
||
2400 | ] |
||
2401 | }, |
||
2402 | "notification-url": "https://packagist.org/downloads/", |
||
2403 | "license": [ |
||
2404 | "BSD-3-Clause" |
||
2405 | ], |
||
2406 | "authors": [ |
||
2407 | { |
||
2408 | "name": "Sebastian Bergmann", |
||
2409 | "email": "[email protected]" |
||
2410 | } |
||
2411 | ], |
||
2412 | "description": "Looks up which function or method a line of code belongs to", |
||
2413 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2414 | "time": "2016-02-13 06:45:14" |
||
2415 | }, |
||
2416 | { |
||
2417 | "name": "sebastian/comparator", |
||
2418 | "version": "1.2.0", |
||
2419 | "source": { |
||
2420 | "type": "git", |
||
2421 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2422 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
2423 | }, |
||
2424 | "dist": { |
||
2425 | "type": "zip", |
||
2426 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2427 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2428 | "shasum": "" |
||
2429 | }, |
||
2430 | "require": { |
||
2431 | "php": ">=5.3.3", |
||
2432 | "sebastian/diff": "~1.2", |
||
2433 | "sebastian/exporter": "~1.2" |
||
2434 | }, |
||
2435 | "require-dev": { |
||
2436 | "phpunit/phpunit": "~4.4" |
||
2437 | }, |
||
2438 | "type": "library", |
||
2439 | "extra": { |
||
2440 | "branch-alias": { |
||
2441 | "dev-master": "1.2.x-dev" |
||
2442 | } |
||
2443 | }, |
||
2444 | "autoload": { |
||
2445 | "classmap": [ |
||
2446 | "src/" |
||
2447 | ] |
||
2448 | }, |
||
2449 | "notification-url": "https://packagist.org/downloads/", |
||
2450 | "license": [ |
||
2451 | "BSD-3-Clause" |
||
2452 | ], |
||
2453 | "authors": [ |
||
2454 | { |
||
2455 | "name": "Jeff Welch", |
||
2456 | "email": "[email protected]" |
||
2457 | }, |
||
2458 | { |
||
2459 | "name": "Volker Dusch", |
||
2460 | "email": "[email protected]" |
||
2461 | }, |
||
2462 | { |
||
2463 | "name": "Bernhard Schussek", |
||
2464 | "email": "[email protected]" |
||
2465 | }, |
||
2466 | { |
||
2467 | "name": "Sebastian Bergmann", |
||
2468 | "email": "[email protected]" |
||
2469 | } |
||
2470 | ], |
||
2471 | "description": "Provides the functionality to compare PHP values for equality", |
||
2472 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2473 | "keywords": [ |
||
2474 | "comparator", |
||
2475 | "compare", |
||
2476 | "equality" |
||
2477 | ], |
||
2478 | "time": "2015-07-26 15:48:44" |
||
2479 | }, |
||
2480 | { |
||
2481 | "name": "sebastian/diff", |
||
2482 | "version": "1.4.1", |
||
2483 | "source": { |
||
2484 | "type": "git", |
||
2485 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2486 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
2487 | }, |
||
2488 | "dist": { |
||
2489 | "type": "zip", |
||
2490 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2491 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2492 | "shasum": "" |
||
2493 | }, |
||
2494 | "require": { |
||
2495 | "php": ">=5.3.3" |
||
2496 | }, |
||
2497 | "require-dev": { |
||
2498 | "phpunit/phpunit": "~4.8" |
||
2499 | }, |
||
2500 | "type": "library", |
||
2501 | "extra": { |
||
2502 | "branch-alias": { |
||
2503 | "dev-master": "1.4-dev" |
||
2504 | } |
||
2505 | }, |
||
2506 | "autoload": { |
||
2507 | "classmap": [ |
||
2508 | "src/" |
||
2509 | ] |
||
2510 | }, |
||
2511 | "notification-url": "https://packagist.org/downloads/", |
||
2512 | "license": [ |
||
2513 | "BSD-3-Clause" |
||
2514 | ], |
||
2515 | "authors": [ |
||
2516 | { |
||
2517 | "name": "Kore Nordmann", |
||
2518 | "email": "[email protected]" |
||
2519 | }, |
||
2520 | { |
||
2521 | "name": "Sebastian Bergmann", |
||
2522 | "email": "[email protected]" |
||
2523 | } |
||
2524 | ], |
||
2525 | "description": "Diff implementation", |
||
2526 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2527 | "keywords": [ |
||
2528 | "diff" |
||
2529 | ], |
||
2530 | "time": "2015-12-08 07:14:41" |
||
2531 | }, |
||
2532 | { |
||
2533 | "name": "sebastian/environment", |
||
2534 | "version": "1.3.6", |
||
2535 | "source": { |
||
2536 | "type": "git", |
||
2537 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2538 | "reference": "2292b116f43c272ff4328083096114f84ea46a56" |
||
2539 | }, |
||
2540 | "dist": { |
||
2541 | "type": "zip", |
||
2542 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/2292b116f43c272ff4328083096114f84ea46a56", |
||
2543 | "reference": "2292b116f43c272ff4328083096114f84ea46a56", |
||
2544 | "shasum": "" |
||
2545 | }, |
||
2546 | "require": { |
||
2547 | "php": ">=5.3.3" |
||
2548 | }, |
||
2549 | "require-dev": { |
||
2550 | "phpunit/phpunit": "~4.4" |
||
2551 | }, |
||
2552 | "type": "library", |
||
2553 | "extra": { |
||
2554 | "branch-alias": { |
||
2555 | "dev-master": "1.3.x-dev" |
||
2556 | } |
||
2557 | }, |
||
2558 | "autoload": { |
||
2559 | "classmap": [ |
||
2560 | "src/" |
||
2561 | ] |
||
2562 | }, |
||
2563 | "notification-url": "https://packagist.org/downloads/", |
||
2564 | "license": [ |
||
2565 | "BSD-3-Clause" |
||
2566 | ], |
||
2567 | "authors": [ |
||
2568 | { |
||
2569 | "name": "Sebastian Bergmann", |
||
2570 | "email": "[email protected]" |
||
2571 | } |
||
2572 | ], |
||
2573 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2574 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2575 | "keywords": [ |
||
2576 | "Xdebug", |
||
2577 | "environment", |
||
2578 | "hhvm" |
||
2579 | ], |
||
2580 | "time": "2016-05-04 07:59:13" |
||
2581 | }, |
||
2582 | { |
||
2583 | "name": "sebastian/exporter", |
||
2584 | "version": "1.2.1", |
||
2585 | "source": { |
||
2586 | "type": "git", |
||
2587 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2588 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
2589 | }, |
||
2590 | "dist": { |
||
2591 | "type": "zip", |
||
2592 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
2593 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
2594 | "shasum": "" |
||
2595 | }, |
||
2596 | "require": { |
||
2597 | "php": ">=5.3.3", |
||
2598 | "sebastian/recursion-context": "~1.0" |
||
2599 | }, |
||
2600 | "require-dev": { |
||
2601 | "phpunit/phpunit": "~4.4" |
||
2602 | }, |
||
2603 | "type": "library", |
||
2604 | "extra": { |
||
2605 | "branch-alias": { |
||
2606 | "dev-master": "1.2.x-dev" |
||
2607 | } |
||
2608 | }, |
||
2609 | "autoload": { |
||
2610 | "classmap": [ |
||
2611 | "src/" |
||
2612 | ] |
||
2613 | }, |
||
2614 | "notification-url": "https://packagist.org/downloads/", |
||
2615 | "license": [ |
||
2616 | "BSD-3-Clause" |
||
2617 | ], |
||
2618 | "authors": [ |
||
2619 | { |
||
2620 | "name": "Jeff Welch", |
||
2621 | "email": "[email protected]" |
||
2622 | }, |
||
2623 | { |
||
2624 | "name": "Volker Dusch", |
||
2625 | "email": "[email protected]" |
||
2626 | }, |
||
2627 | { |
||
2628 | "name": "Bernhard Schussek", |
||
2629 | "email": "[email protected]" |
||
2630 | }, |
||
2631 | { |
||
2632 | "name": "Sebastian Bergmann", |
||
2633 | "email": "[email protected]" |
||
2634 | }, |
||
2635 | { |
||
2636 | "name": "Adam Harvey", |
||
2637 | "email": "[email protected]" |
||
2638 | } |
||
2639 | ], |
||
2640 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2641 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2642 | "keywords": [ |
||
2643 | "export", |
||
2644 | "exporter" |
||
2645 | ], |
||
2646 | "time": "2015-06-21 07:55:53" |
||
2647 | }, |
||
2648 | { |
||
2649 | "name": "sebastian/global-state", |
||
2650 | "version": "1.1.1", |
||
2651 | "source": { |
||
2652 | "type": "git", |
||
2653 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2654 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
2655 | }, |
||
2656 | "dist": { |
||
2657 | "type": "zip", |
||
2658 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2659 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2660 | "shasum": "" |
||
2661 | }, |
||
2662 | "require": { |
||
2663 | "php": ">=5.3.3" |
||
2664 | }, |
||
2665 | "require-dev": { |
||
2666 | "phpunit/phpunit": "~4.2" |
||
2667 | }, |
||
2668 | "suggest": { |
||
2669 | "ext-uopz": "*" |
||
2670 | }, |
||
2671 | "type": "library", |
||
2672 | "extra": { |
||
2673 | "branch-alias": { |
||
2674 | "dev-master": "1.0-dev" |
||
2675 | } |
||
2676 | }, |
||
2677 | "autoload": { |
||
2678 | "classmap": [ |
||
2679 | "src/" |
||
2680 | ] |
||
2681 | }, |
||
2682 | "notification-url": "https://packagist.org/downloads/", |
||
2683 | "license": [ |
||
2684 | "BSD-3-Clause" |
||
2685 | ], |
||
2686 | "authors": [ |
||
2687 | { |
||
2688 | "name": "Sebastian Bergmann", |
||
2689 | "email": "[email protected]" |
||
2690 | } |
||
2691 | ], |
||
2692 | "description": "Snapshotting of global state", |
||
2693 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2694 | "keywords": [ |
||
2695 | "global state" |
||
2696 | ], |
||
2697 | "time": "2015-10-12 03:26:01" |
||
2698 | }, |
||
2699 | { |
||
2700 | "name": "sebastian/object-enumerator", |
||
2701 | "version": "1.0.0", |
||
2702 | "source": { |
||
2703 | "type": "git", |
||
2704 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2705 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
2706 | }, |
||
2707 | "dist": { |
||
2708 | "type": "zip", |
||
2709 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
2710 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
2711 | "shasum": "" |
||
2712 | }, |
||
2713 | "require": { |
||
2714 | "php": ">=5.6", |
||
2715 | "sebastian/recursion-context": "~1.0" |
||
2716 | }, |
||
2717 | "require-dev": { |
||
2718 | "phpunit/phpunit": "~5" |
||
2719 | }, |
||
2720 | "type": "library", |
||
2721 | "extra": { |
||
2722 | "branch-alias": { |
||
2723 | "dev-master": "1.0.x-dev" |
||
2724 | } |
||
2725 | }, |
||
2726 | "autoload": { |
||
2727 | "classmap": [ |
||
2728 | "src/" |
||
2729 | ] |
||
2730 | }, |
||
2731 | "notification-url": "https://packagist.org/downloads/", |
||
2732 | "license": [ |
||
2733 | "BSD-3-Clause" |
||
2734 | ], |
||
2735 | "authors": [ |
||
2736 | { |
||
2737 | "name": "Sebastian Bergmann", |
||
2738 | "email": "[email protected]" |
||
2739 | } |
||
2740 | ], |
||
2741 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2742 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2743 | "time": "2016-01-28 13:25:10" |
||
2744 | }, |
||
2745 | { |
||
2746 | "name": "sebastian/recursion-context", |
||
2747 | "version": "1.0.2", |
||
2748 | "source": { |
||
2749 | "type": "git", |
||
2750 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2751 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
2752 | }, |
||
2753 | "dist": { |
||
2754 | "type": "zip", |
||
2755 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
2756 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
2757 | "shasum": "" |
||
2758 | }, |
||
2759 | "require": { |
||
2760 | "php": ">=5.3.3" |
||
2761 | }, |
||
2762 | "require-dev": { |
||
2763 | "phpunit/phpunit": "~4.4" |
||
2764 | }, |
||
2765 | "type": "library", |
||
2766 | "extra": { |
||
2767 | "branch-alias": { |
||
2768 | "dev-master": "1.0.x-dev" |
||
2769 | } |
||
2770 | }, |
||
2771 | "autoload": { |
||
2772 | "classmap": [ |
||
2773 | "src/" |
||
2774 | ] |
||
2775 | }, |
||
2776 | "notification-url": "https://packagist.org/downloads/", |
||
2777 | "license": [ |
||
2778 | "BSD-3-Clause" |
||
2779 | ], |
||
2780 | "authors": [ |
||
2781 | { |
||
2782 | "name": "Jeff Welch", |
||
2783 | "email": "[email protected]" |
||
2784 | }, |
||
2785 | { |
||
2786 | "name": "Sebastian Bergmann", |
||
2787 | "email": "[email protected]" |
||
2788 | }, |
||
2789 | { |
||
2790 | "name": "Adam Harvey", |
||
2791 | "email": "[email protected]" |
||
2792 | } |
||
2793 | ], |
||
2794 | "description": "Provides functionality to recursively process PHP variables", |
||
2795 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2796 | "time": "2015-11-11 19:50:13" |
||
2797 | }, |
||
2798 | { |
||
2799 | "name": "sebastian/resource-operations", |
||
2800 | "version": "1.0.0", |
||
2801 | "source": { |
||
2802 | "type": "git", |
||
2803 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2804 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2805 | }, |
||
2806 | "dist": { |
||
2807 | "type": "zip", |
||
2808 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2809 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2810 | "shasum": "" |
||
2811 | }, |
||
2812 | "require": { |
||
2813 | "php": ">=5.6.0" |
||
2814 | }, |
||
2815 | "type": "library", |
||
2816 | "extra": { |
||
2817 | "branch-alias": { |
||
2818 | "dev-master": "1.0.x-dev" |
||
2819 | } |
||
2820 | }, |
||
2821 | "autoload": { |
||
2822 | "classmap": [ |
||
2823 | "src/" |
||
2824 | ] |
||
2825 | }, |
||
2826 | "notification-url": "https://packagist.org/downloads/", |
||
2827 | "license": [ |
||
2828 | "BSD-3-Clause" |
||
2829 | ], |
||
2830 | "authors": [ |
||
2831 | { |
||
2832 | "name": "Sebastian Bergmann", |
||
2833 | "email": "[email protected]" |
||
2834 | } |
||
2835 | ], |
||
2836 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2837 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2838 | "time": "2015-07-28 20:34:47" |
||
2839 | }, |
||
2840 | { |
||
2841 | "name": "sebastian/version", |
||
2842 | "version": "2.0.0", |
||
2843 | "source": { |
||
2844 | "type": "git", |
||
2845 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2846 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
2847 | }, |
||
2848 | "dist": { |
||
2849 | "type": "zip", |
||
2850 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
2851 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
2852 | "shasum": "" |
||
2853 | }, |
||
2854 | "require": { |
||
2855 | "php": ">=5.6" |
||
2856 | }, |
||
2857 | "type": "library", |
||
2858 | "extra": { |
||
2859 | "branch-alias": { |
||
2860 | "dev-master": "2.0.x-dev" |
||
2861 | } |
||
2862 | }, |
||
2863 | "autoload": { |
||
2864 | "classmap": [ |
||
2865 | "src/" |
||
2866 | ] |
||
2867 | }, |
||
2868 | "notification-url": "https://packagist.org/downloads/", |
||
2869 | "license": [ |
||
2870 | "BSD-3-Clause" |
||
2871 | ], |
||
2872 | "authors": [ |
||
2873 | { |
||
2874 | "name": "Sebastian Bergmann", |
||
2875 | "email": "[email protected]", |
||
2876 | "role": "lead" |
||
2877 | } |
||
2878 | ], |
||
2879 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2880 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2881 | "time": "2016-02-04 12:56:52" |
||
2882 | }, |
||
2883 | { |
||
2884 | "name": "sensio/generator-bundle", |
||
2885 | "version": "v3.0.6", |
||
2886 | "source": { |
||
2887 | "type": "git", |
||
2888 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
2889 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4" |
||
2890 | }, |
||
2891 | "dist": { |
||
2892 | "type": "zip", |
||
2893 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
2894 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
2895 | "shasum": "" |
||
2896 | }, |
||
2897 | "require": { |
||
2898 | "symfony/console": "~2.7|~3.0", |
||
2899 | "symfony/framework-bundle": "~2.7|~3.0", |
||
2900 | "symfony/process": "~2.7|~3.0", |
||
2901 | "symfony/yaml": "~2.7|~3.0" |
||
2902 | }, |
||
2903 | "require-dev": { |
||
2904 | "doctrine/orm": "~2.4", |
||
2905 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
2906 | "twig/twig": "~1.18" |
||
2907 | }, |
||
2908 | "type": "symfony-bundle", |
||
2909 | "extra": { |
||
2910 | "branch-alias": { |
||
2911 | "dev-master": "3.0.x-dev" |
||
2912 | } |
||
2913 | }, |
||
2914 | "autoload": { |
||
2915 | "psr-4": { |
||
2916 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
2917 | }, |
||
2918 | "exclude-from-classmap": [ |
||
2919 | "/Tests/" |
||
2920 | ] |
||
2921 | }, |
||
2922 | "notification-url": "https://packagist.org/downloads/", |
||
2923 | "license": [ |
||
2924 | "MIT" |
||
2925 | ], |
||
2926 | "authors": [ |
||
2927 | { |
||
2928 | "name": "Fabien Potencier", |
||
2929 | "email": "[email protected]" |
||
2930 | } |
||
2931 | ], |
||
2932 | "description": "This bundle generates code for you", |
||
2933 | "time": "2016-02-26 04:36:01" |
||
2934 | }, |
||
2935 | { |
||
2936 | "name": "symfony/phpunit-bridge", |
||
2937 | "version": "v3.0.5", |
||
2938 | "source": { |
||
2939 | "type": "git", |
||
2940 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
2941 | "reference": "3231629ff97abccd60f93ff900accfb5b39c8200" |
||
2942 | }, |
||
2943 | "dist": { |
||
2944 | "type": "zip", |
||
2945 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3231629ff97abccd60f93ff900accfb5b39c8200", |
||
2946 | "reference": "3231629ff97abccd60f93ff900accfb5b39c8200", |
||
2947 | "shasum": "" |
||
2948 | }, |
||
2949 | "require": { |
||
2950 | "php": ">=5.3.3" |
||
2951 | }, |
||
2952 | "suggest": { |
||
2953 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
2954 | }, |
||
2955 | "type": "symfony-bridge", |
||
2956 | "extra": { |
||
2957 | "branch-alias": { |
||
2958 | "dev-master": "3.0-dev" |
||
2959 | } |
||
2960 | }, |
||
2961 | "autoload": { |
||
2962 | "files": [ |
||
2963 | "bootstrap.php" |
||
2964 | ], |
||
2965 | "psr-4": { |
||
2966 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
2967 | }, |
||
2968 | "exclude-from-classmap": [ |
||
2969 | "/Tests/" |
||
2970 | ] |
||
2971 | }, |
||
2972 | "notification-url": "https://packagist.org/downloads/", |
||
2973 | "license": [ |
||
2974 | "MIT" |
||
2975 | ], |
||
2976 | "authors": [ |
||
2977 | { |
||
2978 | "name": "Nicolas Grekas", |
||
2979 | "email": "[email protected]" |
||
2980 | }, |
||
2981 | { |
||
2982 | "name": "Symfony Community", |
||
2983 | "homepage": "https://symfony.com/contributors" |
||
2984 | } |
||
2985 | ], |
||
2986 | "description": "Symfony PHPUnit Bridge", |
||
2987 | "homepage": "https://symfony.com", |
||
2988 | "time": "2016-04-12 18:09:53" |
||
2989 | } |
||
2990 | ], |
||
2991 | "aliases": [], |
||
2992 | "minimum-stability": "stable", |
||
2993 | "stability-flags": [], |
||
2994 | "prefer-stable": false, |
||
2995 | "prefer-lowest": false, |
||
2996 | "platform": { |
||
2997 | "php": ">=5.5.9" |
||
2998 | }, |
||
2999 | "platform-dev": [] |
||
3000 | } |
||
3001 |