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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "df1542c4df7bba43fdc36c156585460a", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
11 | "version": "v1.3.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", |
||
20 | "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/lexer": "1.*", |
||
25 | "php": "^5.6 || ^7.0" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "doctrine/cache": "1.*", |
||
29 | "phpunit/phpunit": "^5.6.1" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "1.4.x-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-4": { |
||
39 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Roman Borschel", |
||
49 | "email": "[email protected]" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Benjamin Eberlei", |
||
53 | "email": "[email protected]" |
||
54 | }, |
||
55 | { |
||
56 | "name": "Guilherme Blanco", |
||
57 | "email": "[email protected]" |
||
58 | }, |
||
59 | { |
||
60 | "name": "Jonathan Wage", |
||
61 | "email": "[email protected]" |
||
62 | }, |
||
63 | { |
||
64 | "name": "Johannes Schmitt", |
||
65 | "email": "[email protected]" |
||
66 | } |
||
67 | ], |
||
68 | "description": "Docblock Annotations Parser", |
||
69 | "homepage": "http://www.doctrine-project.org", |
||
70 | "keywords": [ |
||
71 | "annotations", |
||
72 | "docblock", |
||
73 | "parser" |
||
74 | ], |
||
75 | "time": "2016-10-24 11:45:47" |
||
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-29 11:16:17" |
||
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-14 22:21:58" |
||
212 | }, |
||
213 | { |
||
214 | "name": "doctrine/common", |
||
215 | "version": "v2.6.1", |
||
216 | "source": { |
||
217 | "type": "git", |
||
218 | "url": "https://github.com/doctrine/common.git", |
||
219 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
220 | }, |
||
221 | "dist": { |
||
222 | "type": "zip", |
||
223 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
224 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
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": "2015-12-25 13:18:31" |
||
285 | }, |
||
286 | { |
||
287 | "name": "doctrine/inflector", |
||
288 | "version": "v1.1.0", |
||
289 | "source": { |
||
290 | "type": "git", |
||
291 | "url": "https://github.com/doctrine/inflector.git", |
||
292 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
293 | }, |
||
294 | "dist": { |
||
295 | "type": "zip", |
||
296 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
297 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
298 | "shasum": "" |
||
299 | }, |
||
300 | "require": { |
||
301 | "php": ">=5.3.2" |
||
302 | }, |
||
303 | "require-dev": { |
||
304 | "phpunit/phpunit": "4.*" |
||
305 | }, |
||
306 | "type": "library", |
||
307 | "extra": { |
||
308 | "branch-alias": { |
||
309 | "dev-master": "1.1.x-dev" |
||
310 | } |
||
311 | }, |
||
312 | "autoload": { |
||
313 | "psr-0": { |
||
314 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
315 | } |
||
316 | }, |
||
317 | "notification-url": "https://packagist.org/downloads/", |
||
318 | "license": [ |
||
319 | "MIT" |
||
320 | ], |
||
321 | "authors": [ |
||
322 | { |
||
323 | "name": "Roman Borschel", |
||
324 | "email": "[email protected]" |
||
325 | }, |
||
326 | { |
||
327 | "name": "Benjamin Eberlei", |
||
328 | "email": "[email protected]" |
||
329 | }, |
||
330 | { |
||
331 | "name": "Guilherme Blanco", |
||
332 | "email": "[email protected]" |
||
333 | }, |
||
334 | { |
||
335 | "name": "Jonathan Wage", |
||
336 | "email": "[email protected]" |
||
337 | }, |
||
338 | { |
||
339 | "name": "Johannes Schmitt", |
||
340 | "email": "[email protected]" |
||
341 | } |
||
342 | ], |
||
343 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
344 | "homepage": "http://www.doctrine-project.org", |
||
345 | "keywords": [ |
||
346 | "inflection", |
||
347 | "pluralize", |
||
348 | "singularize", |
||
349 | "string" |
||
350 | ], |
||
351 | "time": "2015-11-06 14:35:42" |
||
352 | }, |
||
353 | { |
||
354 | "name": "doctrine/lexer", |
||
355 | "version": "v1.0.1", |
||
356 | "source": { |
||
357 | "type": "git", |
||
358 | "url": "https://github.com/doctrine/lexer.git", |
||
359 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
360 | }, |
||
361 | "dist": { |
||
362 | "type": "zip", |
||
363 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
364 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
365 | "shasum": "" |
||
366 | }, |
||
367 | "require": { |
||
368 | "php": ">=5.3.2" |
||
369 | }, |
||
370 | "type": "library", |
||
371 | "extra": { |
||
372 | "branch-alias": { |
||
373 | "dev-master": "1.0.x-dev" |
||
374 | } |
||
375 | }, |
||
376 | "autoload": { |
||
377 | "psr-0": { |
||
378 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
379 | } |
||
380 | }, |
||
381 | "notification-url": "https://packagist.org/downloads/", |
||
382 | "license": [ |
||
383 | "MIT" |
||
384 | ], |
||
385 | "authors": [ |
||
386 | { |
||
387 | "name": "Roman Borschel", |
||
388 | "email": "[email protected]" |
||
389 | }, |
||
390 | { |
||
391 | "name": "Guilherme Blanco", |
||
392 | "email": "[email protected]" |
||
393 | }, |
||
394 | { |
||
395 | "name": "Johannes Schmitt", |
||
396 | "email": "[email protected]" |
||
397 | } |
||
398 | ], |
||
399 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
400 | "homepage": "http://www.doctrine-project.org", |
||
401 | "keywords": [ |
||
402 | "lexer", |
||
403 | "parser" |
||
404 | ], |
||
405 | "time": "2014-09-09 13:34:57" |
||
406 | }, |
||
407 | { |
||
408 | "name": "guzzle/guzzle", |
||
409 | "version": "v3.9.3", |
||
410 | "source": { |
||
411 | "type": "git", |
||
412 | "url": "https://github.com/guzzle/guzzle3.git", |
||
413 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
414 | }, |
||
415 | "dist": { |
||
416 | "type": "zip", |
||
417 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
418 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
419 | "shasum": "" |
||
420 | }, |
||
421 | "require": { |
||
422 | "ext-curl": "*", |
||
423 | "php": ">=5.3.3", |
||
424 | "symfony/event-dispatcher": "~2.1" |
||
425 | }, |
||
426 | "replace": { |
||
427 | "guzzle/batch": "self.version", |
||
428 | "guzzle/cache": "self.version", |
||
429 | "guzzle/common": "self.version", |
||
430 | "guzzle/http": "self.version", |
||
431 | "guzzle/inflection": "self.version", |
||
432 | "guzzle/iterator": "self.version", |
||
433 | "guzzle/log": "self.version", |
||
434 | "guzzle/parser": "self.version", |
||
435 | "guzzle/plugin": "self.version", |
||
436 | "guzzle/plugin-async": "self.version", |
||
437 | "guzzle/plugin-backoff": "self.version", |
||
438 | "guzzle/plugin-cache": "self.version", |
||
439 | "guzzle/plugin-cookie": "self.version", |
||
440 | "guzzle/plugin-curlauth": "self.version", |
||
441 | "guzzle/plugin-error-response": "self.version", |
||
442 | "guzzle/plugin-history": "self.version", |
||
443 | "guzzle/plugin-log": "self.version", |
||
444 | "guzzle/plugin-md5": "self.version", |
||
445 | "guzzle/plugin-mock": "self.version", |
||
446 | "guzzle/plugin-oauth": "self.version", |
||
447 | "guzzle/service": "self.version", |
||
448 | "guzzle/stream": "self.version" |
||
449 | }, |
||
450 | "require-dev": { |
||
451 | "doctrine/cache": "~1.3", |
||
452 | "monolog/monolog": "~1.0", |
||
453 | "phpunit/phpunit": "3.7.*", |
||
454 | "psr/log": "~1.0", |
||
455 | "symfony/class-loader": "~2.1", |
||
456 | "zendframework/zend-cache": "2.*,<2.3", |
||
457 | "zendframework/zend-log": "2.*,<2.3" |
||
458 | }, |
||
459 | "suggest": { |
||
460 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
461 | }, |
||
462 | "type": "library", |
||
463 | "extra": { |
||
464 | "branch-alias": { |
||
465 | "dev-master": "3.9-dev" |
||
466 | } |
||
467 | }, |
||
468 | "autoload": { |
||
469 | "psr-0": { |
||
470 | "Guzzle": "src/", |
||
471 | "Guzzle\\Tests": "tests/" |
||
472 | } |
||
473 | }, |
||
474 | "notification-url": "https://packagist.org/downloads/", |
||
475 | "license": [ |
||
476 | "MIT" |
||
477 | ], |
||
478 | "authors": [ |
||
479 | { |
||
480 | "name": "Michael Dowling", |
||
481 | "email": "[email protected]", |
||
482 | "homepage": "https://github.com/mtdowling" |
||
483 | }, |
||
484 | { |
||
485 | "name": "Guzzle Community", |
||
486 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
487 | } |
||
488 | ], |
||
489 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
490 | "homepage": "http://guzzlephp.org/", |
||
491 | "keywords": [ |
||
492 | "client", |
||
493 | "curl", |
||
494 | "framework", |
||
495 | "http", |
||
496 | "http client", |
||
497 | "rest", |
||
498 | "web service" |
||
499 | ], |
||
500 | "time": "2015-03-18 18:23:50" |
||
501 | }, |
||
502 | { |
||
503 | "name": "psr/log", |
||
504 | "version": "1.0.2", |
||
505 | "source": { |
||
506 | "type": "git", |
||
507 | "url": "https://github.com/php-fig/log.git", |
||
508 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
509 | }, |
||
510 | "dist": { |
||
511 | "type": "zip", |
||
512 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
513 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
514 | "shasum": "" |
||
515 | }, |
||
516 | "require": { |
||
517 | "php": ">=5.3.0" |
||
518 | }, |
||
519 | "type": "library", |
||
520 | "extra": { |
||
521 | "branch-alias": { |
||
522 | "dev-master": "1.0.x-dev" |
||
523 | } |
||
524 | }, |
||
525 | "autoload": { |
||
526 | "psr-4": { |
||
527 | "Psr\\Log\\": "Psr/Log/" |
||
528 | } |
||
529 | }, |
||
530 | "notification-url": "https://packagist.org/downloads/", |
||
531 | "license": [ |
||
532 | "MIT" |
||
533 | ], |
||
534 | "authors": [ |
||
535 | { |
||
536 | "name": "PHP-FIG", |
||
537 | "homepage": "http://www.php-fig.org/" |
||
538 | } |
||
539 | ], |
||
540 | "description": "Common interface for logging libraries", |
||
541 | "homepage": "https://github.com/php-fig/log", |
||
542 | "keywords": [ |
||
543 | "log", |
||
544 | "psr", |
||
545 | "psr-3" |
||
546 | ], |
||
547 | "time": "2016-10-10 12:19:37" |
||
548 | }, |
||
549 | { |
||
550 | "name": "richardfullmer/rabbitmq-management-api", |
||
551 | "version": "1.1.0", |
||
552 | "source": { |
||
553 | "type": "git", |
||
554 | "url": "https://github.com/richardfullmer/php-rabbitmq-management-api.git", |
||
555 | "reference": "53baf365c3f47b9e5b68bf0860cf0750f075ce47" |
||
556 | }, |
||
557 | "dist": { |
||
558 | "type": "zip", |
||
559 | "url": "https://api.github.com/repos/richardfullmer/php-rabbitmq-management-api/zipball/53baf365c3f47b9e5b68bf0860cf0750f075ce47", |
||
560 | "reference": "53baf365c3f47b9e5b68bf0860cf0750f075ce47", |
||
561 | "shasum": "" |
||
562 | }, |
||
563 | "require": { |
||
564 | "guzzle/guzzle": "~3.0", |
||
565 | "php": ">=5.3.2" |
||
566 | }, |
||
567 | "type": "library", |
||
568 | "extra": { |
||
569 | "branch-alias": { |
||
570 | "dev-master": "1.x-dev" |
||
571 | } |
||
572 | }, |
||
573 | "autoload": { |
||
574 | "psr-0": { |
||
575 | "RabbitMq\\ManagementApi": "src/" |
||
576 | } |
||
577 | }, |
||
578 | "notification-url": "https://packagist.org/downloads/", |
||
579 | "license": [ |
||
580 | "MIT" |
||
581 | ], |
||
582 | "authors": [ |
||
583 | { |
||
584 | "name": "Richard Fullmer", |
||
585 | "email": "[email protected]", |
||
586 | "homepage": "https://github.com/richardfullmer" |
||
587 | } |
||
588 | ], |
||
589 | "description": "An object oriented wrapper for the RabbitMQ Management HTTP Api", |
||
590 | "homepage": "https://github.com/richardfullmer/php-rabbitmq-management-api", |
||
591 | "keywords": [ |
||
592 | "message queue", |
||
593 | "rabbitmq", |
||
594 | "rest" |
||
595 | ], |
||
596 | "time": "2016-08-22 16:34:33" |
||
597 | }, |
||
598 | { |
||
599 | "name": "symfony/config", |
||
600 | "version": "v2.2.11", |
||
601 | "target-dir": "Symfony/Component/Config", |
||
602 | "source": { |
||
603 | "type": "git", |
||
604 | "url": "https://github.com/symfony/config.git", |
||
605 | "reference": "6952d55b2c51f0dd62b2c43a1449069c19c9b80e" |
||
606 | }, |
||
607 | "dist": { |
||
608 | "type": "zip", |
||
609 | "url": "https://api.github.com/repos/symfony/config/zipball/6952d55b2c51f0dd62b2c43a1449069c19c9b80e", |
||
610 | "reference": "6952d55b2c51f0dd62b2c43a1449069c19c9b80e", |
||
611 | "shasum": "" |
||
612 | }, |
||
613 | "require": { |
||
614 | "php": ">=5.3.3" |
||
615 | }, |
||
616 | "type": "library", |
||
617 | "extra": { |
||
618 | "branch-alias": { |
||
619 | "dev-master": "2.2-dev" |
||
620 | } |
||
621 | }, |
||
622 | "autoload": { |
||
623 | "psr-0": { |
||
624 | "Symfony\\Component\\Config\\": "" |
||
625 | } |
||
626 | }, |
||
627 | "notification-url": "https://packagist.org/downloads/", |
||
628 | "license": [ |
||
629 | "MIT" |
||
630 | ], |
||
631 | "authors": [ |
||
632 | { |
||
633 | "name": "Symfony Community", |
||
634 | "homepage": "http://symfony.com/contributors" |
||
635 | }, |
||
636 | { |
||
637 | "name": "Fabien Potencier", |
||
638 | "email": "[email protected]" |
||
639 | } |
||
640 | ], |
||
641 | "description": "Symfony Config Component", |
||
642 | "homepage": "http://symfony.com", |
||
643 | "time": "2013-11-25 08:44:14" |
||
644 | }, |
||
645 | { |
||
646 | "name": "symfony/console", |
||
647 | "version": "v2.2.11", |
||
648 | "target-dir": "Symfony/Component/Console", |
||
649 | "source": { |
||
650 | "type": "git", |
||
651 | "url": "https://github.com/symfony/console.git", |
||
652 | "reference": "89e82ad2d09ce753359efc942ce6309053023c47" |
||
653 | }, |
||
654 | "dist": { |
||
655 | "type": "zip", |
||
656 | "url": "https://api.github.com/repos/symfony/console/zipball/89e82ad2d09ce753359efc942ce6309053023c47", |
||
657 | "reference": "89e82ad2d09ce753359efc942ce6309053023c47", |
||
658 | "shasum": "" |
||
659 | }, |
||
660 | "require": { |
||
661 | "php": ">=5.3.3" |
||
662 | }, |
||
663 | "type": "library", |
||
664 | "extra": { |
||
665 | "branch-alias": { |
||
666 | "dev-master": "2.2-dev" |
||
667 | } |
||
668 | }, |
||
669 | "autoload": { |
||
670 | "psr-0": { |
||
671 | "Symfony\\Component\\Console\\": "" |
||
672 | } |
||
673 | }, |
||
674 | "notification-url": "https://packagist.org/downloads/", |
||
675 | "license": [ |
||
676 | "MIT" |
||
677 | ], |
||
678 | "authors": [ |
||
679 | { |
||
680 | "name": "Symfony Community", |
||
681 | "homepage": "http://symfony.com/contributors" |
||
682 | }, |
||
683 | { |
||
684 | "name": "Fabien Potencier", |
||
685 | "email": "[email protected]" |
||
686 | } |
||
687 | ], |
||
688 | "description": "Symfony Console Component", |
||
689 | "homepage": "http://symfony.com", |
||
690 | "time": "2013-11-25 08:44:14" |
||
691 | }, |
||
692 | { |
||
693 | "name": "symfony/debug", |
||
694 | "version": "v2.3.42", |
||
695 | "target-dir": "Symfony/Component/Debug", |
||
696 | "source": { |
||
697 | "type": "git", |
||
698 | "url": "https://github.com/symfony/debug.git", |
||
699 | "reference": "863d29c31a1ddfcf1faedf5f8362f392e3261632" |
||
700 | }, |
||
701 | "dist": { |
||
702 | "type": "zip", |
||
703 | "url": "https://api.github.com/repos/symfony/debug/zipball/863d29c31a1ddfcf1faedf5f8362f392e3261632", |
||
704 | "reference": "863d29c31a1ddfcf1faedf5f8362f392e3261632", |
||
705 | "shasum": "" |
||
706 | }, |
||
707 | "require": { |
||
708 | "php": ">=5.3.3" |
||
709 | }, |
||
710 | "conflict": { |
||
711 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
712 | }, |
||
713 | "require-dev": { |
||
714 | "symfony/http-foundation": "~2.1", |
||
715 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2" |
||
716 | }, |
||
717 | "suggest": { |
||
718 | "symfony/class-loader": "", |
||
719 | "symfony/http-foundation": "", |
||
720 | "symfony/http-kernel": "" |
||
721 | }, |
||
722 | "type": "library", |
||
723 | "extra": { |
||
724 | "branch-alias": { |
||
725 | "dev-master": "2.3-dev" |
||
726 | } |
||
727 | }, |
||
728 | "autoload": { |
||
729 | "psr-0": { |
||
730 | "Symfony\\Component\\Debug\\": "" |
||
731 | }, |
||
732 | "exclude-from-classmap": [ |
||
733 | "/Tests/" |
||
734 | ] |
||
735 | }, |
||
736 | "notification-url": "https://packagist.org/downloads/", |
||
737 | "license": [ |
||
738 | "MIT" |
||
739 | ], |
||
740 | "authors": [ |
||
741 | { |
||
742 | "name": "Fabien Potencier", |
||
743 | "email": "[email protected]" |
||
744 | }, |
||
745 | { |
||
746 | "name": "Symfony Community", |
||
747 | "homepage": "https://symfony.com/contributors" |
||
748 | } |
||
749 | ], |
||
750 | "description": "Symfony Debug Component", |
||
751 | "homepage": "https://symfony.com", |
||
752 | "time": "2016-03-30 09:02:35" |
||
753 | }, |
||
754 | { |
||
755 | "name": "symfony/dependency-injection", |
||
756 | "version": "v2.2.11", |
||
757 | "target-dir": "Symfony/Component/DependencyInjection", |
||
758 | "source": { |
||
759 | "type": "git", |
||
760 | "url": "https://github.com/symfony/dependency-injection.git", |
||
761 | "reference": "0e726f0172a8cc36fcb28c2b4f1198292d825594" |
||
762 | }, |
||
763 | "dist": { |
||
764 | "type": "zip", |
||
765 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0e726f0172a8cc36fcb28c2b4f1198292d825594", |
||
766 | "reference": "0e726f0172a8cc36fcb28c2b4f1198292d825594", |
||
767 | "shasum": "" |
||
768 | }, |
||
769 | "require": { |
||
770 | "php": ">=5.3.3" |
||
771 | }, |
||
772 | "require-dev": { |
||
773 | "symfony/config": ">=2.2,<2.3-dev", |
||
774 | "symfony/yaml": "~2.0" |
||
775 | }, |
||
776 | "suggest": { |
||
777 | "symfony/config": "2.2.*", |
||
778 | "symfony/yaml": "2.2.*" |
||
779 | }, |
||
780 | "type": "library", |
||
781 | "extra": { |
||
782 | "branch-alias": { |
||
783 | "dev-master": "2.2-dev" |
||
784 | } |
||
785 | }, |
||
786 | "autoload": { |
||
787 | "psr-0": { |
||
788 | "Symfony\\Component\\DependencyInjection\\": "" |
||
789 | } |
||
790 | }, |
||
791 | "notification-url": "https://packagist.org/downloads/", |
||
792 | "license": [ |
||
793 | "MIT" |
||
794 | ], |
||
795 | "authors": [ |
||
796 | { |
||
797 | "name": "Symfony Community", |
||
798 | "homepage": "http://symfony.com/contributors" |
||
799 | }, |
||
800 | { |
||
801 | "name": "Fabien Potencier", |
||
802 | "email": "[email protected]" |
||
803 | } |
||
804 | ], |
||
805 | "description": "Symfony DependencyInjection Component", |
||
806 | "homepage": "http://symfony.com", |
||
807 | "time": "2013-11-25 08:44:14" |
||
808 | }, |
||
809 | { |
||
810 | "name": "symfony/event-dispatcher", |
||
811 | "version": "v2.2.11", |
||
812 | "target-dir": "Symfony/Component/EventDispatcher", |
||
813 | "source": { |
||
814 | "type": "git", |
||
815 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
816 | "reference": "131423f38d4df06f8652f45548b79f18102ccbc7" |
||
817 | }, |
||
818 | "dist": { |
||
819 | "type": "zip", |
||
820 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/131423f38d4df06f8652f45548b79f18102ccbc7", |
||
821 | "reference": "131423f38d4df06f8652f45548b79f18102ccbc7", |
||
822 | "shasum": "" |
||
823 | }, |
||
824 | "require": { |
||
825 | "php": ">=5.3.3" |
||
826 | }, |
||
827 | "require-dev": { |
||
828 | "symfony/dependency-injection": "~2.0" |
||
829 | }, |
||
830 | "suggest": { |
||
831 | "symfony/dependency-injection": "2.2.*", |
||
832 | "symfony/http-kernel": "2.2.*" |
||
833 | }, |
||
834 | "type": "library", |
||
835 | "extra": { |
||
836 | "branch-alias": { |
||
837 | "dev-master": "2.2-dev" |
||
838 | } |
||
839 | }, |
||
840 | "autoload": { |
||
841 | "psr-0": { |
||
842 | "Symfony\\Component\\EventDispatcher\\": "" |
||
843 | } |
||
844 | }, |
||
845 | "notification-url": "https://packagist.org/downloads/", |
||
846 | "license": [ |
||
847 | "MIT" |
||
848 | ], |
||
849 | "authors": [ |
||
850 | { |
||
851 | "name": "Symfony Community", |
||
852 | "homepage": "http://symfony.com/contributors" |
||
853 | }, |
||
854 | { |
||
855 | "name": "Fabien Potencier", |
||
856 | "email": "[email protected]" |
||
857 | } |
||
858 | ], |
||
859 | "description": "Symfony EventDispatcher Component", |
||
860 | "homepage": "http://symfony.com", |
||
861 | "time": "2013-11-30 09:35:04" |
||
862 | }, |
||
863 | { |
||
864 | "name": "symfony/filesystem", |
||
865 | "version": "v2.2.11", |
||
866 | "target-dir": "Symfony/Component/Filesystem", |
||
867 | "source": { |
||
868 | "type": "git", |
||
869 | "url": "https://github.com/symfony/filesystem.git", |
||
870 | "reference": "dffe0df31d16718f36ef40e7441f5a8d3e31625a" |
||
871 | }, |
||
872 | "dist": { |
||
873 | "type": "zip", |
||
874 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/dffe0df31d16718f36ef40e7441f5a8d3e31625a", |
||
875 | "reference": "dffe0df31d16718f36ef40e7441f5a8d3e31625a", |
||
876 | "shasum": "" |
||
877 | }, |
||
878 | "require": { |
||
879 | "php": ">=5.3.3" |
||
880 | }, |
||
881 | "type": "library", |
||
882 | "extra": { |
||
883 | "branch-alias": { |
||
884 | "dev-master": "2.2-dev" |
||
885 | } |
||
886 | }, |
||
887 | "autoload": { |
||
888 | "psr-0": { |
||
889 | "Symfony\\Component\\Filesystem\\": "" |
||
890 | } |
||
891 | }, |
||
892 | "notification-url": "https://packagist.org/downloads/", |
||
893 | "license": [ |
||
894 | "MIT" |
||
895 | ], |
||
896 | "authors": [ |
||
897 | { |
||
898 | "name": "Symfony Community", |
||
899 | "homepage": "http://symfony.com/contributors" |
||
900 | }, |
||
901 | { |
||
902 | "name": "Fabien Potencier", |
||
903 | "email": "[email protected]" |
||
904 | } |
||
905 | ], |
||
906 | "description": "Symfony Filesystem Component", |
||
907 | "homepage": "http://symfony.com", |
||
908 | "time": "2013-09-18 07:27:26" |
||
909 | }, |
||
910 | { |
||
911 | "name": "symfony/framework-bundle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
912 | "version": "v2.2.11", |
||
913 | "target-dir": "Symfony/Bundle/FrameworkBundle", |
||
914 | "source": { |
||
915 | "type": "git", |
||
916 | "url": "https://github.com/symfony/framework-bundle.git", |
||
917 | "reference": "5c06f77cbe7092dc768d523019605a7fd14cef46" |
||
918 | }, |
||
919 | "dist": { |
||
920 | "type": "zip", |
||
921 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5c06f77cbe7092dc768d523019605a7fd14cef46", |
||
922 | "reference": "5c06f77cbe7092dc768d523019605a7fd14cef46", |
||
923 | "shasum": "" |
||
924 | }, |
||
925 | "require": { |
||
926 | "doctrine/common": "~2.2", |
||
927 | "php": ">=5.3.3", |
||
928 | "symfony/config": ">=2.2,<2.3-dev", |
||
929 | "symfony/dependency-injection": "~2.0", |
||
930 | "symfony/event-dispatcher": "~2.1", |
||
931 | "symfony/filesystem": ">=2.1,<2.3-dev", |
||
932 | "symfony/http-kernel": ">=2.2,<2.3-dev", |
||
933 | "symfony/routing": ">=2.2,<2.3-dev", |
||
934 | "symfony/stopwatch": ">=2.2,<2.3-dev", |
||
935 | "symfony/templating": "~2.1", |
||
936 | "symfony/translation": ">=2.2,<2.3-dev" |
||
937 | }, |
||
938 | "require-dev": { |
||
939 | "symfony/finder": "~2.0", |
||
940 | "symfony/security": ">=2.2,<2.3-dev" |
||
941 | }, |
||
942 | "suggest": { |
||
943 | "symfony/console": "2.2.*", |
||
944 | "symfony/finder": "2.2.*", |
||
945 | "symfony/form": "2.2.*", |
||
946 | "symfony/validator": "2.2.*" |
||
947 | }, |
||
948 | "type": "symfony-bundle", |
||
949 | "extra": { |
||
950 | "branch-alias": { |
||
951 | "dev-master": "2.2-dev" |
||
952 | } |
||
953 | }, |
||
954 | "autoload": { |
||
955 | "psr-0": { |
||
956 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
957 | } |
||
958 | }, |
||
959 | "notification-url": "https://packagist.org/downloads/", |
||
960 | "license": [ |
||
961 | "MIT" |
||
962 | ], |
||
963 | "authors": [ |
||
964 | { |
||
965 | "name": "Symfony Community", |
||
966 | "homepage": "http://symfony.com/contributors" |
||
967 | }, |
||
968 | { |
||
969 | "name": "Fabien Potencier", |
||
970 | "email": "[email protected]" |
||
971 | } |
||
972 | ], |
||
973 | "description": "Symfony FrameworkBundle", |
||
974 | "homepage": "http://symfony.com", |
||
975 | "time": "2013-11-28 07:03:21" |
||
976 | }, |
||
977 | { |
||
978 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There are 3 security advisories for your installed version of symfony/http-foundation:
- Unsafe methods in the Request class - Security issue when parsing the Authorization header - Denial of service with a malicious HTTP Host header ![]() |
|||
979 | "version": "v2.2.11", |
||
980 | "target-dir": "Symfony/Component/HttpFoundation", |
||
981 | "source": { |
||
982 | "type": "git", |
||
983 | "url": "https://github.com/symfony/http-foundation.git", |
||
984 | "reference": "649001b7543431a5452a57b11e568c4bafb7f6ba" |
||
985 | }, |
||
986 | "dist": { |
||
987 | "type": "zip", |
||
988 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/649001b7543431a5452a57b11e568c4bafb7f6ba", |
||
989 | "reference": "649001b7543431a5452a57b11e568c4bafb7f6ba", |
||
990 | "shasum": "" |
||
991 | }, |
||
992 | "require": { |
||
993 | "php": ">=5.3.3" |
||
994 | }, |
||
995 | "type": "library", |
||
996 | "extra": { |
||
997 | "branch-alias": { |
||
998 | "dev-master": "2.2-dev" |
||
999 | } |
||
1000 | }, |
||
1001 | "autoload": { |
||
1002 | "psr-0": { |
||
1003 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1004 | }, |
||
1005 | "classmap": [ |
||
1006 | "Symfony/Component/HttpFoundation/Resources/stubs" |
||
1007 | ] |
||
1008 | }, |
||
1009 | "notification-url": "https://packagist.org/downloads/", |
||
1010 | "license": [ |
||
1011 | "MIT" |
||
1012 | ], |
||
1013 | "authors": [ |
||
1014 | { |
||
1015 | "name": "Symfony Community", |
||
1016 | "homepage": "http://symfony.com/contributors" |
||
1017 | }, |
||
1018 | { |
||
1019 | "name": "Fabien Potencier", |
||
1020 | "email": "[email protected]" |
||
1021 | } |
||
1022 | ], |
||
1023 | "description": "Symfony HttpFoundation Component", |
||
1024 | "homepage": "http://symfony.com", |
||
1025 | "time": "2013-11-27 09:30:56" |
||
1026 | }, |
||
1027 | { |
||
1028 | "name": "symfony/http-kernel", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-kernel:
- Esi Code Injection - Direct access of ESI URLs behind a trusted proxy ![]() |
|||
1029 | "version": "v2.2.11", |
||
1030 | "target-dir": "Symfony/Component/HttpKernel", |
||
1031 | "source": { |
||
1032 | "type": "git", |
||
1033 | "url": "https://github.com/symfony/http-kernel.git", |
||
1034 | "reference": "f32008b3c58607a4d4fe269fdf7dc47cc94b4250" |
||
1035 | }, |
||
1036 | "dist": { |
||
1037 | "type": "zip", |
||
1038 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f32008b3c58607a4d4fe269fdf7dc47cc94b4250", |
||
1039 | "reference": "f32008b3c58607a4d4fe269fdf7dc47cc94b4250", |
||
1040 | "shasum": "" |
||
1041 | }, |
||
1042 | "require": { |
||
1043 | "php": ">=5.3.3", |
||
1044 | "psr/log": "~1.0", |
||
1045 | "symfony/event-dispatcher": "~2.1", |
||
1046 | "symfony/http-foundation": ">=2.2,<2.3-dev" |
||
1047 | }, |
||
1048 | "require-dev": { |
||
1049 | "symfony/browser-kit": "2.2.*", |
||
1050 | "symfony/class-loader": "~2.1", |
||
1051 | "symfony/config": "~2.0", |
||
1052 | "symfony/console": "2.2.*", |
||
1053 | "symfony/dependency-injection": "~2.0", |
||
1054 | "symfony/finder": "~2.0", |
||
1055 | "symfony/process": "~2.0", |
||
1056 | "symfony/routing": ">=2.2,<2.3-dev", |
||
1057 | "symfony/stopwatch": ">=2.2,<2.3-dev", |
||
1058 | "symfony/templating": "~2.2" |
||
1059 | }, |
||
1060 | "suggest": { |
||
1061 | "symfony/browser-kit": "2.2.*", |
||
1062 | "symfony/class-loader": "2.2.*", |
||
1063 | "symfony/config": "2.2.*", |
||
1064 | "symfony/console": "2.2.*", |
||
1065 | "symfony/dependency-injection": "2.2.*", |
||
1066 | "symfony/finder": "2.2.*" |
||
1067 | }, |
||
1068 | "type": "library", |
||
1069 | "extra": { |
||
1070 | "branch-alias": { |
||
1071 | "dev-master": "2.2-dev" |
||
1072 | } |
||
1073 | }, |
||
1074 | "autoload": { |
||
1075 | "psr-0": { |
||
1076 | "Symfony\\Component\\HttpKernel\\": "" |
||
1077 | } |
||
1078 | }, |
||
1079 | "notification-url": "https://packagist.org/downloads/", |
||
1080 | "license": [ |
||
1081 | "MIT" |
||
1082 | ], |
||
1083 | "authors": [ |
||
1084 | { |
||
1085 | "name": "Symfony Community", |
||
1086 | "homepage": "http://symfony.com/contributors" |
||
1087 | }, |
||
1088 | { |
||
1089 | "name": "Fabien Potencier", |
||
1090 | "email": "[email protected]" |
||
1091 | } |
||
1092 | ], |
||
1093 | "description": "Symfony HttpKernel Component", |
||
1094 | "homepage": "http://symfony.com", |
||
1095 | "time": "2013-12-02 07:14:10" |
||
1096 | }, |
||
1097 | { |
||
1098 | "name": "symfony/routing", |
||
1099 | "version": "v2.2.11", |
||
1100 | "target-dir": "Symfony/Component/Routing", |
||
1101 | "source": { |
||
1102 | "type": "git", |
||
1103 | "url": "https://github.com/symfony/routing.git", |
||
1104 | "reference": "8d9821794f7192d43b76737edb94a817949a5579" |
||
1105 | }, |
||
1106 | "dist": { |
||
1107 | "type": "zip", |
||
1108 | "url": "https://api.github.com/repos/symfony/routing/zipball/8d9821794f7192d43b76737edb94a817949a5579", |
||
1109 | "reference": "8d9821794f7192d43b76737edb94a817949a5579", |
||
1110 | "shasum": "" |
||
1111 | }, |
||
1112 | "require": { |
||
1113 | "php": ">=5.3.3" |
||
1114 | }, |
||
1115 | "require-dev": { |
||
1116 | "doctrine/common": "~2.2", |
||
1117 | "psr/log": "~1.0", |
||
1118 | "symfony/config": ">=2.2,<2.3-dev", |
||
1119 | "symfony/yaml": "~2.0" |
||
1120 | }, |
||
1121 | "suggest": { |
||
1122 | "doctrine/common": "~2.2", |
||
1123 | "symfony/config": "2.2.*", |
||
1124 | "symfony/yaml": "2.2.*" |
||
1125 | }, |
||
1126 | "type": "library", |
||
1127 | "extra": { |
||
1128 | "branch-alias": { |
||
1129 | "dev-master": "2.2-dev" |
||
1130 | } |
||
1131 | }, |
||
1132 | "autoload": { |
||
1133 | "psr-0": { |
||
1134 | "Symfony\\Component\\Routing\\": "" |
||
1135 | } |
||
1136 | }, |
||
1137 | "notification-url": "https://packagist.org/downloads/", |
||
1138 | "license": [ |
||
1139 | "MIT" |
||
1140 | ], |
||
1141 | "authors": [ |
||
1142 | { |
||
1143 | "name": "Symfony Community", |
||
1144 | "homepage": "http://symfony.com/contributors" |
||
1145 | }, |
||
1146 | { |
||
1147 | "name": "Fabien Potencier", |
||
1148 | "email": "[email protected]" |
||
1149 | } |
||
1150 | ], |
||
1151 | "description": "Symfony Routing Component", |
||
1152 | "homepage": "http://symfony.com", |
||
1153 | "time": "2013-09-26 19:07:06" |
||
1154 | }, |
||
1155 | { |
||
1156 | "name": "symfony/stopwatch", |
||
1157 | "version": "v2.2.11", |
||
1158 | "target-dir": "Symfony/Component/Stopwatch", |
||
1159 | "source": { |
||
1160 | "type": "git", |
||
1161 | "url": "https://github.com/symfony/stopwatch.git", |
||
1162 | "reference": "6c5af2cb2bd64f6cd61069769e0f23c3c6b33cb6" |
||
1163 | }, |
||
1164 | "dist": { |
||
1165 | "type": "zip", |
||
1166 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6c5af2cb2bd64f6cd61069769e0f23c3c6b33cb6", |
||
1167 | "reference": "6c5af2cb2bd64f6cd61069769e0f23c3c6b33cb6", |
||
1168 | "shasum": "" |
||
1169 | }, |
||
1170 | "require": { |
||
1171 | "php": ">=5.3.3" |
||
1172 | }, |
||
1173 | "type": "library", |
||
1174 | "extra": { |
||
1175 | "branch-alias": { |
||
1176 | "dev-master": "2.2-dev" |
||
1177 | } |
||
1178 | }, |
||
1179 | "autoload": { |
||
1180 | "psr-0": { |
||
1181 | "Symfony\\Component\\Stopwatch\\": "" |
||
1182 | } |
||
1183 | }, |
||
1184 | "notification-url": "https://packagist.org/downloads/", |
||
1185 | "license": [ |
||
1186 | "MIT" |
||
1187 | ], |
||
1188 | "authors": [ |
||
1189 | { |
||
1190 | "name": "Symfony Community", |
||
1191 | "homepage": "http://symfony.com/contributors" |
||
1192 | }, |
||
1193 | { |
||
1194 | "name": "Fabien Potencier", |
||
1195 | "email": "[email protected]" |
||
1196 | } |
||
1197 | ], |
||
1198 | "description": "Symfony Stopwatch Component", |
||
1199 | "homepage": "http://symfony.com", |
||
1200 | "time": "2013-10-15 16:59:35" |
||
1201 | }, |
||
1202 | { |
||
1203 | "name": "symfony/templating", |
||
1204 | "version": "v2.2.11", |
||
1205 | "target-dir": "Symfony/Component/Templating", |
||
1206 | "source": { |
||
1207 | "type": "git", |
||
1208 | "url": "https://github.com/symfony/templating.git", |
||
1209 | "reference": "7c9a759a6765fa0298253c9d88f8b642a986635b" |
||
1210 | }, |
||
1211 | "dist": { |
||
1212 | "type": "zip", |
||
1213 | "url": "https://api.github.com/repos/symfony/templating/zipball/7c9a759a6765fa0298253c9d88f8b642a986635b", |
||
1214 | "reference": "7c9a759a6765fa0298253c9d88f8b642a986635b", |
||
1215 | "shasum": "" |
||
1216 | }, |
||
1217 | "require": { |
||
1218 | "php": ">=5.3.3" |
||
1219 | }, |
||
1220 | "type": "library", |
||
1221 | "extra": { |
||
1222 | "branch-alias": { |
||
1223 | "dev-master": "2.2-dev" |
||
1224 | } |
||
1225 | }, |
||
1226 | "autoload": { |
||
1227 | "psr-0": { |
||
1228 | "Symfony\\Component\\Templating\\": "" |
||
1229 | } |
||
1230 | }, |
||
1231 | "notification-url": "https://packagist.org/downloads/", |
||
1232 | "license": [ |
||
1233 | "MIT" |
||
1234 | ], |
||
1235 | "authors": [ |
||
1236 | { |
||
1237 | "name": "Symfony Community", |
||
1238 | "homepage": "http://symfony.com/contributors" |
||
1239 | }, |
||
1240 | { |
||
1241 | "name": "Fabien Potencier", |
||
1242 | "email": "[email protected]" |
||
1243 | } |
||
1244 | ], |
||
1245 | "description": "Symfony Templating Component", |
||
1246 | "homepage": "http://symfony.com", |
||
1247 | "time": "2013-10-10 15:51:38" |
||
1248 | }, |
||
1249 | { |
||
1250 | "name": "symfony/translation", |
||
1251 | "version": "v2.2.11", |
||
1252 | "target-dir": "Symfony/Component/Translation", |
||
1253 | "source": { |
||
1254 | "type": "git", |
||
1255 | "url": "https://github.com/symfony/translation.git", |
||
1256 | "reference": "e27b46e4f051541b78cd47bab4829056390f19de" |
||
1257 | }, |
||
1258 | "dist": { |
||
1259 | "type": "zip", |
||
1260 | "url": "https://api.github.com/repos/symfony/translation/zipball/e27b46e4f051541b78cd47bab4829056390f19de", |
||
1261 | "reference": "e27b46e4f051541b78cd47bab4829056390f19de", |
||
1262 | "shasum": "" |
||
1263 | }, |
||
1264 | "require": { |
||
1265 | "php": ">=5.3.3" |
||
1266 | }, |
||
1267 | "require-dev": { |
||
1268 | "symfony/config": ">=2.0,<2.3-dev", |
||
1269 | "symfony/yaml": "~2.2" |
||
1270 | }, |
||
1271 | "suggest": { |
||
1272 | "symfony/config": "2.2.*", |
||
1273 | "symfony/yaml": "2.2.*" |
||
1274 | }, |
||
1275 | "type": "library", |
||
1276 | "extra": { |
||
1277 | "branch-alias": { |
||
1278 | "dev-master": "2.2-dev" |
||
1279 | } |
||
1280 | }, |
||
1281 | "autoload": { |
||
1282 | "psr-0": { |
||
1283 | "Symfony\\Component\\Translation\\": "" |
||
1284 | } |
||
1285 | }, |
||
1286 | "notification-url": "https://packagist.org/downloads/", |
||
1287 | "license": [ |
||
1288 | "MIT" |
||
1289 | ], |
||
1290 | "authors": [ |
||
1291 | { |
||
1292 | "name": "Symfony Community", |
||
1293 | "homepage": "http://symfony.com/contributors" |
||
1294 | }, |
||
1295 | { |
||
1296 | "name": "Fabien Potencier", |
||
1297 | "email": "[email protected]" |
||
1298 | } |
||
1299 | ], |
||
1300 | "description": "Symfony Translation Component", |
||
1301 | "homepage": "http://symfony.com", |
||
1302 | "time": "2013-11-25 08:44:14" |
||
1303 | } |
||
1304 | ], |
||
1305 | "packages-dev": [ |
||
1306 | { |
||
1307 | "name": "doctrine/instantiator", |
||
1308 | "version": "1.0.5", |
||
1309 | "source": { |
||
1310 | "type": "git", |
||
1311 | "url": "https://github.com/doctrine/instantiator.git", |
||
1312 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
1313 | }, |
||
1314 | "dist": { |
||
1315 | "type": "zip", |
||
1316 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
1317 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
1318 | "shasum": "" |
||
1319 | }, |
||
1320 | "require": { |
||
1321 | "php": ">=5.3,<8.0-DEV" |
||
1322 | }, |
||
1323 | "require-dev": { |
||
1324 | "athletic/athletic": "~0.1.8", |
||
1325 | "ext-pdo": "*", |
||
1326 | "ext-phar": "*", |
||
1327 | "phpunit/phpunit": "~4.0", |
||
1328 | "squizlabs/php_codesniffer": "~2.0" |
||
1329 | }, |
||
1330 | "type": "library", |
||
1331 | "extra": { |
||
1332 | "branch-alias": { |
||
1333 | "dev-master": "1.0.x-dev" |
||
1334 | } |
||
1335 | }, |
||
1336 | "autoload": { |
||
1337 | "psr-4": { |
||
1338 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1339 | } |
||
1340 | }, |
||
1341 | "notification-url": "https://packagist.org/downloads/", |
||
1342 | "license": [ |
||
1343 | "MIT" |
||
1344 | ], |
||
1345 | "authors": [ |
||
1346 | { |
||
1347 | "name": "Marco Pivetta", |
||
1348 | "email": "[email protected]", |
||
1349 | "homepage": "http://ocramius.github.com/" |
||
1350 | } |
||
1351 | ], |
||
1352 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1353 | "homepage": "https://github.com/doctrine/instantiator", |
||
1354 | "keywords": [ |
||
1355 | "constructor", |
||
1356 | "instantiate" |
||
1357 | ], |
||
1358 | "time": "2015-06-14 21:17:01" |
||
1359 | }, |
||
1360 | { |
||
1361 | "name": "matthiasnoback/symfony-config-test", |
||
1362 | "version": "v1.4.0", |
||
1363 | "source": { |
||
1364 | "type": "git", |
||
1365 | "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git", |
||
1366 | "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d" |
||
1367 | }, |
||
1368 | "dist": { |
||
1369 | "type": "zip", |
||
1370 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d", |
||
1371 | "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d", |
||
1372 | "shasum": "" |
||
1373 | }, |
||
1374 | "require": { |
||
1375 | "php": ">=5.3", |
||
1376 | "sebastian/exporter": "1.*", |
||
1377 | "symfony/config": "~2.0|~3.0" |
||
1378 | }, |
||
1379 | "require-dev": { |
||
1380 | "phpunit/phpunit": ">=3.7" |
||
1381 | }, |
||
1382 | "type": "library", |
||
1383 | "autoload": { |
||
1384 | "psr-4": { |
||
1385 | "Matthias\\SymfonyConfigTest\\": "" |
||
1386 | } |
||
1387 | }, |
||
1388 | "notification-url": "https://packagist.org/downloads/", |
||
1389 | "license": [ |
||
1390 | "MIT" |
||
1391 | ], |
||
1392 | "authors": [ |
||
1393 | { |
||
1394 | "name": "Matthias Noback", |
||
1395 | "email": "[email protected]", |
||
1396 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
1397 | } |
||
1398 | ], |
||
1399 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
1400 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
1401 | "keywords": [ |
||
1402 | "config", |
||
1403 | "phpunit", |
||
1404 | "symfony" |
||
1405 | ], |
||
1406 | "time": "2015-11-25 21:40:32" |
||
1407 | }, |
||
1408 | { |
||
1409 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
1410 | "version": "v0.7.6", |
||
1411 | "source": { |
||
1412 | "type": "git", |
||
1413 | "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git", |
||
1414 | "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c" |
||
1415 | }, |
||
1416 | "dist": { |
||
1417 | "type": "zip", |
||
1418 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/69503a7cea36b6a2c7146789795a5352c2ebf20c", |
||
1419 | "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c", |
||
1420 | "shasum": "" |
||
1421 | }, |
||
1422 | "require": { |
||
1423 | "matthiasnoback/symfony-config-test": "0.*|~1.0", |
||
1424 | "sebastian/exporter": "~1", |
||
1425 | "symfony/config": "^2.0.5|~3.0", |
||
1426 | "symfony/dependency-injection": "^2.0.5|~3.0" |
||
1427 | }, |
||
1428 | "require-dev": { |
||
1429 | "phpunit/phpunit": "~3.0|~4.0" |
||
1430 | }, |
||
1431 | "type": "library", |
||
1432 | "autoload": { |
||
1433 | "psr-4": { |
||
1434 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
1435 | } |
||
1436 | }, |
||
1437 | "notification-url": "https://packagist.org/downloads/", |
||
1438 | "license": [ |
||
1439 | "MIT" |
||
1440 | ], |
||
1441 | "authors": [ |
||
1442 | { |
||
1443 | "name": "Matthias Noback", |
||
1444 | "email": "[email protected]", |
||
1445 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
1446 | } |
||
1447 | ], |
||
1448 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
1449 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
1450 | "keywords": [ |
||
1451 | "Symfony2", |
||
1452 | "dependency injection", |
||
1453 | "phpunit" |
||
1454 | ], |
||
1455 | "time": "2015-11-12 15:32:36" |
||
1456 | }, |
||
1457 | { |
||
1458 | "name": "phpdocumentor/reflection-common", |
||
1459 | "version": "1.0", |
||
1460 | "source": { |
||
1461 | "type": "git", |
||
1462 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1463 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
1464 | }, |
||
1465 | "dist": { |
||
1466 | "type": "zip", |
||
1467 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
1468 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
1469 | "shasum": "" |
||
1470 | }, |
||
1471 | "require": { |
||
1472 | "php": ">=5.5" |
||
1473 | }, |
||
1474 | "require-dev": { |
||
1475 | "phpunit/phpunit": "^4.6" |
||
1476 | }, |
||
1477 | "type": "library", |
||
1478 | "extra": { |
||
1479 | "branch-alias": { |
||
1480 | "dev-master": "1.0.x-dev" |
||
1481 | } |
||
1482 | }, |
||
1483 | "autoload": { |
||
1484 | "psr-4": { |
||
1485 | "phpDocumentor\\Reflection\\": [ |
||
1486 | "src" |
||
1487 | ] |
||
1488 | } |
||
1489 | }, |
||
1490 | "notification-url": "https://packagist.org/downloads/", |
||
1491 | "license": [ |
||
1492 | "MIT" |
||
1493 | ], |
||
1494 | "authors": [ |
||
1495 | { |
||
1496 | "name": "Jaap van Otterdijk", |
||
1497 | "email": "[email protected]" |
||
1498 | } |
||
1499 | ], |
||
1500 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1501 | "homepage": "http://www.phpdoc.org", |
||
1502 | "keywords": [ |
||
1503 | "FQSEN", |
||
1504 | "phpDocumentor", |
||
1505 | "phpdoc", |
||
1506 | "reflection", |
||
1507 | "static analysis" |
||
1508 | ], |
||
1509 | "time": "2015-12-27 11:43:31" |
||
1510 | }, |
||
1511 | { |
||
1512 | "name": "phpdocumentor/reflection-docblock", |
||
1513 | "version": "3.1.1", |
||
1514 | "source": { |
||
1515 | "type": "git", |
||
1516 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1517 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
1518 | }, |
||
1519 | "dist": { |
||
1520 | "type": "zip", |
||
1521 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
1522 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
1523 | "shasum": "" |
||
1524 | }, |
||
1525 | "require": { |
||
1526 | "php": ">=5.5", |
||
1527 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
1528 | "phpdocumentor/type-resolver": "^0.2.0", |
||
1529 | "webmozart/assert": "^1.0" |
||
1530 | }, |
||
1531 | "require-dev": { |
||
1532 | "mockery/mockery": "^0.9.4", |
||
1533 | "phpunit/phpunit": "^4.4" |
||
1534 | }, |
||
1535 | "type": "library", |
||
1536 | "autoload": { |
||
1537 | "psr-4": { |
||
1538 | "phpDocumentor\\Reflection\\": [ |
||
1539 | "src/" |
||
1540 | ] |
||
1541 | } |
||
1542 | }, |
||
1543 | "notification-url": "https://packagist.org/downloads/", |
||
1544 | "license": [ |
||
1545 | "MIT" |
||
1546 | ], |
||
1547 | "authors": [ |
||
1548 | { |
||
1549 | "name": "Mike van Riel", |
||
1550 | "email": "[email protected]" |
||
1551 | } |
||
1552 | ], |
||
1553 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1554 | "time": "2016-09-30 07:12:33" |
||
1555 | }, |
||
1556 | { |
||
1557 | "name": "phpdocumentor/type-resolver", |
||
1558 | "version": "0.2", |
||
1559 | "source": { |
||
1560 | "type": "git", |
||
1561 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1562 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
1563 | }, |
||
1564 | "dist": { |
||
1565 | "type": "zip", |
||
1566 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
1567 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
1568 | "shasum": "" |
||
1569 | }, |
||
1570 | "require": { |
||
1571 | "php": ">=5.5", |
||
1572 | "phpdocumentor/reflection-common": "^1.0" |
||
1573 | }, |
||
1574 | "require-dev": { |
||
1575 | "mockery/mockery": "^0.9.4", |
||
1576 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1577 | }, |
||
1578 | "type": "library", |
||
1579 | "extra": { |
||
1580 | "branch-alias": { |
||
1581 | "dev-master": "1.0.x-dev" |
||
1582 | } |
||
1583 | }, |
||
1584 | "autoload": { |
||
1585 | "psr-4": { |
||
1586 | "phpDocumentor\\Reflection\\": [ |
||
1587 | "src/" |
||
1588 | ] |
||
1589 | } |
||
1590 | }, |
||
1591 | "notification-url": "https://packagist.org/downloads/", |
||
1592 | "license": [ |
||
1593 | "MIT" |
||
1594 | ], |
||
1595 | "authors": [ |
||
1596 | { |
||
1597 | "name": "Mike van Riel", |
||
1598 | "email": "[email protected]" |
||
1599 | } |
||
1600 | ], |
||
1601 | "time": "2016-06-10 07:14:17" |
||
1602 | }, |
||
1603 | { |
||
1604 | "name": "phpspec/prophecy", |
||
1605 | "version": "v1.6.1", |
||
1606 | "source": { |
||
1607 | "type": "git", |
||
1608 | "url": "https://github.com/phpspec/prophecy.git", |
||
1609 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
1610 | }, |
||
1611 | "dist": { |
||
1612 | "type": "zip", |
||
1613 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
1614 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
1615 | "shasum": "" |
||
1616 | }, |
||
1617 | "require": { |
||
1618 | "doctrine/instantiator": "^1.0.2", |
||
1619 | "php": "^5.3|^7.0", |
||
1620 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
1621 | "sebastian/comparator": "^1.1", |
||
1622 | "sebastian/recursion-context": "^1.0" |
||
1623 | }, |
||
1624 | "require-dev": { |
||
1625 | "phpspec/phpspec": "^2.0" |
||
1626 | }, |
||
1627 | "type": "library", |
||
1628 | "extra": { |
||
1629 | "branch-alias": { |
||
1630 | "dev-master": "1.6.x-dev" |
||
1631 | } |
||
1632 | }, |
||
1633 | "autoload": { |
||
1634 | "psr-0": { |
||
1635 | "Prophecy\\": "src/" |
||
1636 | } |
||
1637 | }, |
||
1638 | "notification-url": "https://packagist.org/downloads/", |
||
1639 | "license": [ |
||
1640 | "MIT" |
||
1641 | ], |
||
1642 | "authors": [ |
||
1643 | { |
||
1644 | "name": "Konstantin Kudryashov", |
||
1645 | "email": "[email protected]", |
||
1646 | "homepage": "http://everzet.com" |
||
1647 | }, |
||
1648 | { |
||
1649 | "name": "Marcello Duarte", |
||
1650 | "email": "[email protected]" |
||
1651 | } |
||
1652 | ], |
||
1653 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1654 | "homepage": "https://github.com/phpspec/prophecy", |
||
1655 | "keywords": [ |
||
1656 | "Double", |
||
1657 | "Dummy", |
||
1658 | "fake", |
||
1659 | "mock", |
||
1660 | "spy", |
||
1661 | "stub" |
||
1662 | ], |
||
1663 | "time": "2016-06-07 08:13:47" |
||
1664 | }, |
||
1665 | { |
||
1666 | "name": "phpunit/php-code-coverage", |
||
1667 | "version": "2.2.4", |
||
1668 | "source": { |
||
1669 | "type": "git", |
||
1670 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1671 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
1672 | }, |
||
1673 | "dist": { |
||
1674 | "type": "zip", |
||
1675 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
1676 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
1677 | "shasum": "" |
||
1678 | }, |
||
1679 | "require": { |
||
1680 | "php": ">=5.3.3", |
||
1681 | "phpunit/php-file-iterator": "~1.3", |
||
1682 | "phpunit/php-text-template": "~1.2", |
||
1683 | "phpunit/php-token-stream": "~1.3", |
||
1684 | "sebastian/environment": "^1.3.2", |
||
1685 | "sebastian/version": "~1.0" |
||
1686 | }, |
||
1687 | "require-dev": { |
||
1688 | "ext-xdebug": ">=2.1.4", |
||
1689 | "phpunit/phpunit": "~4" |
||
1690 | }, |
||
1691 | "suggest": { |
||
1692 | "ext-dom": "*", |
||
1693 | "ext-xdebug": ">=2.2.1", |
||
1694 | "ext-xmlwriter": "*" |
||
1695 | }, |
||
1696 | "type": "library", |
||
1697 | "extra": { |
||
1698 | "branch-alias": { |
||
1699 | "dev-master": "2.2.x-dev" |
||
1700 | } |
||
1701 | }, |
||
1702 | "autoload": { |
||
1703 | "classmap": [ |
||
1704 | "src/" |
||
1705 | ] |
||
1706 | }, |
||
1707 | "notification-url": "https://packagist.org/downloads/", |
||
1708 | "license": [ |
||
1709 | "BSD-3-Clause" |
||
1710 | ], |
||
1711 | "authors": [ |
||
1712 | { |
||
1713 | "name": "Sebastian Bergmann", |
||
1714 | "email": "[email protected]", |
||
1715 | "role": "lead" |
||
1716 | } |
||
1717 | ], |
||
1718 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1719 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1720 | "keywords": [ |
||
1721 | "coverage", |
||
1722 | "testing", |
||
1723 | "xunit" |
||
1724 | ], |
||
1725 | "time": "2015-10-06 15:47:00" |
||
1726 | }, |
||
1727 | { |
||
1728 | "name": "phpunit/php-file-iterator", |
||
1729 | "version": "1.4.1", |
||
1730 | "source": { |
||
1731 | "type": "git", |
||
1732 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1733 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
1734 | }, |
||
1735 | "dist": { |
||
1736 | "type": "zip", |
||
1737 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1738 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1739 | "shasum": "" |
||
1740 | }, |
||
1741 | "require": { |
||
1742 | "php": ">=5.3.3" |
||
1743 | }, |
||
1744 | "type": "library", |
||
1745 | "extra": { |
||
1746 | "branch-alias": { |
||
1747 | "dev-master": "1.4.x-dev" |
||
1748 | } |
||
1749 | }, |
||
1750 | "autoload": { |
||
1751 | "classmap": [ |
||
1752 | "src/" |
||
1753 | ] |
||
1754 | }, |
||
1755 | "notification-url": "https://packagist.org/downloads/", |
||
1756 | "license": [ |
||
1757 | "BSD-3-Clause" |
||
1758 | ], |
||
1759 | "authors": [ |
||
1760 | { |
||
1761 | "name": "Sebastian Bergmann", |
||
1762 | "email": "[email protected]", |
||
1763 | "role": "lead" |
||
1764 | } |
||
1765 | ], |
||
1766 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1767 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1768 | "keywords": [ |
||
1769 | "filesystem", |
||
1770 | "iterator" |
||
1771 | ], |
||
1772 | "time": "2015-06-21 13:08:43" |
||
1773 | }, |
||
1774 | { |
||
1775 | "name": "phpunit/php-text-template", |
||
1776 | "version": "1.2.1", |
||
1777 | "source": { |
||
1778 | "type": "git", |
||
1779 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1780 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1781 | }, |
||
1782 | "dist": { |
||
1783 | "type": "zip", |
||
1784 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1785 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1786 | "shasum": "" |
||
1787 | }, |
||
1788 | "require": { |
||
1789 | "php": ">=5.3.3" |
||
1790 | }, |
||
1791 | "type": "library", |
||
1792 | "autoload": { |
||
1793 | "classmap": [ |
||
1794 | "src/" |
||
1795 | ] |
||
1796 | }, |
||
1797 | "notification-url": "https://packagist.org/downloads/", |
||
1798 | "license": [ |
||
1799 | "BSD-3-Clause" |
||
1800 | ], |
||
1801 | "authors": [ |
||
1802 | { |
||
1803 | "name": "Sebastian Bergmann", |
||
1804 | "email": "[email protected]", |
||
1805 | "role": "lead" |
||
1806 | } |
||
1807 | ], |
||
1808 | "description": "Simple template engine.", |
||
1809 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1810 | "keywords": [ |
||
1811 | "template" |
||
1812 | ], |
||
1813 | "time": "2015-06-21 13:50:34" |
||
1814 | }, |
||
1815 | { |
||
1816 | "name": "phpunit/php-timer", |
||
1817 | "version": "1.0.8", |
||
1818 | "source": { |
||
1819 | "type": "git", |
||
1820 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1821 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
1822 | }, |
||
1823 | "dist": { |
||
1824 | "type": "zip", |
||
1825 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
1826 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
1827 | "shasum": "" |
||
1828 | }, |
||
1829 | "require": { |
||
1830 | "php": ">=5.3.3" |
||
1831 | }, |
||
1832 | "require-dev": { |
||
1833 | "phpunit/phpunit": "~4|~5" |
||
1834 | }, |
||
1835 | "type": "library", |
||
1836 | "autoload": { |
||
1837 | "classmap": [ |
||
1838 | "src/" |
||
1839 | ] |
||
1840 | }, |
||
1841 | "notification-url": "https://packagist.org/downloads/", |
||
1842 | "license": [ |
||
1843 | "BSD-3-Clause" |
||
1844 | ], |
||
1845 | "authors": [ |
||
1846 | { |
||
1847 | "name": "Sebastian Bergmann", |
||
1848 | "email": "[email protected]", |
||
1849 | "role": "lead" |
||
1850 | } |
||
1851 | ], |
||
1852 | "description": "Utility class for timing", |
||
1853 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1854 | "keywords": [ |
||
1855 | "timer" |
||
1856 | ], |
||
1857 | "time": "2016-05-12 18:03:57" |
||
1858 | }, |
||
1859 | { |
||
1860 | "name": "phpunit/php-token-stream", |
||
1861 | "version": "1.4.8", |
||
1862 | "source": { |
||
1863 | "type": "git", |
||
1864 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1865 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
1866 | }, |
||
1867 | "dist": { |
||
1868 | "type": "zip", |
||
1869 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
1870 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
1871 | "shasum": "" |
||
1872 | }, |
||
1873 | "require": { |
||
1874 | "ext-tokenizer": "*", |
||
1875 | "php": ">=5.3.3" |
||
1876 | }, |
||
1877 | "require-dev": { |
||
1878 | "phpunit/phpunit": "~4.2" |
||
1879 | }, |
||
1880 | "type": "library", |
||
1881 | "extra": { |
||
1882 | "branch-alias": { |
||
1883 | "dev-master": "1.4-dev" |
||
1884 | } |
||
1885 | }, |
||
1886 | "autoload": { |
||
1887 | "classmap": [ |
||
1888 | "src/" |
||
1889 | ] |
||
1890 | }, |
||
1891 | "notification-url": "https://packagist.org/downloads/", |
||
1892 | "license": [ |
||
1893 | "BSD-3-Clause" |
||
1894 | ], |
||
1895 | "authors": [ |
||
1896 | { |
||
1897 | "name": "Sebastian Bergmann", |
||
1898 | "email": "[email protected]" |
||
1899 | } |
||
1900 | ], |
||
1901 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1902 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1903 | "keywords": [ |
||
1904 | "tokenizer" |
||
1905 | ], |
||
1906 | "time": "2015-09-15 10:49:45" |
||
1907 | }, |
||
1908 | { |
||
1909 | "name": "phpunit/phpunit", |
||
1910 | "version": "4.8.27", |
||
1911 | "source": { |
||
1912 | "type": "git", |
||
1913 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1914 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90" |
||
1915 | }, |
||
1916 | "dist": { |
||
1917 | "type": "zip", |
||
1918 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90", |
||
1919 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90", |
||
1920 | "shasum": "" |
||
1921 | }, |
||
1922 | "require": { |
||
1923 | "ext-dom": "*", |
||
1924 | "ext-json": "*", |
||
1925 | "ext-pcre": "*", |
||
1926 | "ext-reflection": "*", |
||
1927 | "ext-spl": "*", |
||
1928 | "php": ">=5.3.3", |
||
1929 | "phpspec/prophecy": "^1.3.1", |
||
1930 | "phpunit/php-code-coverage": "~2.1", |
||
1931 | "phpunit/php-file-iterator": "~1.4", |
||
1932 | "phpunit/php-text-template": "~1.2", |
||
1933 | "phpunit/php-timer": "^1.0.6", |
||
1934 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1935 | "sebastian/comparator": "~1.1", |
||
1936 | "sebastian/diff": "~1.2", |
||
1937 | "sebastian/environment": "~1.3", |
||
1938 | "sebastian/exporter": "~1.2", |
||
1939 | "sebastian/global-state": "~1.0", |
||
1940 | "sebastian/version": "~1.0", |
||
1941 | "symfony/yaml": "~2.1|~3.0" |
||
1942 | }, |
||
1943 | "suggest": { |
||
1944 | "phpunit/php-invoker": "~1.1" |
||
1945 | }, |
||
1946 | "bin": [ |
||
1947 | "phpunit" |
||
1948 | ], |
||
1949 | "type": "library", |
||
1950 | "extra": { |
||
1951 | "branch-alias": { |
||
1952 | "dev-master": "4.8.x-dev" |
||
1953 | } |
||
1954 | }, |
||
1955 | "autoload": { |
||
1956 | "classmap": [ |
||
1957 | "src/" |
||
1958 | ] |
||
1959 | }, |
||
1960 | "notification-url": "https://packagist.org/downloads/", |
||
1961 | "license": [ |
||
1962 | "BSD-3-Clause" |
||
1963 | ], |
||
1964 | "authors": [ |
||
1965 | { |
||
1966 | "name": "Sebastian Bergmann", |
||
1967 | "email": "[email protected]", |
||
1968 | "role": "lead" |
||
1969 | } |
||
1970 | ], |
||
1971 | "description": "The PHP Unit Testing framework.", |
||
1972 | "homepage": "https://phpunit.de/", |
||
1973 | "keywords": [ |
||
1974 | "phpunit", |
||
1975 | "testing", |
||
1976 | "xunit" |
||
1977 | ], |
||
1978 | "time": "2016-07-21 06:48:14" |
||
1979 | }, |
||
1980 | { |
||
1981 | "name": "phpunit/phpunit-mock-objects", |
||
1982 | "version": "2.3.8", |
||
1983 | "source": { |
||
1984 | "type": "git", |
||
1985 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1986 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
1987 | }, |
||
1988 | "dist": { |
||
1989 | "type": "zip", |
||
1990 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1991 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1992 | "shasum": "" |
||
1993 | }, |
||
1994 | "require": { |
||
1995 | "doctrine/instantiator": "^1.0.2", |
||
1996 | "php": ">=5.3.3", |
||
1997 | "phpunit/php-text-template": "~1.2", |
||
1998 | "sebastian/exporter": "~1.2" |
||
1999 | }, |
||
2000 | "require-dev": { |
||
2001 | "phpunit/phpunit": "~4.4" |
||
2002 | }, |
||
2003 | "suggest": { |
||
2004 | "ext-soap": "*" |
||
2005 | }, |
||
2006 | "type": "library", |
||
2007 | "extra": { |
||
2008 | "branch-alias": { |
||
2009 | "dev-master": "2.3.x-dev" |
||
2010 | } |
||
2011 | }, |
||
2012 | "autoload": { |
||
2013 | "classmap": [ |
||
2014 | "src/" |
||
2015 | ] |
||
2016 | }, |
||
2017 | "notification-url": "https://packagist.org/downloads/", |
||
2018 | "license": [ |
||
2019 | "BSD-3-Clause" |
||
2020 | ], |
||
2021 | "authors": [ |
||
2022 | { |
||
2023 | "name": "Sebastian Bergmann", |
||
2024 | "email": "[email protected]", |
||
2025 | "role": "lead" |
||
2026 | } |
||
2027 | ], |
||
2028 | "description": "Mock Object library for PHPUnit", |
||
2029 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2030 | "keywords": [ |
||
2031 | "mock", |
||
2032 | "xunit" |
||
2033 | ], |
||
2034 | "time": "2015-10-02 06:51:40" |
||
2035 | }, |
||
2036 | { |
||
2037 | "name": "sebastian/comparator", |
||
2038 | "version": "1.2.0", |
||
2039 | "source": { |
||
2040 | "type": "git", |
||
2041 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2042 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
2043 | }, |
||
2044 | "dist": { |
||
2045 | "type": "zip", |
||
2046 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2047 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2048 | "shasum": "" |
||
2049 | }, |
||
2050 | "require": { |
||
2051 | "php": ">=5.3.3", |
||
2052 | "sebastian/diff": "~1.2", |
||
2053 | "sebastian/exporter": "~1.2" |
||
2054 | }, |
||
2055 | "require-dev": { |
||
2056 | "phpunit/phpunit": "~4.4" |
||
2057 | }, |
||
2058 | "type": "library", |
||
2059 | "extra": { |
||
2060 | "branch-alias": { |
||
2061 | "dev-master": "1.2.x-dev" |
||
2062 | } |
||
2063 | }, |
||
2064 | "autoload": { |
||
2065 | "classmap": [ |
||
2066 | "src/" |
||
2067 | ] |
||
2068 | }, |
||
2069 | "notification-url": "https://packagist.org/downloads/", |
||
2070 | "license": [ |
||
2071 | "BSD-3-Clause" |
||
2072 | ], |
||
2073 | "authors": [ |
||
2074 | { |
||
2075 | "name": "Jeff Welch", |
||
2076 | "email": "[email protected]" |
||
2077 | }, |
||
2078 | { |
||
2079 | "name": "Volker Dusch", |
||
2080 | "email": "[email protected]" |
||
2081 | }, |
||
2082 | { |
||
2083 | "name": "Bernhard Schussek", |
||
2084 | "email": "[email protected]" |
||
2085 | }, |
||
2086 | { |
||
2087 | "name": "Sebastian Bergmann", |
||
2088 | "email": "[email protected]" |
||
2089 | } |
||
2090 | ], |
||
2091 | "description": "Provides the functionality to compare PHP values for equality", |
||
2092 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2093 | "keywords": [ |
||
2094 | "comparator", |
||
2095 | "compare", |
||
2096 | "equality" |
||
2097 | ], |
||
2098 | "time": "2015-07-26 15:48:44" |
||
2099 | }, |
||
2100 | { |
||
2101 | "name": "sebastian/diff", |
||
2102 | "version": "1.4.1", |
||
2103 | "source": { |
||
2104 | "type": "git", |
||
2105 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2106 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
2107 | }, |
||
2108 | "dist": { |
||
2109 | "type": "zip", |
||
2110 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2111 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2112 | "shasum": "" |
||
2113 | }, |
||
2114 | "require": { |
||
2115 | "php": ">=5.3.3" |
||
2116 | }, |
||
2117 | "require-dev": { |
||
2118 | "phpunit/phpunit": "~4.8" |
||
2119 | }, |
||
2120 | "type": "library", |
||
2121 | "extra": { |
||
2122 | "branch-alias": { |
||
2123 | "dev-master": "1.4-dev" |
||
2124 | } |
||
2125 | }, |
||
2126 | "autoload": { |
||
2127 | "classmap": [ |
||
2128 | "src/" |
||
2129 | ] |
||
2130 | }, |
||
2131 | "notification-url": "https://packagist.org/downloads/", |
||
2132 | "license": [ |
||
2133 | "BSD-3-Clause" |
||
2134 | ], |
||
2135 | "authors": [ |
||
2136 | { |
||
2137 | "name": "Kore Nordmann", |
||
2138 | "email": "[email protected]" |
||
2139 | }, |
||
2140 | { |
||
2141 | "name": "Sebastian Bergmann", |
||
2142 | "email": "[email protected]" |
||
2143 | } |
||
2144 | ], |
||
2145 | "description": "Diff implementation", |
||
2146 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2147 | "keywords": [ |
||
2148 | "diff" |
||
2149 | ], |
||
2150 | "time": "2015-12-08 07:14:41" |
||
2151 | }, |
||
2152 | { |
||
2153 | "name": "sebastian/environment", |
||
2154 | "version": "1.3.8", |
||
2155 | "source": { |
||
2156 | "type": "git", |
||
2157 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2158 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
2159 | }, |
||
2160 | "dist": { |
||
2161 | "type": "zip", |
||
2162 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
2163 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
2164 | "shasum": "" |
||
2165 | }, |
||
2166 | "require": { |
||
2167 | "php": "^5.3.3 || ^7.0" |
||
2168 | }, |
||
2169 | "require-dev": { |
||
2170 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
2171 | }, |
||
2172 | "type": "library", |
||
2173 | "extra": { |
||
2174 | "branch-alias": { |
||
2175 | "dev-master": "1.3.x-dev" |
||
2176 | } |
||
2177 | }, |
||
2178 | "autoload": { |
||
2179 | "classmap": [ |
||
2180 | "src/" |
||
2181 | ] |
||
2182 | }, |
||
2183 | "notification-url": "https://packagist.org/downloads/", |
||
2184 | "license": [ |
||
2185 | "BSD-3-Clause" |
||
2186 | ], |
||
2187 | "authors": [ |
||
2188 | { |
||
2189 | "name": "Sebastian Bergmann", |
||
2190 | "email": "[email protected]" |
||
2191 | } |
||
2192 | ], |
||
2193 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2194 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2195 | "keywords": [ |
||
2196 | "Xdebug", |
||
2197 | "environment", |
||
2198 | "hhvm" |
||
2199 | ], |
||
2200 | "time": "2016-08-18 05:49:44" |
||
2201 | }, |
||
2202 | { |
||
2203 | "name": "sebastian/exporter", |
||
2204 | "version": "1.2.2", |
||
2205 | "source": { |
||
2206 | "type": "git", |
||
2207 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2208 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
2209 | }, |
||
2210 | "dist": { |
||
2211 | "type": "zip", |
||
2212 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
2213 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
2214 | "shasum": "" |
||
2215 | }, |
||
2216 | "require": { |
||
2217 | "php": ">=5.3.3", |
||
2218 | "sebastian/recursion-context": "~1.0" |
||
2219 | }, |
||
2220 | "require-dev": { |
||
2221 | "ext-mbstring": "*", |
||
2222 | "phpunit/phpunit": "~4.4" |
||
2223 | }, |
||
2224 | "type": "library", |
||
2225 | "extra": { |
||
2226 | "branch-alias": { |
||
2227 | "dev-master": "1.3.x-dev" |
||
2228 | } |
||
2229 | }, |
||
2230 | "autoload": { |
||
2231 | "classmap": [ |
||
2232 | "src/" |
||
2233 | ] |
||
2234 | }, |
||
2235 | "notification-url": "https://packagist.org/downloads/", |
||
2236 | "license": [ |
||
2237 | "BSD-3-Clause" |
||
2238 | ], |
||
2239 | "authors": [ |
||
2240 | { |
||
2241 | "name": "Jeff Welch", |
||
2242 | "email": "[email protected]" |
||
2243 | }, |
||
2244 | { |
||
2245 | "name": "Volker Dusch", |
||
2246 | "email": "[email protected]" |
||
2247 | }, |
||
2248 | { |
||
2249 | "name": "Bernhard Schussek", |
||
2250 | "email": "[email protected]" |
||
2251 | }, |
||
2252 | { |
||
2253 | "name": "Sebastian Bergmann", |
||
2254 | "email": "[email protected]" |
||
2255 | }, |
||
2256 | { |
||
2257 | "name": "Adam Harvey", |
||
2258 | "email": "[email protected]" |
||
2259 | } |
||
2260 | ], |
||
2261 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2262 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2263 | "keywords": [ |
||
2264 | "export", |
||
2265 | "exporter" |
||
2266 | ], |
||
2267 | "time": "2016-06-17 09:04:28" |
||
2268 | }, |
||
2269 | { |
||
2270 | "name": "sebastian/global-state", |
||
2271 | "version": "1.1.1", |
||
2272 | "source": { |
||
2273 | "type": "git", |
||
2274 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2275 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
2276 | }, |
||
2277 | "dist": { |
||
2278 | "type": "zip", |
||
2279 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2280 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2281 | "shasum": "" |
||
2282 | }, |
||
2283 | "require": { |
||
2284 | "php": ">=5.3.3" |
||
2285 | }, |
||
2286 | "require-dev": { |
||
2287 | "phpunit/phpunit": "~4.2" |
||
2288 | }, |
||
2289 | "suggest": { |
||
2290 | "ext-uopz": "*" |
||
2291 | }, |
||
2292 | "type": "library", |
||
2293 | "extra": { |
||
2294 | "branch-alias": { |
||
2295 | "dev-master": "1.0-dev" |
||
2296 | } |
||
2297 | }, |
||
2298 | "autoload": { |
||
2299 | "classmap": [ |
||
2300 | "src/" |
||
2301 | ] |
||
2302 | }, |
||
2303 | "notification-url": "https://packagist.org/downloads/", |
||
2304 | "license": [ |
||
2305 | "BSD-3-Clause" |
||
2306 | ], |
||
2307 | "authors": [ |
||
2308 | { |
||
2309 | "name": "Sebastian Bergmann", |
||
2310 | "email": "[email protected]" |
||
2311 | } |
||
2312 | ], |
||
2313 | "description": "Snapshotting of global state", |
||
2314 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2315 | "keywords": [ |
||
2316 | "global state" |
||
2317 | ], |
||
2318 | "time": "2015-10-12 03:26:01" |
||
2319 | }, |
||
2320 | { |
||
2321 | "name": "sebastian/recursion-context", |
||
2322 | "version": "1.0.2", |
||
2323 | "source": { |
||
2324 | "type": "git", |
||
2325 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2326 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
2327 | }, |
||
2328 | "dist": { |
||
2329 | "type": "zip", |
||
2330 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
2331 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
2332 | "shasum": "" |
||
2333 | }, |
||
2334 | "require": { |
||
2335 | "php": ">=5.3.3" |
||
2336 | }, |
||
2337 | "require-dev": { |
||
2338 | "phpunit/phpunit": "~4.4" |
||
2339 | }, |
||
2340 | "type": "library", |
||
2341 | "extra": { |
||
2342 | "branch-alias": { |
||
2343 | "dev-master": "1.0.x-dev" |
||
2344 | } |
||
2345 | }, |
||
2346 | "autoload": { |
||
2347 | "classmap": [ |
||
2348 | "src/" |
||
2349 | ] |
||
2350 | }, |
||
2351 | "notification-url": "https://packagist.org/downloads/", |
||
2352 | "license": [ |
||
2353 | "BSD-3-Clause" |
||
2354 | ], |
||
2355 | "authors": [ |
||
2356 | { |
||
2357 | "name": "Jeff Welch", |
||
2358 | "email": "[email protected]" |
||
2359 | }, |
||
2360 | { |
||
2361 | "name": "Sebastian Bergmann", |
||
2362 | "email": "[email protected]" |
||
2363 | }, |
||
2364 | { |
||
2365 | "name": "Adam Harvey", |
||
2366 | "email": "[email protected]" |
||
2367 | } |
||
2368 | ], |
||
2369 | "description": "Provides functionality to recursively process PHP variables", |
||
2370 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2371 | "time": "2015-11-11 19:50:13" |
||
2372 | }, |
||
2373 | { |
||
2374 | "name": "sebastian/version", |
||
2375 | "version": "1.0.6", |
||
2376 | "source": { |
||
2377 | "type": "git", |
||
2378 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2379 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
2380 | }, |
||
2381 | "dist": { |
||
2382 | "type": "zip", |
||
2383 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2384 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2385 | "shasum": "" |
||
2386 | }, |
||
2387 | "type": "library", |
||
2388 | "autoload": { |
||
2389 | "classmap": [ |
||
2390 | "src/" |
||
2391 | ] |
||
2392 | }, |
||
2393 | "notification-url": "https://packagist.org/downloads/", |
||
2394 | "license": [ |
||
2395 | "BSD-3-Clause" |
||
2396 | ], |
||
2397 | "authors": [ |
||
2398 | { |
||
2399 | "name": "Sebastian Bergmann", |
||
2400 | "email": "[email protected]", |
||
2401 | "role": "lead" |
||
2402 | } |
||
2403 | ], |
||
2404 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2405 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2406 | "time": "2015-06-21 13:59:46" |
||
2407 | }, |
||
2408 | { |
||
2409 | "name": "symfony/yaml", |
||
2410 | "version": "v3.1.6", |
||
2411 | "source": { |
||
2412 | "type": "git", |
||
2413 | "url": "https://github.com/symfony/yaml.git", |
||
2414 | "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27" |
||
2415 | }, |
||
2416 | "dist": { |
||
2417 | "type": "zip", |
||
2418 | "url": "https://api.github.com/repos/symfony/yaml/zipball/7ff51b06c6c3d5cc6686df69004a42c69df09e27", |
||
2419 | "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27", |
||
2420 | "shasum": "" |
||
2421 | }, |
||
2422 | "require": { |
||
2423 | "php": ">=5.5.9" |
||
2424 | }, |
||
2425 | "type": "library", |
||
2426 | "extra": { |
||
2427 | "branch-alias": { |
||
2428 | "dev-master": "3.1-dev" |
||
2429 | } |
||
2430 | }, |
||
2431 | "autoload": { |
||
2432 | "psr-4": { |
||
2433 | "Symfony\\Component\\Yaml\\": "" |
||
2434 | }, |
||
2435 | "exclude-from-classmap": [ |
||
2436 | "/Tests/" |
||
2437 | ] |
||
2438 | }, |
||
2439 | "notification-url": "https://packagist.org/downloads/", |
||
2440 | "license": [ |
||
2441 | "MIT" |
||
2442 | ], |
||
2443 | "authors": [ |
||
2444 | { |
||
2445 | "name": "Fabien Potencier", |
||
2446 | "email": "[email protected]" |
||
2447 | }, |
||
2448 | { |
||
2449 | "name": "Symfony Community", |
||
2450 | "homepage": "https://symfony.com/contributors" |
||
2451 | } |
||
2452 | ], |
||
2453 | "description": "Symfony Yaml Component", |
||
2454 | "homepage": "https://symfony.com", |
||
2455 | "time": "2016-10-24 18:41:13" |
||
2456 | }, |
||
2457 | { |
||
2458 | "name": "webmozart/assert", |
||
2459 | "version": "1.1.0", |
||
2460 | "source": { |
||
2461 | "type": "git", |
||
2462 | "url": "https://github.com/webmozart/assert.git", |
||
2463 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" |
||
2464 | }, |
||
2465 | "dist": { |
||
2466 | "type": "zip", |
||
2467 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", |
||
2468 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", |
||
2469 | "shasum": "" |
||
2470 | }, |
||
2471 | "require": { |
||
2472 | "php": "^5.3.3|^7.0" |
||
2473 | }, |
||
2474 | "require-dev": { |
||
2475 | "phpunit/phpunit": "^4.6", |
||
2476 | "sebastian/version": "^1.0.1" |
||
2477 | }, |
||
2478 | "type": "library", |
||
2479 | "extra": { |
||
2480 | "branch-alias": { |
||
2481 | "dev-master": "1.2-dev" |
||
2482 | } |
||
2483 | }, |
||
2484 | "autoload": { |
||
2485 | "psr-4": { |
||
2486 | "Webmozart\\Assert\\": "src/" |
||
2487 | } |
||
2488 | }, |
||
2489 | "notification-url": "https://packagist.org/downloads/", |
||
2490 | "license": [ |
||
2491 | "MIT" |
||
2492 | ], |
||
2493 | "authors": [ |
||
2494 | { |
||
2495 | "name": "Bernhard Schussek", |
||
2496 | "email": "[email protected]" |
||
2497 | } |
||
2498 | ], |
||
2499 | "description": "Assertions to validate method input/output with nice error messages.", |
||
2500 | "keywords": [ |
||
2501 | "assert", |
||
2502 | "check", |
||
2503 | "validate" |
||
2504 | ], |
||
2505 | "time": "2016-08-09 15:02:57" |
||
2506 | } |
||
2507 | ], |
||
2508 | "aliases": [], |
||
2509 | "minimum-stability": "stable", |
||
2510 | "stability-flags": [], |
||
2511 | "prefer-stable": false, |
||
2512 | "prefer-lowest": false, |
||
2513 | "platform": { |
||
2514 | "php": ">=5.3" |
||
2515 | }, |
||
2516 | "platform-dev": [] |
||
2517 | } |
||
2518 |