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": "193887245f83bfc5fae73f17af0a67a8", |
||
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-31 12:32:49" |
||
76 | }, |
||
77 | { |
||
78 | "name": "doctrine/cache", |
||
79 | "version": "v1.6.0", |
||
80 | "source": { |
||
81 | "type": "git", |
||
82 | "url": "https://github.com/doctrine/cache.git", |
||
83 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
84 | }, |
||
85 | "dist": { |
||
86 | "type": "zip", |
||
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
88 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
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": "2015-12-31 16:37:02" |
||
146 | }, |
||
147 | { |
||
148 | "name": "doctrine/lexer", |
||
149 | "version": "v1.0.1", |
||
150 | "source": { |
||
151 | "type": "git", |
||
152 | "url": "https://github.com/doctrine/lexer.git", |
||
153 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
154 | }, |
||
155 | "dist": { |
||
156 | "type": "zip", |
||
157 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
158 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
159 | "shasum": "" |
||
160 | }, |
||
161 | "require": { |
||
162 | "php": ">=5.3.2" |
||
163 | }, |
||
164 | "type": "library", |
||
165 | "extra": { |
||
166 | "branch-alias": { |
||
167 | "dev-master": "1.0.x-dev" |
||
168 | } |
||
169 | }, |
||
170 | "autoload": { |
||
171 | "psr-0": { |
||
172 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
173 | } |
||
174 | }, |
||
175 | "notification-url": "https://packagist.org/downloads/", |
||
176 | "license": [ |
||
177 | "MIT" |
||
178 | ], |
||
179 | "authors": [ |
||
180 | { |
||
181 | "name": "Roman Borschel", |
||
182 | "email": "[email protected]" |
||
183 | }, |
||
184 | { |
||
185 | "name": "Guilherme Blanco", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Johannes Schmitt", |
||
190 | "email": "[email protected]" |
||
191 | } |
||
192 | ], |
||
193 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
194 | "homepage": "http://www.doctrine-project.org", |
||
195 | "keywords": [ |
||
196 | "lexer", |
||
197 | "parser" |
||
198 | ], |
||
199 | "time": "2014-09-09 13:34:57" |
||
200 | }, |
||
201 | { |
||
202 | "name": "guzzle/guzzle", |
||
203 | "version": "v3.9.3", |
||
204 | "source": { |
||
205 | "type": "git", |
||
206 | "url": "https://github.com/guzzle/guzzle3.git", |
||
207 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
208 | }, |
||
209 | "dist": { |
||
210 | "type": "zip", |
||
211 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
212 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
213 | "shasum": "" |
||
214 | }, |
||
215 | "require": { |
||
216 | "ext-curl": "*", |
||
217 | "php": ">=5.3.3", |
||
218 | "symfony/event-dispatcher": "~2.1" |
||
219 | }, |
||
220 | "replace": { |
||
221 | "guzzle/batch": "self.version", |
||
222 | "guzzle/cache": "self.version", |
||
223 | "guzzle/common": "self.version", |
||
224 | "guzzle/http": "self.version", |
||
225 | "guzzle/inflection": "self.version", |
||
226 | "guzzle/iterator": "self.version", |
||
227 | "guzzle/log": "self.version", |
||
228 | "guzzle/parser": "self.version", |
||
229 | "guzzle/plugin": "self.version", |
||
230 | "guzzle/plugin-async": "self.version", |
||
231 | "guzzle/plugin-backoff": "self.version", |
||
232 | "guzzle/plugin-cache": "self.version", |
||
233 | "guzzle/plugin-cookie": "self.version", |
||
234 | "guzzle/plugin-curlauth": "self.version", |
||
235 | "guzzle/plugin-error-response": "self.version", |
||
236 | "guzzle/plugin-history": "self.version", |
||
237 | "guzzle/plugin-log": "self.version", |
||
238 | "guzzle/plugin-md5": "self.version", |
||
239 | "guzzle/plugin-mock": "self.version", |
||
240 | "guzzle/plugin-oauth": "self.version", |
||
241 | "guzzle/service": "self.version", |
||
242 | "guzzle/stream": "self.version" |
||
243 | }, |
||
244 | "require-dev": { |
||
245 | "doctrine/cache": "~1.3", |
||
246 | "monolog/monolog": "~1.0", |
||
247 | "phpunit/phpunit": "3.7.*", |
||
248 | "psr/log": "~1.0", |
||
249 | "symfony/class-loader": "~2.1", |
||
250 | "zendframework/zend-cache": "2.*,<2.3", |
||
251 | "zendframework/zend-log": "2.*,<2.3" |
||
252 | }, |
||
253 | "suggest": { |
||
254 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
255 | }, |
||
256 | "type": "library", |
||
257 | "extra": { |
||
258 | "branch-alias": { |
||
259 | "dev-master": "3.9-dev" |
||
260 | } |
||
261 | }, |
||
262 | "autoload": { |
||
263 | "psr-0": { |
||
264 | "Guzzle": "src/", |
||
265 | "Guzzle\\Tests": "tests/" |
||
266 | } |
||
267 | }, |
||
268 | "notification-url": "https://packagist.org/downloads/", |
||
269 | "license": [ |
||
270 | "MIT" |
||
271 | ], |
||
272 | "authors": [ |
||
273 | { |
||
274 | "name": "Michael Dowling", |
||
275 | "email": "[email protected]", |
||
276 | "homepage": "https://github.com/mtdowling" |
||
277 | }, |
||
278 | { |
||
279 | "name": "Guzzle Community", |
||
280 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
281 | } |
||
282 | ], |
||
283 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
284 | "homepage": "http://guzzlephp.org/", |
||
285 | "keywords": [ |
||
286 | "client", |
||
287 | "curl", |
||
288 | "framework", |
||
289 | "http", |
||
290 | "http client", |
||
291 | "rest", |
||
292 | "web service" |
||
293 | ], |
||
294 | "time": "2015-03-18 18:23:50" |
||
295 | }, |
||
296 | { |
||
297 | "name": "paragonie/random_compat", |
||
298 | "version": "v1.2.0", |
||
299 | "source": { |
||
300 | "type": "git", |
||
301 | "url": "https://github.com/paragonie/random_compat.git", |
||
302 | "reference": "b0e69d10852716b2ccbdff69c75c477637220790" |
||
303 | }, |
||
304 | "dist": { |
||
305 | "type": "zip", |
||
306 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/b0e69d10852716b2ccbdff69c75c477637220790", |
||
307 | "reference": "b0e69d10852716b2ccbdff69c75c477637220790", |
||
308 | "shasum": "" |
||
309 | }, |
||
310 | "require": { |
||
311 | "php": ">=5.2.0" |
||
312 | }, |
||
313 | "require-dev": { |
||
314 | "phpunit/phpunit": "4.*|5.*" |
||
315 | }, |
||
316 | "suggest": { |
||
317 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
318 | }, |
||
319 | "type": "library", |
||
320 | "autoload": { |
||
321 | "files": [ |
||
322 | "lib/random.php" |
||
323 | ] |
||
324 | }, |
||
325 | "notification-url": "https://packagist.org/downloads/", |
||
326 | "license": [ |
||
327 | "MIT" |
||
328 | ], |
||
329 | "authors": [ |
||
330 | { |
||
331 | "name": "Paragon Initiative Enterprises", |
||
332 | "email": "[email protected]", |
||
333 | "homepage": "https://paragonie.com" |
||
334 | } |
||
335 | ], |
||
336 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
337 | "keywords": [ |
||
338 | "csprng", |
||
339 | "pseudorandom", |
||
340 | "random" |
||
341 | ], |
||
342 | "time": "2016-02-06 03:52:05" |
||
343 | }, |
||
344 | { |
||
345 | "name": "psr/log", |
||
346 | "version": "1.0.0", |
||
347 | "source": { |
||
348 | "type": "git", |
||
349 | "url": "https://github.com/php-fig/log.git", |
||
350 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
351 | }, |
||
352 | "dist": { |
||
353 | "type": "zip", |
||
354 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
355 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
356 | "shasum": "" |
||
357 | }, |
||
358 | "type": "library", |
||
359 | "autoload": { |
||
360 | "psr-0": { |
||
361 | "Psr\\Log\\": "" |
||
362 | } |
||
363 | }, |
||
364 | "notification-url": "https://packagist.org/downloads/", |
||
365 | "license": [ |
||
366 | "MIT" |
||
367 | ], |
||
368 | "authors": [ |
||
369 | { |
||
370 | "name": "PHP-FIG", |
||
371 | "homepage": "http://www.php-fig.org/" |
||
372 | } |
||
373 | ], |
||
374 | "description": "Common interface for logging libraries", |
||
375 | "keywords": [ |
||
376 | "log", |
||
377 | "psr", |
||
378 | "psr-3" |
||
379 | ], |
||
380 | "time": "2012-12-21 11:40:51" |
||
381 | }, |
||
382 | { |
||
383 | "name": "richardfullmer/rabbitmq-management-api", |
||
384 | "version": "1.0.2", |
||
385 | "source": { |
||
386 | "type": "git", |
||
387 | "url": "https://github.com/richardfullmer/php-rabbitmq-management-api.git", |
||
388 | "reference": "37f8f8be1f2c87c0a6f341a9633f7b58f9e3686a" |
||
389 | }, |
||
390 | "dist": { |
||
391 | "type": "zip", |
||
392 | "url": "https://api.github.com/repos/richardfullmer/php-rabbitmq-management-api/zipball/37f8f8be1f2c87c0a6f341a9633f7b58f9e3686a", |
||
393 | "reference": "37f8f8be1f2c87c0a6f341a9633f7b58f9e3686a", |
||
394 | "shasum": "" |
||
395 | }, |
||
396 | "require": { |
||
397 | "guzzle/guzzle": "~3.0", |
||
398 | "php": ">=5.3.2" |
||
399 | }, |
||
400 | "type": "library", |
||
401 | "extra": { |
||
402 | "branch-alias": { |
||
403 | "dev-master": "1.x-dev" |
||
404 | } |
||
405 | }, |
||
406 | "autoload": { |
||
407 | "psr-0": { |
||
408 | "RabbitMq\\ManagementApi": "src/" |
||
409 | } |
||
410 | }, |
||
411 | "notification-url": "https://packagist.org/downloads/", |
||
412 | "license": [ |
||
413 | "MIT" |
||
414 | ], |
||
415 | "authors": [ |
||
416 | { |
||
417 | "name": "Richard Fullmer", |
||
418 | "email": "[email protected]", |
||
419 | "homepage": "https://github.com/richardfullmer" |
||
420 | } |
||
421 | ], |
||
422 | "description": "An object oriented wrapper for the RabbitMQ Management HTTP Api", |
||
423 | "homepage": "https://github.com/richardfullmer/php-rabbitmq-management-api", |
||
424 | "keywords": [ |
||
425 | "message queue", |
||
426 | "rabbitmq", |
||
427 | "rest" |
||
428 | ], |
||
429 | "time": "2014-04-21 21:30:34" |
||
430 | }, |
||
431 | { |
||
432 | "name": "symfony/asset", |
||
433 | "version": "v3.0.2", |
||
434 | "source": { |
||
435 | "type": "git", |
||
436 | "url": "https://github.com/symfony/asset.git", |
||
437 | "reference": "28150e07a3e997daa016b757e3833e4878e7ab08" |
||
438 | }, |
||
439 | "dist": { |
||
440 | "type": "zip", |
||
441 | "url": "https://api.github.com/repos/symfony/asset/zipball/28150e07a3e997daa016b757e3833e4878e7ab08", |
||
442 | "reference": "28150e07a3e997daa016b757e3833e4878e7ab08", |
||
443 | "shasum": "" |
||
444 | }, |
||
445 | "require": { |
||
446 | "php": ">=5.5.9" |
||
447 | }, |
||
448 | "require-dev": { |
||
449 | "symfony/http-foundation": "~2.8|~3.0" |
||
450 | }, |
||
451 | "suggest": { |
||
452 | "symfony/http-foundation": "" |
||
453 | }, |
||
454 | "type": "library", |
||
455 | "extra": { |
||
456 | "branch-alias": { |
||
457 | "dev-master": "3.0-dev" |
||
458 | } |
||
459 | }, |
||
460 | "autoload": { |
||
461 | "psr-4": { |
||
462 | "Symfony\\Component\\Asset\\": "" |
||
463 | }, |
||
464 | "exclude-from-classmap": [ |
||
465 | "/Tests/" |
||
466 | ] |
||
467 | }, |
||
468 | "notification-url": "https://packagist.org/downloads/", |
||
469 | "license": [ |
||
470 | "MIT" |
||
471 | ], |
||
472 | "authors": [ |
||
473 | { |
||
474 | "name": "Fabien Potencier", |
||
475 | "email": "[email protected]" |
||
476 | }, |
||
477 | { |
||
478 | "name": "Symfony Community", |
||
479 | "homepage": "https://symfony.com/contributors" |
||
480 | } |
||
481 | ], |
||
482 | "description": "Symfony Asset Component", |
||
483 | "homepage": "https://symfony.com", |
||
484 | "time": "2016-01-20 12:18:23" |
||
485 | }, |
||
486 | { |
||
487 | "name": "symfony/class-loader", |
||
488 | "version": "v3.0.2", |
||
489 | "source": { |
||
490 | "type": "git", |
||
491 | "url": "https://github.com/symfony/class-loader.git", |
||
492 | "reference": "92e7cf1af2bc1695daabb4ac972db169606e9030" |
||
493 | }, |
||
494 | "dist": { |
||
495 | "type": "zip", |
||
496 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/92e7cf1af2bc1695daabb4ac972db169606e9030", |
||
497 | "reference": "92e7cf1af2bc1695daabb4ac972db169606e9030", |
||
498 | "shasum": "" |
||
499 | }, |
||
500 | "require": { |
||
501 | "php": ">=5.5.9" |
||
502 | }, |
||
503 | "require-dev": { |
||
504 | "symfony/finder": "~2.8|~3.0", |
||
505 | "symfony/polyfill-apcu": "~1.1" |
||
506 | }, |
||
507 | "suggest": { |
||
508 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
509 | }, |
||
510 | "type": "library", |
||
511 | "extra": { |
||
512 | "branch-alias": { |
||
513 | "dev-master": "3.0-dev" |
||
514 | } |
||
515 | }, |
||
516 | "autoload": { |
||
517 | "psr-4": { |
||
518 | "Symfony\\Component\\ClassLoader\\": "" |
||
519 | }, |
||
520 | "exclude-from-classmap": [ |
||
521 | "/Tests/" |
||
522 | ] |
||
523 | }, |
||
524 | "notification-url": "https://packagist.org/downloads/", |
||
525 | "license": [ |
||
526 | "MIT" |
||
527 | ], |
||
528 | "authors": [ |
||
529 | { |
||
530 | "name": "Fabien Potencier", |
||
531 | "email": "[email protected]" |
||
532 | }, |
||
533 | { |
||
534 | "name": "Symfony Community", |
||
535 | "homepage": "https://symfony.com/contributors" |
||
536 | } |
||
537 | ], |
||
538 | "description": "Symfony ClassLoader Component", |
||
539 | "homepage": "https://symfony.com", |
||
540 | "time": "2016-02-03 09:33:23" |
||
541 | }, |
||
542 | { |
||
543 | "name": "symfony/config", |
||
544 | "version": "v3.0.2", |
||
545 | "source": { |
||
546 | "type": "git", |
||
547 | "url": "https://github.com/symfony/config.git", |
||
548 | "reference": "8c83ff9a2ffbed1e606bc816db11ddc2385a16ee" |
||
549 | }, |
||
550 | "dist": { |
||
551 | "type": "zip", |
||
552 | "url": "https://api.github.com/repos/symfony/config/zipball/8c83ff9a2ffbed1e606bc816db11ddc2385a16ee", |
||
553 | "reference": "8c83ff9a2ffbed1e606bc816db11ddc2385a16ee", |
||
554 | "shasum": "" |
||
555 | }, |
||
556 | "require": { |
||
557 | "php": ">=5.5.9", |
||
558 | "symfony/filesystem": "~2.8|~3.0" |
||
559 | }, |
||
560 | "type": "library", |
||
561 | "extra": { |
||
562 | "branch-alias": { |
||
563 | "dev-master": "3.0-dev" |
||
564 | } |
||
565 | }, |
||
566 | "autoload": { |
||
567 | "psr-4": { |
||
568 | "Symfony\\Component\\Config\\": "" |
||
569 | }, |
||
570 | "exclude-from-classmap": [ |
||
571 | "/Tests/" |
||
572 | ] |
||
573 | }, |
||
574 | "notification-url": "https://packagist.org/downloads/", |
||
575 | "license": [ |
||
576 | "MIT" |
||
577 | ], |
||
578 | "authors": [ |
||
579 | { |
||
580 | "name": "Fabien Potencier", |
||
581 | "email": "[email protected]" |
||
582 | }, |
||
583 | { |
||
584 | "name": "Symfony Community", |
||
585 | "homepage": "https://symfony.com/contributors" |
||
586 | } |
||
587 | ], |
||
588 | "description": "Symfony Config Component", |
||
589 | "homepage": "https://symfony.com", |
||
590 | "time": "2016-01-21 09:38:31" |
||
591 | }, |
||
592 | { |
||
593 | "name": "symfony/console", |
||
594 | "version": "v3.0.2", |
||
595 | "source": { |
||
596 | "type": "git", |
||
597 | "url": "https://github.com/symfony/console.git", |
||
598 | "reference": "5a02eaadaa285e2bb727eb6bbdfb8201fcd971b0" |
||
599 | }, |
||
600 | "dist": { |
||
601 | "type": "zip", |
||
602 | "url": "https://api.github.com/repos/symfony/console/zipball/5a02eaadaa285e2bb727eb6bbdfb8201fcd971b0", |
||
603 | "reference": "5a02eaadaa285e2bb727eb6bbdfb8201fcd971b0", |
||
604 | "shasum": "" |
||
605 | }, |
||
606 | "require": { |
||
607 | "php": ">=5.5.9", |
||
608 | "symfony/polyfill-mbstring": "~1.0" |
||
609 | }, |
||
610 | "require-dev": { |
||
611 | "psr/log": "~1.0", |
||
612 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
613 | "symfony/process": "~2.8|~3.0" |
||
614 | }, |
||
615 | "suggest": { |
||
616 | "psr/log": "For using the console logger", |
||
617 | "symfony/event-dispatcher": "", |
||
618 | "symfony/process": "" |
||
619 | }, |
||
620 | "type": "library", |
||
621 | "extra": { |
||
622 | "branch-alias": { |
||
623 | "dev-master": "3.0-dev" |
||
624 | } |
||
625 | }, |
||
626 | "autoload": { |
||
627 | "psr-4": { |
||
628 | "Symfony\\Component\\Console\\": "" |
||
629 | }, |
||
630 | "exclude-from-classmap": [ |
||
631 | "/Tests/" |
||
632 | ] |
||
633 | }, |
||
634 | "notification-url": "https://packagist.org/downloads/", |
||
635 | "license": [ |
||
636 | "MIT" |
||
637 | ], |
||
638 | "authors": [ |
||
639 | { |
||
640 | "name": "Fabien Potencier", |
||
641 | "email": "[email protected]" |
||
642 | }, |
||
643 | { |
||
644 | "name": "Symfony Community", |
||
645 | "homepage": "https://symfony.com/contributors" |
||
646 | } |
||
647 | ], |
||
648 | "description": "Symfony Console Component", |
||
649 | "homepage": "https://symfony.com", |
||
650 | "time": "2016-02-02 13:44:19" |
||
651 | }, |
||
652 | { |
||
653 | "name": "symfony/debug", |
||
654 | "version": "v3.0.2", |
||
655 | "source": { |
||
656 | "type": "git", |
||
657 | "url": "https://github.com/symfony/debug.git", |
||
658 | "reference": "29606049ced1ec715475f88d1bbe587252a3476e" |
||
659 | }, |
||
660 | "dist": { |
||
661 | "type": "zip", |
||
662 | "url": "https://api.github.com/repos/symfony/debug/zipball/29606049ced1ec715475f88d1bbe587252a3476e", |
||
663 | "reference": "29606049ced1ec715475f88d1bbe587252a3476e", |
||
664 | "shasum": "" |
||
665 | }, |
||
666 | "require": { |
||
667 | "php": ">=5.5.9", |
||
668 | "psr/log": "~1.0" |
||
669 | }, |
||
670 | "conflict": { |
||
671 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
672 | }, |
||
673 | "require-dev": { |
||
674 | "symfony/class-loader": "~2.8|~3.0", |
||
675 | "symfony/http-kernel": "~2.8|~3.0" |
||
676 | }, |
||
677 | "type": "library", |
||
678 | "extra": { |
||
679 | "branch-alias": { |
||
680 | "dev-master": "3.0-dev" |
||
681 | } |
||
682 | }, |
||
683 | "autoload": { |
||
684 | "psr-4": { |
||
685 | "Symfony\\Component\\Debug\\": "" |
||
686 | }, |
||
687 | "exclude-from-classmap": [ |
||
688 | "/Tests/" |
||
689 | ] |
||
690 | }, |
||
691 | "notification-url": "https://packagist.org/downloads/", |
||
692 | "license": [ |
||
693 | "MIT" |
||
694 | ], |
||
695 | "authors": [ |
||
696 | { |
||
697 | "name": "Fabien Potencier", |
||
698 | "email": "[email protected]" |
||
699 | }, |
||
700 | { |
||
701 | "name": "Symfony Community", |
||
702 | "homepage": "https://symfony.com/contributors" |
||
703 | } |
||
704 | ], |
||
705 | "description": "Symfony Debug Component", |
||
706 | "homepage": "https://symfony.com", |
||
707 | "time": "2016-01-27 05:14:46" |
||
708 | }, |
||
709 | { |
||
710 | "name": "symfony/dependency-injection", |
||
711 | "version": "v3.0.2", |
||
712 | "source": { |
||
713 | "type": "git", |
||
714 | "url": "https://github.com/symfony/dependency-injection.git", |
||
715 | "reference": "7f2ec173cc0366efa0ca1f6b1255803ed7c17028" |
||
716 | }, |
||
717 | "dist": { |
||
718 | "type": "zip", |
||
719 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7f2ec173cc0366efa0ca1f6b1255803ed7c17028", |
||
720 | "reference": "7f2ec173cc0366efa0ca1f6b1255803ed7c17028", |
||
721 | "shasum": "" |
||
722 | }, |
||
723 | "require": { |
||
724 | "php": ">=5.5.9" |
||
725 | }, |
||
726 | "require-dev": { |
||
727 | "symfony/config": "~2.8|~3.0", |
||
728 | "symfony/expression-language": "~2.8|~3.0", |
||
729 | "symfony/yaml": "~2.8|~3.0" |
||
730 | }, |
||
731 | "suggest": { |
||
732 | "symfony/config": "", |
||
733 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
734 | "symfony/yaml": "" |
||
735 | }, |
||
736 | "type": "library", |
||
737 | "extra": { |
||
738 | "branch-alias": { |
||
739 | "dev-master": "3.0-dev" |
||
740 | } |
||
741 | }, |
||
742 | "autoload": { |
||
743 | "psr-4": { |
||
744 | "Symfony\\Component\\DependencyInjection\\": "" |
||
745 | }, |
||
746 | "exclude-from-classmap": [ |
||
747 | "/Tests/" |
||
748 | ] |
||
749 | }, |
||
750 | "notification-url": "https://packagist.org/downloads/", |
||
751 | "license": [ |
||
752 | "MIT" |
||
753 | ], |
||
754 | "authors": [ |
||
755 | { |
||
756 | "name": "Fabien Potencier", |
||
757 | "email": "[email protected]" |
||
758 | }, |
||
759 | { |
||
760 | "name": "Symfony Community", |
||
761 | "homepage": "https://symfony.com/contributors" |
||
762 | } |
||
763 | ], |
||
764 | "description": "Symfony DependencyInjection Component", |
||
765 | "homepage": "https://symfony.com", |
||
766 | "time": "2016-02-02 13:48:39" |
||
767 | }, |
||
768 | { |
||
769 | "name": "symfony/event-dispatcher", |
||
770 | "version": "v2.8.2", |
||
771 | "source": { |
||
772 | "type": "git", |
||
773 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
774 | "reference": "ee278f7c851533e58ca307f66305ccb9188aceda" |
||
775 | }, |
||
776 | "dist": { |
||
777 | "type": "zip", |
||
778 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda", |
||
779 | "reference": "ee278f7c851533e58ca307f66305ccb9188aceda", |
||
780 | "shasum": "" |
||
781 | }, |
||
782 | "require": { |
||
783 | "php": ">=5.3.9" |
||
784 | }, |
||
785 | "require-dev": { |
||
786 | "psr/log": "~1.0", |
||
787 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
788 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
789 | "symfony/expression-language": "~2.6|~3.0.0", |
||
790 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
791 | }, |
||
792 | "suggest": { |
||
793 | "symfony/dependency-injection": "", |
||
794 | "symfony/http-kernel": "" |
||
795 | }, |
||
796 | "type": "library", |
||
797 | "extra": { |
||
798 | "branch-alias": { |
||
799 | "dev-master": "2.8-dev" |
||
800 | } |
||
801 | }, |
||
802 | "autoload": { |
||
803 | "psr-4": { |
||
804 | "Symfony\\Component\\EventDispatcher\\": "" |
||
805 | }, |
||
806 | "exclude-from-classmap": [ |
||
807 | "/Tests/" |
||
808 | ] |
||
809 | }, |
||
810 | "notification-url": "https://packagist.org/downloads/", |
||
811 | "license": [ |
||
812 | "MIT" |
||
813 | ], |
||
814 | "authors": [ |
||
815 | { |
||
816 | "name": "Fabien Potencier", |
||
817 | "email": "[email protected]" |
||
818 | }, |
||
819 | { |
||
820 | "name": "Symfony Community", |
||
821 | "homepage": "https://symfony.com/contributors" |
||
822 | } |
||
823 | ], |
||
824 | "description": "Symfony EventDispatcher Component", |
||
825 | "homepage": "https://symfony.com", |
||
826 | "time": "2016-01-13 10:28:07" |
||
827 | }, |
||
828 | { |
||
829 | "name": "symfony/filesystem", |
||
830 | "version": "v3.0.2", |
||
831 | "source": { |
||
832 | "type": "git", |
||
833 | "url": "https://github.com/symfony/filesystem.git", |
||
834 | "reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f" |
||
835 | }, |
||
836 | "dist": { |
||
837 | "type": "zip", |
||
838 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f", |
||
839 | "reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f", |
||
840 | "shasum": "" |
||
841 | }, |
||
842 | "require": { |
||
843 | "php": ">=5.5.9" |
||
844 | }, |
||
845 | "type": "library", |
||
846 | "extra": { |
||
847 | "branch-alias": { |
||
848 | "dev-master": "3.0-dev" |
||
849 | } |
||
850 | }, |
||
851 | "autoload": { |
||
852 | "psr-4": { |
||
853 | "Symfony\\Component\\Filesystem\\": "" |
||
854 | }, |
||
855 | "exclude-from-classmap": [ |
||
856 | "/Tests/" |
||
857 | ] |
||
858 | }, |
||
859 | "notification-url": "https://packagist.org/downloads/", |
||
860 | "license": [ |
||
861 | "MIT" |
||
862 | ], |
||
863 | "authors": [ |
||
864 | { |
||
865 | "name": "Fabien Potencier", |
||
866 | "email": "[email protected]" |
||
867 | }, |
||
868 | { |
||
869 | "name": "Symfony Community", |
||
870 | "homepage": "https://symfony.com/contributors" |
||
871 | } |
||
872 | ], |
||
873 | "description": "Symfony Filesystem Component", |
||
874 | "homepage": "https://symfony.com", |
||
875 | "time": "2016-01-27 11:34:55" |
||
876 | }, |
||
877 | { |
||
878 | "name": "symfony/finder", |
||
879 | "version": "v3.0.2", |
||
880 | "source": { |
||
881 | "type": "git", |
||
882 | "url": "https://github.com/symfony/finder.git", |
||
883 | "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723" |
||
884 | }, |
||
885 | "dist": { |
||
886 | "type": "zip", |
||
887 | "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723", |
||
888 | "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723", |
||
889 | "shasum": "" |
||
890 | }, |
||
891 | "require": { |
||
892 | "php": ">=5.5.9" |
||
893 | }, |
||
894 | "type": "library", |
||
895 | "extra": { |
||
896 | "branch-alias": { |
||
897 | "dev-master": "3.0-dev" |
||
898 | } |
||
899 | }, |
||
900 | "autoload": { |
||
901 | "psr-4": { |
||
902 | "Symfony\\Component\\Finder\\": "" |
||
903 | }, |
||
904 | "exclude-from-classmap": [ |
||
905 | "/Tests/" |
||
906 | ] |
||
907 | }, |
||
908 | "notification-url": "https://packagist.org/downloads/", |
||
909 | "license": [ |
||
910 | "MIT" |
||
911 | ], |
||
912 | "authors": [ |
||
913 | { |
||
914 | "name": "Fabien Potencier", |
||
915 | "email": "[email protected]" |
||
916 | }, |
||
917 | { |
||
918 | "name": "Symfony Community", |
||
919 | "homepage": "https://symfony.com/contributors" |
||
920 | } |
||
921 | ], |
||
922 | "description": "Symfony Finder Component", |
||
923 | "homepage": "https://symfony.com", |
||
924 | "time": "2016-01-27 05:14:46" |
||
925 | }, |
||
926 | { |
||
927 | "name": "symfony/framework-bundle", |
||
928 | "version": "v3.0.2", |
||
929 | "source": { |
||
930 | "type": "git", |
||
931 | "url": "https://github.com/symfony/framework-bundle.git", |
||
932 | "reference": "b9c9345577c234964e13f470b8d9d1d1b1ee6ea7" |
||
933 | }, |
||
934 | "dist": { |
||
935 | "type": "zip", |
||
936 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b9c9345577c234964e13f470b8d9d1d1b1ee6ea7", |
||
937 | "reference": "b9c9345577c234964e13f470b8d9d1d1b1ee6ea7", |
||
938 | "shasum": "" |
||
939 | }, |
||
940 | "require": { |
||
941 | "doctrine/annotations": "~1.0", |
||
942 | "doctrine/cache": "~1.0", |
||
943 | "php": ">=5.5.9", |
||
944 | "symfony/asset": "~2.8|~3.0", |
||
945 | "symfony/class-loader": "~2.8|~3.0", |
||
946 | "symfony/config": "~2.8|~3.0", |
||
947 | "symfony/dependency-injection": "~2.8|~3.0", |
||
948 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
949 | "symfony/filesystem": "~2.8|~3.0", |
||
950 | "symfony/finder": "~2.8|~3.0", |
||
951 | "symfony/http-foundation": "~2.8|~3.0", |
||
952 | "symfony/http-kernel": "~2.8|~3.0", |
||
953 | "symfony/polyfill-mbstring": "~1.0", |
||
954 | "symfony/routing": "~3.0", |
||
955 | "symfony/security-core": "~2.8|~3.0", |
||
956 | "symfony/security-csrf": "~2.8|~3.0", |
||
957 | "symfony/stopwatch": "~2.8|~3.0", |
||
958 | "symfony/templating": "~2.8|~3.0", |
||
959 | "symfony/translation": "~2.8|~3.0" |
||
960 | }, |
||
961 | "require-dev": { |
||
962 | "phpdocumentor/reflection": "^1.0.7", |
||
963 | "symfony/browser-kit": "~2.8|~3.0", |
||
964 | "symfony/console": "~2.8|~3.0", |
||
965 | "symfony/css-selector": "~2.8|~3.0", |
||
966 | "symfony/dom-crawler": "~2.8|~3.0", |
||
967 | "symfony/expression-language": "~2.8|~3.0", |
||
968 | "symfony/form": "~2.8|~3.0", |
||
969 | "symfony/polyfill-intl-icu": "~1.0", |
||
970 | "symfony/process": "~2.8|~3.0", |
||
971 | "symfony/property-info": "~2.8|~3.0", |
||
972 | "symfony/security": "~2.8|~3.0", |
||
973 | "symfony/validator": "~2.8|~3.0", |
||
974 | "symfony/yaml": "~2.8|~3.0" |
||
975 | }, |
||
976 | "suggest": { |
||
977 | "symfony/console": "For using the console commands", |
||
978 | "symfony/form": "For using forms", |
||
979 | "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands", |
||
980 | "symfony/property-info": "For using the property_info service", |
||
981 | "symfony/serializer": "For using the serializer service", |
||
982 | "symfony/validator": "For using validation", |
||
983 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
984 | }, |
||
985 | "type": "symfony-bundle", |
||
986 | "extra": { |
||
987 | "branch-alias": { |
||
988 | "dev-master": "3.0-dev" |
||
989 | } |
||
990 | }, |
||
991 | "autoload": { |
||
992 | "psr-4": { |
||
993 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
994 | }, |
||
995 | "exclude-from-classmap": [ |
||
996 | "/Tests/" |
||
997 | ] |
||
998 | }, |
||
999 | "notification-url": "https://packagist.org/downloads/", |
||
1000 | "license": [ |
||
1001 | "MIT" |
||
1002 | ], |
||
1003 | "authors": [ |
||
1004 | { |
||
1005 | "name": "Fabien Potencier", |
||
1006 | "email": "[email protected]" |
||
1007 | }, |
||
1008 | { |
||
1009 | "name": "Symfony Community", |
||
1010 | "homepage": "https://symfony.com/contributors" |
||
1011 | } |
||
1012 | ], |
||
1013 | "description": "Symfony FrameworkBundle", |
||
1014 | "homepage": "https://symfony.com", |
||
1015 | "time": "2016-02-03 09:47:50" |
||
1016 | }, |
||
1017 | { |
||
1018 | "name": "symfony/http-foundation", |
||
1019 | "version": "v3.0.2", |
||
1020 | "source": { |
||
1021 | "type": "git", |
||
1022 | "url": "https://github.com/symfony/http-foundation.git", |
||
1023 | "reference": "9344a87ceedfc50354a39653e54257ee9aa6a77d" |
||
1024 | }, |
||
1025 | "dist": { |
||
1026 | "type": "zip", |
||
1027 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9344a87ceedfc50354a39653e54257ee9aa6a77d", |
||
1028 | "reference": "9344a87ceedfc50354a39653e54257ee9aa6a77d", |
||
1029 | "shasum": "" |
||
1030 | }, |
||
1031 | "require": { |
||
1032 | "php": ">=5.5.9" |
||
1033 | }, |
||
1034 | "require-dev": { |
||
1035 | "symfony/expression-language": "~2.8|~3.0" |
||
1036 | }, |
||
1037 | "type": "library", |
||
1038 | "extra": { |
||
1039 | "branch-alias": { |
||
1040 | "dev-master": "3.0-dev" |
||
1041 | } |
||
1042 | }, |
||
1043 | "autoload": { |
||
1044 | "psr-4": { |
||
1045 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1046 | }, |
||
1047 | "exclude-from-classmap": [ |
||
1048 | "/Tests/" |
||
1049 | ] |
||
1050 | }, |
||
1051 | "notification-url": "https://packagist.org/downloads/", |
||
1052 | "license": [ |
||
1053 | "MIT" |
||
1054 | ], |
||
1055 | "authors": [ |
||
1056 | { |
||
1057 | "name": "Fabien Potencier", |
||
1058 | "email": "[email protected]" |
||
1059 | }, |
||
1060 | { |
||
1061 | "name": "Symfony Community", |
||
1062 | "homepage": "https://symfony.com/contributors" |
||
1063 | } |
||
1064 | ], |
||
1065 | "description": "Symfony HttpFoundation Component", |
||
1066 | "homepage": "https://symfony.com", |
||
1067 | "time": "2016-02-02 13:44:19" |
||
1068 | }, |
||
1069 | { |
||
1070 | "name": "symfony/http-kernel", |
||
1071 | "version": "v3.0.2", |
||
1072 | "source": { |
||
1073 | "type": "git", |
||
1074 | "url": "https://github.com/symfony/http-kernel.git", |
||
1075 | "reference": "cec02604450481ac26710ca4249cc61b57b23942" |
||
1076 | }, |
||
1077 | "dist": { |
||
1078 | "type": "zip", |
||
1079 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cec02604450481ac26710ca4249cc61b57b23942", |
||
1080 | "reference": "cec02604450481ac26710ca4249cc61b57b23942", |
||
1081 | "shasum": "" |
||
1082 | }, |
||
1083 | "require": { |
||
1084 | "php": ">=5.5.9", |
||
1085 | "psr/log": "~1.0", |
||
1086 | "symfony/debug": "~2.8|~3.0", |
||
1087 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
1088 | "symfony/http-foundation": "~2.8|~3.0" |
||
1089 | }, |
||
1090 | "conflict": { |
||
1091 | "symfony/config": "<2.8" |
||
1092 | }, |
||
1093 | "require-dev": { |
||
1094 | "symfony/browser-kit": "~2.8|~3.0", |
||
1095 | "symfony/class-loader": "~2.8|~3.0", |
||
1096 | "symfony/config": "~2.8|~3.0", |
||
1097 | "symfony/console": "~2.8|~3.0", |
||
1098 | "symfony/css-selector": "~2.8|~3.0", |
||
1099 | "symfony/dependency-injection": "~2.8|~3.0", |
||
1100 | "symfony/dom-crawler": "~2.8|~3.0", |
||
1101 | "symfony/expression-language": "~2.8|~3.0", |
||
1102 | "symfony/finder": "~2.8|~3.0", |
||
1103 | "symfony/process": "~2.8|~3.0", |
||
1104 | "symfony/routing": "~2.8|~3.0", |
||
1105 | "symfony/stopwatch": "~2.8|~3.0", |
||
1106 | "symfony/templating": "~2.8|~3.0", |
||
1107 | "symfony/translation": "~2.8|~3.0", |
||
1108 | "symfony/var-dumper": "~2.8|~3.0" |
||
1109 | }, |
||
1110 | "suggest": { |
||
1111 | "symfony/browser-kit": "", |
||
1112 | "symfony/class-loader": "", |
||
1113 | "symfony/config": "", |
||
1114 | "symfony/console": "", |
||
1115 | "symfony/dependency-injection": "", |
||
1116 | "symfony/finder": "", |
||
1117 | "symfony/var-dumper": "" |
||
1118 | }, |
||
1119 | "type": "library", |
||
1120 | "extra": { |
||
1121 | "branch-alias": { |
||
1122 | "dev-master": "3.0-dev" |
||
1123 | } |
||
1124 | }, |
||
1125 | "autoload": { |
||
1126 | "psr-4": { |
||
1127 | "Symfony\\Component\\HttpKernel\\": "" |
||
1128 | }, |
||
1129 | "exclude-from-classmap": [ |
||
1130 | "/Tests/" |
||
1131 | ] |
||
1132 | }, |
||
1133 | "notification-url": "https://packagist.org/downloads/", |
||
1134 | "license": [ |
||
1135 | "MIT" |
||
1136 | ], |
||
1137 | "authors": [ |
||
1138 | { |
||
1139 | "name": "Fabien Potencier", |
||
1140 | "email": "[email protected]" |
||
1141 | }, |
||
1142 | { |
||
1143 | "name": "Symfony Community", |
||
1144 | "homepage": "https://symfony.com/contributors" |
||
1145 | } |
||
1146 | ], |
||
1147 | "description": "Symfony HttpKernel Component", |
||
1148 | "homepage": "https://symfony.com", |
||
1149 | "time": "2016-02-03 12:38:44" |
||
1150 | }, |
||
1151 | { |
||
1152 | "name": "symfony/polyfill-mbstring", |
||
1153 | "version": "v1.1.0", |
||
1154 | "source": { |
||
1155 | "type": "git", |
||
1156 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1157 | "reference": "1289d16209491b584839022f29257ad859b8532d" |
||
1158 | }, |
||
1159 | "dist": { |
||
1160 | "type": "zip", |
||
1161 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", |
||
1162 | "reference": "1289d16209491b584839022f29257ad859b8532d", |
||
1163 | "shasum": "" |
||
1164 | }, |
||
1165 | "require": { |
||
1166 | "php": ">=5.3.3" |
||
1167 | }, |
||
1168 | "suggest": { |
||
1169 | "ext-mbstring": "For best performance" |
||
1170 | }, |
||
1171 | "type": "library", |
||
1172 | "extra": { |
||
1173 | "branch-alias": { |
||
1174 | "dev-master": "1.1-dev" |
||
1175 | } |
||
1176 | }, |
||
1177 | "autoload": { |
||
1178 | "psr-4": { |
||
1179 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1180 | }, |
||
1181 | "files": [ |
||
1182 | "bootstrap.php" |
||
1183 | ] |
||
1184 | }, |
||
1185 | "notification-url": "https://packagist.org/downloads/", |
||
1186 | "license": [ |
||
1187 | "MIT" |
||
1188 | ], |
||
1189 | "authors": [ |
||
1190 | { |
||
1191 | "name": "Nicolas Grekas", |
||
1192 | "email": "[email protected]" |
||
1193 | }, |
||
1194 | { |
||
1195 | "name": "Symfony Community", |
||
1196 | "homepage": "https://symfony.com/contributors" |
||
1197 | } |
||
1198 | ], |
||
1199 | "description": "Symfony polyfill for the Mbstring extension", |
||
1200 | "homepage": "https://symfony.com", |
||
1201 | "keywords": [ |
||
1202 | "compatibility", |
||
1203 | "mbstring", |
||
1204 | "polyfill", |
||
1205 | "portable", |
||
1206 | "shim" |
||
1207 | ], |
||
1208 | "time": "2016-01-20 09:13:37" |
||
1209 | }, |
||
1210 | { |
||
1211 | "name": "symfony/polyfill-php56", |
||
1212 | "version": "v1.1.0", |
||
1213 | "source": { |
||
1214 | "type": "git", |
||
1215 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1216 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9" |
||
1217 | }, |
||
1218 | "dist": { |
||
1219 | "type": "zip", |
||
1220 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9", |
||
1221 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9", |
||
1222 | "shasum": "" |
||
1223 | }, |
||
1224 | "require": { |
||
1225 | "php": ">=5.3.3", |
||
1226 | "symfony/polyfill-util": "~1.0" |
||
1227 | }, |
||
1228 | "type": "library", |
||
1229 | "extra": { |
||
1230 | "branch-alias": { |
||
1231 | "dev-master": "1.1-dev" |
||
1232 | } |
||
1233 | }, |
||
1234 | "autoload": { |
||
1235 | "psr-4": { |
||
1236 | "Symfony\\Polyfill\\Php56\\": "" |
||
1237 | }, |
||
1238 | "files": [ |
||
1239 | "bootstrap.php" |
||
1240 | ] |
||
1241 | }, |
||
1242 | "notification-url": "https://packagist.org/downloads/", |
||
1243 | "license": [ |
||
1244 | "MIT" |
||
1245 | ], |
||
1246 | "authors": [ |
||
1247 | { |
||
1248 | "name": "Nicolas Grekas", |
||
1249 | "email": "[email protected]" |
||
1250 | }, |
||
1251 | { |
||
1252 | "name": "Symfony Community", |
||
1253 | "homepage": "https://symfony.com/contributors" |
||
1254 | } |
||
1255 | ], |
||
1256 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1257 | "homepage": "https://symfony.com", |
||
1258 | "keywords": [ |
||
1259 | "compatibility", |
||
1260 | "polyfill", |
||
1261 | "portable", |
||
1262 | "shim" |
||
1263 | ], |
||
1264 | "time": "2016-01-20 09:13:37" |
||
1265 | }, |
||
1266 | { |
||
1267 | "name": "symfony/polyfill-php70", |
||
1268 | "version": "v1.1.0", |
||
1269 | "source": { |
||
1270 | "type": "git", |
||
1271 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
1272 | "reference": "8428ceddbbaf102f2906769a8ef2438220c5cb95" |
||
1273 | }, |
||
1274 | "dist": { |
||
1275 | "type": "zip", |
||
1276 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/8428ceddbbaf102f2906769a8ef2438220c5cb95", |
||
1277 | "reference": "8428ceddbbaf102f2906769a8ef2438220c5cb95", |
||
1278 | "shasum": "" |
||
1279 | }, |
||
1280 | "require": { |
||
1281 | "paragonie/random_compat": "~1.0", |
||
1282 | "php": ">=5.3.3" |
||
1283 | }, |
||
1284 | "type": "library", |
||
1285 | "extra": { |
||
1286 | "branch-alias": { |
||
1287 | "dev-master": "1.1-dev" |
||
1288 | } |
||
1289 | }, |
||
1290 | "autoload": { |
||
1291 | "psr-4": { |
||
1292 | "Symfony\\Polyfill\\Php70\\": "" |
||
1293 | }, |
||
1294 | "files": [ |
||
1295 | "bootstrap.php" |
||
1296 | ], |
||
1297 | "classmap": [ |
||
1298 | "Resources/stubs" |
||
1299 | ] |
||
1300 | }, |
||
1301 | "notification-url": "https://packagist.org/downloads/", |
||
1302 | "license": [ |
||
1303 | "MIT" |
||
1304 | ], |
||
1305 | "authors": [ |
||
1306 | { |
||
1307 | "name": "Nicolas Grekas", |
||
1308 | "email": "[email protected]" |
||
1309 | }, |
||
1310 | { |
||
1311 | "name": "Symfony Community", |
||
1312 | "homepage": "https://symfony.com/contributors" |
||
1313 | } |
||
1314 | ], |
||
1315 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
1316 | "homepage": "https://symfony.com", |
||
1317 | "keywords": [ |
||
1318 | "compatibility", |
||
1319 | "polyfill", |
||
1320 | "portable", |
||
1321 | "shim" |
||
1322 | ], |
||
1323 | "time": "2016-01-25 08:44:42" |
||
1324 | }, |
||
1325 | { |
||
1326 | "name": "symfony/polyfill-util", |
||
1327 | "version": "v1.1.0", |
||
1328 | "source": { |
||
1329 | "type": "git", |
||
1330 | "url": "https://github.com/symfony/polyfill-util.git", |
||
1331 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4" |
||
1332 | }, |
||
1333 | "dist": { |
||
1334 | "type": "zip", |
||
1335 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", |
||
1336 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", |
||
1337 | "shasum": "" |
||
1338 | }, |
||
1339 | "require": { |
||
1340 | "php": ">=5.3.3" |
||
1341 | }, |
||
1342 | "type": "library", |
||
1343 | "extra": { |
||
1344 | "branch-alias": { |
||
1345 | "dev-master": "1.1-dev" |
||
1346 | } |
||
1347 | }, |
||
1348 | "autoload": { |
||
1349 | "psr-4": { |
||
1350 | "Symfony\\Polyfill\\Util\\": "" |
||
1351 | } |
||
1352 | }, |
||
1353 | "notification-url": "https://packagist.org/downloads/", |
||
1354 | "license": [ |
||
1355 | "MIT" |
||
1356 | ], |
||
1357 | "authors": [ |
||
1358 | { |
||
1359 | "name": "Nicolas Grekas", |
||
1360 | "email": "[email protected]" |
||
1361 | }, |
||
1362 | { |
||
1363 | "name": "Symfony Community", |
||
1364 | "homepage": "https://symfony.com/contributors" |
||
1365 | } |
||
1366 | ], |
||
1367 | "description": "Symfony utilities for portability of PHP codes", |
||
1368 | "homepage": "https://symfony.com", |
||
1369 | "keywords": [ |
||
1370 | "compat", |
||
1371 | "compatibility", |
||
1372 | "polyfill", |
||
1373 | "shim" |
||
1374 | ], |
||
1375 | "time": "2016-01-20 09:13:37" |
||
1376 | }, |
||
1377 | { |
||
1378 | "name": "symfony/routing", |
||
1379 | "version": "v3.0.2", |
||
1380 | "source": { |
||
1381 | "type": "git", |
||
1382 | "url": "https://github.com/symfony/routing.git", |
||
1383 | "reference": "4686baa55a835e1c1ede9b86ba02415c8c8d6166" |
||
1384 | }, |
||
1385 | "dist": { |
||
1386 | "type": "zip", |
||
1387 | "url": "https://api.github.com/repos/symfony/routing/zipball/4686baa55a835e1c1ede9b86ba02415c8c8d6166", |
||
1388 | "reference": "4686baa55a835e1c1ede9b86ba02415c8c8d6166", |
||
1389 | "shasum": "" |
||
1390 | }, |
||
1391 | "require": { |
||
1392 | "php": ">=5.5.9" |
||
1393 | }, |
||
1394 | "conflict": { |
||
1395 | "symfony/config": "<2.8" |
||
1396 | }, |
||
1397 | "require-dev": { |
||
1398 | "doctrine/annotations": "~1.0", |
||
1399 | "doctrine/common": "~2.2", |
||
1400 | "psr/log": "~1.0", |
||
1401 | "symfony/config": "~2.8|~3.0", |
||
1402 | "symfony/expression-language": "~2.8|~3.0", |
||
1403 | "symfony/http-foundation": "~2.8|~3.0", |
||
1404 | "symfony/yaml": "~2.8|~3.0" |
||
1405 | }, |
||
1406 | "suggest": { |
||
1407 | "doctrine/annotations": "For using the annotation loader", |
||
1408 | "symfony/config": "For using the all-in-one router or any loader", |
||
1409 | "symfony/dependency-injection": "For loading routes from a service", |
||
1410 | "symfony/expression-language": "For using expression matching", |
||
1411 | "symfony/yaml": "For using the YAML loader" |
||
1412 | }, |
||
1413 | "type": "library", |
||
1414 | "extra": { |
||
1415 | "branch-alias": { |
||
1416 | "dev-master": "3.0-dev" |
||
1417 | } |
||
1418 | }, |
||
1419 | "autoload": { |
||
1420 | "psr-4": { |
||
1421 | "Symfony\\Component\\Routing\\": "" |
||
1422 | }, |
||
1423 | "exclude-from-classmap": [ |
||
1424 | "/Tests/" |
||
1425 | ] |
||
1426 | }, |
||
1427 | "notification-url": "https://packagist.org/downloads/", |
||
1428 | "license": [ |
||
1429 | "MIT" |
||
1430 | ], |
||
1431 | "authors": [ |
||
1432 | { |
||
1433 | "name": "Fabien Potencier", |
||
1434 | "email": "[email protected]" |
||
1435 | }, |
||
1436 | { |
||
1437 | "name": "Symfony Community", |
||
1438 | "homepage": "https://symfony.com/contributors" |
||
1439 | } |
||
1440 | ], |
||
1441 | "description": "Symfony Routing Component", |
||
1442 | "homepage": "https://symfony.com", |
||
1443 | "keywords": [ |
||
1444 | "router", |
||
1445 | "routing", |
||
1446 | "uri", |
||
1447 | "url" |
||
1448 | ], |
||
1449 | "time": "2016-01-27 05:14:46" |
||
1450 | }, |
||
1451 | { |
||
1452 | "name": "symfony/security-core", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1453 | "version": "v3.0.2", |
||
1454 | "source": { |
||
1455 | "type": "git", |
||
1456 | "url": "https://github.com/symfony/security-core.git", |
||
1457 | "reference": "f84245fd3ce3d608558877336c2557a2dbca123d" |
||
1458 | }, |
||
1459 | "dist": { |
||
1460 | "type": "zip", |
||
1461 | "url": "https://api.github.com/repos/symfony/security-core/zipball/f84245fd3ce3d608558877336c2557a2dbca123d", |
||
1462 | "reference": "f84245fd3ce3d608558877336c2557a2dbca123d", |
||
1463 | "shasum": "" |
||
1464 | }, |
||
1465 | "require": { |
||
1466 | "php": ">=5.5.9", |
||
1467 | "symfony/polyfill-php56": "~1.0", |
||
1468 | "symfony/polyfill-util": "~1.0" |
||
1469 | }, |
||
1470 | "require-dev": { |
||
1471 | "psr/log": "~1.0", |
||
1472 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
1473 | "symfony/expression-language": "~2.8|~3.0", |
||
1474 | "symfony/http-foundation": "~2.8|~3.0", |
||
1475 | "symfony/ldap": "~2.8|~3.0.0", |
||
1476 | "symfony/validator": "~2.8|~3.0" |
||
1477 | }, |
||
1478 | "suggest": { |
||
1479 | "symfony/event-dispatcher": "", |
||
1480 | "symfony/expression-language": "For using the expression voter", |
||
1481 | "symfony/http-foundation": "", |
||
1482 | "symfony/ldap": "For using LDAP integration", |
||
1483 | "symfony/validator": "For using the user password constraint" |
||
1484 | }, |
||
1485 | "type": "library", |
||
1486 | "extra": { |
||
1487 | "branch-alias": { |
||
1488 | "dev-master": "3.0-dev" |
||
1489 | } |
||
1490 | }, |
||
1491 | "autoload": { |
||
1492 | "psr-4": { |
||
1493 | "Symfony\\Component\\Security\\Core\\": "" |
||
1494 | }, |
||
1495 | "exclude-from-classmap": [ |
||
1496 | "/Tests/" |
||
1497 | ] |
||
1498 | }, |
||
1499 | "notification-url": "https://packagist.org/downloads/", |
||
1500 | "license": [ |
||
1501 | "MIT" |
||
1502 | ], |
||
1503 | "authors": [ |
||
1504 | { |
||
1505 | "name": "Fabien Potencier", |
||
1506 | "email": "[email protected]" |
||
1507 | }, |
||
1508 | { |
||
1509 | "name": "Symfony Community", |
||
1510 | "homepage": "https://symfony.com/contributors" |
||
1511 | } |
||
1512 | ], |
||
1513 | "description": "Symfony Security Component - Core Library", |
||
1514 | "homepage": "https://symfony.com", |
||
1515 | "time": "2016-02-01 12:48:41" |
||
1516 | }, |
||
1517 | { |
||
1518 | "name": "symfony/security-csrf", |
||
1519 | "version": "v3.0.2", |
||
1520 | "source": { |
||
1521 | "type": "git", |
||
1522 | "url": "https://github.com/symfony/security-csrf.git", |
||
1523 | "reference": "1e1dc8bec95dc4123034ccd806059b312a7bbef0" |
||
1524 | }, |
||
1525 | "dist": { |
||
1526 | "type": "zip", |
||
1527 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/1e1dc8bec95dc4123034ccd806059b312a7bbef0", |
||
1528 | "reference": "1e1dc8bec95dc4123034ccd806059b312a7bbef0", |
||
1529 | "shasum": "" |
||
1530 | }, |
||
1531 | "require": { |
||
1532 | "php": ">=5.5.9", |
||
1533 | "symfony/polyfill-php56": "~1.0", |
||
1534 | "symfony/polyfill-php70": "~1.0", |
||
1535 | "symfony/security-core": "~2.8|~3.0" |
||
1536 | }, |
||
1537 | "require-dev": { |
||
1538 | "symfony/http-foundation": "~2.8|~3.0" |
||
1539 | }, |
||
1540 | "suggest": { |
||
1541 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
1542 | }, |
||
1543 | "type": "library", |
||
1544 | "extra": { |
||
1545 | "branch-alias": { |
||
1546 | "dev-master": "3.0-dev" |
||
1547 | } |
||
1548 | }, |
||
1549 | "autoload": { |
||
1550 | "psr-4": { |
||
1551 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
1552 | }, |
||
1553 | "exclude-from-classmap": [ |
||
1554 | "/Tests/" |
||
1555 | ] |
||
1556 | }, |
||
1557 | "notification-url": "https://packagist.org/downloads/", |
||
1558 | "license": [ |
||
1559 | "MIT" |
||
1560 | ], |
||
1561 | "authors": [ |
||
1562 | { |
||
1563 | "name": "Fabien Potencier", |
||
1564 | "email": "[email protected]" |
||
1565 | }, |
||
1566 | { |
||
1567 | "name": "Symfony Community", |
||
1568 | "homepage": "https://symfony.com/contributors" |
||
1569 | } |
||
1570 | ], |
||
1571 | "description": "Symfony Security Component - CSRF Library", |
||
1572 | "homepage": "https://symfony.com", |
||
1573 | "time": "2016-01-03 15:35:16" |
||
1574 | }, |
||
1575 | { |
||
1576 | "name": "symfony/stopwatch", |
||
1577 | "version": "v3.0.2", |
||
1578 | "source": { |
||
1579 | "type": "git", |
||
1580 | "url": "https://github.com/symfony/stopwatch.git", |
||
1581 | "reference": "4a204804952ff267ace88cf499e0b4bb302a475e" |
||
1582 | }, |
||
1583 | "dist": { |
||
1584 | "type": "zip", |
||
1585 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4a204804952ff267ace88cf499e0b4bb302a475e", |
||
1586 | "reference": "4a204804952ff267ace88cf499e0b4bb302a475e", |
||
1587 | "shasum": "" |
||
1588 | }, |
||
1589 | "require": { |
||
1590 | "php": ">=5.5.9" |
||
1591 | }, |
||
1592 | "type": "library", |
||
1593 | "extra": { |
||
1594 | "branch-alias": { |
||
1595 | "dev-master": "3.0-dev" |
||
1596 | } |
||
1597 | }, |
||
1598 | "autoload": { |
||
1599 | "psr-4": { |
||
1600 | "Symfony\\Component\\Stopwatch\\": "" |
||
1601 | }, |
||
1602 | "exclude-from-classmap": [ |
||
1603 | "/Tests/" |
||
1604 | ] |
||
1605 | }, |
||
1606 | "notification-url": "https://packagist.org/downloads/", |
||
1607 | "license": [ |
||
1608 | "MIT" |
||
1609 | ], |
||
1610 | "authors": [ |
||
1611 | { |
||
1612 | "name": "Fabien Potencier", |
||
1613 | "email": "[email protected]" |
||
1614 | }, |
||
1615 | { |
||
1616 | "name": "Symfony Community", |
||
1617 | "homepage": "https://symfony.com/contributors" |
||
1618 | } |
||
1619 | ], |
||
1620 | "description": "Symfony Stopwatch Component", |
||
1621 | "homepage": "https://symfony.com", |
||
1622 | "time": "2016-01-03 15:35:16" |
||
1623 | }, |
||
1624 | { |
||
1625 | "name": "symfony/templating", |
||
1626 | "version": "v3.0.2", |
||
1627 | "source": { |
||
1628 | "type": "git", |
||
1629 | "url": "https://github.com/symfony/templating.git", |
||
1630 | "reference": "46abddbff3e7cae4d1d5a9f9ad0cd106f3c5c496" |
||
1631 | }, |
||
1632 | "dist": { |
||
1633 | "type": "zip", |
||
1634 | "url": "https://api.github.com/repos/symfony/templating/zipball/46abddbff3e7cae4d1d5a9f9ad0cd106f3c5c496", |
||
1635 | "reference": "46abddbff3e7cae4d1d5a9f9ad0cd106f3c5c496", |
||
1636 | "shasum": "" |
||
1637 | }, |
||
1638 | "require": { |
||
1639 | "php": ">=5.5.9" |
||
1640 | }, |
||
1641 | "require-dev": { |
||
1642 | "psr/log": "~1.0" |
||
1643 | }, |
||
1644 | "suggest": { |
||
1645 | "psr/log": "For using debug logging in loaders" |
||
1646 | }, |
||
1647 | "type": "library", |
||
1648 | "extra": { |
||
1649 | "branch-alias": { |
||
1650 | "dev-master": "3.0-dev" |
||
1651 | } |
||
1652 | }, |
||
1653 | "autoload": { |
||
1654 | "psr-4": { |
||
1655 | "Symfony\\Component\\Templating\\": "" |
||
1656 | }, |
||
1657 | "exclude-from-classmap": [ |
||
1658 | "/Tests/" |
||
1659 | ] |
||
1660 | }, |
||
1661 | "notification-url": "https://packagist.org/downloads/", |
||
1662 | "license": [ |
||
1663 | "MIT" |
||
1664 | ], |
||
1665 | "authors": [ |
||
1666 | { |
||
1667 | "name": "Fabien Potencier", |
||
1668 | "email": "[email protected]" |
||
1669 | }, |
||
1670 | { |
||
1671 | "name": "Symfony Community", |
||
1672 | "homepage": "https://symfony.com/contributors" |
||
1673 | } |
||
1674 | ], |
||
1675 | "description": "Symfony Templating Component", |
||
1676 | "homepage": "https://symfony.com", |
||
1677 | "time": "2016-01-03 15:35:16" |
||
1678 | }, |
||
1679 | { |
||
1680 | "name": "symfony/translation", |
||
1681 | "version": "v3.0.2", |
||
1682 | "source": { |
||
1683 | "type": "git", |
||
1684 | "url": "https://github.com/symfony/translation.git", |
||
1685 | "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91" |
||
1686 | }, |
||
1687 | "dist": { |
||
1688 | "type": "zip", |
||
1689 | "url": "https://api.github.com/repos/symfony/translation/zipball/2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
||
1690 | "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
||
1691 | "shasum": "" |
||
1692 | }, |
||
1693 | "require": { |
||
1694 | "php": ">=5.5.9", |
||
1695 | "symfony/polyfill-mbstring": "~1.0" |
||
1696 | }, |
||
1697 | "conflict": { |
||
1698 | "symfony/config": "<2.8" |
||
1699 | }, |
||
1700 | "require-dev": { |
||
1701 | "psr/log": "~1.0", |
||
1702 | "symfony/config": "~2.8|~3.0", |
||
1703 | "symfony/intl": "~2.8|~3.0", |
||
1704 | "symfony/yaml": "~2.8|~3.0" |
||
1705 | }, |
||
1706 | "suggest": { |
||
1707 | "psr/log": "To use logging capability in translator", |
||
1708 | "symfony/config": "", |
||
1709 | "symfony/yaml": "" |
||
1710 | }, |
||
1711 | "type": "library", |
||
1712 | "extra": { |
||
1713 | "branch-alias": { |
||
1714 | "dev-master": "3.0-dev" |
||
1715 | } |
||
1716 | }, |
||
1717 | "autoload": { |
||
1718 | "psr-4": { |
||
1719 | "Symfony\\Component\\Translation\\": "" |
||
1720 | }, |
||
1721 | "exclude-from-classmap": [ |
||
1722 | "/Tests/" |
||
1723 | ] |
||
1724 | }, |
||
1725 | "notification-url": "https://packagist.org/downloads/", |
||
1726 | "license": [ |
||
1727 | "MIT" |
||
1728 | ], |
||
1729 | "authors": [ |
||
1730 | { |
||
1731 | "name": "Fabien Potencier", |
||
1732 | "email": "[email protected]" |
||
1733 | }, |
||
1734 | { |
||
1735 | "name": "Symfony Community", |
||
1736 | "homepage": "https://symfony.com/contributors" |
||
1737 | } |
||
1738 | ], |
||
1739 | "description": "Symfony Translation Component", |
||
1740 | "homepage": "https://symfony.com", |
||
1741 | "time": "2016-02-02 13:44:19" |
||
1742 | } |
||
1743 | ], |
||
1744 | "packages-dev": [ |
||
1745 | { |
||
1746 | "name": "doctrine/instantiator", |
||
1747 | "version": "1.0.5", |
||
1748 | "source": { |
||
1749 | "type": "git", |
||
1750 | "url": "https://github.com/doctrine/instantiator.git", |
||
1751 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
1752 | }, |
||
1753 | "dist": { |
||
1754 | "type": "zip", |
||
1755 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
1756 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
1757 | "shasum": "" |
||
1758 | }, |
||
1759 | "require": { |
||
1760 | "php": ">=5.3,<8.0-DEV" |
||
1761 | }, |
||
1762 | "require-dev": { |
||
1763 | "athletic/athletic": "~0.1.8", |
||
1764 | "ext-pdo": "*", |
||
1765 | "ext-phar": "*", |
||
1766 | "phpunit/phpunit": "~4.0", |
||
1767 | "squizlabs/php_codesniffer": "~2.0" |
||
1768 | }, |
||
1769 | "type": "library", |
||
1770 | "extra": { |
||
1771 | "branch-alias": { |
||
1772 | "dev-master": "1.0.x-dev" |
||
1773 | } |
||
1774 | }, |
||
1775 | "autoload": { |
||
1776 | "psr-4": { |
||
1777 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1778 | } |
||
1779 | }, |
||
1780 | "notification-url": "https://packagist.org/downloads/", |
||
1781 | "license": [ |
||
1782 | "MIT" |
||
1783 | ], |
||
1784 | "authors": [ |
||
1785 | { |
||
1786 | "name": "Marco Pivetta", |
||
1787 | "email": "[email protected]", |
||
1788 | "homepage": "http://ocramius.github.com/" |
||
1789 | } |
||
1790 | ], |
||
1791 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1792 | "homepage": "https://github.com/doctrine/instantiator", |
||
1793 | "keywords": [ |
||
1794 | "constructor", |
||
1795 | "instantiate" |
||
1796 | ], |
||
1797 | "time": "2015-06-14 21:17:01" |
||
1798 | }, |
||
1799 | { |
||
1800 | "name": "matthiasnoback/symfony-config-test", |
||
1801 | "version": "v1.4.0", |
||
1802 | "source": { |
||
1803 | "type": "git", |
||
1804 | "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git", |
||
1805 | "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d" |
||
1806 | }, |
||
1807 | "dist": { |
||
1808 | "type": "zip", |
||
1809 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d", |
||
1810 | "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d", |
||
1811 | "shasum": "" |
||
1812 | }, |
||
1813 | "require": { |
||
1814 | "php": ">=5.3", |
||
1815 | "sebastian/exporter": "1.*", |
||
1816 | "symfony/config": "~2.0|~3.0" |
||
1817 | }, |
||
1818 | "require-dev": { |
||
1819 | "phpunit/phpunit": ">=3.7" |
||
1820 | }, |
||
1821 | "type": "library", |
||
1822 | "autoload": { |
||
1823 | "psr-4": { |
||
1824 | "Matthias\\SymfonyConfigTest\\": "" |
||
1825 | } |
||
1826 | }, |
||
1827 | "notification-url": "https://packagist.org/downloads/", |
||
1828 | "license": [ |
||
1829 | "MIT" |
||
1830 | ], |
||
1831 | "authors": [ |
||
1832 | { |
||
1833 | "name": "Matthias Noback", |
||
1834 | "email": "[email protected]", |
||
1835 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
1836 | } |
||
1837 | ], |
||
1838 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
1839 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
1840 | "keywords": [ |
||
1841 | "config", |
||
1842 | "phpunit", |
||
1843 | "symfony" |
||
1844 | ], |
||
1845 | "time": "2015-11-25 21:40:32" |
||
1846 | }, |
||
1847 | { |
||
1848 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
1849 | "version": "v0.7.6", |
||
1850 | "source": { |
||
1851 | "type": "git", |
||
1852 | "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git", |
||
1853 | "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c" |
||
1854 | }, |
||
1855 | "dist": { |
||
1856 | "type": "zip", |
||
1857 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/69503a7cea36b6a2c7146789795a5352c2ebf20c", |
||
1858 | "reference": "69503a7cea36b6a2c7146789795a5352c2ebf20c", |
||
1859 | "shasum": "" |
||
1860 | }, |
||
1861 | "require": { |
||
1862 | "matthiasnoback/symfony-config-test": "0.*|~1.0", |
||
1863 | "sebastian/exporter": "~1", |
||
1864 | "symfony/config": "^2.0.5|~3.0", |
||
1865 | "symfony/dependency-injection": "^2.0.5|~3.0" |
||
1866 | }, |
||
1867 | "require-dev": { |
||
1868 | "phpunit/phpunit": "~3.0|~4.0" |
||
1869 | }, |
||
1870 | "type": "library", |
||
1871 | "autoload": { |
||
1872 | "psr-4": { |
||
1873 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
1874 | } |
||
1875 | }, |
||
1876 | "notification-url": "https://packagist.org/downloads/", |
||
1877 | "license": [ |
||
1878 | "MIT" |
||
1879 | ], |
||
1880 | "authors": [ |
||
1881 | { |
||
1882 | "name": "Matthias Noback", |
||
1883 | "email": "[email protected]", |
||
1884 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
1885 | } |
||
1886 | ], |
||
1887 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
1888 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
1889 | "keywords": [ |
||
1890 | "Symfony2", |
||
1891 | "dependency injection", |
||
1892 | "phpunit" |
||
1893 | ], |
||
1894 | "time": "2015-11-12 15:32:36" |
||
1895 | }, |
||
1896 | { |
||
1897 | "name": "phpdocumentor/reflection-docblock", |
||
1898 | "version": "2.0.4", |
||
1899 | "source": { |
||
1900 | "type": "git", |
||
1901 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1902 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
1903 | }, |
||
1904 | "dist": { |
||
1905 | "type": "zip", |
||
1906 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1907 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1908 | "shasum": "" |
||
1909 | }, |
||
1910 | "require": { |
||
1911 | "php": ">=5.3.3" |
||
1912 | }, |
||
1913 | "require-dev": { |
||
1914 | "phpunit/phpunit": "~4.0" |
||
1915 | }, |
||
1916 | "suggest": { |
||
1917 | "dflydev/markdown": "~1.0", |
||
1918 | "erusev/parsedown": "~1.0" |
||
1919 | }, |
||
1920 | "type": "library", |
||
1921 | "extra": { |
||
1922 | "branch-alias": { |
||
1923 | "dev-master": "2.0.x-dev" |
||
1924 | } |
||
1925 | }, |
||
1926 | "autoload": { |
||
1927 | "psr-0": { |
||
1928 | "phpDocumentor": [ |
||
1929 | "src/" |
||
1930 | ] |
||
1931 | } |
||
1932 | }, |
||
1933 | "notification-url": "https://packagist.org/downloads/", |
||
1934 | "license": [ |
||
1935 | "MIT" |
||
1936 | ], |
||
1937 | "authors": [ |
||
1938 | { |
||
1939 | "name": "Mike van Riel", |
||
1940 | "email": "[email protected]" |
||
1941 | } |
||
1942 | ], |
||
1943 | "time": "2015-02-03 12:10:50" |
||
1944 | }, |
||
1945 | { |
||
1946 | "name": "phpspec/prophecy", |
||
1947 | "version": "v1.5.0", |
||
1948 | "source": { |
||
1949 | "type": "git", |
||
1950 | "url": "https://github.com/phpspec/prophecy.git", |
||
1951 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" |
||
1952 | }, |
||
1953 | "dist": { |
||
1954 | "type": "zip", |
||
1955 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
1956 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
1957 | "shasum": "" |
||
1958 | }, |
||
1959 | "require": { |
||
1960 | "doctrine/instantiator": "^1.0.2", |
||
1961 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1962 | "sebastian/comparator": "~1.1" |
||
1963 | }, |
||
1964 | "require-dev": { |
||
1965 | "phpspec/phpspec": "~2.0" |
||
1966 | }, |
||
1967 | "type": "library", |
||
1968 | "extra": { |
||
1969 | "branch-alias": { |
||
1970 | "dev-master": "1.4.x-dev" |
||
1971 | } |
||
1972 | }, |
||
1973 | "autoload": { |
||
1974 | "psr-0": { |
||
1975 | "Prophecy\\": "src/" |
||
1976 | } |
||
1977 | }, |
||
1978 | "notification-url": "https://packagist.org/downloads/", |
||
1979 | "license": [ |
||
1980 | "MIT" |
||
1981 | ], |
||
1982 | "authors": [ |
||
1983 | { |
||
1984 | "name": "Konstantin Kudryashov", |
||
1985 | "email": "[email protected]", |
||
1986 | "homepage": "http://everzet.com" |
||
1987 | }, |
||
1988 | { |
||
1989 | "name": "Marcello Duarte", |
||
1990 | "email": "[email protected]" |
||
1991 | } |
||
1992 | ], |
||
1993 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1994 | "homepage": "https://github.com/phpspec/prophecy", |
||
1995 | "keywords": [ |
||
1996 | "Double", |
||
1997 | "Dummy", |
||
1998 | "fake", |
||
1999 | "mock", |
||
2000 | "spy", |
||
2001 | "stub" |
||
2002 | ], |
||
2003 | "time": "2015-08-13 10:07:40" |
||
2004 | }, |
||
2005 | { |
||
2006 | "name": "phpunit/php-code-coverage", |
||
2007 | "version": "2.2.4", |
||
2008 | "source": { |
||
2009 | "type": "git", |
||
2010 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2011 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
2012 | }, |
||
2013 | "dist": { |
||
2014 | "type": "zip", |
||
2015 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
2016 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
2017 | "shasum": "" |
||
2018 | }, |
||
2019 | "require": { |
||
2020 | "php": ">=5.3.3", |
||
2021 | "phpunit/php-file-iterator": "~1.3", |
||
2022 | "phpunit/php-text-template": "~1.2", |
||
2023 | "phpunit/php-token-stream": "~1.3", |
||
2024 | "sebastian/environment": "^1.3.2", |
||
2025 | "sebastian/version": "~1.0" |
||
2026 | }, |
||
2027 | "require-dev": { |
||
2028 | "ext-xdebug": ">=2.1.4", |
||
2029 | "phpunit/phpunit": "~4" |
||
2030 | }, |
||
2031 | "suggest": { |
||
2032 | "ext-dom": "*", |
||
2033 | "ext-xdebug": ">=2.2.1", |
||
2034 | "ext-xmlwriter": "*" |
||
2035 | }, |
||
2036 | "type": "library", |
||
2037 | "extra": { |
||
2038 | "branch-alias": { |
||
2039 | "dev-master": "2.2.x-dev" |
||
2040 | } |
||
2041 | }, |
||
2042 | "autoload": { |
||
2043 | "classmap": [ |
||
2044 | "src/" |
||
2045 | ] |
||
2046 | }, |
||
2047 | "notification-url": "https://packagist.org/downloads/", |
||
2048 | "license": [ |
||
2049 | "BSD-3-Clause" |
||
2050 | ], |
||
2051 | "authors": [ |
||
2052 | { |
||
2053 | "name": "Sebastian Bergmann", |
||
2054 | "email": "[email protected]", |
||
2055 | "role": "lead" |
||
2056 | } |
||
2057 | ], |
||
2058 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2059 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2060 | "keywords": [ |
||
2061 | "coverage", |
||
2062 | "testing", |
||
2063 | "xunit" |
||
2064 | ], |
||
2065 | "time": "2015-10-06 15:47:00" |
||
2066 | }, |
||
2067 | { |
||
2068 | "name": "phpunit/php-file-iterator", |
||
2069 | "version": "1.4.1", |
||
2070 | "source": { |
||
2071 | "type": "git", |
||
2072 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2073 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
2074 | }, |
||
2075 | "dist": { |
||
2076 | "type": "zip", |
||
2077 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2078 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2079 | "shasum": "" |
||
2080 | }, |
||
2081 | "require": { |
||
2082 | "php": ">=5.3.3" |
||
2083 | }, |
||
2084 | "type": "library", |
||
2085 | "extra": { |
||
2086 | "branch-alias": { |
||
2087 | "dev-master": "1.4.x-dev" |
||
2088 | } |
||
2089 | }, |
||
2090 | "autoload": { |
||
2091 | "classmap": [ |
||
2092 | "src/" |
||
2093 | ] |
||
2094 | }, |
||
2095 | "notification-url": "https://packagist.org/downloads/", |
||
2096 | "license": [ |
||
2097 | "BSD-3-Clause" |
||
2098 | ], |
||
2099 | "authors": [ |
||
2100 | { |
||
2101 | "name": "Sebastian Bergmann", |
||
2102 | "email": "[email protected]", |
||
2103 | "role": "lead" |
||
2104 | } |
||
2105 | ], |
||
2106 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2107 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2108 | "keywords": [ |
||
2109 | "filesystem", |
||
2110 | "iterator" |
||
2111 | ], |
||
2112 | "time": "2015-06-21 13:08:43" |
||
2113 | }, |
||
2114 | { |
||
2115 | "name": "phpunit/php-text-template", |
||
2116 | "version": "1.2.1", |
||
2117 | "source": { |
||
2118 | "type": "git", |
||
2119 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2120 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2121 | }, |
||
2122 | "dist": { |
||
2123 | "type": "zip", |
||
2124 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2125 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2126 | "shasum": "" |
||
2127 | }, |
||
2128 | "require": { |
||
2129 | "php": ">=5.3.3" |
||
2130 | }, |
||
2131 | "type": "library", |
||
2132 | "autoload": { |
||
2133 | "classmap": [ |
||
2134 | "src/" |
||
2135 | ] |
||
2136 | }, |
||
2137 | "notification-url": "https://packagist.org/downloads/", |
||
2138 | "license": [ |
||
2139 | "BSD-3-Clause" |
||
2140 | ], |
||
2141 | "authors": [ |
||
2142 | { |
||
2143 | "name": "Sebastian Bergmann", |
||
2144 | "email": "[email protected]", |
||
2145 | "role": "lead" |
||
2146 | } |
||
2147 | ], |
||
2148 | "description": "Simple template engine.", |
||
2149 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2150 | "keywords": [ |
||
2151 | "template" |
||
2152 | ], |
||
2153 | "time": "2015-06-21 13:50:34" |
||
2154 | }, |
||
2155 | { |
||
2156 | "name": "phpunit/php-timer", |
||
2157 | "version": "1.0.7", |
||
2158 | "source": { |
||
2159 | "type": "git", |
||
2160 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2161 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
2162 | }, |
||
2163 | "dist": { |
||
2164 | "type": "zip", |
||
2165 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
2166 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
2167 | "shasum": "" |
||
2168 | }, |
||
2169 | "require": { |
||
2170 | "php": ">=5.3.3" |
||
2171 | }, |
||
2172 | "type": "library", |
||
2173 | "autoload": { |
||
2174 | "classmap": [ |
||
2175 | "src/" |
||
2176 | ] |
||
2177 | }, |
||
2178 | "notification-url": "https://packagist.org/downloads/", |
||
2179 | "license": [ |
||
2180 | "BSD-3-Clause" |
||
2181 | ], |
||
2182 | "authors": [ |
||
2183 | { |
||
2184 | "name": "Sebastian Bergmann", |
||
2185 | "email": "[email protected]", |
||
2186 | "role": "lead" |
||
2187 | } |
||
2188 | ], |
||
2189 | "description": "Utility class for timing", |
||
2190 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2191 | "keywords": [ |
||
2192 | "timer" |
||
2193 | ], |
||
2194 | "time": "2015-06-21 08:01:12" |
||
2195 | }, |
||
2196 | { |
||
2197 | "name": "phpunit/php-token-stream", |
||
2198 | "version": "1.4.8", |
||
2199 | "source": { |
||
2200 | "type": "git", |
||
2201 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2202 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
2203 | }, |
||
2204 | "dist": { |
||
2205 | "type": "zip", |
||
2206 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
2207 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
2208 | "shasum": "" |
||
2209 | }, |
||
2210 | "require": { |
||
2211 | "ext-tokenizer": "*", |
||
2212 | "php": ">=5.3.3" |
||
2213 | }, |
||
2214 | "require-dev": { |
||
2215 | "phpunit/phpunit": "~4.2" |
||
2216 | }, |
||
2217 | "type": "library", |
||
2218 | "extra": { |
||
2219 | "branch-alias": { |
||
2220 | "dev-master": "1.4-dev" |
||
2221 | } |
||
2222 | }, |
||
2223 | "autoload": { |
||
2224 | "classmap": [ |
||
2225 | "src/" |
||
2226 | ] |
||
2227 | }, |
||
2228 | "notification-url": "https://packagist.org/downloads/", |
||
2229 | "license": [ |
||
2230 | "BSD-3-Clause" |
||
2231 | ], |
||
2232 | "authors": [ |
||
2233 | { |
||
2234 | "name": "Sebastian Bergmann", |
||
2235 | "email": "[email protected]" |
||
2236 | } |
||
2237 | ], |
||
2238 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2239 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2240 | "keywords": [ |
||
2241 | "tokenizer" |
||
2242 | ], |
||
2243 | "time": "2015-09-15 10:49:45" |
||
2244 | }, |
||
2245 | { |
||
2246 | "name": "phpunit/phpunit", |
||
2247 | "version": "4.8.23", |
||
2248 | "source": { |
||
2249 | "type": "git", |
||
2250 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2251 | "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483" |
||
2252 | }, |
||
2253 | "dist": { |
||
2254 | "type": "zip", |
||
2255 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483", |
||
2256 | "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483", |
||
2257 | "shasum": "" |
||
2258 | }, |
||
2259 | "require": { |
||
2260 | "ext-dom": "*", |
||
2261 | "ext-json": "*", |
||
2262 | "ext-pcre": "*", |
||
2263 | "ext-reflection": "*", |
||
2264 | "ext-spl": "*", |
||
2265 | "php": ">=5.3.3", |
||
2266 | "phpspec/prophecy": "^1.3.1", |
||
2267 | "phpunit/php-code-coverage": "~2.1", |
||
2268 | "phpunit/php-file-iterator": "~1.4", |
||
2269 | "phpunit/php-text-template": "~1.2", |
||
2270 | "phpunit/php-timer": ">=1.0.6", |
||
2271 | "phpunit/phpunit-mock-objects": "~2.3", |
||
2272 | "sebastian/comparator": "~1.1", |
||
2273 | "sebastian/diff": "~1.2", |
||
2274 | "sebastian/environment": "~1.3", |
||
2275 | "sebastian/exporter": "~1.2", |
||
2276 | "sebastian/global-state": "~1.0", |
||
2277 | "sebastian/version": "~1.0", |
||
2278 | "symfony/yaml": "~2.1|~3.0" |
||
2279 | }, |
||
2280 | "suggest": { |
||
2281 | "phpunit/php-invoker": "~1.1" |
||
2282 | }, |
||
2283 | "bin": [ |
||
2284 | "phpunit" |
||
2285 | ], |
||
2286 | "type": "library", |
||
2287 | "extra": { |
||
2288 | "branch-alias": { |
||
2289 | "dev-master": "4.8.x-dev" |
||
2290 | } |
||
2291 | }, |
||
2292 | "autoload": { |
||
2293 | "classmap": [ |
||
2294 | "src/" |
||
2295 | ] |
||
2296 | }, |
||
2297 | "notification-url": "https://packagist.org/downloads/", |
||
2298 | "license": [ |
||
2299 | "BSD-3-Clause" |
||
2300 | ], |
||
2301 | "authors": [ |
||
2302 | { |
||
2303 | "name": "Sebastian Bergmann", |
||
2304 | "email": "[email protected]", |
||
2305 | "role": "lead" |
||
2306 | } |
||
2307 | ], |
||
2308 | "description": "The PHP Unit Testing framework.", |
||
2309 | "homepage": "https://phpunit.de/", |
||
2310 | "keywords": [ |
||
2311 | "phpunit", |
||
2312 | "testing", |
||
2313 | "xunit" |
||
2314 | ], |
||
2315 | "time": "2016-02-11 14:56:33" |
||
2316 | }, |
||
2317 | { |
||
2318 | "name": "phpunit/phpunit-mock-objects", |
||
2319 | "version": "2.3.8", |
||
2320 | "source": { |
||
2321 | "type": "git", |
||
2322 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2323 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
2324 | }, |
||
2325 | "dist": { |
||
2326 | "type": "zip", |
||
2327 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
2328 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
2329 | "shasum": "" |
||
2330 | }, |
||
2331 | "require": { |
||
2332 | "doctrine/instantiator": "^1.0.2", |
||
2333 | "php": ">=5.3.3", |
||
2334 | "phpunit/php-text-template": "~1.2", |
||
2335 | "sebastian/exporter": "~1.2" |
||
2336 | }, |
||
2337 | "require-dev": { |
||
2338 | "phpunit/phpunit": "~4.4" |
||
2339 | }, |
||
2340 | "suggest": { |
||
2341 | "ext-soap": "*" |
||
2342 | }, |
||
2343 | "type": "library", |
||
2344 | "extra": { |
||
2345 | "branch-alias": { |
||
2346 | "dev-master": "2.3.x-dev" |
||
2347 | } |
||
2348 | }, |
||
2349 | "autoload": { |
||
2350 | "classmap": [ |
||
2351 | "src/" |
||
2352 | ] |
||
2353 | }, |
||
2354 | "notification-url": "https://packagist.org/downloads/", |
||
2355 | "license": [ |
||
2356 | "BSD-3-Clause" |
||
2357 | ], |
||
2358 | "authors": [ |
||
2359 | { |
||
2360 | "name": "Sebastian Bergmann", |
||
2361 | "email": "[email protected]", |
||
2362 | "role": "lead" |
||
2363 | } |
||
2364 | ], |
||
2365 | "description": "Mock Object library for PHPUnit", |
||
2366 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2367 | "keywords": [ |
||
2368 | "mock", |
||
2369 | "xunit" |
||
2370 | ], |
||
2371 | "time": "2015-10-02 06:51:40" |
||
2372 | }, |
||
2373 | { |
||
2374 | "name": "sebastian/comparator", |
||
2375 | "version": "1.2.0", |
||
2376 | "source": { |
||
2377 | "type": "git", |
||
2378 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2379 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
2380 | }, |
||
2381 | "dist": { |
||
2382 | "type": "zip", |
||
2383 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2384 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2385 | "shasum": "" |
||
2386 | }, |
||
2387 | "require": { |
||
2388 | "php": ">=5.3.3", |
||
2389 | "sebastian/diff": "~1.2", |
||
2390 | "sebastian/exporter": "~1.2" |
||
2391 | }, |
||
2392 | "require-dev": { |
||
2393 | "phpunit/phpunit": "~4.4" |
||
2394 | }, |
||
2395 | "type": "library", |
||
2396 | "extra": { |
||
2397 | "branch-alias": { |
||
2398 | "dev-master": "1.2.x-dev" |
||
2399 | } |
||
2400 | }, |
||
2401 | "autoload": { |
||
2402 | "classmap": [ |
||
2403 | "src/" |
||
2404 | ] |
||
2405 | }, |
||
2406 | "notification-url": "https://packagist.org/downloads/", |
||
2407 | "license": [ |
||
2408 | "BSD-3-Clause" |
||
2409 | ], |
||
2410 | "authors": [ |
||
2411 | { |
||
2412 | "name": "Jeff Welch", |
||
2413 | "email": "[email protected]" |
||
2414 | }, |
||
2415 | { |
||
2416 | "name": "Volker Dusch", |
||
2417 | "email": "[email protected]" |
||
2418 | }, |
||
2419 | { |
||
2420 | "name": "Bernhard Schussek", |
||
2421 | "email": "[email protected]" |
||
2422 | }, |
||
2423 | { |
||
2424 | "name": "Sebastian Bergmann", |
||
2425 | "email": "[email protected]" |
||
2426 | } |
||
2427 | ], |
||
2428 | "description": "Provides the functionality to compare PHP values for equality", |
||
2429 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2430 | "keywords": [ |
||
2431 | "comparator", |
||
2432 | "compare", |
||
2433 | "equality" |
||
2434 | ], |
||
2435 | "time": "2015-07-26 15:48:44" |
||
2436 | }, |
||
2437 | { |
||
2438 | "name": "sebastian/diff", |
||
2439 | "version": "1.4.1", |
||
2440 | "source": { |
||
2441 | "type": "git", |
||
2442 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2443 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
2444 | }, |
||
2445 | "dist": { |
||
2446 | "type": "zip", |
||
2447 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2448 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2449 | "shasum": "" |
||
2450 | }, |
||
2451 | "require": { |
||
2452 | "php": ">=5.3.3" |
||
2453 | }, |
||
2454 | "require-dev": { |
||
2455 | "phpunit/phpunit": "~4.8" |
||
2456 | }, |
||
2457 | "type": "library", |
||
2458 | "extra": { |
||
2459 | "branch-alias": { |
||
2460 | "dev-master": "1.4-dev" |
||
2461 | } |
||
2462 | }, |
||
2463 | "autoload": { |
||
2464 | "classmap": [ |
||
2465 | "src/" |
||
2466 | ] |
||
2467 | }, |
||
2468 | "notification-url": "https://packagist.org/downloads/", |
||
2469 | "license": [ |
||
2470 | "BSD-3-Clause" |
||
2471 | ], |
||
2472 | "authors": [ |
||
2473 | { |
||
2474 | "name": "Kore Nordmann", |
||
2475 | "email": "[email protected]" |
||
2476 | }, |
||
2477 | { |
||
2478 | "name": "Sebastian Bergmann", |
||
2479 | "email": "[email protected]" |
||
2480 | } |
||
2481 | ], |
||
2482 | "description": "Diff implementation", |
||
2483 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2484 | "keywords": [ |
||
2485 | "diff" |
||
2486 | ], |
||
2487 | "time": "2015-12-08 07:14:41" |
||
2488 | }, |
||
2489 | { |
||
2490 | "name": "sebastian/environment", |
||
2491 | "version": "1.3.3", |
||
2492 | "source": { |
||
2493 | "type": "git", |
||
2494 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2495 | "reference": "6e7133793a8e5a5714a551a8324337374be209df" |
||
2496 | }, |
||
2497 | "dist": { |
||
2498 | "type": "zip", |
||
2499 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df", |
||
2500 | "reference": "6e7133793a8e5a5714a551a8324337374be209df", |
||
2501 | "shasum": "" |
||
2502 | }, |
||
2503 | "require": { |
||
2504 | "php": ">=5.3.3" |
||
2505 | }, |
||
2506 | "require-dev": { |
||
2507 | "phpunit/phpunit": "~4.4" |
||
2508 | }, |
||
2509 | "type": "library", |
||
2510 | "extra": { |
||
2511 | "branch-alias": { |
||
2512 | "dev-master": "1.3.x-dev" |
||
2513 | } |
||
2514 | }, |
||
2515 | "autoload": { |
||
2516 | "classmap": [ |
||
2517 | "src/" |
||
2518 | ] |
||
2519 | }, |
||
2520 | "notification-url": "https://packagist.org/downloads/", |
||
2521 | "license": [ |
||
2522 | "BSD-3-Clause" |
||
2523 | ], |
||
2524 | "authors": [ |
||
2525 | { |
||
2526 | "name": "Sebastian Bergmann", |
||
2527 | "email": "[email protected]" |
||
2528 | } |
||
2529 | ], |
||
2530 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2531 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2532 | "keywords": [ |
||
2533 | "Xdebug", |
||
2534 | "environment", |
||
2535 | "hhvm" |
||
2536 | ], |
||
2537 | "time": "2015-12-02 08:37:27" |
||
2538 | }, |
||
2539 | { |
||
2540 | "name": "sebastian/exporter", |
||
2541 | "version": "1.2.1", |
||
2542 | "source": { |
||
2543 | "type": "git", |
||
2544 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2545 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
2546 | }, |
||
2547 | "dist": { |
||
2548 | "type": "zip", |
||
2549 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
2550 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
2551 | "shasum": "" |
||
2552 | }, |
||
2553 | "require": { |
||
2554 | "php": ">=5.3.3", |
||
2555 | "sebastian/recursion-context": "~1.0" |
||
2556 | }, |
||
2557 | "require-dev": { |
||
2558 | "phpunit/phpunit": "~4.4" |
||
2559 | }, |
||
2560 | "type": "library", |
||
2561 | "extra": { |
||
2562 | "branch-alias": { |
||
2563 | "dev-master": "1.2.x-dev" |
||
2564 | } |
||
2565 | }, |
||
2566 | "autoload": { |
||
2567 | "classmap": [ |
||
2568 | "src/" |
||
2569 | ] |
||
2570 | }, |
||
2571 | "notification-url": "https://packagist.org/downloads/", |
||
2572 | "license": [ |
||
2573 | "BSD-3-Clause" |
||
2574 | ], |
||
2575 | "authors": [ |
||
2576 | { |
||
2577 | "name": "Jeff Welch", |
||
2578 | "email": "[email protected]" |
||
2579 | }, |
||
2580 | { |
||
2581 | "name": "Volker Dusch", |
||
2582 | "email": "[email protected]" |
||
2583 | }, |
||
2584 | { |
||
2585 | "name": "Bernhard Schussek", |
||
2586 | "email": "[email protected]" |
||
2587 | }, |
||
2588 | { |
||
2589 | "name": "Sebastian Bergmann", |
||
2590 | "email": "[email protected]" |
||
2591 | }, |
||
2592 | { |
||
2593 | "name": "Adam Harvey", |
||
2594 | "email": "[email protected]" |
||
2595 | } |
||
2596 | ], |
||
2597 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2598 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2599 | "keywords": [ |
||
2600 | "export", |
||
2601 | "exporter" |
||
2602 | ], |
||
2603 | "time": "2015-06-21 07:55:53" |
||
2604 | }, |
||
2605 | { |
||
2606 | "name": "sebastian/global-state", |
||
2607 | "version": "1.1.1", |
||
2608 | "source": { |
||
2609 | "type": "git", |
||
2610 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2611 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
2612 | }, |
||
2613 | "dist": { |
||
2614 | "type": "zip", |
||
2615 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2616 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2617 | "shasum": "" |
||
2618 | }, |
||
2619 | "require": { |
||
2620 | "php": ">=5.3.3" |
||
2621 | }, |
||
2622 | "require-dev": { |
||
2623 | "phpunit/phpunit": "~4.2" |
||
2624 | }, |
||
2625 | "suggest": { |
||
2626 | "ext-uopz": "*" |
||
2627 | }, |
||
2628 | "type": "library", |
||
2629 | "extra": { |
||
2630 | "branch-alias": { |
||
2631 | "dev-master": "1.0-dev" |
||
2632 | } |
||
2633 | }, |
||
2634 | "autoload": { |
||
2635 | "classmap": [ |
||
2636 | "src/" |
||
2637 | ] |
||
2638 | }, |
||
2639 | "notification-url": "https://packagist.org/downloads/", |
||
2640 | "license": [ |
||
2641 | "BSD-3-Clause" |
||
2642 | ], |
||
2643 | "authors": [ |
||
2644 | { |
||
2645 | "name": "Sebastian Bergmann", |
||
2646 | "email": "[email protected]" |
||
2647 | } |
||
2648 | ], |
||
2649 | "description": "Snapshotting of global state", |
||
2650 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2651 | "keywords": [ |
||
2652 | "global state" |
||
2653 | ], |
||
2654 | "time": "2015-10-12 03:26:01" |
||
2655 | }, |
||
2656 | { |
||
2657 | "name": "sebastian/recursion-context", |
||
2658 | "version": "1.0.2", |
||
2659 | "source": { |
||
2660 | "type": "git", |
||
2661 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2662 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
2663 | }, |
||
2664 | "dist": { |
||
2665 | "type": "zip", |
||
2666 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
2667 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
2668 | "shasum": "" |
||
2669 | }, |
||
2670 | "require": { |
||
2671 | "php": ">=5.3.3" |
||
2672 | }, |
||
2673 | "require-dev": { |
||
2674 | "phpunit/phpunit": "~4.4" |
||
2675 | }, |
||
2676 | "type": "library", |
||
2677 | "extra": { |
||
2678 | "branch-alias": { |
||
2679 | "dev-master": "1.0.x-dev" |
||
2680 | } |
||
2681 | }, |
||
2682 | "autoload": { |
||
2683 | "classmap": [ |
||
2684 | "src/" |
||
2685 | ] |
||
2686 | }, |
||
2687 | "notification-url": "https://packagist.org/downloads/", |
||
2688 | "license": [ |
||
2689 | "BSD-3-Clause" |
||
2690 | ], |
||
2691 | "authors": [ |
||
2692 | { |
||
2693 | "name": "Jeff Welch", |
||
2694 | "email": "[email protected]" |
||
2695 | }, |
||
2696 | { |
||
2697 | "name": "Sebastian Bergmann", |
||
2698 | "email": "[email protected]" |
||
2699 | }, |
||
2700 | { |
||
2701 | "name": "Adam Harvey", |
||
2702 | "email": "[email protected]" |
||
2703 | } |
||
2704 | ], |
||
2705 | "description": "Provides functionality to recursively process PHP variables", |
||
2706 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2707 | "time": "2015-11-11 19:50:13" |
||
2708 | }, |
||
2709 | { |
||
2710 | "name": "sebastian/version", |
||
2711 | "version": "1.0.6", |
||
2712 | "source": { |
||
2713 | "type": "git", |
||
2714 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2715 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
2716 | }, |
||
2717 | "dist": { |
||
2718 | "type": "zip", |
||
2719 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2720 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2721 | "shasum": "" |
||
2722 | }, |
||
2723 | "type": "library", |
||
2724 | "autoload": { |
||
2725 | "classmap": [ |
||
2726 | "src/" |
||
2727 | ] |
||
2728 | }, |
||
2729 | "notification-url": "https://packagist.org/downloads/", |
||
2730 | "license": [ |
||
2731 | "BSD-3-Clause" |
||
2732 | ], |
||
2733 | "authors": [ |
||
2734 | { |
||
2735 | "name": "Sebastian Bergmann", |
||
2736 | "email": "[email protected]", |
||
2737 | "role": "lead" |
||
2738 | } |
||
2739 | ], |
||
2740 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2741 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2742 | "time": "2015-06-21 13:59:46" |
||
2743 | }, |
||
2744 | { |
||
2745 | "name": "symfony/yaml", |
||
2746 | "version": "v3.0.2", |
||
2747 | "source": { |
||
2748 | "type": "git", |
||
2749 | "url": "https://github.com/symfony/yaml.git", |
||
2750 | "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a" |
||
2751 | }, |
||
2752 | "dist": { |
||
2753 | "type": "zip", |
||
2754 | "url": "https://api.github.com/repos/symfony/yaml/zipball/3cf0709d7fe936e97bee9e954382e449003f1d9a", |
||
2755 | "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a", |
||
2756 | "shasum": "" |
||
2757 | }, |
||
2758 | "require": { |
||
2759 | "php": ">=5.5.9" |
||
2760 | }, |
||
2761 | "type": "library", |
||
2762 | "extra": { |
||
2763 | "branch-alias": { |
||
2764 | "dev-master": "3.0-dev" |
||
2765 | } |
||
2766 | }, |
||
2767 | "autoload": { |
||
2768 | "psr-4": { |
||
2769 | "Symfony\\Component\\Yaml\\": "" |
||
2770 | }, |
||
2771 | "exclude-from-classmap": [ |
||
2772 | "/Tests/" |
||
2773 | ] |
||
2774 | }, |
||
2775 | "notification-url": "https://packagist.org/downloads/", |
||
2776 | "license": [ |
||
2777 | "MIT" |
||
2778 | ], |
||
2779 | "authors": [ |
||
2780 | { |
||
2781 | "name": "Fabien Potencier", |
||
2782 | "email": "[email protected]" |
||
2783 | }, |
||
2784 | { |
||
2785 | "name": "Symfony Community", |
||
2786 | "homepage": "https://symfony.com/contributors" |
||
2787 | } |
||
2788 | ], |
||
2789 | "description": "Symfony Yaml Component", |
||
2790 | "homepage": "https://symfony.com", |
||
2791 | "time": "2016-02-02 13:44:19" |
||
2792 | } |
||
2793 | ], |
||
2794 | "aliases": [], |
||
2795 | "minimum-stability": "stable", |
||
2796 | "stability-flags": [], |
||
2797 | "prefer-stable": false, |
||
2798 | "prefer-lowest": false, |
||
2799 | "platform": { |
||
2800 | "php": ">=5.3" |
||
2801 | }, |
||
2802 | "platform-dev": [] |
||
2803 | } |
||
2804 |