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 | "content-hash": "0140f8919f928eea4743d3ed62a1ee93", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
11 | "version": "v1.2.7", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
20 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/lexer": "1.*", |
||
25 | "php": ">=5.3.2" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "doctrine/cache": "1.*", |
||
29 | "phpunit/phpunit": "4.*" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "1.3.x-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-0": { |
||
39 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Roman Borschel", |
||
49 | "email": "[email protected]" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Benjamin Eberlei", |
||
53 | "email": "[email protected]" |
||
54 | }, |
||
55 | { |
||
56 | "name": "Guilherme Blanco", |
||
57 | "email": "[email protected]" |
||
58 | }, |
||
59 | { |
||
60 | "name": "Jonathan Wage", |
||
61 | "email": "[email protected]" |
||
62 | }, |
||
63 | { |
||
64 | "name": "Johannes Schmitt", |
||
65 | "email": "[email protected]" |
||
66 | } |
||
67 | ], |
||
68 | "description": "Docblock Annotations Parser", |
||
69 | "homepage": "http://www.doctrine-project.org", |
||
70 | "keywords": [ |
||
71 | "annotations", |
||
72 | "docblock", |
||
73 | "parser" |
||
74 | ], |
||
75 | "time": "2015-08-31T12:32:49+00:00" |
||
76 | }, |
||
77 | { |
||
78 | "name": "doctrine/cache", |
||
79 | "version": "v1.6.1", |
||
80 | "source": { |
||
81 | "type": "git", |
||
82 | "url": "https://github.com/doctrine/cache.git", |
||
83 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
84 | }, |
||
85 | "dist": { |
||
86 | "type": "zip", |
||
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
88 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
89 | "shasum": "" |
||
90 | }, |
||
91 | "require": { |
||
92 | "php": "~5.5|~7.0" |
||
93 | }, |
||
94 | "conflict": { |
||
95 | "doctrine/common": ">2.2,<2.4" |
||
96 | }, |
||
97 | "require-dev": { |
||
98 | "phpunit/phpunit": "~4.8|~5.0", |
||
99 | "predis/predis": "~1.0", |
||
100 | "satooshi/php-coveralls": "~0.6" |
||
101 | }, |
||
102 | "type": "library", |
||
103 | "extra": { |
||
104 | "branch-alias": { |
||
105 | "dev-master": "1.6.x-dev" |
||
106 | } |
||
107 | }, |
||
108 | "autoload": { |
||
109 | "psr-4": { |
||
110 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
111 | } |
||
112 | }, |
||
113 | "notification-url": "https://packagist.org/downloads/", |
||
114 | "license": [ |
||
115 | "MIT" |
||
116 | ], |
||
117 | "authors": [ |
||
118 | { |
||
119 | "name": "Roman Borschel", |
||
120 | "email": "[email protected]" |
||
121 | }, |
||
122 | { |
||
123 | "name": "Benjamin Eberlei", |
||
124 | "email": "[email protected]" |
||
125 | }, |
||
126 | { |
||
127 | "name": "Guilherme Blanco", |
||
128 | "email": "[email protected]" |
||
129 | }, |
||
130 | { |
||
131 | "name": "Jonathan Wage", |
||
132 | "email": "[email protected]" |
||
133 | }, |
||
134 | { |
||
135 | "name": "Johannes Schmitt", |
||
136 | "email": "[email protected]" |
||
137 | } |
||
138 | ], |
||
139 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
140 | "homepage": "http://www.doctrine-project.org", |
||
141 | "keywords": [ |
||
142 | "cache", |
||
143 | "caching" |
||
144 | ], |
||
145 | "time": "2016-10-29T11:16:17+00:00" |
||
146 | }, |
||
147 | { |
||
148 | "name": "doctrine/collections", |
||
149 | "version": "v1.3.0", |
||
150 | "source": { |
||
151 | "type": "git", |
||
152 | "url": "https://github.com/doctrine/collections.git", |
||
153 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
154 | }, |
||
155 | "dist": { |
||
156 | "type": "zip", |
||
157 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
158 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "shasum": "" |
||
160 | }, |
||
161 | "require": { |
||
162 | "php": ">=5.3.2" |
||
163 | }, |
||
164 | "require-dev": { |
||
165 | "phpunit/phpunit": "~4.0" |
||
166 | }, |
||
167 | "type": "library", |
||
168 | "extra": { |
||
169 | "branch-alias": { |
||
170 | "dev-master": "1.2.x-dev" |
||
171 | } |
||
172 | }, |
||
173 | "autoload": { |
||
174 | "psr-0": { |
||
175 | "Doctrine\\Common\\Collections\\": "lib/" |
||
176 | } |
||
177 | }, |
||
178 | "notification-url": "https://packagist.org/downloads/", |
||
179 | "license": [ |
||
180 | "MIT" |
||
181 | ], |
||
182 | "authors": [ |
||
183 | { |
||
184 | "name": "Roman Borschel", |
||
185 | "email": "[email protected]" |
||
186 | }, |
||
187 | { |
||
188 | "name": "Benjamin Eberlei", |
||
189 | "email": "[email protected]" |
||
190 | }, |
||
191 | { |
||
192 | "name": "Guilherme Blanco", |
||
193 | "email": "[email protected]" |
||
194 | }, |
||
195 | { |
||
196 | "name": "Jonathan Wage", |
||
197 | "email": "[email protected]" |
||
198 | }, |
||
199 | { |
||
200 | "name": "Johannes Schmitt", |
||
201 | "email": "[email protected]" |
||
202 | } |
||
203 | ], |
||
204 | "description": "Collections Abstraction library", |
||
205 | "homepage": "http://www.doctrine-project.org", |
||
206 | "keywords": [ |
||
207 | "array", |
||
208 | "collections", |
||
209 | "iterator" |
||
210 | ], |
||
211 | "time": "2015-04-14T22:21:58+00:00" |
||
212 | }, |
||
213 | { |
||
214 | "name": "doctrine/common", |
||
215 | "version": "v2.6.2", |
||
216 | "source": { |
||
217 | "type": "git", |
||
218 | "url": "https://github.com/doctrine/common.git", |
||
219 | "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3" |
||
220 | }, |
||
221 | "dist": { |
||
222 | "type": "zip", |
||
223 | "url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3", |
||
224 | "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3", |
||
225 | "shasum": "" |
||
226 | }, |
||
227 | "require": { |
||
228 | "doctrine/annotations": "1.*", |
||
229 | "doctrine/cache": "1.*", |
||
230 | "doctrine/collections": "1.*", |
||
231 | "doctrine/inflector": "1.*", |
||
232 | "doctrine/lexer": "1.*", |
||
233 | "php": "~5.5|~7.0" |
||
234 | }, |
||
235 | "require-dev": { |
||
236 | "phpunit/phpunit": "~4.8|~5.0" |
||
237 | }, |
||
238 | "type": "library", |
||
239 | "extra": { |
||
240 | "branch-alias": { |
||
241 | "dev-master": "2.7.x-dev" |
||
242 | } |
||
243 | }, |
||
244 | "autoload": { |
||
245 | "psr-4": { |
||
246 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
247 | } |
||
248 | }, |
||
249 | "notification-url": "https://packagist.org/downloads/", |
||
250 | "license": [ |
||
251 | "MIT" |
||
252 | ], |
||
253 | "authors": [ |
||
254 | { |
||
255 | "name": "Roman Borschel", |
||
256 | "email": "[email protected]" |
||
257 | }, |
||
258 | { |
||
259 | "name": "Benjamin Eberlei", |
||
260 | "email": "[email protected]" |
||
261 | }, |
||
262 | { |
||
263 | "name": "Guilherme Blanco", |
||
264 | "email": "[email protected]" |
||
265 | }, |
||
266 | { |
||
267 | "name": "Jonathan Wage", |
||
268 | "email": "[email protected]" |
||
269 | }, |
||
270 | { |
||
271 | "name": "Johannes Schmitt", |
||
272 | "email": "[email protected]" |
||
273 | } |
||
274 | ], |
||
275 | "description": "Common Library for Doctrine projects", |
||
276 | "homepage": "http://www.doctrine-project.org", |
||
277 | "keywords": [ |
||
278 | "annotations", |
||
279 | "collections", |
||
280 | "eventmanager", |
||
281 | "persistence", |
||
282 | "spl" |
||
283 | ], |
||
284 | "time": "2016-11-30T16:50:46+00:00" |
||
285 | }, |
||
286 | { |
||
287 | "name": "doctrine/dbal", |
||
288 | "version": "v2.5.5", |
||
289 | "source": { |
||
290 | "type": "git", |
||
291 | "url": "https://github.com/doctrine/dbal.git", |
||
292 | "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" |
||
293 | }, |
||
294 | "dist": { |
||
295 | "type": "zip", |
||
296 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", |
||
297 | "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", |
||
298 | "shasum": "" |
||
299 | }, |
||
300 | "require": { |
||
301 | "doctrine/common": ">=2.4,<2.7-dev", |
||
302 | "php": ">=5.3.2" |
||
303 | }, |
||
304 | "require-dev": { |
||
305 | "phpunit/phpunit": "4.*", |
||
306 | "symfony/console": "2.*||^3.0" |
||
307 | }, |
||
308 | "suggest": { |
||
309 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
310 | }, |
||
311 | "bin": [ |
||
312 | "bin/doctrine-dbal" |
||
313 | ], |
||
314 | "type": "library", |
||
315 | "extra": { |
||
316 | "branch-alias": { |
||
317 | "dev-master": "2.5.x-dev" |
||
318 | } |
||
319 | }, |
||
320 | "autoload": { |
||
321 | "psr-0": { |
||
322 | "Doctrine\\DBAL\\": "lib/" |
||
323 | } |
||
324 | }, |
||
325 | "notification-url": "https://packagist.org/downloads/", |
||
326 | "license": [ |
||
327 | "MIT" |
||
328 | ], |
||
329 | "authors": [ |
||
330 | { |
||
331 | "name": "Roman Borschel", |
||
332 | "email": "[email protected]" |
||
333 | }, |
||
334 | { |
||
335 | "name": "Benjamin Eberlei", |
||
336 | "email": "[email protected]" |
||
337 | }, |
||
338 | { |
||
339 | "name": "Guilherme Blanco", |
||
340 | "email": "[email protected]" |
||
341 | }, |
||
342 | { |
||
343 | "name": "Jonathan Wage", |
||
344 | "email": "[email protected]" |
||
345 | } |
||
346 | ], |
||
347 | "description": "Database Abstraction Layer", |
||
348 | "homepage": "http://www.doctrine-project.org", |
||
349 | "keywords": [ |
||
350 | "database", |
||
351 | "dbal", |
||
352 | "persistence", |
||
353 | "queryobject" |
||
354 | ], |
||
355 | "time": "2016-09-09T19:13:33+00:00" |
||
356 | }, |
||
357 | { |
||
358 | "name": "doctrine/doctrine-bundle", |
||
359 | "version": "1.6.4", |
||
360 | "source": { |
||
361 | "type": "git", |
||
362 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
363 | "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7" |
||
364 | }, |
||
365 | "dist": { |
||
366 | "type": "zip", |
||
367 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7", |
||
368 | "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7", |
||
369 | "shasum": "" |
||
370 | }, |
||
371 | "require": { |
||
372 | "doctrine/dbal": "~2.3", |
||
373 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
374 | "jdorn/sql-formatter": "~1.1", |
||
375 | "php": ">=5.3.2", |
||
376 | "symfony/console": "~2.3|~3.0", |
||
377 | "symfony/dependency-injection": "~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/property-info": "~2.8|~3.0", |
||
387 | "symfony/validator": "~2.2|~3.0", |
||
388 | "symfony/yaml": "~2.2|~3.0", |
||
389 | "twig/twig": "~1.10" |
||
390 | }, |
||
391 | "suggest": { |
||
392 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
393 | "symfony/web-profiler-bundle": "To use the data collector." |
||
394 | }, |
||
395 | "type": "symfony-bundle", |
||
396 | "extra": { |
||
397 | "branch-alias": { |
||
398 | "dev-master": "1.6.x-dev" |
||
399 | } |
||
400 | }, |
||
401 | "autoload": { |
||
402 | "psr-4": { |
||
403 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
404 | } |
||
405 | }, |
||
406 | "notification-url": "https://packagist.org/downloads/", |
||
407 | "license": [ |
||
408 | "MIT" |
||
409 | ], |
||
410 | "authors": [ |
||
411 | { |
||
412 | "name": "Symfony Community", |
||
413 | "homepage": "http://symfony.com/contributors" |
||
414 | }, |
||
415 | { |
||
416 | "name": "Benjamin Eberlei", |
||
417 | "email": "[email protected]" |
||
418 | }, |
||
419 | { |
||
420 | "name": "Doctrine Project", |
||
421 | "homepage": "http://www.doctrine-project.org/" |
||
422 | }, |
||
423 | { |
||
424 | "name": "Fabien Potencier", |
||
425 | "email": "[email protected]" |
||
426 | } |
||
427 | ], |
||
428 | "description": "Symfony DoctrineBundle", |
||
429 | "homepage": "http://www.doctrine-project.org", |
||
430 | "keywords": [ |
||
431 | "database", |
||
432 | "dbal", |
||
433 | "orm", |
||
434 | "persistence" |
||
435 | ], |
||
436 | "time": "2016-08-10T15:35:22+00:00" |
||
437 | }, |
||
438 | { |
||
439 | "name": "doctrine/doctrine-cache-bundle", |
||
440 | "version": "1.3.0", |
||
441 | "source": { |
||
442 | "type": "git", |
||
443 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
444 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
445 | }, |
||
446 | "dist": { |
||
447 | "type": "zip", |
||
448 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
449 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
450 | "shasum": "" |
||
451 | }, |
||
452 | "require": { |
||
453 | "doctrine/cache": "^1.4.2", |
||
454 | "doctrine/inflector": "~1.0", |
||
455 | "php": ">=5.3.2", |
||
456 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
457 | }, |
||
458 | "require-dev": { |
||
459 | "instaclick/coding-standard": "~1.1", |
||
460 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
461 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
462 | "phpunit/phpunit": "~4", |
||
463 | "predis/predis": "~0.8", |
||
464 | "satooshi/php-coveralls": "~0.6.1", |
||
465 | "squizlabs/php_codesniffer": "~1.5", |
||
466 | "symfony/console": "~2.2|~3.0", |
||
467 | "symfony/finder": "~2.2|~3.0", |
||
468 | "symfony/framework-bundle": "~2.2|~3.0", |
||
469 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
470 | "symfony/security-acl": "~2.3|~3.0", |
||
471 | "symfony/validator": "~2.2|~3.0", |
||
472 | "symfony/yaml": "~2.2|~3.0" |
||
473 | }, |
||
474 | "suggest": { |
||
475 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
476 | }, |
||
477 | "type": "symfony-bundle", |
||
478 | "extra": { |
||
479 | "branch-alias": { |
||
480 | "dev-master": "1.2.x-dev" |
||
481 | } |
||
482 | }, |
||
483 | "autoload": { |
||
484 | "psr-4": { |
||
485 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
486 | } |
||
487 | }, |
||
488 | "notification-url": "https://packagist.org/downloads/", |
||
489 | "license": [ |
||
490 | "MIT" |
||
491 | ], |
||
492 | "authors": [ |
||
493 | { |
||
494 | "name": "Symfony Community", |
||
495 | "homepage": "http://symfony.com/contributors" |
||
496 | }, |
||
497 | { |
||
498 | "name": "Benjamin Eberlei", |
||
499 | "email": "[email protected]" |
||
500 | }, |
||
501 | { |
||
502 | "name": "Fabio B. Silva", |
||
503 | "email": "[email protected]" |
||
504 | }, |
||
505 | { |
||
506 | "name": "Guilherme Blanco", |
||
507 | "email": "[email protected]" |
||
508 | }, |
||
509 | { |
||
510 | "name": "Doctrine Project", |
||
511 | "homepage": "http://www.doctrine-project.org/" |
||
512 | }, |
||
513 | { |
||
514 | "name": "Fabien Potencier", |
||
515 | "email": "[email protected]" |
||
516 | } |
||
517 | ], |
||
518 | "description": "Symfony Bundle for Doctrine Cache", |
||
519 | "homepage": "http://www.doctrine-project.org", |
||
520 | "keywords": [ |
||
521 | "cache", |
||
522 | "caching" |
||
523 | ], |
||
524 | "time": "2016-01-26T17:28:51+00:00" |
||
525 | }, |
||
526 | { |
||
527 | "name": "doctrine/inflector", |
||
528 | "version": "v1.1.0", |
||
529 | "source": { |
||
530 | "type": "git", |
||
531 | "url": "https://github.com/doctrine/inflector.git", |
||
532 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
533 | }, |
||
534 | "dist": { |
||
535 | "type": "zip", |
||
536 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
537 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
538 | "shasum": "" |
||
539 | }, |
||
540 | "require": { |
||
541 | "php": ">=5.3.2" |
||
542 | }, |
||
543 | "require-dev": { |
||
544 | "phpunit/phpunit": "4.*" |
||
545 | }, |
||
546 | "type": "library", |
||
547 | "extra": { |
||
548 | "branch-alias": { |
||
549 | "dev-master": "1.1.x-dev" |
||
550 | } |
||
551 | }, |
||
552 | "autoload": { |
||
553 | "psr-0": { |
||
554 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
555 | } |
||
556 | }, |
||
557 | "notification-url": "https://packagist.org/downloads/", |
||
558 | "license": [ |
||
559 | "MIT" |
||
560 | ], |
||
561 | "authors": [ |
||
562 | { |
||
563 | "name": "Roman Borschel", |
||
564 | "email": "[email protected]" |
||
565 | }, |
||
566 | { |
||
567 | "name": "Benjamin Eberlei", |
||
568 | "email": "[email protected]" |
||
569 | }, |
||
570 | { |
||
571 | "name": "Guilherme Blanco", |
||
572 | "email": "[email protected]" |
||
573 | }, |
||
574 | { |
||
575 | "name": "Jonathan Wage", |
||
576 | "email": "[email protected]" |
||
577 | }, |
||
578 | { |
||
579 | "name": "Johannes Schmitt", |
||
580 | "email": "[email protected]" |
||
581 | } |
||
582 | ], |
||
583 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
584 | "homepage": "http://www.doctrine-project.org", |
||
585 | "keywords": [ |
||
586 | "inflection", |
||
587 | "pluralize", |
||
588 | "singularize", |
||
589 | "string" |
||
590 | ], |
||
591 | "time": "2015-11-06T14:35:42+00:00" |
||
592 | }, |
||
593 | { |
||
594 | "name": "doctrine/instantiator", |
||
595 | "version": "1.0.5", |
||
596 | "source": { |
||
597 | "type": "git", |
||
598 | "url": "https://github.com/doctrine/instantiator.git", |
||
599 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
600 | }, |
||
601 | "dist": { |
||
602 | "type": "zip", |
||
603 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
604 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
605 | "shasum": "" |
||
606 | }, |
||
607 | "require": { |
||
608 | "php": ">=5.3,<8.0-DEV" |
||
609 | }, |
||
610 | "require-dev": { |
||
611 | "athletic/athletic": "~0.1.8", |
||
612 | "ext-pdo": "*", |
||
613 | "ext-phar": "*", |
||
614 | "phpunit/phpunit": "~4.0", |
||
615 | "squizlabs/php_codesniffer": "~2.0" |
||
616 | }, |
||
617 | "type": "library", |
||
618 | "extra": { |
||
619 | "branch-alias": { |
||
620 | "dev-master": "1.0.x-dev" |
||
621 | } |
||
622 | }, |
||
623 | "autoload": { |
||
624 | "psr-4": { |
||
625 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
626 | } |
||
627 | }, |
||
628 | "notification-url": "https://packagist.org/downloads/", |
||
629 | "license": [ |
||
630 | "MIT" |
||
631 | ], |
||
632 | "authors": [ |
||
633 | { |
||
634 | "name": "Marco Pivetta", |
||
635 | "email": "[email protected]", |
||
636 | "homepage": "http://ocramius.github.com/" |
||
637 | } |
||
638 | ], |
||
639 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
640 | "homepage": "https://github.com/doctrine/instantiator", |
||
641 | "keywords": [ |
||
642 | "constructor", |
||
643 | "instantiate" |
||
644 | ], |
||
645 | "time": "2015-06-14T21:17:01+00:00" |
||
646 | }, |
||
647 | { |
||
648 | "name": "doctrine/lexer", |
||
649 | "version": "v1.0.1", |
||
650 | "source": { |
||
651 | "type": "git", |
||
652 | "url": "https://github.com/doctrine/lexer.git", |
||
653 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
654 | }, |
||
655 | "dist": { |
||
656 | "type": "zip", |
||
657 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
658 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
659 | "shasum": "" |
||
660 | }, |
||
661 | "require": { |
||
662 | "php": ">=5.3.2" |
||
663 | }, |
||
664 | "type": "library", |
||
665 | "extra": { |
||
666 | "branch-alias": { |
||
667 | "dev-master": "1.0.x-dev" |
||
668 | } |
||
669 | }, |
||
670 | "autoload": { |
||
671 | "psr-0": { |
||
672 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
673 | } |
||
674 | }, |
||
675 | "notification-url": "https://packagist.org/downloads/", |
||
676 | "license": [ |
||
677 | "MIT" |
||
678 | ], |
||
679 | "authors": [ |
||
680 | { |
||
681 | "name": "Roman Borschel", |
||
682 | "email": "[email protected]" |
||
683 | }, |
||
684 | { |
||
685 | "name": "Guilherme Blanco", |
||
686 | "email": "[email protected]" |
||
687 | }, |
||
688 | { |
||
689 | "name": "Johannes Schmitt", |
||
690 | "email": "[email protected]" |
||
691 | } |
||
692 | ], |
||
693 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
694 | "homepage": "http://www.doctrine-project.org", |
||
695 | "keywords": [ |
||
696 | "lexer", |
||
697 | "parser" |
||
698 | ], |
||
699 | "time": "2014-09-09T13:34:57+00:00" |
||
700 | }, |
||
701 | { |
||
702 | "name": "doctrine/orm", |
||
703 | "version": "v2.5.5", |
||
704 | "source": { |
||
705 | "type": "git", |
||
706 | "url": "https://github.com/doctrine/doctrine2.git", |
||
707 | "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" |
||
708 | }, |
||
709 | "dist": { |
||
710 | "type": "zip", |
||
711 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", |
||
712 | "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", |
||
713 | "shasum": "" |
||
714 | }, |
||
715 | "require": { |
||
716 | "doctrine/cache": "~1.4", |
||
717 | "doctrine/collections": "~1.2", |
||
718 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
719 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
720 | "doctrine/instantiator": "~1.0.1", |
||
721 | "ext-pdo": "*", |
||
722 | "php": ">=5.4", |
||
723 | "symfony/console": "~2.5|~3.0" |
||
724 | }, |
||
725 | "require-dev": { |
||
726 | "phpunit/phpunit": "~4.0", |
||
727 | "symfony/yaml": "~2.3|~3.0" |
||
728 | }, |
||
729 | "suggest": { |
||
730 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
731 | }, |
||
732 | "bin": [ |
||
733 | "bin/doctrine", |
||
734 | "bin/doctrine.php" |
||
735 | ], |
||
736 | "type": "library", |
||
737 | "extra": { |
||
738 | "branch-alias": { |
||
739 | "dev-master": "2.6.x-dev" |
||
740 | } |
||
741 | }, |
||
742 | "autoload": { |
||
743 | "psr-0": { |
||
744 | "Doctrine\\ORM\\": "lib/" |
||
745 | } |
||
746 | }, |
||
747 | "notification-url": "https://packagist.org/downloads/", |
||
748 | "license": [ |
||
749 | "MIT" |
||
750 | ], |
||
751 | "authors": [ |
||
752 | { |
||
753 | "name": "Roman Borschel", |
||
754 | "email": "[email protected]" |
||
755 | }, |
||
756 | { |
||
757 | "name": "Benjamin Eberlei", |
||
758 | "email": "[email protected]" |
||
759 | }, |
||
760 | { |
||
761 | "name": "Guilherme Blanco", |
||
762 | "email": "[email protected]" |
||
763 | }, |
||
764 | { |
||
765 | "name": "Jonathan Wage", |
||
766 | "email": "[email protected]" |
||
767 | } |
||
768 | ], |
||
769 | "description": "Object-Relational-Mapper for PHP", |
||
770 | "homepage": "http://www.doctrine-project.org", |
||
771 | "keywords": [ |
||
772 | "database", |
||
773 | "orm" |
||
774 | ], |
||
775 | "time": "2016-09-10T18:51:13+00:00" |
||
776 | }, |
||
777 | { |
||
778 | "name": "guzzlehttp/guzzle", |
||
779 | "version": "6.2.2", |
||
780 | "source": { |
||
781 | "type": "git", |
||
782 | "url": "https://github.com/guzzle/guzzle.git", |
||
783 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
||
784 | }, |
||
785 | "dist": { |
||
786 | "type": "zip", |
||
787 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
788 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
789 | "shasum": "" |
||
790 | }, |
||
791 | "require": { |
||
792 | "guzzlehttp/promises": "^1.0", |
||
793 | "guzzlehttp/psr7": "^1.3.1", |
||
794 | "php": ">=5.5" |
||
795 | }, |
||
796 | "require-dev": { |
||
797 | "ext-curl": "*", |
||
798 | "phpunit/phpunit": "^4.0", |
||
799 | "psr/log": "^1.0" |
||
800 | }, |
||
801 | "type": "library", |
||
802 | "extra": { |
||
803 | "branch-alias": { |
||
804 | "dev-master": "6.2-dev" |
||
805 | } |
||
806 | }, |
||
807 | "autoload": { |
||
808 | "files": [ |
||
809 | "src/functions_include.php" |
||
810 | ], |
||
811 | "psr-4": { |
||
812 | "GuzzleHttp\\": "src/" |
||
813 | } |
||
814 | }, |
||
815 | "notification-url": "https://packagist.org/downloads/", |
||
816 | "license": [ |
||
817 | "MIT" |
||
818 | ], |
||
819 | "authors": [ |
||
820 | { |
||
821 | "name": "Michael Dowling", |
||
822 | "email": "[email protected]", |
||
823 | "homepage": "https://github.com/mtdowling" |
||
824 | } |
||
825 | ], |
||
826 | "description": "Guzzle is a PHP HTTP client library", |
||
827 | "homepage": "http://guzzlephp.org/", |
||
828 | "keywords": [ |
||
829 | "client", |
||
830 | "curl", |
||
831 | "framework", |
||
832 | "http", |
||
833 | "http client", |
||
834 | "rest", |
||
835 | "web service" |
||
836 | ], |
||
837 | "time": "2016-10-08T15:01:37+00:00" |
||
838 | }, |
||
839 | { |
||
840 | "name": "guzzlehttp/promises", |
||
841 | "version": "v1.3.1", |
||
842 | "source": { |
||
843 | "type": "git", |
||
844 | "url": "https://github.com/guzzle/promises.git", |
||
845 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
846 | }, |
||
847 | "dist": { |
||
848 | "type": "zip", |
||
849 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
850 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
851 | "shasum": "" |
||
852 | }, |
||
853 | "require": { |
||
854 | "php": ">=5.5.0" |
||
855 | }, |
||
856 | "require-dev": { |
||
857 | "phpunit/phpunit": "^4.0" |
||
858 | }, |
||
859 | "type": "library", |
||
860 | "extra": { |
||
861 | "branch-alias": { |
||
862 | "dev-master": "1.4-dev" |
||
863 | } |
||
864 | }, |
||
865 | "autoload": { |
||
866 | "psr-4": { |
||
867 | "GuzzleHttp\\Promise\\": "src/" |
||
868 | }, |
||
869 | "files": [ |
||
870 | "src/functions_include.php" |
||
871 | ] |
||
872 | }, |
||
873 | "notification-url": "https://packagist.org/downloads/", |
||
874 | "license": [ |
||
875 | "MIT" |
||
876 | ], |
||
877 | "authors": [ |
||
878 | { |
||
879 | "name": "Michael Dowling", |
||
880 | "email": "[email protected]", |
||
881 | "homepage": "https://github.com/mtdowling" |
||
882 | } |
||
883 | ], |
||
884 | "description": "Guzzle promises library", |
||
885 | "keywords": [ |
||
886 | "promise" |
||
887 | ], |
||
888 | "time": "2016-12-20T10:07:11+00:00" |
||
889 | }, |
||
890 | { |
||
891 | "name": "guzzlehttp/psr7", |
||
892 | "version": "1.3.1", |
||
893 | "source": { |
||
894 | "type": "git", |
||
895 | "url": "https://github.com/guzzle/psr7.git", |
||
896 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
||
897 | }, |
||
898 | "dist": { |
||
899 | "type": "zip", |
||
900 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
901 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
902 | "shasum": "" |
||
903 | }, |
||
904 | "require": { |
||
905 | "php": ">=5.4.0", |
||
906 | "psr/http-message": "~1.0" |
||
907 | }, |
||
908 | "provide": { |
||
909 | "psr/http-message-implementation": "1.0" |
||
910 | }, |
||
911 | "require-dev": { |
||
912 | "phpunit/phpunit": "~4.0" |
||
913 | }, |
||
914 | "type": "library", |
||
915 | "extra": { |
||
916 | "branch-alias": { |
||
917 | "dev-master": "1.4-dev" |
||
918 | } |
||
919 | }, |
||
920 | "autoload": { |
||
921 | "psr-4": { |
||
922 | "GuzzleHttp\\Psr7\\": "src/" |
||
923 | }, |
||
924 | "files": [ |
||
925 | "src/functions_include.php" |
||
926 | ] |
||
927 | }, |
||
928 | "notification-url": "https://packagist.org/downloads/", |
||
929 | "license": [ |
||
930 | "MIT" |
||
931 | ], |
||
932 | "authors": [ |
||
933 | { |
||
934 | "name": "Michael Dowling", |
||
935 | "email": "[email protected]", |
||
936 | "homepage": "https://github.com/mtdowling" |
||
937 | } |
||
938 | ], |
||
939 | "description": "PSR-7 message implementation", |
||
940 | "keywords": [ |
||
941 | "http", |
||
942 | "message", |
||
943 | "stream", |
||
944 | "uri" |
||
945 | ], |
||
946 | "time": "2016-06-24T23:00:38+00:00" |
||
947 | }, |
||
948 | { |
||
949 | "name": "incenteev/composer-parameter-handler", |
||
950 | "version": "v2.1.2", |
||
951 | "source": { |
||
952 | "type": "git", |
||
953 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
954 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
955 | }, |
||
956 | "dist": { |
||
957 | "type": "zip", |
||
958 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
959 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
960 | "shasum": "" |
||
961 | }, |
||
962 | "require": { |
||
963 | "php": ">=5.3.3", |
||
964 | "symfony/yaml": "~2.3|~3.0" |
||
965 | }, |
||
966 | "require-dev": { |
||
967 | "composer/composer": "1.0.*@dev", |
||
968 | "phpspec/prophecy-phpunit": "~1.0", |
||
969 | "symfony/filesystem": "~2.2" |
||
970 | }, |
||
971 | "type": "library", |
||
972 | "extra": { |
||
973 | "branch-alias": { |
||
974 | "dev-master": "2.1.x-dev" |
||
975 | } |
||
976 | }, |
||
977 | "autoload": { |
||
978 | "psr-4": { |
||
979 | "Incenteev\\ParameterHandler\\": "" |
||
980 | } |
||
981 | }, |
||
982 | "notification-url": "https://packagist.org/downloads/", |
||
983 | "license": [ |
||
984 | "MIT" |
||
985 | ], |
||
986 | "authors": [ |
||
987 | { |
||
988 | "name": "Christophe Coevoet", |
||
989 | "email": "[email protected]" |
||
990 | } |
||
991 | ], |
||
992 | "description": "Composer script handling your ignored parameter file", |
||
993 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
994 | "keywords": [ |
||
995 | "parameters management" |
||
996 | ], |
||
997 | "time": "2015-11-10T17:04:01+00:00" |
||
998 | }, |
||
999 | { |
||
1000 | "name": "jdorn/sql-formatter", |
||
1001 | "version": "v1.2.17", |
||
1002 | "source": { |
||
1003 | "type": "git", |
||
1004 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1005 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1006 | }, |
||
1007 | "dist": { |
||
1008 | "type": "zip", |
||
1009 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1010 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1011 | "shasum": "" |
||
1012 | }, |
||
1013 | "require": { |
||
1014 | "php": ">=5.2.4" |
||
1015 | }, |
||
1016 | "require-dev": { |
||
1017 | "phpunit/phpunit": "3.7.*" |
||
1018 | }, |
||
1019 | "type": "library", |
||
1020 | "extra": { |
||
1021 | "branch-alias": { |
||
1022 | "dev-master": "1.3.x-dev" |
||
1023 | } |
||
1024 | }, |
||
1025 | "autoload": { |
||
1026 | "classmap": [ |
||
1027 | "lib" |
||
1028 | ] |
||
1029 | }, |
||
1030 | "notification-url": "https://packagist.org/downloads/", |
||
1031 | "license": [ |
||
1032 | "MIT" |
||
1033 | ], |
||
1034 | "authors": [ |
||
1035 | { |
||
1036 | "name": "Jeremy Dorn", |
||
1037 | "email": "[email protected]", |
||
1038 | "homepage": "http://jeremydorn.com/" |
||
1039 | } |
||
1040 | ], |
||
1041 | "description": "a PHP SQL highlighting library", |
||
1042 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1043 | "keywords": [ |
||
1044 | "highlight", |
||
1045 | "sql" |
||
1046 | ], |
||
1047 | "time": "2014-01-12T16:20:24+00:00" |
||
1048 | }, |
||
1049 | { |
||
1050 | "name": "kevinrob/guzzle-cache-middleware", |
||
1051 | "version": "v1.5.2", |
||
1052 | "source": { |
||
1053 | "type": "git", |
||
1054 | "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git", |
||
1055 | "reference": "2893fff87ef9f7f2c669957f5e446beea48d7a1d" |
||
1056 | }, |
||
1057 | "dist": { |
||
1058 | "type": "zip", |
||
1059 | "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/2893fff87ef9f7f2c669957f5e446beea48d7a1d", |
||
1060 | "reference": "2893fff87ef9f7f2c669957f5e446beea48d7a1d", |
||
1061 | "shasum": "" |
||
1062 | }, |
||
1063 | "require": { |
||
1064 | "php": ">=5.5.0" |
||
1065 | }, |
||
1066 | "require-dev": { |
||
1067 | "cache/array-adapter": "^0.4", |
||
1068 | "doctrine/cache": "^1.0", |
||
1069 | "guzzlehttp/guzzle": "^6.0", |
||
1070 | "illuminate/cache": "^5.0", |
||
1071 | "league/flysystem": "^1.0", |
||
1072 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
1073 | "psr/cache": "^1.0" |
||
1074 | }, |
||
1075 | "suggest": { |
||
1076 | "doctrine/cache": "This library have a lot of ready-to-use cache storage (to be use with Kevinrob\\GuzzleCache\\Storage\\DoctrineCacheStorage)", |
||
1077 | "guzzlehttp/guzzle": "For using this library. It was created for Guzzle6. (but you can use it with any PSR-7 HTTP Client)", |
||
1078 | "laravel/framework": "To be use with Kevinrob\\GuzzleCache\\Storage\\LaravelCacheStorage", |
||
1079 | "league/flysystem": "To be use with Kevinrob\\GuzzleCache\\Storage\\FlysystemStorage", |
||
1080 | "psr/cache": "To be use with Kevinrob\\GuzzleCache\\Storage\\Psr6CacheStorage" |
||
1081 | }, |
||
1082 | "type": "library", |
||
1083 | "autoload": { |
||
1084 | "psr-4": { |
||
1085 | "Kevinrob\\GuzzleCache\\": [ |
||
1086 | "src/", |
||
1087 | "tests/" |
||
1088 | ] |
||
1089 | } |
||
1090 | }, |
||
1091 | "notification-url": "https://packagist.org/downloads/", |
||
1092 | "license": [ |
||
1093 | "MIT" |
||
1094 | ], |
||
1095 | "authors": [ |
||
1096 | { |
||
1097 | "name": "Kevin Robatel", |
||
1098 | "email": "[email protected]", |
||
1099 | "homepage": "https://github.com/Kevinrob" |
||
1100 | } |
||
1101 | ], |
||
1102 | "description": "A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)", |
||
1103 | "homepage": "https://github.com/Kevinrob/guzzle-cache-middleware", |
||
1104 | "keywords": [ |
||
1105 | "Etag", |
||
1106 | "Flysystem", |
||
1107 | "Guzzle", |
||
1108 | "cache", |
||
1109 | "cache-control", |
||
1110 | "doctrine", |
||
1111 | "expiration", |
||
1112 | "guzzle6", |
||
1113 | "handler", |
||
1114 | "http", |
||
1115 | "http 1.1", |
||
1116 | "middleware", |
||
1117 | "performance", |
||
1118 | "php", |
||
1119 | "promise", |
||
1120 | "psr6", |
||
1121 | "psr7", |
||
1122 | "rfc7234", |
||
1123 | "validation" |
||
1124 | ], |
||
1125 | "time": "2017-01-16T07:02:13+00:00" |
||
1126 | }, |
||
1127 | { |
||
1128 | "name": "monolog/monolog", |
||
1129 | "version": "1.22.0", |
||
1130 | "source": { |
||
1131 | "type": "git", |
||
1132 | "url": "https://github.com/Seldaek/monolog.git", |
||
1133 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" |
||
1134 | }, |
||
1135 | "dist": { |
||
1136 | "type": "zip", |
||
1137 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", |
||
1138 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", |
||
1139 | "shasum": "" |
||
1140 | }, |
||
1141 | "require": { |
||
1142 | "php": ">=5.3.0", |
||
1143 | "psr/log": "~1.0" |
||
1144 | }, |
||
1145 | "provide": { |
||
1146 | "psr/log-implementation": "1.0.0" |
||
1147 | }, |
||
1148 | "require-dev": { |
||
1149 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1150 | "doctrine/couchdb": "~1.0@dev", |
||
1151 | "graylog2/gelf-php": "~1.0", |
||
1152 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1153 | "php-amqplib/php-amqplib": "~2.4", |
||
1154 | "php-console/php-console": "^3.1.3", |
||
1155 | "phpunit/phpunit": "~4.5", |
||
1156 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1157 | "ruflin/elastica": ">=0.90 <3.0", |
||
1158 | "sentry/sentry": "^0.13", |
||
1159 | "swiftmailer/swiftmailer": "~5.3" |
||
1160 | }, |
||
1161 | "suggest": { |
||
1162 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1163 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1164 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1165 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1166 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1167 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1168 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1169 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1170 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1171 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1172 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1173 | }, |
||
1174 | "type": "library", |
||
1175 | "extra": { |
||
1176 | "branch-alias": { |
||
1177 | "dev-master": "2.0.x-dev" |
||
1178 | } |
||
1179 | }, |
||
1180 | "autoload": { |
||
1181 | "psr-4": { |
||
1182 | "Monolog\\": "src/Monolog" |
||
1183 | } |
||
1184 | }, |
||
1185 | "notification-url": "https://packagist.org/downloads/", |
||
1186 | "license": [ |
||
1187 | "MIT" |
||
1188 | ], |
||
1189 | "authors": [ |
||
1190 | { |
||
1191 | "name": "Jordi Boggiano", |
||
1192 | "email": "[email protected]", |
||
1193 | "homepage": "http://seld.be" |
||
1194 | } |
||
1195 | ], |
||
1196 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1197 | "homepage": "http://github.com/Seldaek/monolog", |
||
1198 | "keywords": [ |
||
1199 | "log", |
||
1200 | "logging", |
||
1201 | "psr-3" |
||
1202 | ], |
||
1203 | "time": "2016-11-26T00:15:39+00:00" |
||
1204 | }, |
||
1205 | { |
||
1206 | "name": "paragonie/random_compat", |
||
1207 | "version": "v2.0.4", |
||
1208 | "source": { |
||
1209 | "type": "git", |
||
1210 | "url": "https://github.com/paragonie/random_compat.git", |
||
1211 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" |
||
1212 | }, |
||
1213 | "dist": { |
||
1214 | "type": "zip", |
||
1215 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
1216 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
1217 | "shasum": "" |
||
1218 | }, |
||
1219 | "require": { |
||
1220 | "php": ">=5.2.0" |
||
1221 | }, |
||
1222 | "require-dev": { |
||
1223 | "phpunit/phpunit": "4.*|5.*" |
||
1224 | }, |
||
1225 | "suggest": { |
||
1226 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1227 | }, |
||
1228 | "type": "library", |
||
1229 | "autoload": { |
||
1230 | "files": [ |
||
1231 | "lib/random.php" |
||
1232 | ] |
||
1233 | }, |
||
1234 | "notification-url": "https://packagist.org/downloads/", |
||
1235 | "license": [ |
||
1236 | "MIT" |
||
1237 | ], |
||
1238 | "authors": [ |
||
1239 | { |
||
1240 | "name": "Paragon Initiative Enterprises", |
||
1241 | "email": "[email protected]", |
||
1242 | "homepage": "https://paragonie.com" |
||
1243 | } |
||
1244 | ], |
||
1245 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1246 | "keywords": [ |
||
1247 | "csprng", |
||
1248 | "pseudorandom", |
||
1249 | "random" |
||
1250 | ], |
||
1251 | "time": "2016-11-07T23:38:38+00:00" |
||
1252 | }, |
||
1253 | { |
||
1254 | "name": "psr/cache", |
||
1255 | "version": "1.0.1", |
||
1256 | "source": { |
||
1257 | "type": "git", |
||
1258 | "url": "https://github.com/php-fig/cache.git", |
||
1259 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1260 | }, |
||
1261 | "dist": { |
||
1262 | "type": "zip", |
||
1263 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1264 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1265 | "shasum": "" |
||
1266 | }, |
||
1267 | "require": { |
||
1268 | "php": ">=5.3.0" |
||
1269 | }, |
||
1270 | "type": "library", |
||
1271 | "extra": { |
||
1272 | "branch-alias": { |
||
1273 | "dev-master": "1.0.x-dev" |
||
1274 | } |
||
1275 | }, |
||
1276 | "autoload": { |
||
1277 | "psr-4": { |
||
1278 | "Psr\\Cache\\": "src/" |
||
1279 | } |
||
1280 | }, |
||
1281 | "notification-url": "https://packagist.org/downloads/", |
||
1282 | "license": [ |
||
1283 | "MIT" |
||
1284 | ], |
||
1285 | "authors": [ |
||
1286 | { |
||
1287 | "name": "PHP-FIG", |
||
1288 | "homepage": "http://www.php-fig.org/" |
||
1289 | } |
||
1290 | ], |
||
1291 | "description": "Common interface for caching libraries", |
||
1292 | "keywords": [ |
||
1293 | "cache", |
||
1294 | "psr", |
||
1295 | "psr-6" |
||
1296 | ], |
||
1297 | "time": "2016-08-06T20:24:11+00:00" |
||
1298 | }, |
||
1299 | { |
||
1300 | "name": "psr/http-message", |
||
1301 | "version": "1.0.1", |
||
1302 | "source": { |
||
1303 | "type": "git", |
||
1304 | "url": "https://github.com/php-fig/http-message.git", |
||
1305 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
1306 | }, |
||
1307 | "dist": { |
||
1308 | "type": "zip", |
||
1309 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1310 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1311 | "shasum": "" |
||
1312 | }, |
||
1313 | "require": { |
||
1314 | "php": ">=5.3.0" |
||
1315 | }, |
||
1316 | "type": "library", |
||
1317 | "extra": { |
||
1318 | "branch-alias": { |
||
1319 | "dev-master": "1.0.x-dev" |
||
1320 | } |
||
1321 | }, |
||
1322 | "autoload": { |
||
1323 | "psr-4": { |
||
1324 | "Psr\\Http\\Message\\": "src/" |
||
1325 | } |
||
1326 | }, |
||
1327 | "notification-url": "https://packagist.org/downloads/", |
||
1328 | "license": [ |
||
1329 | "MIT" |
||
1330 | ], |
||
1331 | "authors": [ |
||
1332 | { |
||
1333 | "name": "PHP-FIG", |
||
1334 | "homepage": "http://www.php-fig.org/" |
||
1335 | } |
||
1336 | ], |
||
1337 | "description": "Common interface for HTTP messages", |
||
1338 | "homepage": "https://github.com/php-fig/http-message", |
||
1339 | "keywords": [ |
||
1340 | "http", |
||
1341 | "http-message", |
||
1342 | "psr", |
||
1343 | "psr-7", |
||
1344 | "request", |
||
1345 | "response" |
||
1346 | ], |
||
1347 | "time": "2016-08-06T14:39:51+00:00" |
||
1348 | }, |
||
1349 | { |
||
1350 | "name": "psr/log", |
||
1351 | "version": "1.0.2", |
||
1352 | "source": { |
||
1353 | "type": "git", |
||
1354 | "url": "https://github.com/php-fig/log.git", |
||
1355 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1356 | }, |
||
1357 | "dist": { |
||
1358 | "type": "zip", |
||
1359 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1360 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1361 | "shasum": "" |
||
1362 | }, |
||
1363 | "require": { |
||
1364 | "php": ">=5.3.0" |
||
1365 | }, |
||
1366 | "type": "library", |
||
1367 | "extra": { |
||
1368 | "branch-alias": { |
||
1369 | "dev-master": "1.0.x-dev" |
||
1370 | } |
||
1371 | }, |
||
1372 | "autoload": { |
||
1373 | "psr-4": { |
||
1374 | "Psr\\Log\\": "Psr/Log/" |
||
1375 | } |
||
1376 | }, |
||
1377 | "notification-url": "https://packagist.org/downloads/", |
||
1378 | "license": [ |
||
1379 | "MIT" |
||
1380 | ], |
||
1381 | "authors": [ |
||
1382 | { |
||
1383 | "name": "PHP-FIG", |
||
1384 | "homepage": "http://www.php-fig.org/" |
||
1385 | } |
||
1386 | ], |
||
1387 | "description": "Common interface for logging libraries", |
||
1388 | "homepage": "https://github.com/php-fig/log", |
||
1389 | "keywords": [ |
||
1390 | "log", |
||
1391 | "psr", |
||
1392 | "psr-3" |
||
1393 | ], |
||
1394 | "time": "2016-10-10T12:19:37+00:00" |
||
1395 | }, |
||
1396 | { |
||
1397 | "name": "sensio/distribution-bundle", |
||
1398 | "version": "v5.0.15", |
||
1399 | "source": { |
||
1400 | "type": "git", |
||
1401 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
1402 | "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85" |
||
1403 | }, |
||
1404 | "dist": { |
||
1405 | "type": "zip", |
||
1406 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/d294b0665cf09c799e9c1993d5c776a5bf55cb85", |
||
1407 | "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85", |
||
1408 | "shasum": "" |
||
1409 | }, |
||
1410 | "require": { |
||
1411 | "php": ">=5.3.9", |
||
1412 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
1413 | "symfony/class-loader": "~2.3|~3.0", |
||
1414 | "symfony/config": "~2.3|~3.0", |
||
1415 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1416 | "symfony/filesystem": "~2.3|~3.0", |
||
1417 | "symfony/http-kernel": "~2.3|~3.0", |
||
1418 | "symfony/process": "~2.3|~3.0" |
||
1419 | }, |
||
1420 | "type": "symfony-bundle", |
||
1421 | "extra": { |
||
1422 | "branch-alias": { |
||
1423 | "dev-master": "5.0.x-dev" |
||
1424 | } |
||
1425 | }, |
||
1426 | "autoload": { |
||
1427 | "psr-4": { |
||
1428 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
1429 | } |
||
1430 | }, |
||
1431 | "notification-url": "https://packagist.org/downloads/", |
||
1432 | "license": [ |
||
1433 | "MIT" |
||
1434 | ], |
||
1435 | "authors": [ |
||
1436 | { |
||
1437 | "name": "Fabien Potencier", |
||
1438 | "email": "[email protected]" |
||
1439 | } |
||
1440 | ], |
||
1441 | "description": "Base bundle for Symfony Distributions", |
||
1442 | "keywords": [ |
||
1443 | "configuration", |
||
1444 | "distribution" |
||
1445 | ], |
||
1446 | "time": "2016-12-06T07:29:27+00:00" |
||
1447 | }, |
||
1448 | { |
||
1449 | "name": "sensio/framework-extra-bundle", |
||
1450 | "version": "v3.0.16", |
||
1451 | "source": { |
||
1452 | "type": "git", |
||
1453 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
1454 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
1455 | }, |
||
1456 | "dist": { |
||
1457 | "type": "zip", |
||
1458 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
1459 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
1460 | "shasum": "" |
||
1461 | }, |
||
1462 | "require": { |
||
1463 | "doctrine/common": "~2.2", |
||
1464 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1465 | "symfony/framework-bundle": "~2.3|~3.0" |
||
1466 | }, |
||
1467 | "require-dev": { |
||
1468 | "symfony/browser-kit": "~2.3|~3.0", |
||
1469 | "symfony/dom-crawler": "~2.3|~3.0", |
||
1470 | "symfony/expression-language": "~2.4|~3.0", |
||
1471 | "symfony/finder": "~2.3|~3.0", |
||
1472 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
1473 | "symfony/security-bundle": "~2.4|~3.0", |
||
1474 | "symfony/twig-bundle": "~2.3|~3.0", |
||
1475 | "twig/twig": "~1.11|~2.0" |
||
1476 | }, |
||
1477 | "suggest": { |
||
1478 | "symfony/expression-language": "", |
||
1479 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
1480 | "symfony/security-bundle": "" |
||
1481 | }, |
||
1482 | "type": "symfony-bundle", |
||
1483 | "extra": { |
||
1484 | "branch-alias": { |
||
1485 | "dev-master": "3.0.x-dev" |
||
1486 | } |
||
1487 | }, |
||
1488 | "autoload": { |
||
1489 | "psr-4": { |
||
1490 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
1491 | } |
||
1492 | }, |
||
1493 | "notification-url": "https://packagist.org/downloads/", |
||
1494 | "license": [ |
||
1495 | "MIT" |
||
1496 | ], |
||
1497 | "authors": [ |
||
1498 | { |
||
1499 | "name": "Fabien Potencier", |
||
1500 | "email": "[email protected]" |
||
1501 | } |
||
1502 | ], |
||
1503 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
1504 | "keywords": [ |
||
1505 | "annotations", |
||
1506 | "controllers" |
||
1507 | ], |
||
1508 | "time": "2016-03-25T17:08:27+00:00" |
||
1509 | }, |
||
1510 | { |
||
1511 | "name": "sensiolabs/security-checker", |
||
1512 | "version": "v4.0.0", |
||
1513 | "source": { |
||
1514 | "type": "git", |
||
1515 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
1516 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" |
||
1517 | }, |
||
1518 | "dist": { |
||
1519 | "type": "zip", |
||
1520 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
1521 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
1522 | "shasum": "" |
||
1523 | }, |
||
1524 | "require": { |
||
1525 | "symfony/console": "~2.7|~3.0" |
||
1526 | }, |
||
1527 | "bin": [ |
||
1528 | "security-checker" |
||
1529 | ], |
||
1530 | "type": "library", |
||
1531 | "extra": { |
||
1532 | "branch-alias": { |
||
1533 | "dev-master": "4.0-dev" |
||
1534 | } |
||
1535 | }, |
||
1536 | "autoload": { |
||
1537 | "psr-0": { |
||
1538 | "SensioLabs\\Security": "" |
||
1539 | } |
||
1540 | }, |
||
1541 | "notification-url": "https://packagist.org/downloads/", |
||
1542 | "license": [ |
||
1543 | "MIT" |
||
1544 | ], |
||
1545 | "authors": [ |
||
1546 | { |
||
1547 | "name": "Fabien Potencier", |
||
1548 | "email": "[email protected]" |
||
1549 | } |
||
1550 | ], |
||
1551 | "description": "A security checker for your composer.lock", |
||
1552 | "time": "2016-09-23T18:09:57+00:00" |
||
1553 | }, |
||
1554 | { |
||
1555 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1556 | "version": "v5.4.4", |
||
1557 | "source": { |
||
1558 | "type": "git", |
||
1559 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
1560 | "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756" |
||
1561 | }, |
||
1562 | "dist": { |
||
1563 | "type": "zip", |
||
1564 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756", |
||
1565 | "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756", |
||
1566 | "shasum": "" |
||
1567 | }, |
||
1568 | "require": { |
||
1569 | "php": ">=5.3.3" |
||
1570 | }, |
||
1571 | "require-dev": { |
||
1572 | "mockery/mockery": "~0.9.1" |
||
1573 | }, |
||
1574 | "type": "library", |
||
1575 | "extra": { |
||
1576 | "branch-alias": { |
||
1577 | "dev-master": "5.4-dev" |
||
1578 | } |
||
1579 | }, |
||
1580 | "autoload": { |
||
1581 | "files": [ |
||
1582 | "lib/swift_required.php" |
||
1583 | ] |
||
1584 | }, |
||
1585 | "notification-url": "https://packagist.org/downloads/", |
||
1586 | "license": [ |
||
1587 | "MIT" |
||
1588 | ], |
||
1589 | "authors": [ |
||
1590 | { |
||
1591 | "name": "Chris Corbyn" |
||
1592 | }, |
||
1593 | { |
||
1594 | "name": "Fabien Potencier", |
||
1595 | "email": "[email protected]" |
||
1596 | } |
||
1597 | ], |
||
1598 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
1599 | "homepage": "http://swiftmailer.org", |
||
1600 | "keywords": [ |
||
1601 | "email", |
||
1602 | "mail", |
||
1603 | "mailer" |
||
1604 | ], |
||
1605 | "time": "2016-11-24T01:01:23+00:00" |
||
1606 | }, |
||
1607 | { |
||
1608 | "name": "symfony/monolog-bundle", |
||
1609 | "version": "3.0.1", |
||
1610 | "source": { |
||
1611 | "type": "git", |
||
1612 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
1613 | "reference": "5f2d2d62530cd66be361216107869a3b061045db" |
||
1614 | }, |
||
1615 | "dist": { |
||
1616 | "type": "zip", |
||
1617 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/5f2d2d62530cd66be361216107869a3b061045db", |
||
1618 | "reference": "5f2d2d62530cd66be361216107869a3b061045db", |
||
1619 | "shasum": "" |
||
1620 | }, |
||
1621 | "require": { |
||
1622 | "monolog/monolog": "~1.18", |
||
1623 | "php": ">=5.3.2", |
||
1624 | "symfony/config": "~2.7|~3.0", |
||
1625 | "symfony/dependency-injection": "~2.7|~3.0", |
||
1626 | "symfony/http-kernel": "~2.7|~3.0", |
||
1627 | "symfony/monolog-bridge": "~2.7|~3.0" |
||
1628 | }, |
||
1629 | "require-dev": { |
||
1630 | "phpunit/phpunit": "^4.8", |
||
1631 | "symfony/console": "~2.3|~3.0", |
||
1632 | "symfony/yaml": "~2.3|~3.0" |
||
1633 | }, |
||
1634 | "type": "symfony-bundle", |
||
1635 | "extra": { |
||
1636 | "branch-alias": { |
||
1637 | "dev-master": "3.x-dev" |
||
1638 | } |
||
1639 | }, |
||
1640 | "autoload": { |
||
1641 | "psr-4": { |
||
1642 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
1643 | } |
||
1644 | }, |
||
1645 | "notification-url": "https://packagist.org/downloads/", |
||
1646 | "license": [ |
||
1647 | "MIT" |
||
1648 | ], |
||
1649 | "authors": [ |
||
1650 | { |
||
1651 | "name": "Symfony Community", |
||
1652 | "homepage": "http://symfony.com/contributors" |
||
1653 | }, |
||
1654 | { |
||
1655 | "name": "Fabien Potencier", |
||
1656 | "email": "[email protected]" |
||
1657 | } |
||
1658 | ], |
||
1659 | "description": "Symfony MonologBundle", |
||
1660 | "homepage": "http://symfony.com", |
||
1661 | "keywords": [ |
||
1662 | "log", |
||
1663 | "logging" |
||
1664 | ], |
||
1665 | "time": "2016-11-15T15:54:07+00:00" |
||
1666 | }, |
||
1667 | { |
||
1668 | "name": "symfony/polyfill-apcu", |
||
1669 | "version": "v1.3.0", |
||
1670 | "source": { |
||
1671 | "type": "git", |
||
1672 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
1673 | "reference": "5d4474f447403c3348e37b70acc2b95475b7befa" |
||
1674 | }, |
||
1675 | "dist": { |
||
1676 | "type": "zip", |
||
1677 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa", |
||
1678 | "reference": "5d4474f447403c3348e37b70acc2b95475b7befa", |
||
1679 | "shasum": "" |
||
1680 | }, |
||
1681 | "require": { |
||
1682 | "php": ">=5.3.3" |
||
1683 | }, |
||
1684 | "type": "library", |
||
1685 | "extra": { |
||
1686 | "branch-alias": { |
||
1687 | "dev-master": "1.3-dev" |
||
1688 | } |
||
1689 | }, |
||
1690 | "autoload": { |
||
1691 | "files": [ |
||
1692 | "bootstrap.php" |
||
1693 | ] |
||
1694 | }, |
||
1695 | "notification-url": "https://packagist.org/downloads/", |
||
1696 | "license": [ |
||
1697 | "MIT" |
||
1698 | ], |
||
1699 | "authors": [ |
||
1700 | { |
||
1701 | "name": "Nicolas Grekas", |
||
1702 | "email": "[email protected]" |
||
1703 | }, |
||
1704 | { |
||
1705 | "name": "Symfony Community", |
||
1706 | "homepage": "https://symfony.com/contributors" |
||
1707 | } |
||
1708 | ], |
||
1709 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
1710 | "homepage": "https://symfony.com", |
||
1711 | "keywords": [ |
||
1712 | "apcu", |
||
1713 | "compatibility", |
||
1714 | "polyfill", |
||
1715 | "portable", |
||
1716 | "shim" |
||
1717 | ], |
||
1718 | "time": "2016-11-14T01:06:16+00:00" |
||
1719 | }, |
||
1720 | { |
||
1721 | "name": "symfony/polyfill-intl-icu", |
||
1722 | "version": "v1.3.0", |
||
1723 | "source": { |
||
1724 | "type": "git", |
||
1725 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
1726 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" |
||
1727 | }, |
||
1728 | "dist": { |
||
1729 | "type": "zip", |
||
1730 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
1731 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
1732 | "shasum": "" |
||
1733 | }, |
||
1734 | "require": { |
||
1735 | "php": ">=5.3.3", |
||
1736 | "symfony/intl": "~2.3|~3.0" |
||
1737 | }, |
||
1738 | "suggest": { |
||
1739 | "ext-intl": "For best performance" |
||
1740 | }, |
||
1741 | "type": "library", |
||
1742 | "extra": { |
||
1743 | "branch-alias": { |
||
1744 | "dev-master": "1.3-dev" |
||
1745 | } |
||
1746 | }, |
||
1747 | "autoload": { |
||
1748 | "files": [ |
||
1749 | "bootstrap.php" |
||
1750 | ] |
||
1751 | }, |
||
1752 | "notification-url": "https://packagist.org/downloads/", |
||
1753 | "license": [ |
||
1754 | "MIT" |
||
1755 | ], |
||
1756 | "authors": [ |
||
1757 | { |
||
1758 | "name": "Nicolas Grekas", |
||
1759 | "email": "[email protected]" |
||
1760 | }, |
||
1761 | { |
||
1762 | "name": "Symfony Community", |
||
1763 | "homepage": "https://symfony.com/contributors" |
||
1764 | } |
||
1765 | ], |
||
1766 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
1767 | "homepage": "https://symfony.com", |
||
1768 | "keywords": [ |
||
1769 | "compatibility", |
||
1770 | "icu", |
||
1771 | "intl", |
||
1772 | "polyfill", |
||
1773 | "portable", |
||
1774 | "shim" |
||
1775 | ], |
||
1776 | "time": "2016-11-14T01:06:16+00:00" |
||
1777 | }, |
||
1778 | { |
||
1779 | "name": "symfony/polyfill-mbstring", |
||
1780 | "version": "v1.3.0", |
||
1781 | "source": { |
||
1782 | "type": "git", |
||
1783 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1784 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
1785 | }, |
||
1786 | "dist": { |
||
1787 | "type": "zip", |
||
1788 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
1789 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
1790 | "shasum": "" |
||
1791 | }, |
||
1792 | "require": { |
||
1793 | "php": ">=5.3.3" |
||
1794 | }, |
||
1795 | "suggest": { |
||
1796 | "ext-mbstring": "For best performance" |
||
1797 | }, |
||
1798 | "type": "library", |
||
1799 | "extra": { |
||
1800 | "branch-alias": { |
||
1801 | "dev-master": "1.3-dev" |
||
1802 | } |
||
1803 | }, |
||
1804 | "autoload": { |
||
1805 | "psr-4": { |
||
1806 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1807 | }, |
||
1808 | "files": [ |
||
1809 | "bootstrap.php" |
||
1810 | ] |
||
1811 | }, |
||
1812 | "notification-url": "https://packagist.org/downloads/", |
||
1813 | "license": [ |
||
1814 | "MIT" |
||
1815 | ], |
||
1816 | "authors": [ |
||
1817 | { |
||
1818 | "name": "Nicolas Grekas", |
||
1819 | "email": "[email protected]" |
||
1820 | }, |
||
1821 | { |
||
1822 | "name": "Symfony Community", |
||
1823 | "homepage": "https://symfony.com/contributors" |
||
1824 | } |
||
1825 | ], |
||
1826 | "description": "Symfony polyfill for the Mbstring extension", |
||
1827 | "homepage": "https://symfony.com", |
||
1828 | "keywords": [ |
||
1829 | "compatibility", |
||
1830 | "mbstring", |
||
1831 | "polyfill", |
||
1832 | "portable", |
||
1833 | "shim" |
||
1834 | ], |
||
1835 | "time": "2016-11-14T01:06:16+00:00" |
||
1836 | }, |
||
1837 | { |
||
1838 | "name": "symfony/polyfill-php56", |
||
1839 | "version": "v1.3.0", |
||
1840 | "source": { |
||
1841 | "type": "git", |
||
1842 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1843 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" |
||
1844 | }, |
||
1845 | "dist": { |
||
1846 | "type": "zip", |
||
1847 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
1848 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
1849 | "shasum": "" |
||
1850 | }, |
||
1851 | "require": { |
||
1852 | "php": ">=5.3.3", |
||
1853 | "symfony/polyfill-util": "~1.0" |
||
1854 | }, |
||
1855 | "type": "library", |
||
1856 | "extra": { |
||
1857 | "branch-alias": { |
||
1858 | "dev-master": "1.3-dev" |
||
1859 | } |
||
1860 | }, |
||
1861 | "autoload": { |
||
1862 | "psr-4": { |
||
1863 | "Symfony\\Polyfill\\Php56\\": "" |
||
1864 | }, |
||
1865 | "files": [ |
||
1866 | "bootstrap.php" |
||
1867 | ] |
||
1868 | }, |
||
1869 | "notification-url": "https://packagist.org/downloads/", |
||
1870 | "license": [ |
||
1871 | "MIT" |
||
1872 | ], |
||
1873 | "authors": [ |
||
1874 | { |
||
1875 | "name": "Nicolas Grekas", |
||
1876 | "email": "[email protected]" |
||
1877 | }, |
||
1878 | { |
||
1879 | "name": "Symfony Community", |
||
1880 | "homepage": "https://symfony.com/contributors" |
||
1881 | } |
||
1882 | ], |
||
1883 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1884 | "homepage": "https://symfony.com", |
||
1885 | "keywords": [ |
||
1886 | "compatibility", |
||
1887 | "polyfill", |
||
1888 | "portable", |
||
1889 | "shim" |
||
1890 | ], |
||
1891 | "time": "2016-11-14T01:06:16+00:00" |
||
1892 | }, |
||
1893 | { |
||
1894 | "name": "symfony/polyfill-php70", |
||
1895 | "version": "v1.3.0", |
||
1896 | "source": { |
||
1897 | "type": "git", |
||
1898 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
1899 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2" |
||
1900 | }, |
||
1901 | "dist": { |
||
1902 | "type": "zip", |
||
1903 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
1904 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
1905 | "shasum": "" |
||
1906 | }, |
||
1907 | "require": { |
||
1908 | "paragonie/random_compat": "~1.0|~2.0", |
||
1909 | "php": ">=5.3.3" |
||
1910 | }, |
||
1911 | "type": "library", |
||
1912 | "extra": { |
||
1913 | "branch-alias": { |
||
1914 | "dev-master": "1.3-dev" |
||
1915 | } |
||
1916 | }, |
||
1917 | "autoload": { |
||
1918 | "psr-4": { |
||
1919 | "Symfony\\Polyfill\\Php70\\": "" |
||
1920 | }, |
||
1921 | "files": [ |
||
1922 | "bootstrap.php" |
||
1923 | ], |
||
1924 | "classmap": [ |
||
1925 | "Resources/stubs" |
||
1926 | ] |
||
1927 | }, |
||
1928 | "notification-url": "https://packagist.org/downloads/", |
||
1929 | "license": [ |
||
1930 | "MIT" |
||
1931 | ], |
||
1932 | "authors": [ |
||
1933 | { |
||
1934 | "name": "Nicolas Grekas", |
||
1935 | "email": "[email protected]" |
||
1936 | }, |
||
1937 | { |
||
1938 | "name": "Symfony Community", |
||
1939 | "homepage": "https://symfony.com/contributors" |
||
1940 | } |
||
1941 | ], |
||
1942 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
1943 | "homepage": "https://symfony.com", |
||
1944 | "keywords": [ |
||
1945 | "compatibility", |
||
1946 | "polyfill", |
||
1947 | "portable", |
||
1948 | "shim" |
||
1949 | ], |
||
1950 | "time": "2016-11-14T01:06:16+00:00" |
||
1951 | }, |
||
1952 | { |
||
1953 | "name": "symfony/polyfill-util", |
||
1954 | "version": "v1.3.0", |
||
1955 | "source": { |
||
1956 | "type": "git", |
||
1957 | "url": "https://github.com/symfony/polyfill-util.git", |
||
1958 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" |
||
1959 | }, |
||
1960 | "dist": { |
||
1961 | "type": "zip", |
||
1962 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
1963 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
1964 | "shasum": "" |
||
1965 | }, |
||
1966 | "require": { |
||
1967 | "php": ">=5.3.3" |
||
1968 | }, |
||
1969 | "type": "library", |
||
1970 | "extra": { |
||
1971 | "branch-alias": { |
||
1972 | "dev-master": "1.3-dev" |
||
1973 | } |
||
1974 | }, |
||
1975 | "autoload": { |
||
1976 | "psr-4": { |
||
1977 | "Symfony\\Polyfill\\Util\\": "" |
||
1978 | } |
||
1979 | }, |
||
1980 | "notification-url": "https://packagist.org/downloads/", |
||
1981 | "license": [ |
||
1982 | "MIT" |
||
1983 | ], |
||
1984 | "authors": [ |
||
1985 | { |
||
1986 | "name": "Nicolas Grekas", |
||
1987 | "email": "[email protected]" |
||
1988 | }, |
||
1989 | { |
||
1990 | "name": "Symfony Community", |
||
1991 | "homepage": "https://symfony.com/contributors" |
||
1992 | } |
||
1993 | ], |
||
1994 | "description": "Symfony utilities for portability of PHP codes", |
||
1995 | "homepage": "https://symfony.com", |
||
1996 | "keywords": [ |
||
1997 | "compat", |
||
1998 | "compatibility", |
||
1999 | "polyfill", |
||
2000 | "shim" |
||
2001 | ], |
||
2002 | "time": "2016-11-14T01:06:16+00:00" |
||
2003 | }, |
||
2004 | { |
||
2005 | "name": "symfony/swiftmailer-bundle", |
||
2006 | "version": "v2.4.0", |
||
2007 | "source": { |
||
2008 | "type": "git", |
||
2009 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
2010 | "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069" |
||
2011 | }, |
||
2012 | "dist": { |
||
2013 | "type": "zip", |
||
2014 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069", |
||
2015 | "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069", |
||
2016 | "shasum": "" |
||
2017 | }, |
||
2018 | "require": { |
||
2019 | "php": ">=5.3.2", |
||
2020 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
2021 | "symfony/config": "~2.7|~3.0", |
||
2022 | "symfony/dependency-injection": "~2.7|~3.0", |
||
2023 | "symfony/http-kernel": "~2.7|~3.0" |
||
2024 | }, |
||
2025 | "require-dev": { |
||
2026 | "symfony/console": "~2.7|~3.0", |
||
2027 | "symfony/framework-bundle": "~2.7|~3.0", |
||
2028 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
2029 | "symfony/yaml": "~2.7|~3.0" |
||
2030 | }, |
||
2031 | "suggest": { |
||
2032 | "psr/log": "Allows logging" |
||
2033 | }, |
||
2034 | "type": "symfony-bundle", |
||
2035 | "extra": { |
||
2036 | "branch-alias": { |
||
2037 | "dev-master": "2.4-dev" |
||
2038 | } |
||
2039 | }, |
||
2040 | "autoload": { |
||
2041 | "psr-4": { |
||
2042 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
2043 | } |
||
2044 | }, |
||
2045 | "notification-url": "https://packagist.org/downloads/", |
||
2046 | "license": [ |
||
2047 | "MIT" |
||
2048 | ], |
||
2049 | "authors": [ |
||
2050 | { |
||
2051 | "name": "Symfony Community", |
||
2052 | "homepage": "http://symfony.com/contributors" |
||
2053 | }, |
||
2054 | { |
||
2055 | "name": "Fabien Potencier", |
||
2056 | "email": "[email protected]" |
||
2057 | } |
||
2058 | ], |
||
2059 | "description": "Symfony SwiftmailerBundle", |
||
2060 | "homepage": "http://symfony.com", |
||
2061 | "time": "2016-10-27T17:59:30+00:00" |
||
2062 | }, |
||
2063 | { |
||
2064 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
There are 4 security advisories for your installed version of symfony/symfony:
- CVE-2017-16653: CSRF protection does not use different tokens for HTTP and HTTPS - CVE-2017-16654: Intl bundle readers breaking out of paths - CVE-2017-16790: Ensure that submitted data are uploaded files - CVE-2017-16652: Open redirect vulnerability on security handlers ![]() |
|||
2065 | "version": "v3.2.1", |
||
2066 | "source": { |
||
2067 | "type": "git", |
||
2068 | "url": "https://github.com/symfony/symfony.git", |
||
2069 | "reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7" |
||
2070 | }, |
||
2071 | "dist": { |
||
2072 | "type": "zip", |
||
2073 | "url": "https://api.github.com/repos/symfony/symfony/zipball/5824d423678a0cc44f3eb46efc246aecd1836dd7", |
||
2074 | "reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7", |
||
2075 | "shasum": "" |
||
2076 | }, |
||
2077 | "require": { |
||
2078 | "doctrine/common": "~2.4", |
||
2079 | "php": ">=5.5.9", |
||
2080 | "psr/cache": "~1.0", |
||
2081 | "psr/log": "~1.0", |
||
2082 | "symfony/polyfill-intl-icu": "~1.0", |
||
2083 | "symfony/polyfill-mbstring": "~1.0", |
||
2084 | "symfony/polyfill-php56": "~1.0", |
||
2085 | "symfony/polyfill-php70": "~1.0", |
||
2086 | "symfony/polyfill-util": "~1.0", |
||
2087 | "twig/twig": "~1.28|~2.0" |
||
2088 | }, |
||
2089 | "conflict": { |
||
2090 | "phpdocumentor/reflection-docblock": "<3.0", |
||
2091 | "phpdocumentor/type-resolver": "<0.2.0" |
||
2092 | }, |
||
2093 | "provide": { |
||
2094 | "psr/cache-implementation": "1.0" |
||
2095 | }, |
||
2096 | "replace": { |
||
2097 | "symfony/asset": "self.version", |
||
2098 | "symfony/browser-kit": "self.version", |
||
2099 | "symfony/cache": "self.version", |
||
2100 | "symfony/class-loader": "self.version", |
||
2101 | "symfony/config": "self.version", |
||
2102 | "symfony/console": "self.version", |
||
2103 | "symfony/css-selector": "self.version", |
||
2104 | "symfony/debug": "self.version", |
||
2105 | "symfony/debug-bundle": "self.version", |
||
2106 | "symfony/dependency-injection": "self.version", |
||
2107 | "symfony/doctrine-bridge": "self.version", |
||
2108 | "symfony/dom-crawler": "self.version", |
||
2109 | "symfony/event-dispatcher": "self.version", |
||
2110 | "symfony/expression-language": "self.version", |
||
2111 | "symfony/filesystem": "self.version", |
||
2112 | "symfony/finder": "self.version", |
||
2113 | "symfony/form": "self.version", |
||
2114 | "symfony/framework-bundle": "self.version", |
||
2115 | "symfony/http-foundation": "self.version", |
||
2116 | "symfony/http-kernel": "self.version", |
||
2117 | "symfony/inflector": "self.version", |
||
2118 | "symfony/intl": "self.version", |
||
2119 | "symfony/ldap": "self.version", |
||
2120 | "symfony/monolog-bridge": "self.version", |
||
2121 | "symfony/options-resolver": "self.version", |
||
2122 | "symfony/process": "self.version", |
||
2123 | "symfony/property-access": "self.version", |
||
2124 | "symfony/property-info": "self.version", |
||
2125 | "symfony/proxy-manager-bridge": "self.version", |
||
2126 | "symfony/routing": "self.version", |
||
2127 | "symfony/security": "self.version", |
||
2128 | "symfony/security-bundle": "self.version", |
||
2129 | "symfony/security-core": "self.version", |
||
2130 | "symfony/security-csrf": "self.version", |
||
2131 | "symfony/security-guard": "self.version", |
||
2132 | "symfony/security-http": "self.version", |
||
2133 | "symfony/serializer": "self.version", |
||
2134 | "symfony/stopwatch": "self.version", |
||
2135 | "symfony/templating": "self.version", |
||
2136 | "symfony/translation": "self.version", |
||
2137 | "symfony/twig-bridge": "self.version", |
||
2138 | "symfony/twig-bundle": "self.version", |
||
2139 | "symfony/validator": "self.version", |
||
2140 | "symfony/var-dumper": "self.version", |
||
2141 | "symfony/web-profiler-bundle": "self.version", |
||
2142 | "symfony/workflow": "self.version", |
||
2143 | "symfony/yaml": "self.version" |
||
2144 | }, |
||
2145 | "require-dev": { |
||
2146 | "cache/integration-tests": "dev-master", |
||
2147 | "doctrine/cache": "~1.6", |
||
2148 | "doctrine/data-fixtures": "1.0.*", |
||
2149 | "doctrine/dbal": "~2.4", |
||
2150 | "doctrine/doctrine-bundle": "~1.4", |
||
2151 | "doctrine/orm": "~2.4,>=2.4.5", |
||
2152 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
2153 | "monolog/monolog": "~1.11", |
||
2154 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
2155 | "phpdocumentor/reflection-docblock": "^3.0", |
||
2156 | "predis/predis": "~1.0", |
||
2157 | "symfony/phpunit-bridge": "~3.2", |
||
2158 | "symfony/polyfill-apcu": "~1.1", |
||
2159 | "symfony/security-acl": "~2.8|~3.0" |
||
2160 | }, |
||
2161 | "type": "library", |
||
2162 | "extra": { |
||
2163 | "branch-alias": { |
||
2164 | "dev-master": "3.2-dev" |
||
2165 | } |
||
2166 | }, |
||
2167 | "autoload": { |
||
2168 | "psr-4": { |
||
2169 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
2170 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
2171 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
2172 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
2173 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
2174 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
2175 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
2176 | }, |
||
2177 | "classmap": [ |
||
2178 | "src/Symfony/Component/Intl/Resources/stubs" |
||
2179 | ], |
||
2180 | "exclude-from-classmap": [ |
||
2181 | "**/Tests/" |
||
2182 | ] |
||
2183 | }, |
||
2184 | "notification-url": "https://packagist.org/downloads/", |
||
2185 | "license": [ |
||
2186 | "MIT" |
||
2187 | ], |
||
2188 | "authors": [ |
||
2189 | { |
||
2190 | "name": "Fabien Potencier", |
||
2191 | "email": "[email protected]" |
||
2192 | }, |
||
2193 | { |
||
2194 | "name": "Symfony Community", |
||
2195 | "homepage": "https://symfony.com/contributors" |
||
2196 | } |
||
2197 | ], |
||
2198 | "description": "The Symfony PHP framework", |
||
2199 | "homepage": "https://symfony.com", |
||
2200 | "keywords": [ |
||
2201 | "framework" |
||
2202 | ], |
||
2203 | "time": "2016-12-13T13:20:15+00:00" |
||
2204 | }, |
||
2205 | { |
||
2206 | "name": "twig/twig", |
||
2207 | "version": "v1.28.2", |
||
2208 | "source": { |
||
2209 | "type": "git", |
||
2210 | "url": "https://github.com/twigphp/Twig.git", |
||
2211 | "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c" |
||
2212 | }, |
||
2213 | "dist": { |
||
2214 | "type": "zip", |
||
2215 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/b22ce0eb070e41f7cba65d78fe216de29726459c", |
||
2216 | "reference": "b22ce0eb070e41f7cba65d78fe216de29726459c", |
||
2217 | "shasum": "" |
||
2218 | }, |
||
2219 | "require": { |
||
2220 | "php": ">=5.2.7" |
||
2221 | }, |
||
2222 | "require-dev": { |
||
2223 | "symfony/debug": "~2.7", |
||
2224 | "symfony/phpunit-bridge": "~3.2@dev" |
||
2225 | }, |
||
2226 | "type": "library", |
||
2227 | "extra": { |
||
2228 | "branch-alias": { |
||
2229 | "dev-master": "1.28-dev" |
||
2230 | } |
||
2231 | }, |
||
2232 | "autoload": { |
||
2233 | "psr-0": { |
||
2234 | "Twig_": "lib/" |
||
2235 | } |
||
2236 | }, |
||
2237 | "notification-url": "https://packagist.org/downloads/", |
||
2238 | "license": [ |
||
2239 | "BSD-3-Clause" |
||
2240 | ], |
||
2241 | "authors": [ |
||
2242 | { |
||
2243 | "name": "Fabien Potencier", |
||
2244 | "email": "[email protected]", |
||
2245 | "homepage": "http://fabien.potencier.org", |
||
2246 | "role": "Lead Developer" |
||
2247 | }, |
||
2248 | { |
||
2249 | "name": "Armin Ronacher", |
||
2250 | "email": "[email protected]", |
||
2251 | "role": "Project Founder" |
||
2252 | }, |
||
2253 | { |
||
2254 | "name": "Twig Team", |
||
2255 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
2256 | "role": "Contributors" |
||
2257 | } |
||
2258 | ], |
||
2259 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
2260 | "homepage": "http://twig.sensiolabs.org", |
||
2261 | "keywords": [ |
||
2262 | "templating" |
||
2263 | ], |
||
2264 | "time": "2016-11-23T18:41:40+00:00" |
||
2265 | } |
||
2266 | ], |
||
2267 | "packages-dev": [ |
||
2268 | { |
||
2269 | "name": "myclabs/deep-copy", |
||
2270 | "version": "1.6.0", |
||
2271 | "source": { |
||
2272 | "type": "git", |
||
2273 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
2274 | "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe" |
||
2275 | }, |
||
2276 | "dist": { |
||
2277 | "type": "zip", |
||
2278 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe", |
||
2279 | "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe", |
||
2280 | "shasum": "" |
||
2281 | }, |
||
2282 | "require": { |
||
2283 | "php": ">=5.4.0" |
||
2284 | }, |
||
2285 | "require-dev": { |
||
2286 | "doctrine/collections": "1.*", |
||
2287 | "phpunit/phpunit": "~4.1" |
||
2288 | }, |
||
2289 | "type": "library", |
||
2290 | "autoload": { |
||
2291 | "psr-4": { |
||
2292 | "DeepCopy\\": "src/DeepCopy/" |
||
2293 | } |
||
2294 | }, |
||
2295 | "notification-url": "https://packagist.org/downloads/", |
||
2296 | "license": [ |
||
2297 | "MIT" |
||
2298 | ], |
||
2299 | "description": "Create deep copies (clones) of your objects", |
||
2300 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
2301 | "keywords": [ |
||
2302 | "clone", |
||
2303 | "copy", |
||
2304 | "duplicate", |
||
2305 | "object", |
||
2306 | "object graph" |
||
2307 | ], |
||
2308 | "time": "2017-01-26T22:05:40+00:00" |
||
2309 | }, |
||
2310 | { |
||
2311 | "name": "phpdocumentor/reflection-common", |
||
2312 | "version": "1.0", |
||
2313 | "source": { |
||
2314 | "type": "git", |
||
2315 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
2316 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
2317 | }, |
||
2318 | "dist": { |
||
2319 | "type": "zip", |
||
2320 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
2321 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
2322 | "shasum": "" |
||
2323 | }, |
||
2324 | "require": { |
||
2325 | "php": ">=5.5" |
||
2326 | }, |
||
2327 | "require-dev": { |
||
2328 | "phpunit/phpunit": "^4.6" |
||
2329 | }, |
||
2330 | "type": "library", |
||
2331 | "extra": { |
||
2332 | "branch-alias": { |
||
2333 | "dev-master": "1.0.x-dev" |
||
2334 | } |
||
2335 | }, |
||
2336 | "autoload": { |
||
2337 | "psr-4": { |
||
2338 | "phpDocumentor\\Reflection\\": [ |
||
2339 | "src" |
||
2340 | ] |
||
2341 | } |
||
2342 | }, |
||
2343 | "notification-url": "https://packagist.org/downloads/", |
||
2344 | "license": [ |
||
2345 | "MIT" |
||
2346 | ], |
||
2347 | "authors": [ |
||
2348 | { |
||
2349 | "name": "Jaap van Otterdijk", |
||
2350 | "email": "[email protected]" |
||
2351 | } |
||
2352 | ], |
||
2353 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
2354 | "homepage": "http://www.phpdoc.org", |
||
2355 | "keywords": [ |
||
2356 | "FQSEN", |
||
2357 | "phpDocumentor", |
||
2358 | "phpdoc", |
||
2359 | "reflection", |
||
2360 | "static analysis" |
||
2361 | ], |
||
2362 | "time": "2015-12-27T11:43:31+00:00" |
||
2363 | }, |
||
2364 | { |
||
2365 | "name": "phpdocumentor/reflection-docblock", |
||
2366 | "version": "3.1.1", |
||
2367 | "source": { |
||
2368 | "type": "git", |
||
2369 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
2370 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
2371 | }, |
||
2372 | "dist": { |
||
2373 | "type": "zip", |
||
2374 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
2375 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
2376 | "shasum": "" |
||
2377 | }, |
||
2378 | "require": { |
||
2379 | "php": ">=5.5", |
||
2380 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
2381 | "phpdocumentor/type-resolver": "^0.2.0", |
||
2382 | "webmozart/assert": "^1.0" |
||
2383 | }, |
||
2384 | "require-dev": { |
||
2385 | "mockery/mockery": "^0.9.4", |
||
2386 | "phpunit/phpunit": "^4.4" |
||
2387 | }, |
||
2388 | "type": "library", |
||
2389 | "autoload": { |
||
2390 | "psr-4": { |
||
2391 | "phpDocumentor\\Reflection\\": [ |
||
2392 | "src/" |
||
2393 | ] |
||
2394 | } |
||
2395 | }, |
||
2396 | "notification-url": "https://packagist.org/downloads/", |
||
2397 | "license": [ |
||
2398 | "MIT" |
||
2399 | ], |
||
2400 | "authors": [ |
||
2401 | { |
||
2402 | "name": "Mike van Riel", |
||
2403 | "email": "[email protected]" |
||
2404 | } |
||
2405 | ], |
||
2406 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
2407 | "time": "2016-09-30T07:12:33+00:00" |
||
2408 | }, |
||
2409 | { |
||
2410 | "name": "phpdocumentor/type-resolver", |
||
2411 | "version": "0.2.1", |
||
2412 | "source": { |
||
2413 | "type": "git", |
||
2414 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
2415 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
2416 | }, |
||
2417 | "dist": { |
||
2418 | "type": "zip", |
||
2419 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
2420 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
2421 | "shasum": "" |
||
2422 | }, |
||
2423 | "require": { |
||
2424 | "php": ">=5.5", |
||
2425 | "phpdocumentor/reflection-common": "^1.0" |
||
2426 | }, |
||
2427 | "require-dev": { |
||
2428 | "mockery/mockery": "^0.9.4", |
||
2429 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
2430 | }, |
||
2431 | "type": "library", |
||
2432 | "extra": { |
||
2433 | "branch-alias": { |
||
2434 | "dev-master": "1.0.x-dev" |
||
2435 | } |
||
2436 | }, |
||
2437 | "autoload": { |
||
2438 | "psr-4": { |
||
2439 | "phpDocumentor\\Reflection\\": [ |
||
2440 | "src/" |
||
2441 | ] |
||
2442 | } |
||
2443 | }, |
||
2444 | "notification-url": "https://packagist.org/downloads/", |
||
2445 | "license": [ |
||
2446 | "MIT" |
||
2447 | ], |
||
2448 | "authors": [ |
||
2449 | { |
||
2450 | "name": "Mike van Riel", |
||
2451 | "email": "[email protected]" |
||
2452 | } |
||
2453 | ], |
||
2454 | "time": "2016-11-25T06:54:22+00:00" |
||
2455 | }, |
||
2456 | { |
||
2457 | "name": "phpspec/prophecy", |
||
2458 | "version": "v1.6.2", |
||
2459 | "source": { |
||
2460 | "type": "git", |
||
2461 | "url": "https://github.com/phpspec/prophecy.git", |
||
2462 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
2463 | }, |
||
2464 | "dist": { |
||
2465 | "type": "zip", |
||
2466 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
2467 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
2468 | "shasum": "" |
||
2469 | }, |
||
2470 | "require": { |
||
2471 | "doctrine/instantiator": "^1.0.2", |
||
2472 | "php": "^5.3|^7.0", |
||
2473 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
2474 | "sebastian/comparator": "^1.1", |
||
2475 | "sebastian/recursion-context": "^1.0|^2.0" |
||
2476 | }, |
||
2477 | "require-dev": { |
||
2478 | "phpspec/phpspec": "^2.0", |
||
2479 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
2480 | }, |
||
2481 | "type": "library", |
||
2482 | "extra": { |
||
2483 | "branch-alias": { |
||
2484 | "dev-master": "1.6.x-dev" |
||
2485 | } |
||
2486 | }, |
||
2487 | "autoload": { |
||
2488 | "psr-0": { |
||
2489 | "Prophecy\\": "src/" |
||
2490 | } |
||
2491 | }, |
||
2492 | "notification-url": "https://packagist.org/downloads/", |
||
2493 | "license": [ |
||
2494 | "MIT" |
||
2495 | ], |
||
2496 | "authors": [ |
||
2497 | { |
||
2498 | "name": "Konstantin Kudryashov", |
||
2499 | "email": "[email protected]", |
||
2500 | "homepage": "http://everzet.com" |
||
2501 | }, |
||
2502 | { |
||
2503 | "name": "Marcello Duarte", |
||
2504 | "email": "[email protected]" |
||
2505 | } |
||
2506 | ], |
||
2507 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
2508 | "homepage": "https://github.com/phpspec/prophecy", |
||
2509 | "keywords": [ |
||
2510 | "Double", |
||
2511 | "Dummy", |
||
2512 | "fake", |
||
2513 | "mock", |
||
2514 | "spy", |
||
2515 | "stub" |
||
2516 | ], |
||
2517 | "time": "2016-11-21T14:58:47+00:00" |
||
2518 | }, |
||
2519 | { |
||
2520 | "name": "phpunit/php-code-coverage", |
||
2521 | "version": "4.0.5", |
||
2522 | "source": { |
||
2523 | "type": "git", |
||
2524 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2525 | "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" |
||
2526 | }, |
||
2527 | "dist": { |
||
2528 | "type": "zip", |
||
2529 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", |
||
2530 | "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", |
||
2531 | "shasum": "" |
||
2532 | }, |
||
2533 | "require": { |
||
2534 | "php": "^5.6 || ^7.0", |
||
2535 | "phpunit/php-file-iterator": "~1.3", |
||
2536 | "phpunit/php-text-template": "~1.2", |
||
2537 | "phpunit/php-token-stream": "^1.4.2", |
||
2538 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
2539 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
2540 | "sebastian/version": "~1.0|~2.0" |
||
2541 | }, |
||
2542 | "require-dev": { |
||
2543 | "ext-xdebug": ">=2.1.4", |
||
2544 | "phpunit/phpunit": "^5.4" |
||
2545 | }, |
||
2546 | "suggest": { |
||
2547 | "ext-dom": "*", |
||
2548 | "ext-xdebug": ">=2.4.0", |
||
2549 | "ext-xmlwriter": "*" |
||
2550 | }, |
||
2551 | "type": "library", |
||
2552 | "extra": { |
||
2553 | "branch-alias": { |
||
2554 | "dev-master": "4.0.x-dev" |
||
2555 | } |
||
2556 | }, |
||
2557 | "autoload": { |
||
2558 | "classmap": [ |
||
2559 | "src/" |
||
2560 | ] |
||
2561 | }, |
||
2562 | "notification-url": "https://packagist.org/downloads/", |
||
2563 | "license": [ |
||
2564 | "BSD-3-Clause" |
||
2565 | ], |
||
2566 | "authors": [ |
||
2567 | { |
||
2568 | "name": "Sebastian Bergmann", |
||
2569 | "email": "[email protected]", |
||
2570 | "role": "lead" |
||
2571 | } |
||
2572 | ], |
||
2573 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2574 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2575 | "keywords": [ |
||
2576 | "coverage", |
||
2577 | "testing", |
||
2578 | "xunit" |
||
2579 | ], |
||
2580 | "time": "2017-01-20T15:06:43+00:00" |
||
2581 | }, |
||
2582 | { |
||
2583 | "name": "phpunit/php-file-iterator", |
||
2584 | "version": "1.4.2", |
||
2585 | "source": { |
||
2586 | "type": "git", |
||
2587 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2588 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
2589 | }, |
||
2590 | "dist": { |
||
2591 | "type": "zip", |
||
2592 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
2593 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
2594 | "shasum": "" |
||
2595 | }, |
||
2596 | "require": { |
||
2597 | "php": ">=5.3.3" |
||
2598 | }, |
||
2599 | "type": "library", |
||
2600 | "extra": { |
||
2601 | "branch-alias": { |
||
2602 | "dev-master": "1.4.x-dev" |
||
2603 | } |
||
2604 | }, |
||
2605 | "autoload": { |
||
2606 | "classmap": [ |
||
2607 | "src/" |
||
2608 | ] |
||
2609 | }, |
||
2610 | "notification-url": "https://packagist.org/downloads/", |
||
2611 | "license": [ |
||
2612 | "BSD-3-Clause" |
||
2613 | ], |
||
2614 | "authors": [ |
||
2615 | { |
||
2616 | "name": "Sebastian Bergmann", |
||
2617 | "email": "[email protected]", |
||
2618 | "role": "lead" |
||
2619 | } |
||
2620 | ], |
||
2621 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2622 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2623 | "keywords": [ |
||
2624 | "filesystem", |
||
2625 | "iterator" |
||
2626 | ], |
||
2627 | "time": "2016-10-03T07:40:28+00:00" |
||
2628 | }, |
||
2629 | { |
||
2630 | "name": "phpunit/php-text-template", |
||
2631 | "version": "1.2.1", |
||
2632 | "source": { |
||
2633 | "type": "git", |
||
2634 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2635 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2636 | }, |
||
2637 | "dist": { |
||
2638 | "type": "zip", |
||
2639 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2640 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2641 | "shasum": "" |
||
2642 | }, |
||
2643 | "require": { |
||
2644 | "php": ">=5.3.3" |
||
2645 | }, |
||
2646 | "type": "library", |
||
2647 | "autoload": { |
||
2648 | "classmap": [ |
||
2649 | "src/" |
||
2650 | ] |
||
2651 | }, |
||
2652 | "notification-url": "https://packagist.org/downloads/", |
||
2653 | "license": [ |
||
2654 | "BSD-3-Clause" |
||
2655 | ], |
||
2656 | "authors": [ |
||
2657 | { |
||
2658 | "name": "Sebastian Bergmann", |
||
2659 | "email": "[email protected]", |
||
2660 | "role": "lead" |
||
2661 | } |
||
2662 | ], |
||
2663 | "description": "Simple template engine.", |
||
2664 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2665 | "keywords": [ |
||
2666 | "template" |
||
2667 | ], |
||
2668 | "time": "2015-06-21T13:50:34+00:00" |
||
2669 | }, |
||
2670 | { |
||
2671 | "name": "phpunit/php-timer", |
||
2672 | "version": "1.0.8", |
||
2673 | "source": { |
||
2674 | "type": "git", |
||
2675 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2676 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
2677 | }, |
||
2678 | "dist": { |
||
2679 | "type": "zip", |
||
2680 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2681 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2682 | "shasum": "" |
||
2683 | }, |
||
2684 | "require": { |
||
2685 | "php": ">=5.3.3" |
||
2686 | }, |
||
2687 | "require-dev": { |
||
2688 | "phpunit/phpunit": "~4|~5" |
||
2689 | }, |
||
2690 | "type": "library", |
||
2691 | "autoload": { |
||
2692 | "classmap": [ |
||
2693 | "src/" |
||
2694 | ] |
||
2695 | }, |
||
2696 | "notification-url": "https://packagist.org/downloads/", |
||
2697 | "license": [ |
||
2698 | "BSD-3-Clause" |
||
2699 | ], |
||
2700 | "authors": [ |
||
2701 | { |
||
2702 | "name": "Sebastian Bergmann", |
||
2703 | "email": "[email protected]", |
||
2704 | "role": "lead" |
||
2705 | } |
||
2706 | ], |
||
2707 | "description": "Utility class for timing", |
||
2708 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2709 | "keywords": [ |
||
2710 | "timer" |
||
2711 | ], |
||
2712 | "time": "2016-05-12T18:03:57+00:00" |
||
2713 | }, |
||
2714 | { |
||
2715 | "name": "phpunit/php-token-stream", |
||
2716 | "version": "1.4.9", |
||
2717 | "source": { |
||
2718 | "type": "git", |
||
2719 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2720 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" |
||
2721 | }, |
||
2722 | "dist": { |
||
2723 | "type": "zip", |
||
2724 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
2725 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
2726 | "shasum": "" |
||
2727 | }, |
||
2728 | "require": { |
||
2729 | "ext-tokenizer": "*", |
||
2730 | "php": ">=5.3.3" |
||
2731 | }, |
||
2732 | "require-dev": { |
||
2733 | "phpunit/phpunit": "~4.2" |
||
2734 | }, |
||
2735 | "type": "library", |
||
2736 | "extra": { |
||
2737 | "branch-alias": { |
||
2738 | "dev-master": "1.4-dev" |
||
2739 | } |
||
2740 | }, |
||
2741 | "autoload": { |
||
2742 | "classmap": [ |
||
2743 | "src/" |
||
2744 | ] |
||
2745 | }, |
||
2746 | "notification-url": "https://packagist.org/downloads/", |
||
2747 | "license": [ |
||
2748 | "BSD-3-Clause" |
||
2749 | ], |
||
2750 | "authors": [ |
||
2751 | { |
||
2752 | "name": "Sebastian Bergmann", |
||
2753 | "email": "[email protected]" |
||
2754 | } |
||
2755 | ], |
||
2756 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2757 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2758 | "keywords": [ |
||
2759 | "tokenizer" |
||
2760 | ], |
||
2761 | "time": "2016-11-15T14:06:22+00:00" |
||
2762 | }, |
||
2763 | { |
||
2764 | "name": "phpunit/phpunit", |
||
2765 | "version": "5.5.7", |
||
2766 | "source": { |
||
2767 | "type": "git", |
||
2768 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2769 | "reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba" |
||
2770 | }, |
||
2771 | "dist": { |
||
2772 | "type": "zip", |
||
2773 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3f67cee782c9abfaee5e32fd2f57cdd54bc257ba", |
||
2774 | "reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba", |
||
2775 | "shasum": "" |
||
2776 | }, |
||
2777 | "require": { |
||
2778 | "ext-dom": "*", |
||
2779 | "ext-json": "*", |
||
2780 | "ext-libxml": "*", |
||
2781 | "ext-mbstring": "*", |
||
2782 | "ext-xml": "*", |
||
2783 | "myclabs/deep-copy": "~1.3", |
||
2784 | "php": "^5.6 || ^7.0", |
||
2785 | "phpspec/prophecy": "^1.3.1", |
||
2786 | "phpunit/php-code-coverage": "^4.0.1", |
||
2787 | "phpunit/php-file-iterator": "~1.4", |
||
2788 | "phpunit/php-text-template": "~1.2", |
||
2789 | "phpunit/php-timer": "^1.0.6", |
||
2790 | "phpunit/phpunit-mock-objects": "^3.2", |
||
2791 | "sebastian/comparator": "~1.1", |
||
2792 | "sebastian/diff": "~1.2", |
||
2793 | "sebastian/environment": "^1.3 || ^2.0", |
||
2794 | "sebastian/exporter": "~1.2", |
||
2795 | "sebastian/global-state": "~1.0", |
||
2796 | "sebastian/object-enumerator": "~1.0", |
||
2797 | "sebastian/resource-operations": "~1.0", |
||
2798 | "sebastian/version": "~1.0|~2.0", |
||
2799 | "symfony/yaml": "~2.1|~3.0" |
||
2800 | }, |
||
2801 | "conflict": { |
||
2802 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
2803 | }, |
||
2804 | "require-dev": { |
||
2805 | "ext-pdo": "*" |
||
2806 | }, |
||
2807 | "suggest": { |
||
2808 | "ext-tidy": "*", |
||
2809 | "ext-xdebug": "*", |
||
2810 | "phpunit/php-invoker": "~1.1" |
||
2811 | }, |
||
2812 | "bin": [ |
||
2813 | "phpunit" |
||
2814 | ], |
||
2815 | "type": "library", |
||
2816 | "extra": { |
||
2817 | "branch-alias": { |
||
2818 | "dev-master": "5.5.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 | "role": "lead" |
||
2835 | } |
||
2836 | ], |
||
2837 | "description": "The PHP Unit Testing framework.", |
||
2838 | "homepage": "https://phpunit.de/", |
||
2839 | "keywords": [ |
||
2840 | "phpunit", |
||
2841 | "testing", |
||
2842 | "xunit" |
||
2843 | ], |
||
2844 | "time": "2016-10-03T13:04:15+00:00" |
||
2845 | }, |
||
2846 | { |
||
2847 | "name": "phpunit/phpunit-mock-objects", |
||
2848 | "version": "3.4.3", |
||
2849 | "source": { |
||
2850 | "type": "git", |
||
2851 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2852 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" |
||
2853 | }, |
||
2854 | "dist": { |
||
2855 | "type": "zip", |
||
2856 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
2857 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
2858 | "shasum": "" |
||
2859 | }, |
||
2860 | "require": { |
||
2861 | "doctrine/instantiator": "^1.0.2", |
||
2862 | "php": "^5.6 || ^7.0", |
||
2863 | "phpunit/php-text-template": "^1.2", |
||
2864 | "sebastian/exporter": "^1.2 || ^2.0" |
||
2865 | }, |
||
2866 | "conflict": { |
||
2867 | "phpunit/phpunit": "<5.4.0" |
||
2868 | }, |
||
2869 | "require-dev": { |
||
2870 | "phpunit/phpunit": "^5.4" |
||
2871 | }, |
||
2872 | "suggest": { |
||
2873 | "ext-soap": "*" |
||
2874 | }, |
||
2875 | "type": "library", |
||
2876 | "extra": { |
||
2877 | "branch-alias": { |
||
2878 | "dev-master": "3.2.x-dev" |
||
2879 | } |
||
2880 | }, |
||
2881 | "autoload": { |
||
2882 | "classmap": [ |
||
2883 | "src/" |
||
2884 | ] |
||
2885 | }, |
||
2886 | "notification-url": "https://packagist.org/downloads/", |
||
2887 | "license": [ |
||
2888 | "BSD-3-Clause" |
||
2889 | ], |
||
2890 | "authors": [ |
||
2891 | { |
||
2892 | "name": "Sebastian Bergmann", |
||
2893 | "email": "[email protected]", |
||
2894 | "role": "lead" |
||
2895 | } |
||
2896 | ], |
||
2897 | "description": "Mock Object library for PHPUnit", |
||
2898 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2899 | "keywords": [ |
||
2900 | "mock", |
||
2901 | "xunit" |
||
2902 | ], |
||
2903 | "time": "2016-12-08T20:27:08+00:00" |
||
2904 | }, |
||
2905 | { |
||
2906 | "name": "sebastian/code-unit-reverse-lookup", |
||
2907 | "version": "1.0.0", |
||
2908 | "source": { |
||
2909 | "type": "git", |
||
2910 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2911 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
2912 | }, |
||
2913 | "dist": { |
||
2914 | "type": "zip", |
||
2915 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
2916 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
2917 | "shasum": "" |
||
2918 | }, |
||
2919 | "require": { |
||
2920 | "php": ">=5.6" |
||
2921 | }, |
||
2922 | "require-dev": { |
||
2923 | "phpunit/phpunit": "~5" |
||
2924 | }, |
||
2925 | "type": "library", |
||
2926 | "extra": { |
||
2927 | "branch-alias": { |
||
2928 | "dev-master": "1.0.x-dev" |
||
2929 | } |
||
2930 | }, |
||
2931 | "autoload": { |
||
2932 | "classmap": [ |
||
2933 | "src/" |
||
2934 | ] |
||
2935 | }, |
||
2936 | "notification-url": "https://packagist.org/downloads/", |
||
2937 | "license": [ |
||
2938 | "BSD-3-Clause" |
||
2939 | ], |
||
2940 | "authors": [ |
||
2941 | { |
||
2942 | "name": "Sebastian Bergmann", |
||
2943 | "email": "[email protected]" |
||
2944 | } |
||
2945 | ], |
||
2946 | "description": "Looks up which function or method a line of code belongs to", |
||
2947 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2948 | "time": "2016-02-13T06:45:14+00:00" |
||
2949 | }, |
||
2950 | { |
||
2951 | "name": "sebastian/comparator", |
||
2952 | "version": "1.2.4", |
||
2953 | "source": { |
||
2954 | "type": "git", |
||
2955 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2956 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
2957 | }, |
||
2958 | "dist": { |
||
2959 | "type": "zip", |
||
2960 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
2961 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
2962 | "shasum": "" |
||
2963 | }, |
||
2964 | "require": { |
||
2965 | "php": ">=5.3.3", |
||
2966 | "sebastian/diff": "~1.2", |
||
2967 | "sebastian/exporter": "~1.2 || ~2.0" |
||
2968 | }, |
||
2969 | "require-dev": { |
||
2970 | "phpunit/phpunit": "~4.4" |
||
2971 | }, |
||
2972 | "type": "library", |
||
2973 | "extra": { |
||
2974 | "branch-alias": { |
||
2975 | "dev-master": "1.2.x-dev" |
||
2976 | } |
||
2977 | }, |
||
2978 | "autoload": { |
||
2979 | "classmap": [ |
||
2980 | "src/" |
||
2981 | ] |
||
2982 | }, |
||
2983 | "notification-url": "https://packagist.org/downloads/", |
||
2984 | "license": [ |
||
2985 | "BSD-3-Clause" |
||
2986 | ], |
||
2987 | "authors": [ |
||
2988 | { |
||
2989 | "name": "Jeff Welch", |
||
2990 | "email": "[email protected]" |
||
2991 | }, |
||
2992 | { |
||
2993 | "name": "Volker Dusch", |
||
2994 | "email": "[email protected]" |
||
2995 | }, |
||
2996 | { |
||
2997 | "name": "Bernhard Schussek", |
||
2998 | "email": "[email protected]" |
||
2999 | }, |
||
3000 | { |
||
3001 | "name": "Sebastian Bergmann", |
||
3002 | "email": "[email protected]" |
||
3003 | } |
||
3004 | ], |
||
3005 | "description": "Provides the functionality to compare PHP values for equality", |
||
3006 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
3007 | "keywords": [ |
||
3008 | "comparator", |
||
3009 | "compare", |
||
3010 | "equality" |
||
3011 | ], |
||
3012 | "time": "2017-01-29T09:50:25+00:00" |
||
3013 | }, |
||
3014 | { |
||
3015 | "name": "sebastian/diff", |
||
3016 | "version": "1.4.1", |
||
3017 | "source": { |
||
3018 | "type": "git", |
||
3019 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3020 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
3021 | }, |
||
3022 | "dist": { |
||
3023 | "type": "zip", |
||
3024 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3025 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3026 | "shasum": "" |
||
3027 | }, |
||
3028 | "require": { |
||
3029 | "php": ">=5.3.3" |
||
3030 | }, |
||
3031 | "require-dev": { |
||
3032 | "phpunit/phpunit": "~4.8" |
||
3033 | }, |
||
3034 | "type": "library", |
||
3035 | "extra": { |
||
3036 | "branch-alias": { |
||
3037 | "dev-master": "1.4-dev" |
||
3038 | } |
||
3039 | }, |
||
3040 | "autoload": { |
||
3041 | "classmap": [ |
||
3042 | "src/" |
||
3043 | ] |
||
3044 | }, |
||
3045 | "notification-url": "https://packagist.org/downloads/", |
||
3046 | "license": [ |
||
3047 | "BSD-3-Clause" |
||
3048 | ], |
||
3049 | "authors": [ |
||
3050 | { |
||
3051 | "name": "Kore Nordmann", |
||
3052 | "email": "[email protected]" |
||
3053 | }, |
||
3054 | { |
||
3055 | "name": "Sebastian Bergmann", |
||
3056 | "email": "[email protected]" |
||
3057 | } |
||
3058 | ], |
||
3059 | "description": "Diff implementation", |
||
3060 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
3061 | "keywords": [ |
||
3062 | "diff" |
||
3063 | ], |
||
3064 | "time": "2015-12-08T07:14:41+00:00" |
||
3065 | }, |
||
3066 | { |
||
3067 | "name": "sebastian/environment", |
||
3068 | "version": "2.0.0", |
||
3069 | "source": { |
||
3070 | "type": "git", |
||
3071 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
3072 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
3073 | }, |
||
3074 | "dist": { |
||
3075 | "type": "zip", |
||
3076 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
3077 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
3078 | "shasum": "" |
||
3079 | }, |
||
3080 | "require": { |
||
3081 | "php": "^5.6 || ^7.0" |
||
3082 | }, |
||
3083 | "require-dev": { |
||
3084 | "phpunit/phpunit": "^5.0" |
||
3085 | }, |
||
3086 | "type": "library", |
||
3087 | "extra": { |
||
3088 | "branch-alias": { |
||
3089 | "dev-master": "2.0.x-dev" |
||
3090 | } |
||
3091 | }, |
||
3092 | "autoload": { |
||
3093 | "classmap": [ |
||
3094 | "src/" |
||
3095 | ] |
||
3096 | }, |
||
3097 | "notification-url": "https://packagist.org/downloads/", |
||
3098 | "license": [ |
||
3099 | "BSD-3-Clause" |
||
3100 | ], |
||
3101 | "authors": [ |
||
3102 | { |
||
3103 | "name": "Sebastian Bergmann", |
||
3104 | "email": "[email protected]" |
||
3105 | } |
||
3106 | ], |
||
3107 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
3108 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
3109 | "keywords": [ |
||
3110 | "Xdebug", |
||
3111 | "environment", |
||
3112 | "hhvm" |
||
3113 | ], |
||
3114 | "time": "2016-11-26T07:53:53+00:00" |
||
3115 | }, |
||
3116 | { |
||
3117 | "name": "sebastian/exporter", |
||
3118 | "version": "1.2.2", |
||
3119 | "source": { |
||
3120 | "type": "git", |
||
3121 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
3122 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
3123 | }, |
||
3124 | "dist": { |
||
3125 | "type": "zip", |
||
3126 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
3127 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
3128 | "shasum": "" |
||
3129 | }, |
||
3130 | "require": { |
||
3131 | "php": ">=5.3.3", |
||
3132 | "sebastian/recursion-context": "~1.0" |
||
3133 | }, |
||
3134 | "require-dev": { |
||
3135 | "ext-mbstring": "*", |
||
3136 | "phpunit/phpunit": "~4.4" |
||
3137 | }, |
||
3138 | "type": "library", |
||
3139 | "extra": { |
||
3140 | "branch-alias": { |
||
3141 | "dev-master": "1.3.x-dev" |
||
3142 | } |
||
3143 | }, |
||
3144 | "autoload": { |
||
3145 | "classmap": [ |
||
3146 | "src/" |
||
3147 | ] |
||
3148 | }, |
||
3149 | "notification-url": "https://packagist.org/downloads/", |
||
3150 | "license": [ |
||
3151 | "BSD-3-Clause" |
||
3152 | ], |
||
3153 | "authors": [ |
||
3154 | { |
||
3155 | "name": "Jeff Welch", |
||
3156 | "email": "[email protected]" |
||
3157 | }, |
||
3158 | { |
||
3159 | "name": "Volker Dusch", |
||
3160 | "email": "[email protected]" |
||
3161 | }, |
||
3162 | { |
||
3163 | "name": "Bernhard Schussek", |
||
3164 | "email": "[email protected]" |
||
3165 | }, |
||
3166 | { |
||
3167 | "name": "Sebastian Bergmann", |
||
3168 | "email": "[email protected]" |
||
3169 | }, |
||
3170 | { |
||
3171 | "name": "Adam Harvey", |
||
3172 | "email": "[email protected]" |
||
3173 | } |
||
3174 | ], |
||
3175 | "description": "Provides the functionality to export PHP variables for visualization", |
||
3176 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
3177 | "keywords": [ |
||
3178 | "export", |
||
3179 | "exporter" |
||
3180 | ], |
||
3181 | "time": "2016-06-17T09:04:28+00:00" |
||
3182 | }, |
||
3183 | { |
||
3184 | "name": "sebastian/global-state", |
||
3185 | "version": "1.1.1", |
||
3186 | "source": { |
||
3187 | "type": "git", |
||
3188 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
3189 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
3190 | }, |
||
3191 | "dist": { |
||
3192 | "type": "zip", |
||
3193 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
3194 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
3195 | "shasum": "" |
||
3196 | }, |
||
3197 | "require": { |
||
3198 | "php": ">=5.3.3" |
||
3199 | }, |
||
3200 | "require-dev": { |
||
3201 | "phpunit/phpunit": "~4.2" |
||
3202 | }, |
||
3203 | "suggest": { |
||
3204 | "ext-uopz": "*" |
||
3205 | }, |
||
3206 | "type": "library", |
||
3207 | "extra": { |
||
3208 | "branch-alias": { |
||
3209 | "dev-master": "1.0-dev" |
||
3210 | } |
||
3211 | }, |
||
3212 | "autoload": { |
||
3213 | "classmap": [ |
||
3214 | "src/" |
||
3215 | ] |
||
3216 | }, |
||
3217 | "notification-url": "https://packagist.org/downloads/", |
||
3218 | "license": [ |
||
3219 | "BSD-3-Clause" |
||
3220 | ], |
||
3221 | "authors": [ |
||
3222 | { |
||
3223 | "name": "Sebastian Bergmann", |
||
3224 | "email": "[email protected]" |
||
3225 | } |
||
3226 | ], |
||
3227 | "description": "Snapshotting of global state", |
||
3228 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
3229 | "keywords": [ |
||
3230 | "global state" |
||
3231 | ], |
||
3232 | "time": "2015-10-12T03:26:01+00:00" |
||
3233 | }, |
||
3234 | { |
||
3235 | "name": "sebastian/object-enumerator", |
||
3236 | "version": "1.0.0", |
||
3237 | "source": { |
||
3238 | "type": "git", |
||
3239 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
3240 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
3241 | }, |
||
3242 | "dist": { |
||
3243 | "type": "zip", |
||
3244 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
3245 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
3246 | "shasum": "" |
||
3247 | }, |
||
3248 | "require": { |
||
3249 | "php": ">=5.6", |
||
3250 | "sebastian/recursion-context": "~1.0" |
||
3251 | }, |
||
3252 | "require-dev": { |
||
3253 | "phpunit/phpunit": "~5" |
||
3254 | }, |
||
3255 | "type": "library", |
||
3256 | "extra": { |
||
3257 | "branch-alias": { |
||
3258 | "dev-master": "1.0.x-dev" |
||
3259 | } |
||
3260 | }, |
||
3261 | "autoload": { |
||
3262 | "classmap": [ |
||
3263 | "src/" |
||
3264 | ] |
||
3265 | }, |
||
3266 | "notification-url": "https://packagist.org/downloads/", |
||
3267 | "license": [ |
||
3268 | "BSD-3-Clause" |
||
3269 | ], |
||
3270 | "authors": [ |
||
3271 | { |
||
3272 | "name": "Sebastian Bergmann", |
||
3273 | "email": "[email protected]" |
||
3274 | } |
||
3275 | ], |
||
3276 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
3277 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
3278 | "time": "2016-01-28T13:25:10+00:00" |
||
3279 | }, |
||
3280 | { |
||
3281 | "name": "sebastian/recursion-context", |
||
3282 | "version": "1.0.2", |
||
3283 | "source": { |
||
3284 | "type": "git", |
||
3285 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
3286 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
3287 | }, |
||
3288 | "dist": { |
||
3289 | "type": "zip", |
||
3290 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
3291 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
3292 | "shasum": "" |
||
3293 | }, |
||
3294 | "require": { |
||
3295 | "php": ">=5.3.3" |
||
3296 | }, |
||
3297 | "require-dev": { |
||
3298 | "phpunit/phpunit": "~4.4" |
||
3299 | }, |
||
3300 | "type": "library", |
||
3301 | "extra": { |
||
3302 | "branch-alias": { |
||
3303 | "dev-master": "1.0.x-dev" |
||
3304 | } |
||
3305 | }, |
||
3306 | "autoload": { |
||
3307 | "classmap": [ |
||
3308 | "src/" |
||
3309 | ] |
||
3310 | }, |
||
3311 | "notification-url": "https://packagist.org/downloads/", |
||
3312 | "license": [ |
||
3313 | "BSD-3-Clause" |
||
3314 | ], |
||
3315 | "authors": [ |
||
3316 | { |
||
3317 | "name": "Jeff Welch", |
||
3318 | "email": "[email protected]" |
||
3319 | }, |
||
3320 | { |
||
3321 | "name": "Sebastian Bergmann", |
||
3322 | "email": "[email protected]" |
||
3323 | }, |
||
3324 | { |
||
3325 | "name": "Adam Harvey", |
||
3326 | "email": "[email protected]" |
||
3327 | } |
||
3328 | ], |
||
3329 | "description": "Provides functionality to recursively process PHP variables", |
||
3330 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
3331 | "time": "2015-11-11T19:50:13+00:00" |
||
3332 | }, |
||
3333 | { |
||
3334 | "name": "sebastian/resource-operations", |
||
3335 | "version": "1.0.0", |
||
3336 | "source": { |
||
3337 | "type": "git", |
||
3338 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
3339 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
3340 | }, |
||
3341 | "dist": { |
||
3342 | "type": "zip", |
||
3343 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3344 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3345 | "shasum": "" |
||
3346 | }, |
||
3347 | "require": { |
||
3348 | "php": ">=5.6.0" |
||
3349 | }, |
||
3350 | "type": "library", |
||
3351 | "extra": { |
||
3352 | "branch-alias": { |
||
3353 | "dev-master": "1.0.x-dev" |
||
3354 | } |
||
3355 | }, |
||
3356 | "autoload": { |
||
3357 | "classmap": [ |
||
3358 | "src/" |
||
3359 | ] |
||
3360 | }, |
||
3361 | "notification-url": "https://packagist.org/downloads/", |
||
3362 | "license": [ |
||
3363 | "BSD-3-Clause" |
||
3364 | ], |
||
3365 | "authors": [ |
||
3366 | { |
||
3367 | "name": "Sebastian Bergmann", |
||
3368 | "email": "[email protected]" |
||
3369 | } |
||
3370 | ], |
||
3371 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
3372 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
3373 | "time": "2015-07-28T20:34:47+00:00" |
||
3374 | }, |
||
3375 | { |
||
3376 | "name": "sebastian/version", |
||
3377 | "version": "2.0.1", |
||
3378 | "source": { |
||
3379 | "type": "git", |
||
3380 | "url": "https://github.com/sebastianbergmann/version.git", |
||
3381 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
3382 | }, |
||
3383 | "dist": { |
||
3384 | "type": "zip", |
||
3385 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3386 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3387 | "shasum": "" |
||
3388 | }, |
||
3389 | "require": { |
||
3390 | "php": ">=5.6" |
||
3391 | }, |
||
3392 | "type": "library", |
||
3393 | "extra": { |
||
3394 | "branch-alias": { |
||
3395 | "dev-master": "2.0.x-dev" |
||
3396 | } |
||
3397 | }, |
||
3398 | "autoload": { |
||
3399 | "classmap": [ |
||
3400 | "src/" |
||
3401 | ] |
||
3402 | }, |
||
3403 | "notification-url": "https://packagist.org/downloads/", |
||
3404 | "license": [ |
||
3405 | "BSD-3-Clause" |
||
3406 | ], |
||
3407 | "authors": [ |
||
3408 | { |
||
3409 | "name": "Sebastian Bergmann", |
||
3410 | "email": "[email protected]", |
||
3411 | "role": "lead" |
||
3412 | } |
||
3413 | ], |
||
3414 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3415 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3416 | "time": "2016-10-03T07:35:21+00:00" |
||
3417 | }, |
||
3418 | { |
||
3419 | "name": "sensio/generator-bundle", |
||
3420 | "version": "v3.1.2", |
||
3421 | "source": { |
||
3422 | "type": "git", |
||
3423 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
3424 | "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e" |
||
3425 | }, |
||
3426 | "dist": { |
||
3427 | "type": "zip", |
||
3428 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ec278c0bd530edf155c4a00900577b5cb80f559e", |
||
3429 | "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e", |
||
3430 | "shasum": "" |
||
3431 | }, |
||
3432 | "require": { |
||
3433 | "symfony/console": "~2.7|~3.0", |
||
3434 | "symfony/framework-bundle": "~2.7|~3.0", |
||
3435 | "symfony/process": "~2.7|~3.0", |
||
3436 | "symfony/yaml": "~2.7|~3.0", |
||
3437 | "twig/twig": "^1.28.2|^2.0" |
||
3438 | }, |
||
3439 | "require-dev": { |
||
3440 | "doctrine/orm": "~2.4", |
||
3441 | "symfony/doctrine-bridge": "~2.7|~3.0" |
||
3442 | }, |
||
3443 | "type": "symfony-bundle", |
||
3444 | "extra": { |
||
3445 | "branch-alias": { |
||
3446 | "dev-master": "3.1.x-dev" |
||
3447 | } |
||
3448 | }, |
||
3449 | "autoload": { |
||
3450 | "psr-4": { |
||
3451 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
3452 | }, |
||
3453 | "exclude-from-classmap": [ |
||
3454 | "/Tests/" |
||
3455 | ] |
||
3456 | }, |
||
3457 | "notification-url": "https://packagist.org/downloads/", |
||
3458 | "license": [ |
||
3459 | "MIT" |
||
3460 | ], |
||
3461 | "authors": [ |
||
3462 | { |
||
3463 | "name": "Fabien Potencier", |
||
3464 | "email": "[email protected]" |
||
3465 | } |
||
3466 | ], |
||
3467 | "description": "This bundle generates code for you", |
||
3468 | "time": "2016-12-05T16:01:19+00:00" |
||
3469 | }, |
||
3470 | { |
||
3471 | "name": "symfony/phpunit-bridge", |
||
3472 | "version": "v3.2.1", |
||
3473 | "source": { |
||
3474 | "type": "git", |
||
3475 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
3476 | "reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661" |
||
3477 | }, |
||
3478 | "dist": { |
||
3479 | "type": "zip", |
||
3480 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/65e64a4f99cbaeae718573c3347fbe800f3f6661", |
||
3481 | "reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661", |
||
3482 | "shasum": "" |
||
3483 | }, |
||
3484 | "require": { |
||
3485 | "php": ">=5.3.3" |
||
3486 | }, |
||
3487 | "suggest": { |
||
3488 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
3489 | }, |
||
3490 | "bin": [ |
||
3491 | "bin/simple-phpunit" |
||
3492 | ], |
||
3493 | "type": "symfony-bridge", |
||
3494 | "extra": { |
||
3495 | "branch-alias": { |
||
3496 | "dev-master": "3.2-dev" |
||
3497 | } |
||
3498 | }, |
||
3499 | "autoload": { |
||
3500 | "files": [ |
||
3501 | "bootstrap.php" |
||
3502 | ], |
||
3503 | "psr-4": { |
||
3504 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
3505 | }, |
||
3506 | "exclude-from-classmap": [ |
||
3507 | "/Tests/" |
||
3508 | ] |
||
3509 | }, |
||
3510 | "notification-url": "https://packagist.org/downloads/", |
||
3511 | "license": [ |
||
3512 | "MIT" |
||
3513 | ], |
||
3514 | "authors": [ |
||
3515 | { |
||
3516 | "name": "Nicolas Grekas", |
||
3517 | "email": "[email protected]" |
||
3518 | }, |
||
3519 | { |
||
3520 | "name": "Symfony Community", |
||
3521 | "homepage": "https://symfony.com/contributors" |
||
3522 | } |
||
3523 | ], |
||
3524 | "description": "Symfony PHPUnit Bridge", |
||
3525 | "homepage": "https://symfony.com", |
||
3526 | "time": "2016-12-12T13:31:08+00:00" |
||
3527 | }, |
||
3528 | { |
||
3529 | "name": "webmozart/assert", |
||
3530 | "version": "1.2.0", |
||
3531 | "source": { |
||
3532 | "type": "git", |
||
3533 | "url": "https://github.com/webmozart/assert.git", |
||
3534 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
3535 | }, |
||
3536 | "dist": { |
||
3537 | "type": "zip", |
||
3538 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
3539 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
3540 | "shasum": "" |
||
3541 | }, |
||
3542 | "require": { |
||
3543 | "php": "^5.3.3 || ^7.0" |
||
3544 | }, |
||
3545 | "require-dev": { |
||
3546 | "phpunit/phpunit": "^4.6", |
||
3547 | "sebastian/version": "^1.0.1" |
||
3548 | }, |
||
3549 | "type": "library", |
||
3550 | "extra": { |
||
3551 | "branch-alias": { |
||
3552 | "dev-master": "1.3-dev" |
||
3553 | } |
||
3554 | }, |
||
3555 | "autoload": { |
||
3556 | "psr-4": { |
||
3557 | "Webmozart\\Assert\\": "src/" |
||
3558 | } |
||
3559 | }, |
||
3560 | "notification-url": "https://packagist.org/downloads/", |
||
3561 | "license": [ |
||
3562 | "MIT" |
||
3563 | ], |
||
3564 | "authors": [ |
||
3565 | { |
||
3566 | "name": "Bernhard Schussek", |
||
3567 | "email": "[email protected]" |
||
3568 | } |
||
3569 | ], |
||
3570 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3571 | "keywords": [ |
||
3572 | "assert", |
||
3573 | "check", |
||
3574 | "validate" |
||
3575 | ], |
||
3576 | "time": "2016-11-23T20:04:58+00:00" |
||
3577 | } |
||
3578 | ], |
||
3579 | "aliases": [], |
||
3580 | "minimum-stability": "stable", |
||
3581 | "stability-flags": [], |
||
3582 | "prefer-stable": false, |
||
3583 | "prefer-lowest": false, |
||
3584 | "platform": { |
||
3585 | "php": ">=5.5.9" |
||
3586 | }, |
||
3587 | "platform-dev": [] |
||
3588 | } |
||
3589 |