These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "9fb430ef8df9471d0ffdddecca7855cd", |
||
8 | "content-hash": "0cbfafb2c0d85072134bfc80570b0ace", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
12 | "version": "v1.2.7", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
21 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": ">=5.3.2" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*", |
||
30 | "phpunit/phpunit": "4.*" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "extra": { |
||
34 | "branch-alias": { |
||
35 | "dev-master": "1.3.x-dev" |
||
36 | } |
||
37 | }, |
||
38 | "autoload": { |
||
39 | "psr-0": { |
||
40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
41 | } |
||
42 | }, |
||
43 | "notification-url": "https://packagist.org/downloads/", |
||
44 | "license": [ |
||
45 | "MIT" |
||
46 | ], |
||
47 | "authors": [ |
||
48 | { |
||
49 | "name": "Roman Borschel", |
||
50 | "email": "[email protected]" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Benjamin Eberlei", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Guilherme Blanco", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Jonathan Wage", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]" |
||
67 | } |
||
68 | ], |
||
69 | "description": "Docblock Annotations Parser", |
||
70 | "homepage": "http://www.doctrine-project.org", |
||
71 | "keywords": [ |
||
72 | "annotations", |
||
73 | "docblock", |
||
74 | "parser" |
||
75 | ], |
||
76 | "time": "2015-08-31 12:32:49" |
||
77 | }, |
||
78 | { |
||
79 | "name": "doctrine/cache", |
||
80 | "version": "v1.6.0", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
89 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": "~5.5|~7.0" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": "~4.8|~5.0", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.6.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-4": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Roman Borschel", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Benjamin Eberlei", |
||
125 | "email": "[email protected]" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Guilherme Blanco", |
||
129 | "email": "[email protected]" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Jonathan Wage", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Johannes Schmitt", |
||
137 | "email": "[email protected]" |
||
138 | } |
||
139 | ], |
||
140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
141 | "homepage": "http://www.doctrine-project.org", |
||
142 | "keywords": [ |
||
143 | "cache", |
||
144 | "caching" |
||
145 | ], |
||
146 | "time": "2015-12-31 16:37:02" |
||
147 | }, |
||
148 | { |
||
149 | "name": "doctrine/collections", |
||
150 | "version": "v1.3.0", |
||
151 | "source": { |
||
152 | "type": "git", |
||
153 | "url": "https://github.com/doctrine/collections.git", |
||
154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
155 | }, |
||
156 | "dist": { |
||
157 | "type": "zip", |
||
158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
160 | "shasum": "" |
||
161 | }, |
||
162 | "require": { |
||
163 | "php": ">=5.3.2" |
||
164 | }, |
||
165 | "require-dev": { |
||
166 | "phpunit/phpunit": "~4.0" |
||
167 | }, |
||
168 | "type": "library", |
||
169 | "extra": { |
||
170 | "branch-alias": { |
||
171 | "dev-master": "1.2.x-dev" |
||
172 | } |
||
173 | }, |
||
174 | "autoload": { |
||
175 | "psr-0": { |
||
176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
177 | } |
||
178 | }, |
||
179 | "notification-url": "https://packagist.org/downloads/", |
||
180 | "license": [ |
||
181 | "MIT" |
||
182 | ], |
||
183 | "authors": [ |
||
184 | { |
||
185 | "name": "Roman Borschel", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Benjamin Eberlei", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Guilherme Blanco", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Jonathan Wage", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Johannes Schmitt", |
||
202 | "email": "[email protected]" |
||
203 | } |
||
204 | ], |
||
205 | "description": "Collections Abstraction library", |
||
206 | "homepage": "http://www.doctrine-project.org", |
||
207 | "keywords": [ |
||
208 | "array", |
||
209 | "collections", |
||
210 | "iterator" |
||
211 | ], |
||
212 | "time": "2015-04-14 22:21:58" |
||
213 | }, |
||
214 | { |
||
215 | "name": "doctrine/common", |
||
216 | "version": "v2.6.1", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
225 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
226 | "shasum": "" |
||
227 | }, |
||
228 | "require": { |
||
229 | "doctrine/annotations": "1.*", |
||
230 | "doctrine/cache": "1.*", |
||
231 | "doctrine/collections": "1.*", |
||
232 | "doctrine/inflector": "1.*", |
||
233 | "doctrine/lexer": "1.*", |
||
234 | "php": "~5.5|~7.0" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~4.8|~5.0" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.7.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-4": { |
||
247 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
248 | } |
||
249 | }, |
||
250 | "notification-url": "https://packagist.org/downloads/", |
||
251 | "license": [ |
||
252 | "MIT" |
||
253 | ], |
||
254 | "authors": [ |
||
255 | { |
||
256 | "name": "Roman Borschel", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Benjamin Eberlei", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Guilherme Blanco", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Jonathan Wage", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Johannes Schmitt", |
||
273 | "email": "[email protected]" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Common Library for Doctrine projects", |
||
277 | "homepage": "http://www.doctrine-project.org", |
||
278 | "keywords": [ |
||
279 | "annotations", |
||
280 | "collections", |
||
281 | "eventmanager", |
||
282 | "persistence", |
||
283 | "spl" |
||
284 | ], |
||
285 | "time": "2015-12-25 13:18:31" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/inflector", |
||
289 | "version": "v1.1.0", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/inflector.git", |
||
293 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
298 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "php": ">=5.3.2" |
||
303 | }, |
||
304 | "require-dev": { |
||
305 | "phpunit/phpunit": "4.*" |
||
306 | }, |
||
307 | "type": "library", |
||
308 | "extra": { |
||
309 | "branch-alias": { |
||
310 | "dev-master": "1.1.x-dev" |
||
311 | } |
||
312 | }, |
||
313 | "autoload": { |
||
314 | "psr-0": { |
||
315 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
316 | } |
||
317 | }, |
||
318 | "notification-url": "https://packagist.org/downloads/", |
||
319 | "license": [ |
||
320 | "MIT" |
||
321 | ], |
||
322 | "authors": [ |
||
323 | { |
||
324 | "name": "Roman Borschel", |
||
325 | "email": "[email protected]" |
||
326 | }, |
||
327 | { |
||
328 | "name": "Benjamin Eberlei", |
||
329 | "email": "[email protected]" |
||
330 | }, |
||
331 | { |
||
332 | "name": "Guilherme Blanco", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Jonathan Wage", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Johannes Schmitt", |
||
341 | "email": "[email protected]" |
||
342 | } |
||
343 | ], |
||
344 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
345 | "homepage": "http://www.doctrine-project.org", |
||
346 | "keywords": [ |
||
347 | "inflection", |
||
348 | "pluralize", |
||
349 | "singularize", |
||
350 | "string" |
||
351 | ], |
||
352 | "time": "2015-11-06 14:35:42" |
||
353 | }, |
||
354 | { |
||
355 | "name": "doctrine/lexer", |
||
356 | "version": "v1.0.1", |
||
357 | "source": { |
||
358 | "type": "git", |
||
359 | "url": "https://github.com/doctrine/lexer.git", |
||
360 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
361 | }, |
||
362 | "dist": { |
||
363 | "type": "zip", |
||
364 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
365 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
366 | "shasum": "" |
||
367 | }, |
||
368 | "require": { |
||
369 | "php": ">=5.3.2" |
||
370 | }, |
||
371 | "type": "library", |
||
372 | "extra": { |
||
373 | "branch-alias": { |
||
374 | "dev-master": "1.0.x-dev" |
||
375 | } |
||
376 | }, |
||
377 | "autoload": { |
||
378 | "psr-0": { |
||
379 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
380 | } |
||
381 | }, |
||
382 | "notification-url": "https://packagist.org/downloads/", |
||
383 | "license": [ |
||
384 | "MIT" |
||
385 | ], |
||
386 | "authors": [ |
||
387 | { |
||
388 | "name": "Roman Borschel", |
||
389 | "email": "[email protected]" |
||
390 | }, |
||
391 | { |
||
392 | "name": "Guilherme Blanco", |
||
393 | "email": "[email protected]" |
||
394 | }, |
||
395 | { |
||
396 | "name": "Johannes Schmitt", |
||
397 | "email": "[email protected]" |
||
398 | } |
||
399 | ], |
||
400 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
401 | "homepage": "http://www.doctrine-project.org", |
||
402 | "keywords": [ |
||
403 | "lexer", |
||
404 | "parser" |
||
405 | ], |
||
406 | "time": "2014-09-09 13:34:57" |
||
407 | }, |
||
408 | { |
||
409 | "name": "graylog2/gelf-php", |
||
410 | "version": "1.5.0", |
||
411 | "source": { |
||
412 | "type": "git", |
||
413 | "url": "https://github.com/bzikarsky/gelf-php.git", |
||
414 | "reference": "bc1175a5b40f585e69a017647286d84211e82544" |
||
415 | }, |
||
416 | "dist": { |
||
417 | "type": "zip", |
||
418 | "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544", |
||
419 | "reference": "bc1175a5b40f585e69a017647286d84211e82544", |
||
420 | "shasum": "" |
||
421 | }, |
||
422 | "require": { |
||
423 | "php": ">=5.3.9", |
||
424 | "psr/log": "~1.0" |
||
425 | }, |
||
426 | "provide": { |
||
427 | "psr/log-implementation": "~1.0" |
||
428 | }, |
||
429 | "require-dev": { |
||
430 | "phpunit/phpunit": "~4.3", |
||
431 | "squizlabs/php_codesniffer": "~2.0" |
||
432 | }, |
||
433 | "type": "library", |
||
434 | "extra": { |
||
435 | "branch-alias": { |
||
436 | "dev-master": "1.4.x-dev" |
||
437 | } |
||
438 | }, |
||
439 | "autoload": { |
||
440 | "psr-4": { |
||
441 | "Gelf\\": "src/Gelf" |
||
442 | } |
||
443 | }, |
||
444 | "notification-url": "https://packagist.org/downloads/", |
||
445 | "license": [ |
||
446 | "MIT" |
||
447 | ], |
||
448 | "authors": [ |
||
449 | { |
||
450 | "name": "Benjamin Zikarsky", |
||
451 | "email": "[email protected]" |
||
452 | }, |
||
453 | { |
||
454 | "name": "gelf-php contributors", |
||
455 | "homepage": "https://github.com/bzikarsky/gelf-php/contributors" |
||
456 | } |
||
457 | ], |
||
458 | "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", |
||
459 | "time": "2016-06-02 06:04:56" |
||
460 | }, |
||
461 | { |
||
462 | "name": "guzzlehttp/guzzle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
463 | "version": "4.2.3", |
||
464 | "source": { |
||
465 | "type": "git", |
||
466 | "url": "https://github.com/guzzle/guzzle.git", |
||
467 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c" |
||
468 | }, |
||
469 | "dist": { |
||
470 | "type": "zip", |
||
471 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c", |
||
472 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c", |
||
473 | "shasum": "" |
||
474 | }, |
||
475 | "require": { |
||
476 | "ext-json": "*", |
||
477 | "guzzlehttp/streams": "~2.1", |
||
478 | "php": ">=5.4.0" |
||
479 | }, |
||
480 | "require-dev": { |
||
481 | "ext-curl": "*", |
||
482 | "phpunit/phpunit": "~4.0", |
||
483 | "psr/log": "~1.0" |
||
484 | }, |
||
485 | "suggest": { |
||
486 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
487 | }, |
||
488 | "type": "library", |
||
489 | "extra": { |
||
490 | "branch-alias": { |
||
491 | "dev-master": "4.2-dev" |
||
492 | } |
||
493 | }, |
||
494 | "autoload": { |
||
495 | "psr-4": { |
||
496 | "GuzzleHttp\\": "src/" |
||
497 | }, |
||
498 | "files": [ |
||
499 | "src/functions.php" |
||
500 | ] |
||
501 | }, |
||
502 | "notification-url": "https://packagist.org/downloads/", |
||
503 | "license": [ |
||
504 | "MIT" |
||
505 | ], |
||
506 | "authors": [ |
||
507 | { |
||
508 | "name": "Michael Dowling", |
||
509 | "email": "[email protected]", |
||
510 | "homepage": "https://github.com/mtdowling" |
||
511 | } |
||
512 | ], |
||
513 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
514 | "homepage": "http://guzzlephp.org/", |
||
515 | "keywords": [ |
||
516 | "client", |
||
517 | "curl", |
||
518 | "framework", |
||
519 | "http", |
||
520 | "http client", |
||
521 | "rest", |
||
522 | "web service" |
||
523 | ], |
||
524 | "time": "2014-10-05 19:29:14" |
||
525 | }, |
||
526 | { |
||
527 | "name": "guzzlehttp/streams", |
||
528 | "version": "2.1.0", |
||
529 | "source": { |
||
530 | "type": "git", |
||
531 | "url": "https://github.com/guzzle/streams.git", |
||
532 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" |
||
533 | }, |
||
534 | "dist": { |
||
535 | "type": "zip", |
||
536 | "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
537 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
538 | "shasum": "" |
||
539 | }, |
||
540 | "require": { |
||
541 | "php": ">=5.4.0" |
||
542 | }, |
||
543 | "require-dev": { |
||
544 | "phpunit/phpunit": "~4.0" |
||
545 | }, |
||
546 | "type": "library", |
||
547 | "extra": { |
||
548 | "branch-alias": { |
||
549 | "dev-master": "2.0-dev" |
||
550 | } |
||
551 | }, |
||
552 | "autoload": { |
||
553 | "psr-4": { |
||
554 | "GuzzleHttp\\Stream\\": "src/" |
||
555 | }, |
||
556 | "files": [ |
||
557 | "src/functions.php" |
||
558 | ] |
||
559 | }, |
||
560 | "notification-url": "https://packagist.org/downloads/", |
||
561 | "license": [ |
||
562 | "MIT" |
||
563 | ], |
||
564 | "authors": [ |
||
565 | { |
||
566 | "name": "Michael Dowling", |
||
567 | "email": "[email protected]", |
||
568 | "homepage": "https://github.com/mtdowling" |
||
569 | } |
||
570 | ], |
||
571 | "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", |
||
572 | "homepage": "http://guzzlephp.org/", |
||
573 | "keywords": [ |
||
574 | "Guzzle", |
||
575 | "stream" |
||
576 | ], |
||
577 | "time": "2014-08-17 21:15:53" |
||
578 | }, |
||
579 | { |
||
580 | "name": "ircmaxell/password-compat", |
||
581 | "version": "v1.0.4", |
||
582 | "source": { |
||
583 | "type": "git", |
||
584 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
585 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
586 | }, |
||
587 | "dist": { |
||
588 | "type": "zip", |
||
589 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
590 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
591 | "shasum": "" |
||
592 | }, |
||
593 | "require-dev": { |
||
594 | "phpunit/phpunit": "4.*" |
||
595 | }, |
||
596 | "type": "library", |
||
597 | "autoload": { |
||
598 | "files": [ |
||
599 | "lib/password.php" |
||
600 | ] |
||
601 | }, |
||
602 | "notification-url": "https://packagist.org/downloads/", |
||
603 | "license": [ |
||
604 | "MIT" |
||
605 | ], |
||
606 | "authors": [ |
||
607 | { |
||
608 | "name": "Anthony Ferrara", |
||
609 | "email": "[email protected]", |
||
610 | "homepage": "http://blog.ircmaxell.com" |
||
611 | } |
||
612 | ], |
||
613 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
614 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
615 | "keywords": [ |
||
616 | "hashing", |
||
617 | "password" |
||
618 | ], |
||
619 | "time": "2014-11-20 16:49:30" |
||
620 | }, |
||
621 | { |
||
622 | "name": "monolog/monolog", |
||
623 | "version": "1.20.0", |
||
624 | "source": { |
||
625 | "type": "git", |
||
626 | "url": "https://github.com/Seldaek/monolog.git", |
||
627 | "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037" |
||
628 | }, |
||
629 | "dist": { |
||
630 | "type": "zip", |
||
631 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037", |
||
632 | "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037", |
||
633 | "shasum": "" |
||
634 | }, |
||
635 | "require": { |
||
636 | "php": ">=5.3.0", |
||
637 | "psr/log": "~1.0" |
||
638 | }, |
||
639 | "provide": { |
||
640 | "psr/log-implementation": "1.0.0" |
||
641 | }, |
||
642 | "require-dev": { |
||
643 | "aws/aws-sdk-php": "^2.4.9", |
||
644 | "doctrine/couchdb": "~1.0@dev", |
||
645 | "graylog2/gelf-php": "~1.0", |
||
646 | "jakub-onderka/php-parallel-lint": "0.9", |
||
647 | "php-amqplib/php-amqplib": "~2.4", |
||
648 | "php-console/php-console": "^3.1.3", |
||
649 | "phpunit/phpunit": "~4.5", |
||
650 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
651 | "ruflin/elastica": ">=0.90 <3.0", |
||
652 | "sentry/sentry": "^0.13", |
||
653 | "swiftmailer/swiftmailer": "~5.3" |
||
654 | }, |
||
655 | "suggest": { |
||
656 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
657 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
658 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
659 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
660 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
661 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
662 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
663 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
664 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
665 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
666 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
667 | }, |
||
668 | "type": "library", |
||
669 | "extra": { |
||
670 | "branch-alias": { |
||
671 | "dev-master": "2.0.x-dev" |
||
672 | } |
||
673 | }, |
||
674 | "autoload": { |
||
675 | "psr-4": { |
||
676 | "Monolog\\": "src/Monolog" |
||
677 | } |
||
678 | }, |
||
679 | "notification-url": "https://packagist.org/downloads/", |
||
680 | "license": [ |
||
681 | "MIT" |
||
682 | ], |
||
683 | "authors": [ |
||
684 | { |
||
685 | "name": "Jordi Boggiano", |
||
686 | "email": "[email protected]", |
||
687 | "homepage": "http://seld.be" |
||
688 | } |
||
689 | ], |
||
690 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
691 | "homepage": "http://github.com/Seldaek/monolog", |
||
692 | "keywords": [ |
||
693 | "log", |
||
694 | "logging", |
||
695 | "psr-3" |
||
696 | ], |
||
697 | "time": "2016-07-02 14:02:10" |
||
698 | }, |
||
699 | { |
||
700 | "name": "paragonie/random_compat", |
||
701 | "version": "v2.0.2", |
||
702 | "source": { |
||
703 | "type": "git", |
||
704 | "url": "https://github.com/paragonie/random_compat.git", |
||
705 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
706 | }, |
||
707 | "dist": { |
||
708 | "type": "zip", |
||
709 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
710 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
711 | "shasum": "" |
||
712 | }, |
||
713 | "require": { |
||
714 | "php": ">=5.2.0" |
||
715 | }, |
||
716 | "require-dev": { |
||
717 | "phpunit/phpunit": "4.*|5.*" |
||
718 | }, |
||
719 | "suggest": { |
||
720 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
721 | }, |
||
722 | "type": "library", |
||
723 | "autoload": { |
||
724 | "files": [ |
||
725 | "lib/random.php" |
||
726 | ] |
||
727 | }, |
||
728 | "notification-url": "https://packagist.org/downloads/", |
||
729 | "license": [ |
||
730 | "MIT" |
||
731 | ], |
||
732 | "authors": [ |
||
733 | { |
||
734 | "name": "Paragon Initiative Enterprises", |
||
735 | "email": "[email protected]", |
||
736 | "homepage": "https://paragonie.com" |
||
737 | } |
||
738 | ], |
||
739 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
740 | "keywords": [ |
||
741 | "csprng", |
||
742 | "pseudorandom", |
||
743 | "random" |
||
744 | ], |
||
745 | "time": "2016-04-03 06:00:07" |
||
746 | }, |
||
747 | { |
||
748 | "name": "psr/log", |
||
749 | "version": "1.0.0", |
||
750 | "source": { |
||
751 | "type": "git", |
||
752 | "url": "https://github.com/php-fig/log.git", |
||
753 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
754 | }, |
||
755 | "dist": { |
||
756 | "type": "zip", |
||
757 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
758 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
759 | "shasum": "" |
||
760 | }, |
||
761 | "type": "library", |
||
762 | "autoload": { |
||
763 | "psr-0": { |
||
764 | "Psr\\Log\\": "" |
||
765 | } |
||
766 | }, |
||
767 | "notification-url": "https://packagist.org/downloads/", |
||
768 | "license": [ |
||
769 | "MIT" |
||
770 | ], |
||
771 | "authors": [ |
||
772 | { |
||
773 | "name": "PHP-FIG", |
||
774 | "homepage": "http://www.php-fig.org/" |
||
775 | } |
||
776 | ], |
||
777 | "description": "Common interface for logging libraries", |
||
778 | "keywords": [ |
||
779 | "log", |
||
780 | "psr", |
||
781 | "psr-3" |
||
782 | ], |
||
783 | "time": "2012-12-21 11:40:51" |
||
784 | }, |
||
785 | { |
||
786 | "name": "sensio/framework-extra-bundle", |
||
787 | "version": "v3.0.16", |
||
788 | "source": { |
||
789 | "type": "git", |
||
790 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
791 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
792 | }, |
||
793 | "dist": { |
||
794 | "type": "zip", |
||
795 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
796 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
797 | "shasum": "" |
||
798 | }, |
||
799 | "require": { |
||
800 | "doctrine/common": "~2.2", |
||
801 | "symfony/dependency-injection": "~2.3|~3.0", |
||
802 | "symfony/framework-bundle": "~2.3|~3.0" |
||
803 | }, |
||
804 | "require-dev": { |
||
805 | "symfony/browser-kit": "~2.3|~3.0", |
||
806 | "symfony/dom-crawler": "~2.3|~3.0", |
||
807 | "symfony/expression-language": "~2.4|~3.0", |
||
808 | "symfony/finder": "~2.3|~3.0", |
||
809 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
810 | "symfony/security-bundle": "~2.4|~3.0", |
||
811 | "symfony/twig-bundle": "~2.3|~3.0", |
||
812 | "twig/twig": "~1.11|~2.0" |
||
813 | }, |
||
814 | "suggest": { |
||
815 | "symfony/expression-language": "", |
||
816 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
817 | "symfony/security-bundle": "" |
||
818 | }, |
||
819 | "type": "symfony-bundle", |
||
820 | "extra": { |
||
821 | "branch-alias": { |
||
822 | "dev-master": "3.0.x-dev" |
||
823 | } |
||
824 | }, |
||
825 | "autoload": { |
||
826 | "psr-4": { |
||
827 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
828 | } |
||
829 | }, |
||
830 | "notification-url": "https://packagist.org/downloads/", |
||
831 | "license": [ |
||
832 | "MIT" |
||
833 | ], |
||
834 | "authors": [ |
||
835 | { |
||
836 | "name": "Fabien Potencier", |
||
837 | "email": "[email protected]" |
||
838 | } |
||
839 | ], |
||
840 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
841 | "keywords": [ |
||
842 | "annotations", |
||
843 | "controllers" |
||
844 | ], |
||
845 | "time": "2016-03-25 17:08:27" |
||
846 | }, |
||
847 | { |
||
848 | "name": "symfony/asset", |
||
849 | "version": "v3.0.8", |
||
850 | "source": { |
||
851 | "type": "git", |
||
852 | "url": "https://github.com/symfony/asset.git", |
||
853 | "reference": "669665d36ae32613d31a5a3a95967764d5bd5ddd" |
||
854 | }, |
||
855 | "dist": { |
||
856 | "type": "zip", |
||
857 | "url": "https://api.github.com/repos/symfony/asset/zipball/669665d36ae32613d31a5a3a95967764d5bd5ddd", |
||
858 | "reference": "669665d36ae32613d31a5a3a95967764d5bd5ddd", |
||
859 | "shasum": "" |
||
860 | }, |
||
861 | "require": { |
||
862 | "php": ">=5.5.9" |
||
863 | }, |
||
864 | "require-dev": { |
||
865 | "symfony/http-foundation": "~2.8|~3.0" |
||
866 | }, |
||
867 | "suggest": { |
||
868 | "symfony/http-foundation": "" |
||
869 | }, |
||
870 | "type": "library", |
||
871 | "extra": { |
||
872 | "branch-alias": { |
||
873 | "dev-master": "3.0-dev" |
||
874 | } |
||
875 | }, |
||
876 | "autoload": { |
||
877 | "psr-4": { |
||
878 | "Symfony\\Component\\Asset\\": "" |
||
879 | }, |
||
880 | "exclude-from-classmap": [ |
||
881 | "/Tests/" |
||
882 | ] |
||
883 | }, |
||
884 | "notification-url": "https://packagist.org/downloads/", |
||
885 | "license": [ |
||
886 | "MIT" |
||
887 | ], |
||
888 | "authors": [ |
||
889 | { |
||
890 | "name": "Fabien Potencier", |
||
891 | "email": "[email protected]" |
||
892 | }, |
||
893 | { |
||
894 | "name": "Symfony Community", |
||
895 | "homepage": "https://symfony.com/contributors" |
||
896 | } |
||
897 | ], |
||
898 | "description": "Symfony Asset Component", |
||
899 | "homepage": "https://symfony.com", |
||
900 | "time": "2016-05-13 18:03:36" |
||
901 | }, |
||
902 | { |
||
903 | "name": "symfony/class-loader", |
||
904 | "version": "v3.0.8", |
||
905 | "source": { |
||
906 | "type": "git", |
||
907 | "url": "https://github.com/symfony/class-loader.git", |
||
908 | "reference": "8e8ba6337eea315deaf7a8545d6e462d49dd7911" |
||
909 | }, |
||
910 | "dist": { |
||
911 | "type": "zip", |
||
912 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/8e8ba6337eea315deaf7a8545d6e462d49dd7911", |
||
913 | "reference": "8e8ba6337eea315deaf7a8545d6e462d49dd7911", |
||
914 | "shasum": "" |
||
915 | }, |
||
916 | "require": { |
||
917 | "php": ">=5.5.9" |
||
918 | }, |
||
919 | "require-dev": { |
||
920 | "symfony/finder": "~2.8|~3.0", |
||
921 | "symfony/polyfill-apcu": "~1.1" |
||
922 | }, |
||
923 | "suggest": { |
||
924 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
925 | }, |
||
926 | "type": "library", |
||
927 | "extra": { |
||
928 | "branch-alias": { |
||
929 | "dev-master": "3.0-dev" |
||
930 | } |
||
931 | }, |
||
932 | "autoload": { |
||
933 | "psr-4": { |
||
934 | "Symfony\\Component\\ClassLoader\\": "" |
||
935 | }, |
||
936 | "exclude-from-classmap": [ |
||
937 | "/Tests/" |
||
938 | ] |
||
939 | }, |
||
940 | "notification-url": "https://packagist.org/downloads/", |
||
941 | "license": [ |
||
942 | "MIT" |
||
943 | ], |
||
944 | "authors": [ |
||
945 | { |
||
946 | "name": "Fabien Potencier", |
||
947 | "email": "[email protected]" |
||
948 | }, |
||
949 | { |
||
950 | "name": "Symfony Community", |
||
951 | "homepage": "https://symfony.com/contributors" |
||
952 | } |
||
953 | ], |
||
954 | "description": "Symfony ClassLoader Component", |
||
955 | "homepage": "https://symfony.com", |
||
956 | "time": "2016-06-29 05:40:00" |
||
957 | }, |
||
958 | { |
||
959 | "name": "symfony/config", |
||
960 | "version": "v2.8.8", |
||
961 | "source": { |
||
962 | "type": "git", |
||
963 | "url": "https://github.com/symfony/config.git", |
||
964 | "reference": "0926e69411eba491803dbafb9f1f233e2ced58d0" |
||
965 | }, |
||
966 | "dist": { |
||
967 | "type": "zip", |
||
968 | "url": "https://api.github.com/repos/symfony/config/zipball/0926e69411eba491803dbafb9f1f233e2ced58d0", |
||
969 | "reference": "0926e69411eba491803dbafb9f1f233e2ced58d0", |
||
970 | "shasum": "" |
||
971 | }, |
||
972 | "require": { |
||
973 | "php": ">=5.3.9", |
||
974 | "symfony/filesystem": "~2.3|~3.0.0" |
||
975 | }, |
||
976 | "suggest": { |
||
977 | "symfony/yaml": "To use the yaml reference dumper" |
||
978 | }, |
||
979 | "type": "library", |
||
980 | "extra": { |
||
981 | "branch-alias": { |
||
982 | "dev-master": "2.8-dev" |
||
983 | } |
||
984 | }, |
||
985 | "autoload": { |
||
986 | "psr-4": { |
||
987 | "Symfony\\Component\\Config\\": "" |
||
988 | }, |
||
989 | "exclude-from-classmap": [ |
||
990 | "/Tests/" |
||
991 | ] |
||
992 | }, |
||
993 | "notification-url": "https://packagist.org/downloads/", |
||
994 | "license": [ |
||
995 | "MIT" |
||
996 | ], |
||
997 | "authors": [ |
||
998 | { |
||
999 | "name": "Fabien Potencier", |
||
1000 | "email": "[email protected]" |
||
1001 | }, |
||
1002 | { |
||
1003 | "name": "Symfony Community", |
||
1004 | "homepage": "https://symfony.com/contributors" |
||
1005 | } |
||
1006 | ], |
||
1007 | "description": "Symfony Config Component", |
||
1008 | "homepage": "https://symfony.com", |
||
1009 | "time": "2016-06-29 05:31:50" |
||
1010 | }, |
||
1011 | { |
||
1012 | "name": "symfony/debug", |
||
1013 | "version": "v2.8.8", |
||
1014 | "source": { |
||
1015 | "type": "git", |
||
1016 | "url": "https://github.com/symfony/debug.git", |
||
1017 | "reference": "2477199ad1dd1c43fe18a84d7907fffa025eff10" |
||
1018 | }, |
||
1019 | "dist": { |
||
1020 | "type": "zip", |
||
1021 | "url": "https://api.github.com/repos/symfony/debug/zipball/2477199ad1dd1c43fe18a84d7907fffa025eff10", |
||
1022 | "reference": "2477199ad1dd1c43fe18a84d7907fffa025eff10", |
||
1023 | "shasum": "" |
||
1024 | }, |
||
1025 | "require": { |
||
1026 | "php": ">=5.3.9", |
||
1027 | "psr/log": "~1.0" |
||
1028 | }, |
||
1029 | "conflict": { |
||
1030 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
1031 | }, |
||
1032 | "require-dev": { |
||
1033 | "symfony/class-loader": "~2.2|~3.0.0", |
||
1034 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0" |
||
1035 | }, |
||
1036 | "type": "library", |
||
1037 | "extra": { |
||
1038 | "branch-alias": { |
||
1039 | "dev-master": "2.8-dev" |
||
1040 | } |
||
1041 | }, |
||
1042 | "autoload": { |
||
1043 | "psr-4": { |
||
1044 | "Symfony\\Component\\Debug\\": "" |
||
1045 | }, |
||
1046 | "exclude-from-classmap": [ |
||
1047 | "/Tests/" |
||
1048 | ] |
||
1049 | }, |
||
1050 | "notification-url": "https://packagist.org/downloads/", |
||
1051 | "license": [ |
||
1052 | "MIT" |
||
1053 | ], |
||
1054 | "authors": [ |
||
1055 | { |
||
1056 | "name": "Fabien Potencier", |
||
1057 | "email": "[email protected]" |
||
1058 | }, |
||
1059 | { |
||
1060 | "name": "Symfony Community", |
||
1061 | "homepage": "https://symfony.com/contributors" |
||
1062 | } |
||
1063 | ], |
||
1064 | "description": "Symfony Debug Component", |
||
1065 | "homepage": "https://symfony.com", |
||
1066 | "time": "2016-06-29 05:29:29" |
||
1067 | }, |
||
1068 | { |
||
1069 | "name": "symfony/dependency-injection", |
||
1070 | "version": "v2.8.8", |
||
1071 | "source": { |
||
1072 | "type": "git", |
||
1073 | "url": "https://github.com/symfony/dependency-injection.git", |
||
1074 | "reference": "2dd85de8216079d1360b2b14988cd5cdbbb49063" |
||
1075 | }, |
||
1076 | "dist": { |
||
1077 | "type": "zip", |
||
1078 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2dd85de8216079d1360b2b14988cd5cdbbb49063", |
||
1079 | "reference": "2dd85de8216079d1360b2b14988cd5cdbbb49063", |
||
1080 | "shasum": "" |
||
1081 | }, |
||
1082 | "require": { |
||
1083 | "php": ">=5.3.9" |
||
1084 | }, |
||
1085 | "conflict": { |
||
1086 | "symfony/expression-language": "<2.6" |
||
1087 | }, |
||
1088 | "require-dev": { |
||
1089 | "symfony/config": "~2.2|~3.0.0", |
||
1090 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1091 | "symfony/yaml": "~2.1|~3.0.0" |
||
1092 | }, |
||
1093 | "suggest": { |
||
1094 | "symfony/config": "", |
||
1095 | "symfony/expression-language": "For using expressions in service container configuration", |
||
1096 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
1097 | "symfony/yaml": "" |
||
1098 | }, |
||
1099 | "type": "library", |
||
1100 | "extra": { |
||
1101 | "branch-alias": { |
||
1102 | "dev-master": "2.8-dev" |
||
1103 | } |
||
1104 | }, |
||
1105 | "autoload": { |
||
1106 | "psr-4": { |
||
1107 | "Symfony\\Component\\DependencyInjection\\": "" |
||
1108 | }, |
||
1109 | "exclude-from-classmap": [ |
||
1110 | "/Tests/" |
||
1111 | ] |
||
1112 | }, |
||
1113 | "notification-url": "https://packagist.org/downloads/", |
||
1114 | "license": [ |
||
1115 | "MIT" |
||
1116 | ], |
||
1117 | "authors": [ |
||
1118 | { |
||
1119 | "name": "Fabien Potencier", |
||
1120 | "email": "[email protected]" |
||
1121 | }, |
||
1122 | { |
||
1123 | "name": "Symfony Community", |
||
1124 | "homepage": "https://symfony.com/contributors" |
||
1125 | } |
||
1126 | ], |
||
1127 | "description": "Symfony DependencyInjection Component", |
||
1128 | "homepage": "https://symfony.com", |
||
1129 | "time": "2016-06-29 05:31:50" |
||
1130 | }, |
||
1131 | { |
||
1132 | "name": "symfony/event-dispatcher", |
||
1133 | "version": "v2.8.8", |
||
1134 | "source": { |
||
1135 | "type": "git", |
||
1136 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1137 | "reference": "b180b70439dca70049b6b9b7e21d75e6e5d7aca9" |
||
1138 | }, |
||
1139 | "dist": { |
||
1140 | "type": "zip", |
||
1141 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b180b70439dca70049b6b9b7e21d75e6e5d7aca9", |
||
1142 | "reference": "b180b70439dca70049b6b9b7e21d75e6e5d7aca9", |
||
1143 | "shasum": "" |
||
1144 | }, |
||
1145 | "require": { |
||
1146 | "php": ">=5.3.9" |
||
1147 | }, |
||
1148 | "require-dev": { |
||
1149 | "psr/log": "~1.0", |
||
1150 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
1151 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
1152 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1153 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
1154 | }, |
||
1155 | "suggest": { |
||
1156 | "symfony/dependency-injection": "", |
||
1157 | "symfony/http-kernel": "" |
||
1158 | }, |
||
1159 | "type": "library", |
||
1160 | "extra": { |
||
1161 | "branch-alias": { |
||
1162 | "dev-master": "2.8-dev" |
||
1163 | } |
||
1164 | }, |
||
1165 | "autoload": { |
||
1166 | "psr-4": { |
||
1167 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1168 | }, |
||
1169 | "exclude-from-classmap": [ |
||
1170 | "/Tests/" |
||
1171 | ] |
||
1172 | }, |
||
1173 | "notification-url": "https://packagist.org/downloads/", |
||
1174 | "license": [ |
||
1175 | "MIT" |
||
1176 | ], |
||
1177 | "authors": [ |
||
1178 | { |
||
1179 | "name": "Fabien Potencier", |
||
1180 | "email": "[email protected]" |
||
1181 | }, |
||
1182 | { |
||
1183 | "name": "Symfony Community", |
||
1184 | "homepage": "https://symfony.com/contributors" |
||
1185 | } |
||
1186 | ], |
||
1187 | "description": "Symfony EventDispatcher Component", |
||
1188 | "homepage": "https://symfony.com", |
||
1189 | "time": "2016-06-29 05:29:29" |
||
1190 | }, |
||
1191 | { |
||
1192 | "name": "symfony/filesystem", |
||
1193 | "version": "v2.8.8", |
||
1194 | "source": { |
||
1195 | "type": "git", |
||
1196 | "url": "https://github.com/symfony/filesystem.git", |
||
1197 | "reference": "7258ddd6f987053f21fa43d03430580ba54e6096" |
||
1198 | }, |
||
1199 | "dist": { |
||
1200 | "type": "zip", |
||
1201 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/7258ddd6f987053f21fa43d03430580ba54e6096", |
||
1202 | "reference": "7258ddd6f987053f21fa43d03430580ba54e6096", |
||
1203 | "shasum": "" |
||
1204 | }, |
||
1205 | "require": { |
||
1206 | "php": ">=5.3.9" |
||
1207 | }, |
||
1208 | "type": "library", |
||
1209 | "extra": { |
||
1210 | "branch-alias": { |
||
1211 | "dev-master": "2.8-dev" |
||
1212 | } |
||
1213 | }, |
||
1214 | "autoload": { |
||
1215 | "psr-4": { |
||
1216 | "Symfony\\Component\\Filesystem\\": "" |
||
1217 | }, |
||
1218 | "exclude-from-classmap": [ |
||
1219 | "/Tests/" |
||
1220 | ] |
||
1221 | }, |
||
1222 | "notification-url": "https://packagist.org/downloads/", |
||
1223 | "license": [ |
||
1224 | "MIT" |
||
1225 | ], |
||
1226 | "authors": [ |
||
1227 | { |
||
1228 | "name": "Fabien Potencier", |
||
1229 | "email": "[email protected]" |
||
1230 | }, |
||
1231 | { |
||
1232 | "name": "Symfony Community", |
||
1233 | "homepage": "https://symfony.com/contributors" |
||
1234 | } |
||
1235 | ], |
||
1236 | "description": "Symfony Filesystem Component", |
||
1237 | "homepage": "https://symfony.com", |
||
1238 | "time": "2016-06-29 05:31:50" |
||
1239 | }, |
||
1240 | { |
||
1241 | "name": "symfony/finder", |
||
1242 | "version": "v2.8.8", |
||
1243 | "source": { |
||
1244 | "type": "git", |
||
1245 | "url": "https://github.com/symfony/finder.git", |
||
1246 | "reference": "bf0506ef4e7778fd3f0f1f141ab5e8c1ef35dd7d" |
||
1247 | }, |
||
1248 | "dist": { |
||
1249 | "type": "zip", |
||
1250 | "url": "https://api.github.com/repos/symfony/finder/zipball/bf0506ef4e7778fd3f0f1f141ab5e8c1ef35dd7d", |
||
1251 | "reference": "bf0506ef4e7778fd3f0f1f141ab5e8c1ef35dd7d", |
||
1252 | "shasum": "" |
||
1253 | }, |
||
1254 | "require": { |
||
1255 | "php": ">=5.3.9" |
||
1256 | }, |
||
1257 | "type": "library", |
||
1258 | "extra": { |
||
1259 | "branch-alias": { |
||
1260 | "dev-master": "2.8-dev" |
||
1261 | } |
||
1262 | }, |
||
1263 | "autoload": { |
||
1264 | "psr-4": { |
||
1265 | "Symfony\\Component\\Finder\\": "" |
||
1266 | }, |
||
1267 | "exclude-from-classmap": [ |
||
1268 | "/Tests/" |
||
1269 | ] |
||
1270 | }, |
||
1271 | "notification-url": "https://packagist.org/downloads/", |
||
1272 | "license": [ |
||
1273 | "MIT" |
||
1274 | ], |
||
1275 | "authors": [ |
||
1276 | { |
||
1277 | "name": "Fabien Potencier", |
||
1278 | "email": "[email protected]" |
||
1279 | }, |
||
1280 | { |
||
1281 | "name": "Symfony Community", |
||
1282 | "homepage": "https://symfony.com/contributors" |
||
1283 | } |
||
1284 | ], |
||
1285 | "description": "Symfony Finder Component", |
||
1286 | "homepage": "https://symfony.com", |
||
1287 | "time": "2016-06-29 05:29:29" |
||
1288 | }, |
||
1289 | { |
||
1290 | "name": "symfony/form", |
||
1291 | "version": "v2.8.8", |
||
1292 | "source": { |
||
1293 | "type": "git", |
||
1294 | "url": "https://github.com/symfony/form.git", |
||
1295 | "reference": "fd24c42112a3c434a083c498b9550331bb96eaa3" |
||
1296 | }, |
||
1297 | "dist": { |
||
1298 | "type": "zip", |
||
1299 | "url": "https://api.github.com/repos/symfony/form/zipball/fd24c42112a3c434a083c498b9550331bb96eaa3", |
||
1300 | "reference": "fd24c42112a3c434a083c498b9550331bb96eaa3", |
||
1301 | "shasum": "" |
||
1302 | }, |
||
1303 | "require": { |
||
1304 | "php": ">=5.3.9", |
||
1305 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
||
1306 | "symfony/intl": "~2.4|~3.0.0", |
||
1307 | "symfony/options-resolver": "~2.6", |
||
1308 | "symfony/polyfill-mbstring": "~1.0", |
||
1309 | "symfony/property-access": "~2.3|~3.0.0" |
||
1310 | }, |
||
1311 | "conflict": { |
||
1312 | "symfony/doctrine-bridge": "<2.7", |
||
1313 | "symfony/framework-bundle": "<2.7", |
||
1314 | "symfony/twig-bridge": "<2.7" |
||
1315 | }, |
||
1316 | "require-dev": { |
||
1317 | "doctrine/collections": "~1.0", |
||
1318 | "symfony/dependency-injection": "~2.3|~3.0.0", |
||
1319 | "symfony/http-foundation": "~2.2|~3.0.0", |
||
1320 | "symfony/http-kernel": "~2.4|~3.0.0", |
||
1321 | "symfony/security-csrf": "~2.4|~3.0.0", |
||
1322 | "symfony/translation": "~2.0,>=2.0.5|~3.0.0", |
||
1323 | "symfony/validator": "~2.8|~3.0.0" |
||
1324 | }, |
||
1325 | "suggest": { |
||
1326 | "symfony/framework-bundle": "For templating with PHP.", |
||
1327 | "symfony/security-csrf": "For protecting forms against CSRF attacks.", |
||
1328 | "symfony/twig-bridge": "For templating with Twig.", |
||
1329 | "symfony/validator": "For form validation." |
||
1330 | }, |
||
1331 | "type": "library", |
||
1332 | "extra": { |
||
1333 | "branch-alias": { |
||
1334 | "dev-master": "2.8-dev" |
||
1335 | } |
||
1336 | }, |
||
1337 | "autoload": { |
||
1338 | "psr-4": { |
||
1339 | "Symfony\\Component\\Form\\": "" |
||
1340 | }, |
||
1341 | "exclude-from-classmap": [ |
||
1342 | "/Tests/" |
||
1343 | ] |
||
1344 | }, |
||
1345 | "notification-url": "https://packagist.org/downloads/", |
||
1346 | "license": [ |
||
1347 | "MIT" |
||
1348 | ], |
||
1349 | "authors": [ |
||
1350 | { |
||
1351 | "name": "Fabien Potencier", |
||
1352 | "email": "[email protected]" |
||
1353 | }, |
||
1354 | { |
||
1355 | "name": "Symfony Community", |
||
1356 | "homepage": "https://symfony.com/contributors" |
||
1357 | } |
||
1358 | ], |
||
1359 | "description": "Symfony Form Component", |
||
1360 | "homepage": "https://symfony.com", |
||
1361 | "time": "2016-06-29 05:29:29" |
||
1362 | }, |
||
1363 | { |
||
1364 | "name": "symfony/framework-bundle", |
||
1365 | "version": "v2.8.8", |
||
1366 | "source": { |
||
1367 | "type": "git", |
||
1368 | "url": "https://github.com/symfony/framework-bundle.git", |
||
1369 | "reference": "d6307b4506b5eecd9d765dc46caf346e5aa6a7e4" |
||
1370 | }, |
||
1371 | "dist": { |
||
1372 | "type": "zip", |
||
1373 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d6307b4506b5eecd9d765dc46caf346e5aa6a7e4", |
||
1374 | "reference": "d6307b4506b5eecd9d765dc46caf346e5aa6a7e4", |
||
1375 | "shasum": "" |
||
1376 | }, |
||
1377 | "require": { |
||
1378 | "doctrine/annotations": "~1.0", |
||
1379 | "doctrine/cache": "~1.0", |
||
1380 | "php": ">=5.3.9", |
||
1381 | "symfony/asset": "~2.7|~3.0.0", |
||
1382 | "symfony/class-loader": "~2.1|~3.0.0", |
||
1383 | "symfony/config": "~2.8", |
||
1384 | "symfony/dependency-injection": "~2.8", |
||
1385 | "symfony/event-dispatcher": "~2.8|~3.0.0", |
||
1386 | "symfony/filesystem": "~2.3|~3.0.0", |
||
1387 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
1388 | "symfony/http-foundation": "~2.7", |
||
1389 | "symfony/http-kernel": "~2.8.8", |
||
1390 | "symfony/polyfill-mbstring": "~1.0", |
||
1391 | "symfony/routing": "~2.8|~3.0.0", |
||
1392 | "symfony/security-core": "~2.6.13|~2.7.9|~2.8|~3.0.0", |
||
1393 | "symfony/security-csrf": "~2.6|~3.0.0", |
||
1394 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
1395 | "symfony/templating": "~2.1|~3.0.0", |
||
1396 | "symfony/translation": "~2.8" |
||
1397 | }, |
||
1398 | "require-dev": { |
||
1399 | "phpdocumentor/reflection": "^1.0.7", |
||
1400 | "symfony/browser-kit": "~2.4|~3.0.0", |
||
1401 | "symfony/console": "~2.8.8|~3.0.8", |
||
1402 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
1403 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
1404 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1405 | "symfony/form": "^2.8.4", |
||
1406 | "symfony/polyfill-intl-icu": "~1.0", |
||
1407 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
1408 | "symfony/property-info": "~2.8|~3.0.0", |
||
1409 | "symfony/security": "~2.6|~3.0.0", |
||
1410 | "symfony/validator": "~2.5|~3.0.0", |
||
1411 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0", |
||
1412 | "twig/twig": "~1.23|~2.0" |
||
1413 | }, |
||
1414 | "suggest": { |
||
1415 | "symfony/console": "For using the console commands", |
||
1416 | "symfony/form": "For using forms", |
||
1417 | "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands", |
||
1418 | "symfony/property-info": "For using the property_info service", |
||
1419 | "symfony/serializer": "For using the serializer service", |
||
1420 | "symfony/validator": "For using validation", |
||
1421 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
1422 | }, |
||
1423 | "type": "symfony-bundle", |
||
1424 | "extra": { |
||
1425 | "branch-alias": { |
||
1426 | "dev-master": "2.8-dev" |
||
1427 | } |
||
1428 | }, |
||
1429 | "autoload": { |
||
1430 | "psr-4": { |
||
1431 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
1432 | }, |
||
1433 | "exclude-from-classmap": [ |
||
1434 | "/Tests/" |
||
1435 | ] |
||
1436 | }, |
||
1437 | "notification-url": "https://packagist.org/downloads/", |
||
1438 | "license": [ |
||
1439 | "MIT" |
||
1440 | ], |
||
1441 | "authors": [ |
||
1442 | { |
||
1443 | "name": "Fabien Potencier", |
||
1444 | "email": "[email protected]" |
||
1445 | }, |
||
1446 | { |
||
1447 | "name": "Symfony Community", |
||
1448 | "homepage": "https://symfony.com/contributors" |
||
1449 | } |
||
1450 | ], |
||
1451 | "description": "Symfony FrameworkBundle", |
||
1452 | "homepage": "https://symfony.com", |
||
1453 | "time": "2016-06-30 11:30:07" |
||
1454 | }, |
||
1455 | { |
||
1456 | "name": "symfony/http-foundation", |
||
1457 | "version": "v2.8.8", |
||
1458 | "source": { |
||
1459 | "type": "git", |
||
1460 | "url": "https://github.com/symfony/http-foundation.git", |
||
1461 | "reference": "7a55440a2bebd37b8bd06f99f5def1ddf0aa9249" |
||
1462 | }, |
||
1463 | "dist": { |
||
1464 | "type": "zip", |
||
1465 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7a55440a2bebd37b8bd06f99f5def1ddf0aa9249", |
||
1466 | "reference": "7a55440a2bebd37b8bd06f99f5def1ddf0aa9249", |
||
1467 | "shasum": "" |
||
1468 | }, |
||
1469 | "require": { |
||
1470 | "php": ">=5.3.9", |
||
1471 | "symfony/polyfill-mbstring": "~1.1", |
||
1472 | "symfony/polyfill-php54": "~1.0", |
||
1473 | "symfony/polyfill-php55": "~1.0" |
||
1474 | }, |
||
1475 | "require-dev": { |
||
1476 | "symfony/expression-language": "~2.4|~3.0.0" |
||
1477 | }, |
||
1478 | "type": "library", |
||
1479 | "extra": { |
||
1480 | "branch-alias": { |
||
1481 | "dev-master": "2.8-dev" |
||
1482 | } |
||
1483 | }, |
||
1484 | "autoload": { |
||
1485 | "psr-4": { |
||
1486 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1487 | }, |
||
1488 | "exclude-from-classmap": [ |
||
1489 | "/Tests/" |
||
1490 | ] |
||
1491 | }, |
||
1492 | "notification-url": "https://packagist.org/downloads/", |
||
1493 | "license": [ |
||
1494 | "MIT" |
||
1495 | ], |
||
1496 | "authors": [ |
||
1497 | { |
||
1498 | "name": "Fabien Potencier", |
||
1499 | "email": "[email protected]" |
||
1500 | }, |
||
1501 | { |
||
1502 | "name": "Symfony Community", |
||
1503 | "homepage": "https://symfony.com/contributors" |
||
1504 | } |
||
1505 | ], |
||
1506 | "description": "Symfony HttpFoundation Component", |
||
1507 | "homepage": "https://symfony.com", |
||
1508 | "time": "2016-06-29 07:02:14" |
||
1509 | }, |
||
1510 | { |
||
1511 | "name": "symfony/http-kernel", |
||
1512 | "version": "v2.8.8", |
||
1513 | "source": { |
||
1514 | "type": "git", |
||
1515 | "url": "https://github.com/symfony/http-kernel.git", |
||
1516 | "reference": "2e887a1196c961a0e441f5be87908a5425be015c" |
||
1517 | }, |
||
1518 | "dist": { |
||
1519 | "type": "zip", |
||
1520 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2e887a1196c961a0e441f5be87908a5425be015c", |
||
1521 | "reference": "2e887a1196c961a0e441f5be87908a5425be015c", |
||
1522 | "shasum": "" |
||
1523 | }, |
||
1524 | "require": { |
||
1525 | "php": ">=5.3.9", |
||
1526 | "psr/log": "~1.0", |
||
1527 | "symfony/debug": "~2.6,>=2.6.2", |
||
1528 | "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0", |
||
1529 | "symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8" |
||
1530 | }, |
||
1531 | "conflict": { |
||
1532 | "symfony/config": "<2.7" |
||
1533 | }, |
||
1534 | "require-dev": { |
||
1535 | "symfony/browser-kit": "~2.3|~3.0.0", |
||
1536 | "symfony/class-loader": "~2.1|~3.0.0", |
||
1537 | "symfony/config": "~2.8", |
||
1538 | "symfony/console": "~2.3|~3.0.0", |
||
1539 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
1540 | "symfony/dependency-injection": "~2.8|~3.0.0", |
||
1541 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
1542 | "symfony/expression-language": "~2.4|~3.0.0", |
||
1543 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
1544 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
1545 | "symfony/routing": "~2.8|~3.0.0", |
||
1546 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
1547 | "symfony/templating": "~2.2|~3.0.0", |
||
1548 | "symfony/translation": "~2.0,>=2.0.5|~3.0.0", |
||
1549 | "symfony/var-dumper": "~2.6|~3.0.0" |
||
1550 | }, |
||
1551 | "suggest": { |
||
1552 | "symfony/browser-kit": "", |
||
1553 | "symfony/class-loader": "", |
||
1554 | "symfony/config": "", |
||
1555 | "symfony/console": "", |
||
1556 | "symfony/dependency-injection": "", |
||
1557 | "symfony/finder": "", |
||
1558 | "symfony/var-dumper": "" |
||
1559 | }, |
||
1560 | "type": "library", |
||
1561 | "extra": { |
||
1562 | "branch-alias": { |
||
1563 | "dev-master": "2.8-dev" |
||
1564 | } |
||
1565 | }, |
||
1566 | "autoload": { |
||
1567 | "psr-4": { |
||
1568 | "Symfony\\Component\\HttpKernel\\": "" |
||
1569 | }, |
||
1570 | "exclude-from-classmap": [ |
||
1571 | "/Tests/" |
||
1572 | ] |
||
1573 | }, |
||
1574 | "notification-url": "https://packagist.org/downloads/", |
||
1575 | "license": [ |
||
1576 | "MIT" |
||
1577 | ], |
||
1578 | "authors": [ |
||
1579 | { |
||
1580 | "name": "Fabien Potencier", |
||
1581 | "email": "[email protected]" |
||
1582 | }, |
||
1583 | { |
||
1584 | "name": "Symfony Community", |
||
1585 | "homepage": "https://symfony.com/contributors" |
||
1586 | } |
||
1587 | ], |
||
1588 | "description": "Symfony HttpKernel Component", |
||
1589 | "homepage": "https://symfony.com", |
||
1590 | "time": "2016-06-30 15:42:15" |
||
1591 | }, |
||
1592 | { |
||
1593 | "name": "symfony/intl", |
||
1594 | "version": "v3.0.8", |
||
1595 | "source": { |
||
1596 | "type": "git", |
||
1597 | "url": "https://github.com/symfony/intl.git", |
||
1598 | "reference": "330c95b92989c1a515794bb87aabfe7492148f61" |
||
1599 | }, |
||
1600 | "dist": { |
||
1601 | "type": "zip", |
||
1602 | "url": "https://api.github.com/repos/symfony/intl/zipball/330c95b92989c1a515794bb87aabfe7492148f61", |
||
1603 | "reference": "330c95b92989c1a515794bb87aabfe7492148f61", |
||
1604 | "shasum": "" |
||
1605 | }, |
||
1606 | "require": { |
||
1607 | "php": ">=5.5.9", |
||
1608 | "symfony/polyfill-intl-icu": "~1.0" |
||
1609 | }, |
||
1610 | "require-dev": { |
||
1611 | "symfony/filesystem": "~2.8|~3.0" |
||
1612 | }, |
||
1613 | "suggest": { |
||
1614 | "ext-intl": "to use the component with locales other than \"en\"" |
||
1615 | }, |
||
1616 | "type": "library", |
||
1617 | "extra": { |
||
1618 | "branch-alias": { |
||
1619 | "dev-master": "3.0-dev" |
||
1620 | } |
||
1621 | }, |
||
1622 | "autoload": { |
||
1623 | "psr-4": { |
||
1624 | "Symfony\\Component\\Intl\\": "" |
||
1625 | }, |
||
1626 | "classmap": [ |
||
1627 | "Resources/stubs" |
||
1628 | ], |
||
1629 | "exclude-from-classmap": [ |
||
1630 | "/Tests/" |
||
1631 | ] |
||
1632 | }, |
||
1633 | "notification-url": "https://packagist.org/downloads/", |
||
1634 | "license": [ |
||
1635 | "MIT" |
||
1636 | ], |
||
1637 | "authors": [ |
||
1638 | { |
||
1639 | "name": "Bernhard Schussek", |
||
1640 | "email": "[email protected]" |
||
1641 | }, |
||
1642 | { |
||
1643 | "name": "Eriksen Costa", |
||
1644 | "email": "[email protected]" |
||
1645 | }, |
||
1646 | { |
||
1647 | "name": "Igor Wiedler", |
||
1648 | "email": "[email protected]" |
||
1649 | }, |
||
1650 | { |
||
1651 | "name": "Symfony Community", |
||
1652 | "homepage": "https://symfony.com/contributors" |
||
1653 | } |
||
1654 | ], |
||
1655 | "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", |
||
1656 | "homepage": "https://symfony.com", |
||
1657 | "keywords": [ |
||
1658 | "i18n", |
||
1659 | "icu", |
||
1660 | "internationalization", |
||
1661 | "intl", |
||
1662 | "l10n", |
||
1663 | "localization" |
||
1664 | ], |
||
1665 | "time": "2016-06-29 05:40:45" |
||
1666 | }, |
||
1667 | { |
||
1668 | "name": "symfony/options-resolver", |
||
1669 | "version": "v2.8.8", |
||
1670 | "source": { |
||
1671 | "type": "git", |
||
1672 | "url": "https://github.com/symfony/options-resolver.git", |
||
1673 | "reference": "b6f982782a0624d37b5416c2c96fb99ce5ab74d5" |
||
1674 | }, |
||
1675 | "dist": { |
||
1676 | "type": "zip", |
||
1677 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b6f982782a0624d37b5416c2c96fb99ce5ab74d5", |
||
1678 | "reference": "b6f982782a0624d37b5416c2c96fb99ce5ab74d5", |
||
1679 | "shasum": "" |
||
1680 | }, |
||
1681 | "require": { |
||
1682 | "php": ">=5.3.9" |
||
1683 | }, |
||
1684 | "type": "library", |
||
1685 | "extra": { |
||
1686 | "branch-alias": { |
||
1687 | "dev-master": "2.8-dev" |
||
1688 | } |
||
1689 | }, |
||
1690 | "autoload": { |
||
1691 | "psr-4": { |
||
1692 | "Symfony\\Component\\OptionsResolver\\": "" |
||
1693 | }, |
||
1694 | "exclude-from-classmap": [ |
||
1695 | "/Tests/" |
||
1696 | ] |
||
1697 | }, |
||
1698 | "notification-url": "https://packagist.org/downloads/", |
||
1699 | "license": [ |
||
1700 | "MIT" |
||
1701 | ], |
||
1702 | "authors": [ |
||
1703 | { |
||
1704 | "name": "Fabien Potencier", |
||
1705 | "email": "[email protected]" |
||
1706 | }, |
||
1707 | { |
||
1708 | "name": "Symfony Community", |
||
1709 | "homepage": "https://symfony.com/contributors" |
||
1710 | } |
||
1711 | ], |
||
1712 | "description": "Symfony OptionsResolver Component", |
||
1713 | "homepage": "https://symfony.com", |
||
1714 | "keywords": [ |
||
1715 | "config", |
||
1716 | "configuration", |
||
1717 | "options" |
||
1718 | ], |
||
1719 | "time": "2016-06-29 05:29:29" |
||
1720 | }, |
||
1721 | { |
||
1722 | "name": "symfony/polyfill-intl-icu", |
||
1723 | "version": "v1.2.0", |
||
1724 | "source": { |
||
1725 | "type": "git", |
||
1726 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
1727 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" |
||
1728 | }, |
||
1729 | "dist": { |
||
1730 | "type": "zip", |
||
1731 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
1732 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
1733 | "shasum": "" |
||
1734 | }, |
||
1735 | "require": { |
||
1736 | "php": ">=5.3.3", |
||
1737 | "symfony/intl": "~2.3|~3.0" |
||
1738 | }, |
||
1739 | "suggest": { |
||
1740 | "ext-intl": "For best performance" |
||
1741 | }, |
||
1742 | "type": "library", |
||
1743 | "extra": { |
||
1744 | "branch-alias": { |
||
1745 | "dev-master": "1.2-dev" |
||
1746 | } |
||
1747 | }, |
||
1748 | "autoload": { |
||
1749 | "files": [ |
||
1750 | "bootstrap.php" |
||
1751 | ] |
||
1752 | }, |
||
1753 | "notification-url": "https://packagist.org/downloads/", |
||
1754 | "license": [ |
||
1755 | "MIT" |
||
1756 | ], |
||
1757 | "authors": [ |
||
1758 | { |
||
1759 | "name": "Nicolas Grekas", |
||
1760 | "email": "[email protected]" |
||
1761 | }, |
||
1762 | { |
||
1763 | "name": "Symfony Community", |
||
1764 | "homepage": "https://symfony.com/contributors" |
||
1765 | } |
||
1766 | ], |
||
1767 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
1768 | "homepage": "https://symfony.com", |
||
1769 | "keywords": [ |
||
1770 | "compatibility", |
||
1771 | "icu", |
||
1772 | "intl", |
||
1773 | "polyfill", |
||
1774 | "portable", |
||
1775 | "shim" |
||
1776 | ], |
||
1777 | "time": "2016-05-18 14:26:46" |
||
1778 | }, |
||
1779 | { |
||
1780 | "name": "symfony/polyfill-mbstring", |
||
1781 | "version": "v1.2.0", |
||
1782 | "source": { |
||
1783 | "type": "git", |
||
1784 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1785 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
1786 | }, |
||
1787 | "dist": { |
||
1788 | "type": "zip", |
||
1789 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
1790 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
1791 | "shasum": "" |
||
1792 | }, |
||
1793 | "require": { |
||
1794 | "php": ">=5.3.3" |
||
1795 | }, |
||
1796 | "suggest": { |
||
1797 | "ext-mbstring": "For best performance" |
||
1798 | }, |
||
1799 | "type": "library", |
||
1800 | "extra": { |
||
1801 | "branch-alias": { |
||
1802 | "dev-master": "1.2-dev" |
||
1803 | } |
||
1804 | }, |
||
1805 | "autoload": { |
||
1806 | "psr-4": { |
||
1807 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1808 | }, |
||
1809 | "files": [ |
||
1810 | "bootstrap.php" |
||
1811 | ] |
||
1812 | }, |
||
1813 | "notification-url": "https://packagist.org/downloads/", |
||
1814 | "license": [ |
||
1815 | "MIT" |
||
1816 | ], |
||
1817 | "authors": [ |
||
1818 | { |
||
1819 | "name": "Nicolas Grekas", |
||
1820 | "email": "[email protected]" |
||
1821 | }, |
||
1822 | { |
||
1823 | "name": "Symfony Community", |
||
1824 | "homepage": "https://symfony.com/contributors" |
||
1825 | } |
||
1826 | ], |
||
1827 | "description": "Symfony polyfill for the Mbstring extension", |
||
1828 | "homepage": "https://symfony.com", |
||
1829 | "keywords": [ |
||
1830 | "compatibility", |
||
1831 | "mbstring", |
||
1832 | "polyfill", |
||
1833 | "portable", |
||
1834 | "shim" |
||
1835 | ], |
||
1836 | "time": "2016-05-18 14:26:46" |
||
1837 | }, |
||
1838 | { |
||
1839 | "name": "symfony/polyfill-php54", |
||
1840 | "version": "v1.2.0", |
||
1841 | "source": { |
||
1842 | "type": "git", |
||
1843 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
1844 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1" |
||
1845 | }, |
||
1846 | "dist": { |
||
1847 | "type": "zip", |
||
1848 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
1849 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
1850 | "shasum": "" |
||
1851 | }, |
||
1852 | "require": { |
||
1853 | "php": ">=5.3.3" |
||
1854 | }, |
||
1855 | "type": "library", |
||
1856 | "extra": { |
||
1857 | "branch-alias": { |
||
1858 | "dev-master": "1.2-dev" |
||
1859 | } |
||
1860 | }, |
||
1861 | "autoload": { |
||
1862 | "psr-4": { |
||
1863 | "Symfony\\Polyfill\\Php54\\": "" |
||
1864 | }, |
||
1865 | "files": [ |
||
1866 | "bootstrap.php" |
||
1867 | ], |
||
1868 | "classmap": [ |
||
1869 | "Resources/stubs" |
||
1870 | ] |
||
1871 | }, |
||
1872 | "notification-url": "https://packagist.org/downloads/", |
||
1873 | "license": [ |
||
1874 | "MIT" |
||
1875 | ], |
||
1876 | "authors": [ |
||
1877 | { |
||
1878 | "name": "Nicolas Grekas", |
||
1879 | "email": "[email protected]" |
||
1880 | }, |
||
1881 | { |
||
1882 | "name": "Symfony Community", |
||
1883 | "homepage": "https://symfony.com/contributors" |
||
1884 | } |
||
1885 | ], |
||
1886 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
1887 | "homepage": "https://symfony.com", |
||
1888 | "keywords": [ |
||
1889 | "compatibility", |
||
1890 | "polyfill", |
||
1891 | "portable", |
||
1892 | "shim" |
||
1893 | ], |
||
1894 | "time": "2016-05-18 14:26:46" |
||
1895 | }, |
||
1896 | { |
||
1897 | "name": "symfony/polyfill-php55", |
||
1898 | "version": "v1.2.0", |
||
1899 | "source": { |
||
1900 | "type": "git", |
||
1901 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
1902 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d" |
||
1903 | }, |
||
1904 | "dist": { |
||
1905 | "type": "zip", |
||
1906 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
1907 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
1908 | "shasum": "" |
||
1909 | }, |
||
1910 | "require": { |
||
1911 | "ircmaxell/password-compat": "~1.0", |
||
1912 | "php": ">=5.3.3" |
||
1913 | }, |
||
1914 | "type": "library", |
||
1915 | "extra": { |
||
1916 | "branch-alias": { |
||
1917 | "dev-master": "1.2-dev" |
||
1918 | } |
||
1919 | }, |
||
1920 | "autoload": { |
||
1921 | "psr-4": { |
||
1922 | "Symfony\\Polyfill\\Php55\\": "" |
||
1923 | }, |
||
1924 | "files": [ |
||
1925 | "bootstrap.php" |
||
1926 | ] |
||
1927 | }, |
||
1928 | "notification-url": "https://packagist.org/downloads/", |
||
1929 | "license": [ |
||
1930 | "MIT" |
||
1931 | ], |
||
1932 | "authors": [ |
||
1933 | { |
||
1934 | "name": "Nicolas Grekas", |
||
1935 | "email": "[email protected]" |
||
1936 | }, |
||
1937 | { |
||
1938 | "name": "Symfony Community", |
||
1939 | "homepage": "https://symfony.com/contributors" |
||
1940 | } |
||
1941 | ], |
||
1942 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
1943 | "homepage": "https://symfony.com", |
||
1944 | "keywords": [ |
||
1945 | "compatibility", |
||
1946 | "polyfill", |
||
1947 | "portable", |
||
1948 | "shim" |
||
1949 | ], |
||
1950 | "time": "2016-05-18 14:26:46" |
||
1951 | }, |
||
1952 | { |
||
1953 | "name": "symfony/polyfill-php56", |
||
1954 | "version": "v1.2.0", |
||
1955 | "source": { |
||
1956 | "type": "git", |
||
1957 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1958 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
1959 | }, |
||
1960 | "dist": { |
||
1961 | "type": "zip", |
||
1962 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
1963 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
1964 | "shasum": "" |
||
1965 | }, |
||
1966 | "require": { |
||
1967 | "php": ">=5.3.3", |
||
1968 | "symfony/polyfill-util": "~1.0" |
||
1969 | }, |
||
1970 | "type": "library", |
||
1971 | "extra": { |
||
1972 | "branch-alias": { |
||
1973 | "dev-master": "1.2-dev" |
||
1974 | } |
||
1975 | }, |
||
1976 | "autoload": { |
||
1977 | "psr-4": { |
||
1978 | "Symfony\\Polyfill\\Php56\\": "" |
||
1979 | }, |
||
1980 | "files": [ |
||
1981 | "bootstrap.php" |
||
1982 | ] |
||
1983 | }, |
||
1984 | "notification-url": "https://packagist.org/downloads/", |
||
1985 | "license": [ |
||
1986 | "MIT" |
||
1987 | ], |
||
1988 | "authors": [ |
||
1989 | { |
||
1990 | "name": "Nicolas Grekas", |
||
1991 | "email": "[email protected]" |
||
1992 | }, |
||
1993 | { |
||
1994 | "name": "Symfony Community", |
||
1995 | "homepage": "https://symfony.com/contributors" |
||
1996 | } |
||
1997 | ], |
||
1998 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1999 | "homepage": "https://symfony.com", |
||
2000 | "keywords": [ |
||
2001 | "compatibility", |
||
2002 | "polyfill", |
||
2003 | "portable", |
||
2004 | "shim" |
||
2005 | ], |
||
2006 | "time": "2016-05-18 14:26:46" |
||
2007 | }, |
||
2008 | { |
||
2009 | "name": "symfony/polyfill-php70", |
||
2010 | "version": "v1.2.0", |
||
2011 | "source": { |
||
2012 | "type": "git", |
||
2013 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2014 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" |
||
2015 | }, |
||
2016 | "dist": { |
||
2017 | "type": "zip", |
||
2018 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
2019 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
2020 | "shasum": "" |
||
2021 | }, |
||
2022 | "require": { |
||
2023 | "paragonie/random_compat": "~1.0|~2.0", |
||
2024 | "php": ">=5.3.3" |
||
2025 | }, |
||
2026 | "type": "library", |
||
2027 | "extra": { |
||
2028 | "branch-alias": { |
||
2029 | "dev-master": "1.2-dev" |
||
2030 | } |
||
2031 | }, |
||
2032 | "autoload": { |
||
2033 | "psr-4": { |
||
2034 | "Symfony\\Polyfill\\Php70\\": "" |
||
2035 | }, |
||
2036 | "files": [ |
||
2037 | "bootstrap.php" |
||
2038 | ], |
||
2039 | "classmap": [ |
||
2040 | "Resources/stubs" |
||
2041 | ] |
||
2042 | }, |
||
2043 | "notification-url": "https://packagist.org/downloads/", |
||
2044 | "license": [ |
||
2045 | "MIT" |
||
2046 | ], |
||
2047 | "authors": [ |
||
2048 | { |
||
2049 | "name": "Nicolas Grekas", |
||
2050 | "email": "[email protected]" |
||
2051 | }, |
||
2052 | { |
||
2053 | "name": "Symfony Community", |
||
2054 | "homepage": "https://symfony.com/contributors" |
||
2055 | } |
||
2056 | ], |
||
2057 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
2058 | "homepage": "https://symfony.com", |
||
2059 | "keywords": [ |
||
2060 | "compatibility", |
||
2061 | "polyfill", |
||
2062 | "portable", |
||
2063 | "shim" |
||
2064 | ], |
||
2065 | "time": "2016-05-18 14:26:46" |
||
2066 | }, |
||
2067 | { |
||
2068 | "name": "symfony/polyfill-util", |
||
2069 | "version": "v1.2.0", |
||
2070 | "source": { |
||
2071 | "type": "git", |
||
2072 | "url": "https://github.com/symfony/polyfill-util.git", |
||
2073 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
2074 | }, |
||
2075 | "dist": { |
||
2076 | "type": "zip", |
||
2077 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
2078 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
2079 | "shasum": "" |
||
2080 | }, |
||
2081 | "require": { |
||
2082 | "php": ">=5.3.3" |
||
2083 | }, |
||
2084 | "type": "library", |
||
2085 | "extra": { |
||
2086 | "branch-alias": { |
||
2087 | "dev-master": "1.2-dev" |
||
2088 | } |
||
2089 | }, |
||
2090 | "autoload": { |
||
2091 | "psr-4": { |
||
2092 | "Symfony\\Polyfill\\Util\\": "" |
||
2093 | } |
||
2094 | }, |
||
2095 | "notification-url": "https://packagist.org/downloads/", |
||
2096 | "license": [ |
||
2097 | "MIT" |
||
2098 | ], |
||
2099 | "authors": [ |
||
2100 | { |
||
2101 | "name": "Nicolas Grekas", |
||
2102 | "email": "[email protected]" |
||
2103 | }, |
||
2104 | { |
||
2105 | "name": "Symfony Community", |
||
2106 | "homepage": "https://symfony.com/contributors" |
||
2107 | } |
||
2108 | ], |
||
2109 | "description": "Symfony utilities for portability of PHP codes", |
||
2110 | "homepage": "https://symfony.com", |
||
2111 | "keywords": [ |
||
2112 | "compat", |
||
2113 | "compatibility", |
||
2114 | "polyfill", |
||
2115 | "shim" |
||
2116 | ], |
||
2117 | "time": "2016-05-18 14:26:46" |
||
2118 | }, |
||
2119 | { |
||
2120 | "name": "symfony/property-access", |
||
2121 | "version": "v3.0.8", |
||
2122 | "source": { |
||
2123 | "type": "git", |
||
2124 | "url": "https://github.com/symfony/property-access.git", |
||
2125 | "reference": "dedc1109b7c4f0454dffb00b7caa449a39a3c5dd" |
||
2126 | }, |
||
2127 | "dist": { |
||
2128 | "type": "zip", |
||
2129 | "url": "https://api.github.com/repos/symfony/property-access/zipball/dedc1109b7c4f0454dffb00b7caa449a39a3c5dd", |
||
2130 | "reference": "dedc1109b7c4f0454dffb00b7caa449a39a3c5dd", |
||
2131 | "shasum": "" |
||
2132 | }, |
||
2133 | "require": { |
||
2134 | "php": ">=5.5.9" |
||
2135 | }, |
||
2136 | "type": "library", |
||
2137 | "extra": { |
||
2138 | "branch-alias": { |
||
2139 | "dev-master": "3.0-dev" |
||
2140 | } |
||
2141 | }, |
||
2142 | "autoload": { |
||
2143 | "psr-4": { |
||
2144 | "Symfony\\Component\\PropertyAccess\\": "" |
||
2145 | }, |
||
2146 | "exclude-from-classmap": [ |
||
2147 | "/Tests/" |
||
2148 | ] |
||
2149 | }, |
||
2150 | "notification-url": "https://packagist.org/downloads/", |
||
2151 | "license": [ |
||
2152 | "MIT" |
||
2153 | ], |
||
2154 | "authors": [ |
||
2155 | { |
||
2156 | "name": "Fabien Potencier", |
||
2157 | "email": "[email protected]" |
||
2158 | }, |
||
2159 | { |
||
2160 | "name": "Symfony Community", |
||
2161 | "homepage": "https://symfony.com/contributors" |
||
2162 | } |
||
2163 | ], |
||
2164 | "description": "Symfony PropertyAccess Component", |
||
2165 | "homepage": "https://symfony.com", |
||
2166 | "keywords": [ |
||
2167 | "access", |
||
2168 | "array", |
||
2169 | "extraction", |
||
2170 | "index", |
||
2171 | "injection", |
||
2172 | "object", |
||
2173 | "property", |
||
2174 | "property path", |
||
2175 | "reflection" |
||
2176 | ], |
||
2177 | "time": "2016-06-29 05:40:00" |
||
2178 | }, |
||
2179 | { |
||
2180 | "name": "symfony/routing", |
||
2181 | "version": "v3.0.8", |
||
2182 | "source": { |
||
2183 | "type": "git", |
||
2184 | "url": "https://github.com/symfony/routing.git", |
||
2185 | "reference": "9038984bd9c05ab07280121e9e10f61a7231457b" |
||
2186 | }, |
||
2187 | "dist": { |
||
2188 | "type": "zip", |
||
2189 | "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b", |
||
2190 | "reference": "9038984bd9c05ab07280121e9e10f61a7231457b", |
||
2191 | "shasum": "" |
||
2192 | }, |
||
2193 | "require": { |
||
2194 | "php": ">=5.5.9" |
||
2195 | }, |
||
2196 | "conflict": { |
||
2197 | "symfony/config": "<2.8" |
||
2198 | }, |
||
2199 | "require-dev": { |
||
2200 | "doctrine/annotations": "~1.0", |
||
2201 | "doctrine/common": "~2.2", |
||
2202 | "psr/log": "~1.0", |
||
2203 | "symfony/config": "~2.8|~3.0", |
||
2204 | "symfony/expression-language": "~2.8|~3.0", |
||
2205 | "symfony/http-foundation": "~2.8|~3.0", |
||
2206 | "symfony/yaml": "~2.8|~3.0" |
||
2207 | }, |
||
2208 | "suggest": { |
||
2209 | "doctrine/annotations": "For using the annotation loader", |
||
2210 | "symfony/config": "For using the all-in-one router or any loader", |
||
2211 | "symfony/dependency-injection": "For loading routes from a service", |
||
2212 | "symfony/expression-language": "For using expression matching", |
||
2213 | "symfony/http-foundation": "For using a Symfony Request object", |
||
2214 | "symfony/yaml": "For using the YAML loader" |
||
2215 | }, |
||
2216 | "type": "library", |
||
2217 | "extra": { |
||
2218 | "branch-alias": { |
||
2219 | "dev-master": "3.0-dev" |
||
2220 | } |
||
2221 | }, |
||
2222 | "autoload": { |
||
2223 | "psr-4": { |
||
2224 | "Symfony\\Component\\Routing\\": "" |
||
2225 | }, |
||
2226 | "exclude-from-classmap": [ |
||
2227 | "/Tests/" |
||
2228 | ] |
||
2229 | }, |
||
2230 | "notification-url": "https://packagist.org/downloads/", |
||
2231 | "license": [ |
||
2232 | "MIT" |
||
2233 | ], |
||
2234 | "authors": [ |
||
2235 | { |
||
2236 | "name": "Fabien Potencier", |
||
2237 | "email": "[email protected]" |
||
2238 | }, |
||
2239 | { |
||
2240 | "name": "Symfony Community", |
||
2241 | "homepage": "https://symfony.com/contributors" |
||
2242 | } |
||
2243 | ], |
||
2244 | "description": "Symfony Routing Component", |
||
2245 | "homepage": "https://symfony.com", |
||
2246 | "keywords": [ |
||
2247 | "router", |
||
2248 | "routing", |
||
2249 | "uri", |
||
2250 | "url" |
||
2251 | ], |
||
2252 | "time": "2016-06-29 05:40:00" |
||
2253 | }, |
||
2254 | { |
||
2255 | "name": "symfony/security-core", |
||
2256 | "version": "v3.0.8", |
||
2257 | "source": { |
||
2258 | "type": "git", |
||
2259 | "url": "https://github.com/symfony/security-core.git", |
||
2260 | "reference": "78a08496e6294572432240251c31f613f838e345" |
||
2261 | }, |
||
2262 | "dist": { |
||
2263 | "type": "zip", |
||
2264 | "url": "https://api.github.com/repos/symfony/security-core/zipball/78a08496e6294572432240251c31f613f838e345", |
||
2265 | "reference": "78a08496e6294572432240251c31f613f838e345", |
||
2266 | "shasum": "" |
||
2267 | }, |
||
2268 | "require": { |
||
2269 | "php": ">=5.5.9", |
||
2270 | "symfony/polyfill-php56": "~1.0", |
||
2271 | "symfony/polyfill-util": "~1.0" |
||
2272 | }, |
||
2273 | "require-dev": { |
||
2274 | "psr/log": "~1.0", |
||
2275 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
2276 | "symfony/expression-language": "~2.8|~3.0", |
||
2277 | "symfony/http-foundation": "~2.8|~3.0", |
||
2278 | "symfony/ldap": "~2.8|~3.0", |
||
2279 | "symfony/validator": "~2.8|~3.0" |
||
2280 | }, |
||
2281 | "suggest": { |
||
2282 | "symfony/event-dispatcher": "", |
||
2283 | "symfony/expression-language": "For using the expression voter", |
||
2284 | "symfony/http-foundation": "", |
||
2285 | "symfony/ldap": "For using LDAP integration", |
||
2286 | "symfony/validator": "For using the user password constraint" |
||
2287 | }, |
||
2288 | "type": "library", |
||
2289 | "extra": { |
||
2290 | "branch-alias": { |
||
2291 | "dev-master": "3.0-dev" |
||
2292 | } |
||
2293 | }, |
||
2294 | "autoload": { |
||
2295 | "psr-4": { |
||
2296 | "Symfony\\Component\\Security\\Core\\": "" |
||
2297 | }, |
||
2298 | "exclude-from-classmap": [ |
||
2299 | "/Tests/" |
||
2300 | ] |
||
2301 | }, |
||
2302 | "notification-url": "https://packagist.org/downloads/", |
||
2303 | "license": [ |
||
2304 | "MIT" |
||
2305 | ], |
||
2306 | "authors": [ |
||
2307 | { |
||
2308 | "name": "Fabien Potencier", |
||
2309 | "email": "[email protected]" |
||
2310 | }, |
||
2311 | { |
||
2312 | "name": "Symfony Community", |
||
2313 | "homepage": "https://symfony.com/contributors" |
||
2314 | } |
||
2315 | ], |
||
2316 | "description": "Symfony Security Component - Core Library", |
||
2317 | "homepage": "https://symfony.com", |
||
2318 | "time": "2016-06-29 05:40:00" |
||
2319 | }, |
||
2320 | { |
||
2321 | "name": "symfony/security-csrf", |
||
2322 | "version": "v3.0.8", |
||
2323 | "source": { |
||
2324 | "type": "git", |
||
2325 | "url": "https://github.com/symfony/security-csrf.git", |
||
2326 | "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f" |
||
2327 | }, |
||
2328 | "dist": { |
||
2329 | "type": "zip", |
||
2330 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/7fc8ca2f52e6c886579027c00273a02581527a1f", |
||
2331 | "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f", |
||
2332 | "shasum": "" |
||
2333 | }, |
||
2334 | "require": { |
||
2335 | "php": ">=5.5.9", |
||
2336 | "symfony/polyfill-php56": "~1.0", |
||
2337 | "symfony/polyfill-php70": "~1.0", |
||
2338 | "symfony/security-core": "~2.8|~3.0" |
||
2339 | }, |
||
2340 | "require-dev": { |
||
2341 | "symfony/http-foundation": "~2.8|~3.0" |
||
2342 | }, |
||
2343 | "suggest": { |
||
2344 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
2345 | }, |
||
2346 | "type": "library", |
||
2347 | "extra": { |
||
2348 | "branch-alias": { |
||
2349 | "dev-master": "3.0-dev" |
||
2350 | } |
||
2351 | }, |
||
2352 | "autoload": { |
||
2353 | "psr-4": { |
||
2354 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
2355 | }, |
||
2356 | "exclude-from-classmap": [ |
||
2357 | "/Tests/" |
||
2358 | ] |
||
2359 | }, |
||
2360 | "notification-url": "https://packagist.org/downloads/", |
||
2361 | "license": [ |
||
2362 | "MIT" |
||
2363 | ], |
||
2364 | "authors": [ |
||
2365 | { |
||
2366 | "name": "Fabien Potencier", |
||
2367 | "email": "[email protected]" |
||
2368 | }, |
||
2369 | { |
||
2370 | "name": "Symfony Community", |
||
2371 | "homepage": "https://symfony.com/contributors" |
||
2372 | } |
||
2373 | ], |
||
2374 | "description": "Symfony Security Component - CSRF Library", |
||
2375 | "homepage": "https://symfony.com", |
||
2376 | "time": "2016-03-10 10:34:12" |
||
2377 | }, |
||
2378 | { |
||
2379 | "name": "symfony/stopwatch", |
||
2380 | "version": "v3.0.8", |
||
2381 | "source": { |
||
2382 | "type": "git", |
||
2383 | "url": "https://github.com/symfony/stopwatch.git", |
||
2384 | "reference": "49c0ea2f3d3a779df4780927671332edc406ea84" |
||
2385 | }, |
||
2386 | "dist": { |
||
2387 | "type": "zip", |
||
2388 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/49c0ea2f3d3a779df4780927671332edc406ea84", |
||
2389 | "reference": "49c0ea2f3d3a779df4780927671332edc406ea84", |
||
2390 | "shasum": "" |
||
2391 | }, |
||
2392 | "require": { |
||
2393 | "php": ">=5.5.9" |
||
2394 | }, |
||
2395 | "type": "library", |
||
2396 | "extra": { |
||
2397 | "branch-alias": { |
||
2398 | "dev-master": "3.0-dev" |
||
2399 | } |
||
2400 | }, |
||
2401 | "autoload": { |
||
2402 | "psr-4": { |
||
2403 | "Symfony\\Component\\Stopwatch\\": "" |
||
2404 | }, |
||
2405 | "exclude-from-classmap": [ |
||
2406 | "/Tests/" |
||
2407 | ] |
||
2408 | }, |
||
2409 | "notification-url": "https://packagist.org/downloads/", |
||
2410 | "license": [ |
||
2411 | "MIT" |
||
2412 | ], |
||
2413 | "authors": [ |
||
2414 | { |
||
2415 | "name": "Fabien Potencier", |
||
2416 | "email": "[email protected]" |
||
2417 | }, |
||
2418 | { |
||
2419 | "name": "Symfony Community", |
||
2420 | "homepage": "https://symfony.com/contributors" |
||
2421 | } |
||
2422 | ], |
||
2423 | "description": "Symfony Stopwatch Component", |
||
2424 | "homepage": "https://symfony.com", |
||
2425 | "time": "2016-06-29 05:40:00" |
||
2426 | }, |
||
2427 | { |
||
2428 | "name": "symfony/templating", |
||
2429 | "version": "v3.0.8", |
||
2430 | "source": { |
||
2431 | "type": "git", |
||
2432 | "url": "https://github.com/symfony/templating.git", |
||
2433 | "reference": "582623fef6efc3f78aa86391e175b4e961909e3d" |
||
2434 | }, |
||
2435 | "dist": { |
||
2436 | "type": "zip", |
||
2437 | "url": "https://api.github.com/repos/symfony/templating/zipball/582623fef6efc3f78aa86391e175b4e961909e3d", |
||
2438 | "reference": "582623fef6efc3f78aa86391e175b4e961909e3d", |
||
2439 | "shasum": "" |
||
2440 | }, |
||
2441 | "require": { |
||
2442 | "php": ">=5.5.9" |
||
2443 | }, |
||
2444 | "require-dev": { |
||
2445 | "psr/log": "~1.0" |
||
2446 | }, |
||
2447 | "suggest": { |
||
2448 | "psr/log": "For using debug logging in loaders" |
||
2449 | }, |
||
2450 | "type": "library", |
||
2451 | "extra": { |
||
2452 | "branch-alias": { |
||
2453 | "dev-master": "3.0-dev" |
||
2454 | } |
||
2455 | }, |
||
2456 | "autoload": { |
||
2457 | "psr-4": { |
||
2458 | "Symfony\\Component\\Templating\\": "" |
||
2459 | }, |
||
2460 | "exclude-from-classmap": [ |
||
2461 | "/Tests/" |
||
2462 | ] |
||
2463 | }, |
||
2464 | "notification-url": "https://packagist.org/downloads/", |
||
2465 | "license": [ |
||
2466 | "MIT" |
||
2467 | ], |
||
2468 | "authors": [ |
||
2469 | { |
||
2470 | "name": "Fabien Potencier", |
||
2471 | "email": "[email protected]" |
||
2472 | }, |
||
2473 | { |
||
2474 | "name": "Symfony Community", |
||
2475 | "homepage": "https://symfony.com/contributors" |
||
2476 | } |
||
2477 | ], |
||
2478 | "description": "Symfony Templating Component", |
||
2479 | "homepage": "https://symfony.com", |
||
2480 | "time": "2016-03-27 10:24:39" |
||
2481 | }, |
||
2482 | { |
||
2483 | "name": "symfony/translation", |
||
2484 | "version": "v2.8.8", |
||
2485 | "source": { |
||
2486 | "type": "git", |
||
2487 | "url": "https://github.com/symfony/translation.git", |
||
2488 | "reference": "00334ef0b9317e5d7c7641a2b56671a1df23b7a0" |
||
2489 | }, |
||
2490 | "dist": { |
||
2491 | "type": "zip", |
||
2492 | "url": "https://api.github.com/repos/symfony/translation/zipball/00334ef0b9317e5d7c7641a2b56671a1df23b7a0", |
||
2493 | "reference": "00334ef0b9317e5d7c7641a2b56671a1df23b7a0", |
||
2494 | "shasum": "" |
||
2495 | }, |
||
2496 | "require": { |
||
2497 | "php": ">=5.3.9", |
||
2498 | "symfony/polyfill-mbstring": "~1.0" |
||
2499 | }, |
||
2500 | "conflict": { |
||
2501 | "symfony/config": "<2.7" |
||
2502 | }, |
||
2503 | "require-dev": { |
||
2504 | "psr/log": "~1.0", |
||
2505 | "symfony/config": "~2.8", |
||
2506 | "symfony/intl": "~2.4|~3.0.0", |
||
2507 | "symfony/yaml": "~2.2|~3.0.0" |
||
2508 | }, |
||
2509 | "suggest": { |
||
2510 | "psr/log": "To use logging capability in translator", |
||
2511 | "symfony/config": "", |
||
2512 | "symfony/yaml": "" |
||
2513 | }, |
||
2514 | "type": "library", |
||
2515 | "extra": { |
||
2516 | "branch-alias": { |
||
2517 | "dev-master": "2.8-dev" |
||
2518 | } |
||
2519 | }, |
||
2520 | "autoload": { |
||
2521 | "psr-4": { |
||
2522 | "Symfony\\Component\\Translation\\": "" |
||
2523 | }, |
||
2524 | "exclude-from-classmap": [ |
||
2525 | "/Tests/" |
||
2526 | ] |
||
2527 | }, |
||
2528 | "notification-url": "https://packagist.org/downloads/", |
||
2529 | "license": [ |
||
2530 | "MIT" |
||
2531 | ], |
||
2532 | "authors": [ |
||
2533 | { |
||
2534 | "name": "Fabien Potencier", |
||
2535 | "email": "[email protected]" |
||
2536 | }, |
||
2537 | { |
||
2538 | "name": "Symfony Community", |
||
2539 | "homepage": "https://symfony.com/contributors" |
||
2540 | } |
||
2541 | ], |
||
2542 | "description": "Symfony Translation Component", |
||
2543 | "homepage": "https://symfony.com", |
||
2544 | "time": "2016-06-29 05:29:29" |
||
2545 | }, |
||
2546 | { |
||
2547 | "name": "symfony/twig-bridge", |
||
2548 | "version": "v2.8.8", |
||
2549 | "source": { |
||
2550 | "type": "git", |
||
2551 | "url": "https://github.com/symfony/twig-bridge.git", |
||
2552 | "reference": "b2db0187b7b805bb349ffe2714fbc846124c71ba" |
||
2553 | }, |
||
2554 | "dist": { |
||
2555 | "type": "zip", |
||
2556 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/b2db0187b7b805bb349ffe2714fbc846124c71ba", |
||
2557 | "reference": "b2db0187b7b805bb349ffe2714fbc846124c71ba", |
||
2558 | "shasum": "" |
||
2559 | }, |
||
2560 | "require": { |
||
2561 | "php": ">=5.3.9", |
||
2562 | "twig/twig": "~1.23|~2.0" |
||
2563 | }, |
||
2564 | "require-dev": { |
||
2565 | "symfony/asset": "~2.7|~3.0.0", |
||
2566 | "symfony/console": "~2.8|~3.0.0", |
||
2567 | "symfony/expression-language": "~2.4|~3.0.0", |
||
2568 | "symfony/finder": "~2.3|~3.0.0", |
||
2569 | "symfony/form": "~2.8.4", |
||
2570 | "symfony/http-kernel": "~2.8|~3.0.0", |
||
2571 | "symfony/polyfill-intl-icu": "~1.0", |
||
2572 | "symfony/routing": "~2.2|~3.0.0", |
||
2573 | "symfony/security": "~2.6|~3.0.0", |
||
2574 | "symfony/security-acl": "~2.6|~3.0.0", |
||
2575 | "symfony/stopwatch": "~2.2|~3.0.0", |
||
2576 | "symfony/templating": "~2.1|~3.0.0", |
||
2577 | "symfony/translation": "~2.7|~3.0.0", |
||
2578 | "symfony/var-dumper": "~2.6|~3.0.0", |
||
2579 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
2580 | }, |
||
2581 | "suggest": { |
||
2582 | "symfony/asset": "For using the AssetExtension", |
||
2583 | "symfony/expression-language": "For using the ExpressionExtension", |
||
2584 | "symfony/finder": "", |
||
2585 | "symfony/form": "For using the FormExtension", |
||
2586 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
2587 | "symfony/routing": "For using the RoutingExtension", |
||
2588 | "symfony/security": "For using the SecurityExtension", |
||
2589 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
2590 | "symfony/templating": "For using the TwigEngine", |
||
2591 | "symfony/translation": "For using the TranslationExtension", |
||
2592 | "symfony/var-dumper": "For using the DumpExtension", |
||
2593 | "symfony/yaml": "For using the YamlExtension" |
||
2594 | }, |
||
2595 | "type": "symfony-bridge", |
||
2596 | "extra": { |
||
2597 | "branch-alias": { |
||
2598 | "dev-master": "2.8-dev" |
||
2599 | } |
||
2600 | }, |
||
2601 | "autoload": { |
||
2602 | "psr-4": { |
||
2603 | "Symfony\\Bridge\\Twig\\": "" |
||
2604 | }, |
||
2605 | "exclude-from-classmap": [ |
||
2606 | "/Tests/" |
||
2607 | ] |
||
2608 | }, |
||
2609 | "notification-url": "https://packagist.org/downloads/", |
||
2610 | "license": [ |
||
2611 | "MIT" |
||
2612 | ], |
||
2613 | "authors": [ |
||
2614 | { |
||
2615 | "name": "Fabien Potencier", |
||
2616 | "email": "[email protected]" |
||
2617 | }, |
||
2618 | { |
||
2619 | "name": "Symfony Community", |
||
2620 | "homepage": "https://symfony.com/contributors" |
||
2621 | } |
||
2622 | ], |
||
2623 | "description": "Symfony Twig Bridge", |
||
2624 | "homepage": "https://symfony.com", |
||
2625 | "time": "2016-06-29 05:29:29" |
||
2626 | }, |
||
2627 | { |
||
2628 | "name": "symfony/validator", |
||
2629 | "version": "v2.8.8", |
||
2630 | "source": { |
||
2631 | "type": "git", |
||
2632 | "url": "https://github.com/symfony/validator.git", |
||
2633 | "reference": "366674c28bf7a107a8bce280c668bac40aeb090e" |
||
2634 | }, |
||
2635 | "dist": { |
||
2636 | "type": "zip", |
||
2637 | "url": "https://api.github.com/repos/symfony/validator/zipball/366674c28bf7a107a8bce280c668bac40aeb090e", |
||
2638 | "reference": "366674c28bf7a107a8bce280c668bac40aeb090e", |
||
2639 | "shasum": "" |
||
2640 | }, |
||
2641 | "require": { |
||
2642 | "php": ">=5.3.9", |
||
2643 | "symfony/polyfill-mbstring": "~1.0", |
||
2644 | "symfony/translation": "~2.4|~3.0.0" |
||
2645 | }, |
||
2646 | "require-dev": { |
||
2647 | "doctrine/annotations": "~1.0", |
||
2648 | "doctrine/cache": "~1.0", |
||
2649 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
2650 | "symfony/config": "~2.2|~3.0.0", |
||
2651 | "symfony/expression-language": "~2.4|~3.0.0", |
||
2652 | "symfony/http-foundation": "~2.1|~3.0.0", |
||
2653 | "symfony/intl": "~2.7.4|~2.8|~3.0.0", |
||
2654 | "symfony/property-access": "~2.3|~3.0.0", |
||
2655 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
2656 | }, |
||
2657 | "suggest": { |
||
2658 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
2659 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
2660 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
2661 | "symfony/config": "", |
||
2662 | "symfony/expression-language": "For using the 2.4 Expression validator", |
||
2663 | "symfony/http-foundation": "", |
||
2664 | "symfony/intl": "", |
||
2665 | "symfony/property-access": "For using the 2.4 Validator API", |
||
2666 | "symfony/yaml": "" |
||
2667 | }, |
||
2668 | "type": "library", |
||
2669 | "extra": { |
||
2670 | "branch-alias": { |
||
2671 | "dev-master": "2.8-dev" |
||
2672 | } |
||
2673 | }, |
||
2674 | "autoload": { |
||
2675 | "psr-4": { |
||
2676 | "Symfony\\Component\\Validator\\": "" |
||
2677 | }, |
||
2678 | "exclude-from-classmap": [ |
||
2679 | "/Tests/" |
||
2680 | ] |
||
2681 | }, |
||
2682 | "notification-url": "https://packagist.org/downloads/", |
||
2683 | "license": [ |
||
2684 | "MIT" |
||
2685 | ], |
||
2686 | "authors": [ |
||
2687 | { |
||
2688 | "name": "Fabien Potencier", |
||
2689 | "email": "[email protected]" |
||
2690 | }, |
||
2691 | { |
||
2692 | "name": "Symfony Community", |
||
2693 | "homepage": "https://symfony.com/contributors" |
||
2694 | } |
||
2695 | ], |
||
2696 | "description": "Symfony Validator Component", |
||
2697 | "homepage": "https://symfony.com", |
||
2698 | "time": "2016-06-29 05:29:29" |
||
2699 | }, |
||
2700 | { |
||
2701 | "name": "twig/twig", |
||
2702 | "version": "v1.24.1", |
||
2703 | "source": { |
||
2704 | "type": "git", |
||
2705 | "url": "https://github.com/twigphp/Twig.git", |
||
2706 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512" |
||
2707 | }, |
||
2708 | "dist": { |
||
2709 | "type": "zip", |
||
2710 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
2711 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
2712 | "shasum": "" |
||
2713 | }, |
||
2714 | "require": { |
||
2715 | "php": ">=5.2.7" |
||
2716 | }, |
||
2717 | "require-dev": { |
||
2718 | "symfony/debug": "~2.7", |
||
2719 | "symfony/phpunit-bridge": "~2.7" |
||
2720 | }, |
||
2721 | "type": "library", |
||
2722 | "extra": { |
||
2723 | "branch-alias": { |
||
2724 | "dev-master": "1.24-dev" |
||
2725 | } |
||
2726 | }, |
||
2727 | "autoload": { |
||
2728 | "psr-0": { |
||
2729 | "Twig_": "lib/" |
||
2730 | } |
||
2731 | }, |
||
2732 | "notification-url": "https://packagist.org/downloads/", |
||
2733 | "license": [ |
||
2734 | "BSD-3-Clause" |
||
2735 | ], |
||
2736 | "authors": [ |
||
2737 | { |
||
2738 | "name": "Fabien Potencier", |
||
2739 | "email": "[email protected]", |
||
2740 | "homepage": "http://fabien.potencier.org", |
||
2741 | "role": "Lead Developer" |
||
2742 | }, |
||
2743 | { |
||
2744 | "name": "Armin Ronacher", |
||
2745 | "email": "[email protected]", |
||
2746 | "role": "Project Founder" |
||
2747 | }, |
||
2748 | { |
||
2749 | "name": "Twig Team", |
||
2750 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
2751 | "role": "Contributors" |
||
2752 | } |
||
2753 | ], |
||
2754 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
2755 | "homepage": "http://twig.sensiolabs.org", |
||
2756 | "keywords": [ |
||
2757 | "templating" |
||
2758 | ], |
||
2759 | "time": "2016-05-30 09:11:59" |
||
2760 | } |
||
2761 | ], |
||
2762 | "packages-dev": [ |
||
2763 | { |
||
2764 | "name": "behat/behat", |
||
2765 | "version": "v2.5.5", |
||
2766 | "source": { |
||
2767 | "type": "git", |
||
2768 | "url": "https://github.com/Behat/Behat.git", |
||
2769 | "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120" |
||
2770 | }, |
||
2771 | "dist": { |
||
2772 | "type": "zip", |
||
2773 | "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120", |
||
2774 | "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120", |
||
2775 | "shasum": "" |
||
2776 | }, |
||
2777 | "require": { |
||
2778 | "behat/gherkin": "~2.3.0", |
||
2779 | "php": ">=5.3.1", |
||
2780 | "symfony/config": "~2.3", |
||
2781 | "symfony/console": "~2.0", |
||
2782 | "symfony/dependency-injection": "~2.0", |
||
2783 | "symfony/event-dispatcher": "~2.0", |
||
2784 | "symfony/finder": "~2.0", |
||
2785 | "symfony/translation": "~2.3", |
||
2786 | "symfony/yaml": "~2.0" |
||
2787 | }, |
||
2788 | "require-dev": { |
||
2789 | "phpunit/phpunit": "~3.7.19" |
||
2790 | }, |
||
2791 | "suggest": { |
||
2792 | "behat/mink-extension": "for integration with Mink testing framework", |
||
2793 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
2794 | "behat/yii-extension": "for integration with Yii web framework" |
||
2795 | }, |
||
2796 | "bin": [ |
||
2797 | "bin/behat" |
||
2798 | ], |
||
2799 | "type": "library", |
||
2800 | "autoload": { |
||
2801 | "psr-0": { |
||
2802 | "Behat\\Behat": "src/" |
||
2803 | } |
||
2804 | }, |
||
2805 | "notification-url": "https://packagist.org/downloads/", |
||
2806 | "license": [ |
||
2807 | "MIT" |
||
2808 | ], |
||
2809 | "authors": [ |
||
2810 | { |
||
2811 | "name": "Konstantin Kudryashov", |
||
2812 | "email": "[email protected]", |
||
2813 | "homepage": "http://everzet.com" |
||
2814 | } |
||
2815 | ], |
||
2816 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
2817 | "homepage": "http://behat.org/", |
||
2818 | "keywords": [ |
||
2819 | "BDD", |
||
2820 | "Behat", |
||
2821 | "Symfony2" |
||
2822 | ], |
||
2823 | "time": "2015-06-01 09:37:55" |
||
2824 | }, |
||
2825 | { |
||
2826 | "name": "behat/gherkin", |
||
2827 | "version": "v2.3.5", |
||
2828 | "source": { |
||
2829 | "type": "git", |
||
2830 | "url": "https://github.com/Behat/Gherkin.git", |
||
2831 | "reference": "2b33963da5525400573560c173ab5c9c057e1852" |
||
2832 | }, |
||
2833 | "dist": { |
||
2834 | "type": "zip", |
||
2835 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852", |
||
2836 | "reference": "2b33963da5525400573560c173ab5c9c057e1852", |
||
2837 | "shasum": "" |
||
2838 | }, |
||
2839 | "require": { |
||
2840 | "php": ">=5.3.1", |
||
2841 | "symfony/finder": "~2.0" |
||
2842 | }, |
||
2843 | "require-dev": { |
||
2844 | "symfony/config": "~2.0", |
||
2845 | "symfony/translation": "~2.0", |
||
2846 | "symfony/yaml": "~2.0" |
||
2847 | }, |
||
2848 | "suggest": { |
||
2849 | "symfony/config": "If you want to use Config component to manage resources", |
||
2850 | "symfony/translation": "If you want to use Symfony2 translations adapter", |
||
2851 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
2852 | }, |
||
2853 | "type": "library", |
||
2854 | "extra": { |
||
2855 | "branch-alias": { |
||
2856 | "dev-develop": "2.2-dev" |
||
2857 | } |
||
2858 | }, |
||
2859 | "autoload": { |
||
2860 | "psr-0": { |
||
2861 | "Behat\\Gherkin": "src/" |
||
2862 | } |
||
2863 | }, |
||
2864 | "notification-url": "https://packagist.org/downloads/", |
||
2865 | "license": [ |
||
2866 | "MIT" |
||
2867 | ], |
||
2868 | "authors": [ |
||
2869 | { |
||
2870 | "name": "Konstantin Kudryashov", |
||
2871 | "email": "[email protected]", |
||
2872 | "homepage": "http://everzet.com" |
||
2873 | } |
||
2874 | ], |
||
2875 | "description": "Gherkin DSL parser for PHP 5.3", |
||
2876 | "homepage": "http://behat.org/", |
||
2877 | "keywords": [ |
||
2878 | "BDD", |
||
2879 | "Behat", |
||
2880 | "DSL", |
||
2881 | "Symfony2", |
||
2882 | "parser" |
||
2883 | ], |
||
2884 | "time": "2013-10-15 11:22:17" |
||
2885 | }, |
||
2886 | { |
||
2887 | "name": "behat/mink", |
||
2888 | "version": "v1.7.1", |
||
2889 | "source": { |
||
2890 | "type": "git", |
||
2891 | "url": "https://github.com/minkphp/Mink.git", |
||
2892 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" |
||
2893 | }, |
||
2894 | "dist": { |
||
2895 | "type": "zip", |
||
2896 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
2897 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
2898 | "shasum": "" |
||
2899 | }, |
||
2900 | "require": { |
||
2901 | "php": ">=5.3.1", |
||
2902 | "symfony/css-selector": "~2.1|~3.0" |
||
2903 | }, |
||
2904 | "require-dev": { |
||
2905 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
2906 | }, |
||
2907 | "suggest": { |
||
2908 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
2909 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
2910 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
2911 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
2912 | }, |
||
2913 | "type": "library", |
||
2914 | "extra": { |
||
2915 | "branch-alias": { |
||
2916 | "dev-master": "1.7.x-dev" |
||
2917 | } |
||
2918 | }, |
||
2919 | "autoload": { |
||
2920 | "psr-4": { |
||
2921 | "Behat\\Mink\\": "src/" |
||
2922 | } |
||
2923 | }, |
||
2924 | "notification-url": "https://packagist.org/downloads/", |
||
2925 | "license": [ |
||
2926 | "MIT" |
||
2927 | ], |
||
2928 | "authors": [ |
||
2929 | { |
||
2930 | "name": "Konstantin Kudryashov", |
||
2931 | "email": "[email protected]", |
||
2932 | "homepage": "http://everzet.com" |
||
2933 | } |
||
2934 | ], |
||
2935 | "description": "Browser controller/emulator abstraction for PHP", |
||
2936 | "homepage": "http://mink.behat.org/", |
||
2937 | "keywords": [ |
||
2938 | "browser", |
||
2939 | "testing", |
||
2940 | "web" |
||
2941 | ], |
||
2942 | "time": "2016-03-05 08:26:18" |
||
2943 | }, |
||
2944 | { |
||
2945 | "name": "behat/mink-browserkit-driver", |
||
2946 | "version": "v1.3.2", |
||
2947 | "source": { |
||
2948 | "type": "git", |
||
2949 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
2950 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" |
||
2951 | }, |
||
2952 | "dist": { |
||
2953 | "type": "zip", |
||
2954 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
2955 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
2956 | "shasum": "" |
||
2957 | }, |
||
2958 | "require": { |
||
2959 | "behat/mink": "^1.7.1@dev", |
||
2960 | "php": ">=5.3.6", |
||
2961 | "symfony/browser-kit": "~2.3|~3.0", |
||
2962 | "symfony/dom-crawler": "~2.3|~3.0" |
||
2963 | }, |
||
2964 | "require-dev": { |
||
2965 | "silex/silex": "~1.2", |
||
2966 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
2967 | }, |
||
2968 | "type": "mink-driver", |
||
2969 | "extra": { |
||
2970 | "branch-alias": { |
||
2971 | "dev-master": "1.3.x-dev" |
||
2972 | } |
||
2973 | }, |
||
2974 | "autoload": { |
||
2975 | "psr-4": { |
||
2976 | "Behat\\Mink\\Driver\\": "src/" |
||
2977 | } |
||
2978 | }, |
||
2979 | "notification-url": "https://packagist.org/downloads/", |
||
2980 | "license": [ |
||
2981 | "MIT" |
||
2982 | ], |
||
2983 | "authors": [ |
||
2984 | { |
||
2985 | "name": "Konstantin Kudryashov", |
||
2986 | "email": "[email protected]", |
||
2987 | "homepage": "http://everzet.com" |
||
2988 | } |
||
2989 | ], |
||
2990 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
2991 | "homepage": "http://mink.behat.org/", |
||
2992 | "keywords": [ |
||
2993 | "Mink", |
||
2994 | "Symfony2", |
||
2995 | "browser", |
||
2996 | "testing" |
||
2997 | ], |
||
2998 | "time": "2016-03-05 08:59:47" |
||
2999 | }, |
||
3000 | { |
||
3001 | "name": "behat/mink-extension", |
||
3002 | "version": "v1.3.3", |
||
3003 | "source": { |
||
3004 | "type": "git", |
||
3005 | "url": "https://github.com/Behat/MinkExtension.git", |
||
3006 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8" |
||
3007 | }, |
||
3008 | "dist": { |
||
3009 | "type": "zip", |
||
3010 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
3011 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
3012 | "shasum": "" |
||
3013 | }, |
||
3014 | "require": { |
||
3015 | "behat/behat": "~2.5.0", |
||
3016 | "behat/mink": "~1.5", |
||
3017 | "php": ">=5.3.2", |
||
3018 | "symfony/config": "~2.2" |
||
3019 | }, |
||
3020 | "require-dev": { |
||
3021 | "behat/mink-goutte-driver": "~1.0", |
||
3022 | "fabpot/goutte": "~1.0" |
||
3023 | }, |
||
3024 | "type": "behat-extension", |
||
3025 | "autoload": { |
||
3026 | "psr-0": { |
||
3027 | "Behat\\MinkExtension": "src/" |
||
3028 | } |
||
3029 | }, |
||
3030 | "notification-url": "https://packagist.org/downloads/", |
||
3031 | "license": [ |
||
3032 | "MIT" |
||
3033 | ], |
||
3034 | "authors": [ |
||
3035 | { |
||
3036 | "name": "Konstantin Kudryashov", |
||
3037 | "email": "[email protected]", |
||
3038 | "homepage": "http://everzet.com" |
||
3039 | } |
||
3040 | ], |
||
3041 | "description": "Mink extension for Behat", |
||
3042 | "homepage": "http://mink.behat.org", |
||
3043 | "keywords": [ |
||
3044 | "browser", |
||
3045 | "gui", |
||
3046 | "test", |
||
3047 | "web" |
||
3048 | ], |
||
3049 | "time": "2014-05-15 19:27:39" |
||
3050 | }, |
||
3051 | { |
||
3052 | "name": "behat/mink-goutte-driver", |
||
3053 | "version": "v1.2.1", |
||
3054 | "source": { |
||
3055 | "type": "git", |
||
3056 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", |
||
3057 | "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" |
||
3058 | }, |
||
3059 | "dist": { |
||
3060 | "type": "zip", |
||
3061 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", |
||
3062 | "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", |
||
3063 | "shasum": "" |
||
3064 | }, |
||
3065 | "require": { |
||
3066 | "behat/mink": "~1.6@dev", |
||
3067 | "behat/mink-browserkit-driver": "~1.2@dev", |
||
3068 | "fabpot/goutte": "~1.0.4|~2.0|~3.1", |
||
3069 | "php": ">=5.3.1" |
||
3070 | }, |
||
3071 | "require-dev": { |
||
3072 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
3073 | }, |
||
3074 | "type": "mink-driver", |
||
3075 | "extra": { |
||
3076 | "branch-alias": { |
||
3077 | "dev-master": "1.2.x-dev" |
||
3078 | } |
||
3079 | }, |
||
3080 | "autoload": { |
||
3081 | "psr-4": { |
||
3082 | "Behat\\Mink\\Driver\\": "src/" |
||
3083 | } |
||
3084 | }, |
||
3085 | "notification-url": "https://packagist.org/downloads/", |
||
3086 | "license": [ |
||
3087 | "MIT" |
||
3088 | ], |
||
3089 | "authors": [ |
||
3090 | { |
||
3091 | "name": "Konstantin Kudryashov", |
||
3092 | "email": "[email protected]", |
||
3093 | "homepage": "http://everzet.com" |
||
3094 | } |
||
3095 | ], |
||
3096 | "description": "Goutte driver for Mink framework", |
||
3097 | "homepage": "http://mink.behat.org/", |
||
3098 | "keywords": [ |
||
3099 | "browser", |
||
3100 | "goutte", |
||
3101 | "headless", |
||
3102 | "testing" |
||
3103 | ], |
||
3104 | "time": "2016-03-05 09:04:22" |
||
3105 | }, |
||
3106 | { |
||
3107 | "name": "behat/mink-selenium2-driver", |
||
3108 | "version": "v1.3.1", |
||
3109 | "source": { |
||
3110 | "type": "git", |
||
3111 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", |
||
3112 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" |
||
3113 | }, |
||
3114 | "dist": { |
||
3115 | "type": "zip", |
||
3116 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
3117 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
3118 | "shasum": "" |
||
3119 | }, |
||
3120 | "require": { |
||
3121 | "behat/mink": "~1.7@dev", |
||
3122 | "instaclick/php-webdriver": "~1.1", |
||
3123 | "php": ">=5.3.1" |
||
3124 | }, |
||
3125 | "require-dev": { |
||
3126 | "symfony/phpunit-bridge": "~2.7" |
||
3127 | }, |
||
3128 | "type": "mink-driver", |
||
3129 | "extra": { |
||
3130 | "branch-alias": { |
||
3131 | "dev-master": "1.3.x-dev" |
||
3132 | } |
||
3133 | }, |
||
3134 | "autoload": { |
||
3135 | "psr-4": { |
||
3136 | "Behat\\Mink\\Driver\\": "src/" |
||
3137 | } |
||
3138 | }, |
||
3139 | "notification-url": "https://packagist.org/downloads/", |
||
3140 | "license": [ |
||
3141 | "MIT" |
||
3142 | ], |
||
3143 | "authors": [ |
||
3144 | { |
||
3145 | "name": "Konstantin Kudryashov", |
||
3146 | "email": "[email protected]", |
||
3147 | "homepage": "http://everzet.com" |
||
3148 | }, |
||
3149 | { |
||
3150 | "name": "Pete Otaqui", |
||
3151 | "email": "[email protected]", |
||
3152 | "homepage": "https://github.com/pete-otaqui" |
||
3153 | } |
||
3154 | ], |
||
3155 | "description": "Selenium2 (WebDriver) driver for Mink framework", |
||
3156 | "homepage": "http://mink.behat.org/", |
||
3157 | "keywords": [ |
||
3158 | "ajax", |
||
3159 | "browser", |
||
3160 | "javascript", |
||
3161 | "selenium", |
||
3162 | "testing", |
||
3163 | "webdriver" |
||
3164 | ], |
||
3165 | "time": "2016-03-05 09:10:18" |
||
3166 | }, |
||
3167 | { |
||
3168 | "name": "camspiers/json-pretty", |
||
3169 | "version": "1.0.2", |
||
3170 | "source": { |
||
3171 | "type": "git", |
||
3172 | "url": "https://github.com/camspiers/json-pretty.git", |
||
3173 | "reference": "17be37cb83af8014658da48fa0012604179039a7" |
||
3174 | }, |
||
3175 | "dist": { |
||
3176 | "type": "zip", |
||
3177 | "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7", |
||
3178 | "reference": "17be37cb83af8014658da48fa0012604179039a7", |
||
3179 | "shasum": "" |
||
3180 | }, |
||
3181 | "require-dev": { |
||
3182 | "phpunit/phpunit": "~4.0" |
||
3183 | }, |
||
3184 | "type": "library", |
||
3185 | "autoload": { |
||
3186 | "psr-0": { |
||
3187 | "Camspiers": "src/" |
||
3188 | } |
||
3189 | }, |
||
3190 | "notification-url": "https://packagist.org/downloads/", |
||
3191 | "license": [ |
||
3192 | "MIT" |
||
3193 | ], |
||
3194 | "authors": [ |
||
3195 | { |
||
3196 | "name": "Cam Spiers", |
||
3197 | "email": "[email protected]" |
||
3198 | } |
||
3199 | ], |
||
3200 | "description": "Provides support for json pretty printing", |
||
3201 | "time": "2016-02-06 01:25:58" |
||
3202 | }, |
||
3203 | { |
||
3204 | "name": "doctrine/instantiator", |
||
3205 | "version": "1.0.5", |
||
3206 | "source": { |
||
3207 | "type": "git", |
||
3208 | "url": "https://github.com/doctrine/instantiator.git", |
||
3209 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
3210 | }, |
||
3211 | "dist": { |
||
3212 | "type": "zip", |
||
3213 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
3214 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
3215 | "shasum": "" |
||
3216 | }, |
||
3217 | "require": { |
||
3218 | "php": ">=5.3,<8.0-DEV" |
||
3219 | }, |
||
3220 | "require-dev": { |
||
3221 | "athletic/athletic": "~0.1.8", |
||
3222 | "ext-pdo": "*", |
||
3223 | "ext-phar": "*", |
||
3224 | "phpunit/phpunit": "~4.0", |
||
3225 | "squizlabs/php_codesniffer": "~2.0" |
||
3226 | }, |
||
3227 | "type": "library", |
||
3228 | "extra": { |
||
3229 | "branch-alias": { |
||
3230 | "dev-master": "1.0.x-dev" |
||
3231 | } |
||
3232 | }, |
||
3233 | "autoload": { |
||
3234 | "psr-4": { |
||
3235 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
3236 | } |
||
3237 | }, |
||
3238 | "notification-url": "https://packagist.org/downloads/", |
||
3239 | "license": [ |
||
3240 | "MIT" |
||
3241 | ], |
||
3242 | "authors": [ |
||
3243 | { |
||
3244 | "name": "Marco Pivetta", |
||
3245 | "email": "[email protected]", |
||
3246 | "homepage": "http://ocramius.github.com/" |
||
3247 | } |
||
3248 | ], |
||
3249 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
3250 | "homepage": "https://github.com/doctrine/instantiator", |
||
3251 | "keywords": [ |
||
3252 | "constructor", |
||
3253 | "instantiate" |
||
3254 | ], |
||
3255 | "time": "2015-06-14 21:17:01" |
||
3256 | }, |
||
3257 | { |
||
3258 | "name": "fabpot/goutte", |
||
3259 | "version": "v2.0.4", |
||
3260 | "source": { |
||
3261 | "type": "git", |
||
3262 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
||
3263 | "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802" |
||
3264 | }, |
||
3265 | "dist": { |
||
3266 | "type": "zip", |
||
3267 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802", |
||
3268 | "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802", |
||
3269 | "shasum": "" |
||
3270 | }, |
||
3271 | "require": { |
||
3272 | "guzzlehttp/guzzle": ">=4,<6", |
||
3273 | "php": ">=5.4.0", |
||
3274 | "symfony/browser-kit": "~2.1", |
||
3275 | "symfony/css-selector": "~2.1", |
||
3276 | "symfony/dom-crawler": "~2.1" |
||
3277 | }, |
||
3278 | "type": "application", |
||
3279 | "extra": { |
||
3280 | "branch-alias": { |
||
3281 | "dev-master": "2.0-dev" |
||
3282 | } |
||
3283 | }, |
||
3284 | "autoload": { |
||
3285 | "psr-4": { |
||
3286 | "Goutte\\": "Goutte" |
||
3287 | } |
||
3288 | }, |
||
3289 | "notification-url": "https://packagist.org/downloads/", |
||
3290 | "license": [ |
||
3291 | "MIT" |
||
3292 | ], |
||
3293 | "authors": [ |
||
3294 | { |
||
3295 | "name": "Fabien Potencier", |
||
3296 | "email": "[email protected]" |
||
3297 | } |
||
3298 | ], |
||
3299 | "description": "A simple PHP Web Scraper", |
||
3300 | "homepage": "https://github.com/FriendsOfPHP/Goutte", |
||
3301 | "keywords": [ |
||
3302 | "scraper" |
||
3303 | ], |
||
3304 | "time": "2015-05-05 21:14:57" |
||
3305 | }, |
||
3306 | { |
||
3307 | "name": "hamcrest/hamcrest-php", |
||
3308 | "version": "v1.2.2", |
||
3309 | "source": { |
||
3310 | "type": "git", |
||
3311 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
3312 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
3313 | }, |
||
3314 | "dist": { |
||
3315 | "type": "zip", |
||
3316 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3317 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3318 | "shasum": "" |
||
3319 | }, |
||
3320 | "require": { |
||
3321 | "php": ">=5.3.2" |
||
3322 | }, |
||
3323 | "replace": { |
||
3324 | "cordoval/hamcrest-php": "*", |
||
3325 | "davedevelopment/hamcrest-php": "*", |
||
3326 | "kodova/hamcrest-php": "*" |
||
3327 | }, |
||
3328 | "require-dev": { |
||
3329 | "phpunit/php-file-iterator": "1.3.3", |
||
3330 | "satooshi/php-coveralls": "dev-master" |
||
3331 | }, |
||
3332 | "type": "library", |
||
3333 | "autoload": { |
||
3334 | "classmap": [ |
||
3335 | "hamcrest" |
||
3336 | ], |
||
3337 | "files": [ |
||
3338 | "hamcrest/Hamcrest.php" |
||
3339 | ] |
||
3340 | }, |
||
3341 | "notification-url": "https://packagist.org/downloads/", |
||
3342 | "license": [ |
||
3343 | "BSD" |
||
3344 | ], |
||
3345 | "description": "This is the PHP port of Hamcrest Matchers", |
||
3346 | "keywords": [ |
||
3347 | "test" |
||
3348 | ], |
||
3349 | "time": "2015-05-11 14:41:42" |
||
3350 | }, |
||
3351 | { |
||
3352 | "name": "ibuildings/qa-tools", |
||
3353 | "version": "1.1.27", |
||
3354 | "source": { |
||
3355 | "type": "git", |
||
3356 | "url": "https://github.com/ibuildingsnl/qa-tools.git", |
||
3357 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd" |
||
3358 | }, |
||
3359 | "dist": { |
||
3360 | "type": "zip", |
||
3361 | "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
3362 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
3363 | "shasum": "" |
||
3364 | }, |
||
3365 | "require": { |
||
3366 | "behat/behat": "~2.5", |
||
3367 | "behat/mink": "*", |
||
3368 | "behat/mink-extension": "*", |
||
3369 | "behat/mink-goutte-driver": ">=1.0.9", |
||
3370 | "behat/mink-selenium2-driver": "*", |
||
3371 | "camspiers/json-pretty": "~1.0", |
||
3372 | "phpmd/phpmd": "~2", |
||
3373 | "phpunit/phpunit": "~4", |
||
3374 | "sebastian/phpcpd": "~2", |
||
3375 | "sensiolabs/security-checker": "~2.0", |
||
3376 | "squizlabs/php_codesniffer": "~1", |
||
3377 | "symfony/console": "~2.1", |
||
3378 | "symfony/filesystem": "~2.1", |
||
3379 | "twig/twig": "~1.12" |
||
3380 | }, |
||
3381 | "bin": [ |
||
3382 | "bin/qa-tools", |
||
3383 | "bin/jshint" |
||
3384 | ], |
||
3385 | "type": "library", |
||
3386 | "extra": { |
||
3387 | "branch-alias": { |
||
3388 | "dev-master": "1.1.x-dev" |
||
3389 | } |
||
3390 | }, |
||
3391 | "autoload": { |
||
3392 | "psr-0": { |
||
3393 | "Ibuildings": "src/" |
||
3394 | } |
||
3395 | }, |
||
3396 | "notification-url": "https://packagist.org/downloads/", |
||
3397 | "license": [ |
||
3398 | "MIT" |
||
3399 | ], |
||
3400 | "description": "Ibuildings standard QA Tools", |
||
3401 | "time": "2014-10-06 10:35:34" |
||
3402 | }, |
||
3403 | { |
||
3404 | "name": "instaclick/php-webdriver", |
||
3405 | "version": "1.4.3", |
||
3406 | "source": { |
||
3407 | "type": "git", |
||
3408 | "url": "https://github.com/instaclick/php-webdriver.git", |
||
3409 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb" |
||
3410 | }, |
||
3411 | "dist": { |
||
3412 | "type": "zip", |
||
3413 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
3414 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
3415 | "shasum": "" |
||
3416 | }, |
||
3417 | "require": { |
||
3418 | "ext-curl": "*", |
||
3419 | "php": ">=5.3.2" |
||
3420 | }, |
||
3421 | "require-dev": { |
||
3422 | "satooshi/php-coveralls": "dev-master" |
||
3423 | }, |
||
3424 | "type": "library", |
||
3425 | "extra": { |
||
3426 | "branch-alias": { |
||
3427 | "dev-master": "1.4.x-dev" |
||
3428 | } |
||
3429 | }, |
||
3430 | "autoload": { |
||
3431 | "psr-0": { |
||
3432 | "WebDriver": "lib/" |
||
3433 | } |
||
3434 | }, |
||
3435 | "notification-url": "https://packagist.org/downloads/", |
||
3436 | "license": [ |
||
3437 | "Apache-2.0" |
||
3438 | ], |
||
3439 | "authors": [ |
||
3440 | { |
||
3441 | "name": "Justin Bishop", |
||
3442 | "email": "[email protected]", |
||
3443 | "role": "Developer" |
||
3444 | }, |
||
3445 | { |
||
3446 | "name": "Anthon Pang", |
||
3447 | "email": "[email protected]", |
||
3448 | "role": "Fork Maintainer" |
||
3449 | } |
||
3450 | ], |
||
3451 | "description": "PHP WebDriver for Selenium 2", |
||
3452 | "homepage": "http://instaclick.com/", |
||
3453 | "keywords": [ |
||
3454 | "browser", |
||
3455 | "selenium", |
||
3456 | "webdriver", |
||
3457 | "webtest" |
||
3458 | ], |
||
3459 | "time": "2015-06-15 20:19:33" |
||
3460 | }, |
||
3461 | { |
||
3462 | "name": "liip/rmt", |
||
3463 | "version": "1.1.9", |
||
3464 | "source": { |
||
3465 | "type": "git", |
||
3466 | "url": "https://github.com/liip/RMT.git", |
||
3467 | "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07" |
||
3468 | }, |
||
3469 | "dist": { |
||
3470 | "type": "zip", |
||
3471 | "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07", |
||
3472 | "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07", |
||
3473 | "shasum": "" |
||
3474 | }, |
||
3475 | "require": { |
||
3476 | "php": ">=5.3.3", |
||
3477 | "sensiolabs/security-checker": "~2.0", |
||
3478 | "symfony/console": "~2.0", |
||
3479 | "symfony/process": "~2.0", |
||
3480 | "symfony/yaml": "~2.0", |
||
3481 | "vierbergenlars/php-semver": "~3.0" |
||
3482 | }, |
||
3483 | "bin": [ |
||
3484 | "RMT" |
||
3485 | ], |
||
3486 | "type": "library", |
||
3487 | "autoload": { |
||
3488 | "psr-0": { |
||
3489 | "Liip": "src" |
||
3490 | } |
||
3491 | }, |
||
3492 | "notification-url": "https://packagist.org/downloads/", |
||
3493 | "license": [ |
||
3494 | "MIT" |
||
3495 | ], |
||
3496 | "authors": [ |
||
3497 | { |
||
3498 | "name": "Laurent Prodon", |
||
3499 | "email": "[email protected]", |
||
3500 | "role": "Developer" |
||
3501 | }, |
||
3502 | { |
||
3503 | "name": "David Jeanmonod", |
||
3504 | "email": "[email protected]", |
||
3505 | "role": "Developer" |
||
3506 | } |
||
3507 | ], |
||
3508 | "description": "Release Managment Tool: a handy tool to help releasing new version of your software", |
||
3509 | "homepage": "http://github.com/liip/RMT", |
||
3510 | "keywords": [ |
||
3511 | "post-release", |
||
3512 | "pre-release", |
||
3513 | "release", |
||
3514 | "semantic versioning", |
||
3515 | "vcs tag", |
||
3516 | "version" |
||
3517 | ], |
||
3518 | "time": "2015-05-06 20:11:13" |
||
3519 | }, |
||
3520 | { |
||
3521 | "name": "mockery/mockery", |
||
3522 | "version": "0.9.5", |
||
3523 | "source": { |
||
3524 | "type": "git", |
||
3525 | "url": "https://github.com/padraic/mockery.git", |
||
3526 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
3527 | }, |
||
3528 | "dist": { |
||
3529 | "type": "zip", |
||
3530 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3531 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3532 | "shasum": "" |
||
3533 | }, |
||
3534 | "require": { |
||
3535 | "hamcrest/hamcrest-php": "~1.1", |
||
3536 | "lib-pcre": ">=7.0", |
||
3537 | "php": ">=5.3.2" |
||
3538 | }, |
||
3539 | "require-dev": { |
||
3540 | "phpunit/phpunit": "~4.0" |
||
3541 | }, |
||
3542 | "type": "library", |
||
3543 | "extra": { |
||
3544 | "branch-alias": { |
||
3545 | "dev-master": "0.9.x-dev" |
||
3546 | } |
||
3547 | }, |
||
3548 | "autoload": { |
||
3549 | "psr-0": { |
||
3550 | "Mockery": "library/" |
||
3551 | } |
||
3552 | }, |
||
3553 | "notification-url": "https://packagist.org/downloads/", |
||
3554 | "license": [ |
||
3555 | "BSD-3-Clause" |
||
3556 | ], |
||
3557 | "authors": [ |
||
3558 | { |
||
3559 | "name": "Pádraic Brady", |
||
3560 | "email": "[email protected]", |
||
3561 | "homepage": "http://blog.astrumfutura.com" |
||
3562 | }, |
||
3563 | { |
||
3564 | "name": "Dave Marshall", |
||
3565 | "email": "[email protected]", |
||
3566 | "homepage": "http://davedevelopment.co.uk" |
||
3567 | } |
||
3568 | ], |
||
3569 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
3570 | "homepage": "http://github.com/padraic/mockery", |
||
3571 | "keywords": [ |
||
3572 | "BDD", |
||
3573 | "TDD", |
||
3574 | "library", |
||
3575 | "mock", |
||
3576 | "mock objects", |
||
3577 | "mockery", |
||
3578 | "stub", |
||
3579 | "test", |
||
3580 | "test double", |
||
3581 | "testing" |
||
3582 | ], |
||
3583 | "time": "2016-05-22 21:52:33" |
||
3584 | }, |
||
3585 | { |
||
3586 | "name": "pdepend/pdepend", |
||
3587 | "version": "2.2.4", |
||
3588 | "source": { |
||
3589 | "type": "git", |
||
3590 | "url": "https://github.com/pdepend/pdepend.git", |
||
3591 | "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06" |
||
3592 | }, |
||
3593 | "dist": { |
||
3594 | "type": "zip", |
||
3595 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06", |
||
3596 | "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06", |
||
3597 | "shasum": "" |
||
3598 | }, |
||
3599 | "require": { |
||
3600 | "php": ">=5.3.7", |
||
3601 | "symfony/config": "^2.3.0|^3", |
||
3602 | "symfony/dependency-injection": "^2.3.0|^3", |
||
3603 | "symfony/filesystem": "^2.3.0|^3" |
||
3604 | }, |
||
3605 | "require-dev": { |
||
3606 | "phpunit/phpunit": "^4.4.0,<4.8", |
||
3607 | "squizlabs/php_codesniffer": "^2.0.0" |
||
3608 | }, |
||
3609 | "bin": [ |
||
3610 | "src/bin/pdepend" |
||
3611 | ], |
||
3612 | "type": "library", |
||
3613 | "autoload": { |
||
3614 | "psr-4": { |
||
3615 | "PDepend\\": "src/main/php/PDepend" |
||
3616 | } |
||
3617 | }, |
||
3618 | "notification-url": "https://packagist.org/downloads/", |
||
3619 | "license": [ |
||
3620 | "BSD-3-Clause" |
||
3621 | ], |
||
3622 | "description": "Official version of pdepend to be handled with Composer", |
||
3623 | "time": "2016-03-10 15:15:04" |
||
3624 | }, |
||
3625 | { |
||
3626 | "name": "phpdocumentor/reflection-common", |
||
3627 | "version": "1.0", |
||
3628 | "source": { |
||
3629 | "type": "git", |
||
3630 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
3631 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
3632 | }, |
||
3633 | "dist": { |
||
3634 | "type": "zip", |
||
3635 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3636 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3637 | "shasum": "" |
||
3638 | }, |
||
3639 | "require": { |
||
3640 | "php": ">=5.5" |
||
3641 | }, |
||
3642 | "require-dev": { |
||
3643 | "phpunit/phpunit": "^4.6" |
||
3644 | }, |
||
3645 | "type": "library", |
||
3646 | "extra": { |
||
3647 | "branch-alias": { |
||
3648 | "dev-master": "1.0.x-dev" |
||
3649 | } |
||
3650 | }, |
||
3651 | "autoload": { |
||
3652 | "psr-4": { |
||
3653 | "phpDocumentor\\Reflection\\": [ |
||
3654 | "src" |
||
3655 | ] |
||
3656 | } |
||
3657 | }, |
||
3658 | "notification-url": "https://packagist.org/downloads/", |
||
3659 | "license": [ |
||
3660 | "MIT" |
||
3661 | ], |
||
3662 | "authors": [ |
||
3663 | { |
||
3664 | "name": "Jaap van Otterdijk", |
||
3665 | "email": "[email protected]" |
||
3666 | } |
||
3667 | ], |
||
3668 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
3669 | "homepage": "http://www.phpdoc.org", |
||
3670 | "keywords": [ |
||
3671 | "FQSEN", |
||
3672 | "phpDocumentor", |
||
3673 | "phpdoc", |
||
3674 | "reflection", |
||
3675 | "static analysis" |
||
3676 | ], |
||
3677 | "time": "2015-12-27 11:43:31" |
||
3678 | }, |
||
3679 | { |
||
3680 | "name": "phpdocumentor/reflection-docblock", |
||
3681 | "version": "3.1.0", |
||
3682 | "source": { |
||
3683 | "type": "git", |
||
3684 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3685 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
||
3686 | }, |
||
3687 | "dist": { |
||
3688 | "type": "zip", |
||
3689 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
||
3690 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
||
3691 | "shasum": "" |
||
3692 | }, |
||
3693 | "require": { |
||
3694 | "php": ">=5.5", |
||
3695 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
3696 | "phpdocumentor/type-resolver": "^0.2.0", |
||
3697 | "webmozart/assert": "^1.0" |
||
3698 | }, |
||
3699 | "require-dev": { |
||
3700 | "mockery/mockery": "^0.9.4", |
||
3701 | "phpunit/phpunit": "^4.4" |
||
3702 | }, |
||
3703 | "type": "library", |
||
3704 | "autoload": { |
||
3705 | "psr-4": { |
||
3706 | "phpDocumentor\\Reflection\\": [ |
||
3707 | "src/" |
||
3708 | ] |
||
3709 | } |
||
3710 | }, |
||
3711 | "notification-url": "https://packagist.org/downloads/", |
||
3712 | "license": [ |
||
3713 | "MIT" |
||
3714 | ], |
||
3715 | "authors": [ |
||
3716 | { |
||
3717 | "name": "Mike van Riel", |
||
3718 | "email": "[email protected]" |
||
3719 | } |
||
3720 | ], |
||
3721 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
3722 | "time": "2016-06-10 09:48:41" |
||
3723 | }, |
||
3724 | { |
||
3725 | "name": "phpdocumentor/type-resolver", |
||
3726 | "version": "0.2", |
||
3727 | "source": { |
||
3728 | "type": "git", |
||
3729 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
3730 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
3731 | }, |
||
3732 | "dist": { |
||
3733 | "type": "zip", |
||
3734 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
3735 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
3736 | "shasum": "" |
||
3737 | }, |
||
3738 | "require": { |
||
3739 | "php": ">=5.5", |
||
3740 | "phpdocumentor/reflection-common": "^1.0" |
||
3741 | }, |
||
3742 | "require-dev": { |
||
3743 | "mockery/mockery": "^0.9.4", |
||
3744 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
3745 | }, |
||
3746 | "type": "library", |
||
3747 | "extra": { |
||
3748 | "branch-alias": { |
||
3749 | "dev-master": "1.0.x-dev" |
||
3750 | } |
||
3751 | }, |
||
3752 | "autoload": { |
||
3753 | "psr-4": { |
||
3754 | "phpDocumentor\\Reflection\\": [ |
||
3755 | "src/" |
||
3756 | ] |
||
3757 | } |
||
3758 | }, |
||
3759 | "notification-url": "https://packagist.org/downloads/", |
||
3760 | "license": [ |
||
3761 | "MIT" |
||
3762 | ], |
||
3763 | "authors": [ |
||
3764 | { |
||
3765 | "name": "Mike van Riel", |
||
3766 | "email": "[email protected]" |
||
3767 | } |
||
3768 | ], |
||
3769 | "time": "2016-06-10 07:14:17" |
||
3770 | }, |
||
3771 | { |
||
3772 | "name": "phpmd/phpmd", |
||
3773 | "version": "2.4.3", |
||
3774 | "source": { |
||
3775 | "type": "git", |
||
3776 | "url": "https://github.com/phpmd/phpmd.git", |
||
3777 | "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e" |
||
3778 | }, |
||
3779 | "dist": { |
||
3780 | "type": "zip", |
||
3781 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e", |
||
3782 | "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e", |
||
3783 | "shasum": "" |
||
3784 | }, |
||
3785 | "require": { |
||
3786 | "pdepend/pdepend": "^2.0.4", |
||
3787 | "php": ">=5.3.0" |
||
3788 | }, |
||
3789 | "require-dev": { |
||
3790 | "phpunit/phpunit": "^4.0", |
||
3791 | "squizlabs/php_codesniffer": "^2.0" |
||
3792 | }, |
||
3793 | "bin": [ |
||
3794 | "src/bin/phpmd" |
||
3795 | ], |
||
3796 | "type": "project", |
||
3797 | "autoload": { |
||
3798 | "psr-0": { |
||
3799 | "PHPMD\\": "src/main/php" |
||
3800 | } |
||
3801 | }, |
||
3802 | "notification-url": "https://packagist.org/downloads/", |
||
3803 | "license": [ |
||
3804 | "BSD-3-Clause" |
||
3805 | ], |
||
3806 | "authors": [ |
||
3807 | { |
||
3808 | "name": "Manuel Pichler", |
||
3809 | "email": "[email protected]", |
||
3810 | "homepage": "https://github.com/manuelpichler", |
||
3811 | "role": "Project Founder" |
||
3812 | }, |
||
3813 | { |
||
3814 | "name": "Other contributors", |
||
3815 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
3816 | "role": "Contributors" |
||
3817 | }, |
||
3818 | { |
||
3819 | "name": "Marc Würth", |
||
3820 | "email": "[email protected]", |
||
3821 | "homepage": "https://github.com/ravage84", |
||
3822 | "role": "Project Maintainer" |
||
3823 | } |
||
3824 | ], |
||
3825 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
3826 | "homepage": "http://phpmd.org/", |
||
3827 | "keywords": [ |
||
3828 | "mess detection", |
||
3829 | "mess detector", |
||
3830 | "pdepend", |
||
3831 | "phpmd", |
||
3832 | "pmd" |
||
3833 | ], |
||
3834 | "time": "2016-04-04 11:52:04" |
||
3835 | }, |
||
3836 | { |
||
3837 | "name": "phpspec/prophecy", |
||
3838 | "version": "v1.6.1", |
||
3839 | "source": { |
||
3840 | "type": "git", |
||
3841 | "url": "https://github.com/phpspec/prophecy.git", |
||
3842 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
3843 | }, |
||
3844 | "dist": { |
||
3845 | "type": "zip", |
||
3846 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
3847 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
3848 | "shasum": "" |
||
3849 | }, |
||
3850 | "require": { |
||
3851 | "doctrine/instantiator": "^1.0.2", |
||
3852 | "php": "^5.3|^7.0", |
||
3853 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
3854 | "sebastian/comparator": "^1.1", |
||
3855 | "sebastian/recursion-context": "^1.0" |
||
3856 | }, |
||
3857 | "require-dev": { |
||
3858 | "phpspec/phpspec": "^2.0" |
||
3859 | }, |
||
3860 | "type": "library", |
||
3861 | "extra": { |
||
3862 | "branch-alias": { |
||
3863 | "dev-master": "1.6.x-dev" |
||
3864 | } |
||
3865 | }, |
||
3866 | "autoload": { |
||
3867 | "psr-0": { |
||
3868 | "Prophecy\\": "src/" |
||
3869 | } |
||
3870 | }, |
||
3871 | "notification-url": "https://packagist.org/downloads/", |
||
3872 | "license": [ |
||
3873 | "MIT" |
||
3874 | ], |
||
3875 | "authors": [ |
||
3876 | { |
||
3877 | "name": "Konstantin Kudryashov", |
||
3878 | "email": "[email protected]", |
||
3879 | "homepage": "http://everzet.com" |
||
3880 | }, |
||
3881 | { |
||
3882 | "name": "Marcello Duarte", |
||
3883 | "email": "[email protected]" |
||
3884 | } |
||
3885 | ], |
||
3886 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
3887 | "homepage": "https://github.com/phpspec/prophecy", |
||
3888 | "keywords": [ |
||
3889 | "Double", |
||
3890 | "Dummy", |
||
3891 | "fake", |
||
3892 | "mock", |
||
3893 | "spy", |
||
3894 | "stub" |
||
3895 | ], |
||
3896 | "time": "2016-06-07 08:13:47" |
||
3897 | }, |
||
3898 | { |
||
3899 | "name": "phpunit/php-code-coverage", |
||
3900 | "version": "2.2.4", |
||
3901 | "source": { |
||
3902 | "type": "git", |
||
3903 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
3904 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
3905 | }, |
||
3906 | "dist": { |
||
3907 | "type": "zip", |
||
3908 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
3909 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
3910 | "shasum": "" |
||
3911 | }, |
||
3912 | "require": { |
||
3913 | "php": ">=5.3.3", |
||
3914 | "phpunit/php-file-iterator": "~1.3", |
||
3915 | "phpunit/php-text-template": "~1.2", |
||
3916 | "phpunit/php-token-stream": "~1.3", |
||
3917 | "sebastian/environment": "^1.3.2", |
||
3918 | "sebastian/version": "~1.0" |
||
3919 | }, |
||
3920 | "require-dev": { |
||
3921 | "ext-xdebug": ">=2.1.4", |
||
3922 | "phpunit/phpunit": "~4" |
||
3923 | }, |
||
3924 | "suggest": { |
||
3925 | "ext-dom": "*", |
||
3926 | "ext-xdebug": ">=2.2.1", |
||
3927 | "ext-xmlwriter": "*" |
||
3928 | }, |
||
3929 | "type": "library", |
||
3930 | "extra": { |
||
3931 | "branch-alias": { |
||
3932 | "dev-master": "2.2.x-dev" |
||
3933 | } |
||
3934 | }, |
||
3935 | "autoload": { |
||
3936 | "classmap": [ |
||
3937 | "src/" |
||
3938 | ] |
||
3939 | }, |
||
3940 | "notification-url": "https://packagist.org/downloads/", |
||
3941 | "license": [ |
||
3942 | "BSD-3-Clause" |
||
3943 | ], |
||
3944 | "authors": [ |
||
3945 | { |
||
3946 | "name": "Sebastian Bergmann", |
||
3947 | "email": "[email protected]", |
||
3948 | "role": "lead" |
||
3949 | } |
||
3950 | ], |
||
3951 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
3952 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
3953 | "keywords": [ |
||
3954 | "coverage", |
||
3955 | "testing", |
||
3956 | "xunit" |
||
3957 | ], |
||
3958 | "time": "2015-10-06 15:47:00" |
||
3959 | }, |
||
3960 | { |
||
3961 | "name": "phpunit/php-file-iterator", |
||
3962 | "version": "1.4.1", |
||
3963 | "source": { |
||
3964 | "type": "git", |
||
3965 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
3966 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
3967 | }, |
||
3968 | "dist": { |
||
3969 | "type": "zip", |
||
3970 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
3971 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
3972 | "shasum": "" |
||
3973 | }, |
||
3974 | "require": { |
||
3975 | "php": ">=5.3.3" |
||
3976 | }, |
||
3977 | "type": "library", |
||
3978 | "extra": { |
||
3979 | "branch-alias": { |
||
3980 | "dev-master": "1.4.x-dev" |
||
3981 | } |
||
3982 | }, |
||
3983 | "autoload": { |
||
3984 | "classmap": [ |
||
3985 | "src/" |
||
3986 | ] |
||
3987 | }, |
||
3988 | "notification-url": "https://packagist.org/downloads/", |
||
3989 | "license": [ |
||
3990 | "BSD-3-Clause" |
||
3991 | ], |
||
3992 | "authors": [ |
||
3993 | { |
||
3994 | "name": "Sebastian Bergmann", |
||
3995 | "email": "[email protected]", |
||
3996 | "role": "lead" |
||
3997 | } |
||
3998 | ], |
||
3999 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
4000 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
4001 | "keywords": [ |
||
4002 | "filesystem", |
||
4003 | "iterator" |
||
4004 | ], |
||
4005 | "time": "2015-06-21 13:08:43" |
||
4006 | }, |
||
4007 | { |
||
4008 | "name": "phpunit/php-text-template", |
||
4009 | "version": "1.2.1", |
||
4010 | "source": { |
||
4011 | "type": "git", |
||
4012 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
4013 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
4014 | }, |
||
4015 | "dist": { |
||
4016 | "type": "zip", |
||
4017 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4018 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4019 | "shasum": "" |
||
4020 | }, |
||
4021 | "require": { |
||
4022 | "php": ">=5.3.3" |
||
4023 | }, |
||
4024 | "type": "library", |
||
4025 | "autoload": { |
||
4026 | "classmap": [ |
||
4027 | "src/" |
||
4028 | ] |
||
4029 | }, |
||
4030 | "notification-url": "https://packagist.org/downloads/", |
||
4031 | "license": [ |
||
4032 | "BSD-3-Clause" |
||
4033 | ], |
||
4034 | "authors": [ |
||
4035 | { |
||
4036 | "name": "Sebastian Bergmann", |
||
4037 | "email": "[email protected]", |
||
4038 | "role": "lead" |
||
4039 | } |
||
4040 | ], |
||
4041 | "description": "Simple template engine.", |
||
4042 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
4043 | "keywords": [ |
||
4044 | "template" |
||
4045 | ], |
||
4046 | "time": "2015-06-21 13:50:34" |
||
4047 | }, |
||
4048 | { |
||
4049 | "name": "phpunit/php-timer", |
||
4050 | "version": "1.0.8", |
||
4051 | "source": { |
||
4052 | "type": "git", |
||
4053 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
4054 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
4055 | }, |
||
4056 | "dist": { |
||
4057 | "type": "zip", |
||
4058 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
4059 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
4060 | "shasum": "" |
||
4061 | }, |
||
4062 | "require": { |
||
4063 | "php": ">=5.3.3" |
||
4064 | }, |
||
4065 | "require-dev": { |
||
4066 | "phpunit/phpunit": "~4|~5" |
||
4067 | }, |
||
4068 | "type": "library", |
||
4069 | "autoload": { |
||
4070 | "classmap": [ |
||
4071 | "src/" |
||
4072 | ] |
||
4073 | }, |
||
4074 | "notification-url": "https://packagist.org/downloads/", |
||
4075 | "license": [ |
||
4076 | "BSD-3-Clause" |
||
4077 | ], |
||
4078 | "authors": [ |
||
4079 | { |
||
4080 | "name": "Sebastian Bergmann", |
||
4081 | "email": "[email protected]", |
||
4082 | "role": "lead" |
||
4083 | } |
||
4084 | ], |
||
4085 | "description": "Utility class for timing", |
||
4086 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
4087 | "keywords": [ |
||
4088 | "timer" |
||
4089 | ], |
||
4090 | "time": "2016-05-12 18:03:57" |
||
4091 | }, |
||
4092 | { |
||
4093 | "name": "phpunit/php-token-stream", |
||
4094 | "version": "1.4.8", |
||
4095 | "source": { |
||
4096 | "type": "git", |
||
4097 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
4098 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
4099 | }, |
||
4100 | "dist": { |
||
4101 | "type": "zip", |
||
4102 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
4103 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
4104 | "shasum": "" |
||
4105 | }, |
||
4106 | "require": { |
||
4107 | "ext-tokenizer": "*", |
||
4108 | "php": ">=5.3.3" |
||
4109 | }, |
||
4110 | "require-dev": { |
||
4111 | "phpunit/phpunit": "~4.2" |
||
4112 | }, |
||
4113 | "type": "library", |
||
4114 | "extra": { |
||
4115 | "branch-alias": { |
||
4116 | "dev-master": "1.4-dev" |
||
4117 | } |
||
4118 | }, |
||
4119 | "autoload": { |
||
4120 | "classmap": [ |
||
4121 | "src/" |
||
4122 | ] |
||
4123 | }, |
||
4124 | "notification-url": "https://packagist.org/downloads/", |
||
4125 | "license": [ |
||
4126 | "BSD-3-Clause" |
||
4127 | ], |
||
4128 | "authors": [ |
||
4129 | { |
||
4130 | "name": "Sebastian Bergmann", |
||
4131 | "email": "[email protected]" |
||
4132 | } |
||
4133 | ], |
||
4134 | "description": "Wrapper around PHP's tokenizer extension.", |
||
4135 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
4136 | "keywords": [ |
||
4137 | "tokenizer" |
||
4138 | ], |
||
4139 | "time": "2015-09-15 10:49:45" |
||
4140 | }, |
||
4141 | { |
||
4142 | "name": "phpunit/phpunit", |
||
4143 | "version": "4.8.26", |
||
4144 | "source": { |
||
4145 | "type": "git", |
||
4146 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
4147 | "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74" |
||
4148 | }, |
||
4149 | "dist": { |
||
4150 | "type": "zip", |
||
4151 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74", |
||
4152 | "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74", |
||
4153 | "shasum": "" |
||
4154 | }, |
||
4155 | "require": { |
||
4156 | "ext-dom": "*", |
||
4157 | "ext-json": "*", |
||
4158 | "ext-pcre": "*", |
||
4159 | "ext-reflection": "*", |
||
4160 | "ext-spl": "*", |
||
4161 | "php": ">=5.3.3", |
||
4162 | "phpspec/prophecy": "^1.3.1", |
||
4163 | "phpunit/php-code-coverage": "~2.1", |
||
4164 | "phpunit/php-file-iterator": "~1.4", |
||
4165 | "phpunit/php-text-template": "~1.2", |
||
4166 | "phpunit/php-timer": "^1.0.6", |
||
4167 | "phpunit/phpunit-mock-objects": "~2.3", |
||
4168 | "sebastian/comparator": "~1.1", |
||
4169 | "sebastian/diff": "~1.2", |
||
4170 | "sebastian/environment": "~1.3", |
||
4171 | "sebastian/exporter": "~1.2", |
||
4172 | "sebastian/global-state": "~1.0", |
||
4173 | "sebastian/version": "~1.0", |
||
4174 | "symfony/yaml": "~2.1|~3.0" |
||
4175 | }, |
||
4176 | "suggest": { |
||
4177 | "phpunit/php-invoker": "~1.1" |
||
4178 | }, |
||
4179 | "bin": [ |
||
4180 | "phpunit" |
||
4181 | ], |
||
4182 | "type": "library", |
||
4183 | "extra": { |
||
4184 | "branch-alias": { |
||
4185 | "dev-master": "4.8.x-dev" |
||
4186 | } |
||
4187 | }, |
||
4188 | "autoload": { |
||
4189 | "classmap": [ |
||
4190 | "src/" |
||
4191 | ] |
||
4192 | }, |
||
4193 | "notification-url": "https://packagist.org/downloads/", |
||
4194 | "license": [ |
||
4195 | "BSD-3-Clause" |
||
4196 | ], |
||
4197 | "authors": [ |
||
4198 | { |
||
4199 | "name": "Sebastian Bergmann", |
||
4200 | "email": "[email protected]", |
||
4201 | "role": "lead" |
||
4202 | } |
||
4203 | ], |
||
4204 | "description": "The PHP Unit Testing framework.", |
||
4205 | "homepage": "https://phpunit.de/", |
||
4206 | "keywords": [ |
||
4207 | "phpunit", |
||
4208 | "testing", |
||
4209 | "xunit" |
||
4210 | ], |
||
4211 | "time": "2016-05-17 03:09:28" |
||
4212 | }, |
||
4213 | { |
||
4214 | "name": "phpunit/phpunit-mock-objects", |
||
4215 | "version": "2.3.8", |
||
4216 | "source": { |
||
4217 | "type": "git", |
||
4218 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
4219 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
4220 | }, |
||
4221 | "dist": { |
||
4222 | "type": "zip", |
||
4223 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
4224 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
4225 | "shasum": "" |
||
4226 | }, |
||
4227 | "require": { |
||
4228 | "doctrine/instantiator": "^1.0.2", |
||
4229 | "php": ">=5.3.3", |
||
4230 | "phpunit/php-text-template": "~1.2", |
||
4231 | "sebastian/exporter": "~1.2" |
||
4232 | }, |
||
4233 | "require-dev": { |
||
4234 | "phpunit/phpunit": "~4.4" |
||
4235 | }, |
||
4236 | "suggest": { |
||
4237 | "ext-soap": "*" |
||
4238 | }, |
||
4239 | "type": "library", |
||
4240 | "extra": { |
||
4241 | "branch-alias": { |
||
4242 | "dev-master": "2.3.x-dev" |
||
4243 | } |
||
4244 | }, |
||
4245 | "autoload": { |
||
4246 | "classmap": [ |
||
4247 | "src/" |
||
4248 | ] |
||
4249 | }, |
||
4250 | "notification-url": "https://packagist.org/downloads/", |
||
4251 | "license": [ |
||
4252 | "BSD-3-Clause" |
||
4253 | ], |
||
4254 | "authors": [ |
||
4255 | { |
||
4256 | "name": "Sebastian Bergmann", |
||
4257 | "email": "[email protected]", |
||
4258 | "role": "lead" |
||
4259 | } |
||
4260 | ], |
||
4261 | "description": "Mock Object library for PHPUnit", |
||
4262 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
4263 | "keywords": [ |
||
4264 | "mock", |
||
4265 | "xunit" |
||
4266 | ], |
||
4267 | "time": "2015-10-02 06:51:40" |
||
4268 | }, |
||
4269 | { |
||
4270 | "name": "sebastian/comparator", |
||
4271 | "version": "1.2.0", |
||
4272 | "source": { |
||
4273 | "type": "git", |
||
4274 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
4275 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
4276 | }, |
||
4277 | "dist": { |
||
4278 | "type": "zip", |
||
4279 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
4280 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
4281 | "shasum": "" |
||
4282 | }, |
||
4283 | "require": { |
||
4284 | "php": ">=5.3.3", |
||
4285 | "sebastian/diff": "~1.2", |
||
4286 | "sebastian/exporter": "~1.2" |
||
4287 | }, |
||
4288 | "require-dev": { |
||
4289 | "phpunit/phpunit": "~4.4" |
||
4290 | }, |
||
4291 | "type": "library", |
||
4292 | "extra": { |
||
4293 | "branch-alias": { |
||
4294 | "dev-master": "1.2.x-dev" |
||
4295 | } |
||
4296 | }, |
||
4297 | "autoload": { |
||
4298 | "classmap": [ |
||
4299 | "src/" |
||
4300 | ] |
||
4301 | }, |
||
4302 | "notification-url": "https://packagist.org/downloads/", |
||
4303 | "license": [ |
||
4304 | "BSD-3-Clause" |
||
4305 | ], |
||
4306 | "authors": [ |
||
4307 | { |
||
4308 | "name": "Jeff Welch", |
||
4309 | "email": "[email protected]" |
||
4310 | }, |
||
4311 | { |
||
4312 | "name": "Volker Dusch", |
||
4313 | "email": "[email protected]" |
||
4314 | }, |
||
4315 | { |
||
4316 | "name": "Bernhard Schussek", |
||
4317 | "email": "[email protected]" |
||
4318 | }, |
||
4319 | { |
||
4320 | "name": "Sebastian Bergmann", |
||
4321 | "email": "[email protected]" |
||
4322 | } |
||
4323 | ], |
||
4324 | "description": "Provides the functionality to compare PHP values for equality", |
||
4325 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
4326 | "keywords": [ |
||
4327 | "comparator", |
||
4328 | "compare", |
||
4329 | "equality" |
||
4330 | ], |
||
4331 | "time": "2015-07-26 15:48:44" |
||
4332 | }, |
||
4333 | { |
||
4334 | "name": "sebastian/diff", |
||
4335 | "version": "1.4.1", |
||
4336 | "source": { |
||
4337 | "type": "git", |
||
4338 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
4339 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
4340 | }, |
||
4341 | "dist": { |
||
4342 | "type": "zip", |
||
4343 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
4344 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
4345 | "shasum": "" |
||
4346 | }, |
||
4347 | "require": { |
||
4348 | "php": ">=5.3.3" |
||
4349 | }, |
||
4350 | "require-dev": { |
||
4351 | "phpunit/phpunit": "~4.8" |
||
4352 | }, |
||
4353 | "type": "library", |
||
4354 | "extra": { |
||
4355 | "branch-alias": { |
||
4356 | "dev-master": "1.4-dev" |
||
4357 | } |
||
4358 | }, |
||
4359 | "autoload": { |
||
4360 | "classmap": [ |
||
4361 | "src/" |
||
4362 | ] |
||
4363 | }, |
||
4364 | "notification-url": "https://packagist.org/downloads/", |
||
4365 | "license": [ |
||
4366 | "BSD-3-Clause" |
||
4367 | ], |
||
4368 | "authors": [ |
||
4369 | { |
||
4370 | "name": "Kore Nordmann", |
||
4371 | "email": "[email protected]" |
||
4372 | }, |
||
4373 | { |
||
4374 | "name": "Sebastian Bergmann", |
||
4375 | "email": "[email protected]" |
||
4376 | } |
||
4377 | ], |
||
4378 | "description": "Diff implementation", |
||
4379 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4380 | "keywords": [ |
||
4381 | "diff" |
||
4382 | ], |
||
4383 | "time": "2015-12-08 07:14:41" |
||
4384 | }, |
||
4385 | { |
||
4386 | "name": "sebastian/environment", |
||
4387 | "version": "1.3.7", |
||
4388 | "source": { |
||
4389 | "type": "git", |
||
4390 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4391 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
4392 | }, |
||
4393 | "dist": { |
||
4394 | "type": "zip", |
||
4395 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4396 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4397 | "shasum": "" |
||
4398 | }, |
||
4399 | "require": { |
||
4400 | "php": ">=5.3.3" |
||
4401 | }, |
||
4402 | "require-dev": { |
||
4403 | "phpunit/phpunit": "~4.4" |
||
4404 | }, |
||
4405 | "type": "library", |
||
4406 | "extra": { |
||
4407 | "branch-alias": { |
||
4408 | "dev-master": "1.3.x-dev" |
||
4409 | } |
||
4410 | }, |
||
4411 | "autoload": { |
||
4412 | "classmap": [ |
||
4413 | "src/" |
||
4414 | ] |
||
4415 | }, |
||
4416 | "notification-url": "https://packagist.org/downloads/", |
||
4417 | "license": [ |
||
4418 | "BSD-3-Clause" |
||
4419 | ], |
||
4420 | "authors": [ |
||
4421 | { |
||
4422 | "name": "Sebastian Bergmann", |
||
4423 | "email": "[email protected]" |
||
4424 | } |
||
4425 | ], |
||
4426 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4427 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4428 | "keywords": [ |
||
4429 | "Xdebug", |
||
4430 | "environment", |
||
4431 | "hhvm" |
||
4432 | ], |
||
4433 | "time": "2016-05-17 03:18:57" |
||
4434 | }, |
||
4435 | { |
||
4436 | "name": "sebastian/exporter", |
||
4437 | "version": "1.2.2", |
||
4438 | "source": { |
||
4439 | "type": "git", |
||
4440 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4441 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
4442 | }, |
||
4443 | "dist": { |
||
4444 | "type": "zip", |
||
4445 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
4446 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
4447 | "shasum": "" |
||
4448 | }, |
||
4449 | "require": { |
||
4450 | "php": ">=5.3.3", |
||
4451 | "sebastian/recursion-context": "~1.0" |
||
4452 | }, |
||
4453 | "require-dev": { |
||
4454 | "ext-mbstring": "*", |
||
4455 | "phpunit/phpunit": "~4.4" |
||
4456 | }, |
||
4457 | "type": "library", |
||
4458 | "extra": { |
||
4459 | "branch-alias": { |
||
4460 | "dev-master": "1.3.x-dev" |
||
4461 | } |
||
4462 | }, |
||
4463 | "autoload": { |
||
4464 | "classmap": [ |
||
4465 | "src/" |
||
4466 | ] |
||
4467 | }, |
||
4468 | "notification-url": "https://packagist.org/downloads/", |
||
4469 | "license": [ |
||
4470 | "BSD-3-Clause" |
||
4471 | ], |
||
4472 | "authors": [ |
||
4473 | { |
||
4474 | "name": "Jeff Welch", |
||
4475 | "email": "[email protected]" |
||
4476 | }, |
||
4477 | { |
||
4478 | "name": "Volker Dusch", |
||
4479 | "email": "[email protected]" |
||
4480 | }, |
||
4481 | { |
||
4482 | "name": "Bernhard Schussek", |
||
4483 | "email": "[email protected]" |
||
4484 | }, |
||
4485 | { |
||
4486 | "name": "Sebastian Bergmann", |
||
4487 | "email": "[email protected]" |
||
4488 | }, |
||
4489 | { |
||
4490 | "name": "Adam Harvey", |
||
4491 | "email": "[email protected]" |
||
4492 | } |
||
4493 | ], |
||
4494 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4495 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4496 | "keywords": [ |
||
4497 | "export", |
||
4498 | "exporter" |
||
4499 | ], |
||
4500 | "time": "2016-06-17 09:04:28" |
||
4501 | }, |
||
4502 | { |
||
4503 | "name": "sebastian/finder-facade", |
||
4504 | "version": "1.2.1", |
||
4505 | "source": { |
||
4506 | "type": "git", |
||
4507 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
4508 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" |
||
4509 | }, |
||
4510 | "dist": { |
||
4511 | "type": "zip", |
||
4512 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
4513 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
4514 | "shasum": "" |
||
4515 | }, |
||
4516 | "require": { |
||
4517 | "symfony/finder": "~2.3|~3.0", |
||
4518 | "theseer/fdomdocument": "~1.3" |
||
4519 | }, |
||
4520 | "type": "library", |
||
4521 | "autoload": { |
||
4522 | "classmap": [ |
||
4523 | "src/" |
||
4524 | ] |
||
4525 | }, |
||
4526 | "notification-url": "https://packagist.org/downloads/", |
||
4527 | "license": [ |
||
4528 | "BSD-3-Clause" |
||
4529 | ], |
||
4530 | "authors": [ |
||
4531 | { |
||
4532 | "name": "Sebastian Bergmann", |
||
4533 | "email": "[email protected]", |
||
4534 | "role": "lead" |
||
4535 | } |
||
4536 | ], |
||
4537 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
4538 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
4539 | "time": "2016-02-17 07:02:23" |
||
4540 | }, |
||
4541 | { |
||
4542 | "name": "sebastian/global-state", |
||
4543 | "version": "1.1.1", |
||
4544 | "source": { |
||
4545 | "type": "git", |
||
4546 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4547 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
4548 | }, |
||
4549 | "dist": { |
||
4550 | "type": "zip", |
||
4551 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4552 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4553 | "shasum": "" |
||
4554 | }, |
||
4555 | "require": { |
||
4556 | "php": ">=5.3.3" |
||
4557 | }, |
||
4558 | "require-dev": { |
||
4559 | "phpunit/phpunit": "~4.2" |
||
4560 | }, |
||
4561 | "suggest": { |
||
4562 | "ext-uopz": "*" |
||
4563 | }, |
||
4564 | "type": "library", |
||
4565 | "extra": { |
||
4566 | "branch-alias": { |
||
4567 | "dev-master": "1.0-dev" |
||
4568 | } |
||
4569 | }, |
||
4570 | "autoload": { |
||
4571 | "classmap": [ |
||
4572 | "src/" |
||
4573 | ] |
||
4574 | }, |
||
4575 | "notification-url": "https://packagist.org/downloads/", |
||
4576 | "license": [ |
||
4577 | "BSD-3-Clause" |
||
4578 | ], |
||
4579 | "authors": [ |
||
4580 | { |
||
4581 | "name": "Sebastian Bergmann", |
||
4582 | "email": "[email protected]" |
||
4583 | } |
||
4584 | ], |
||
4585 | "description": "Snapshotting of global state", |
||
4586 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4587 | "keywords": [ |
||
4588 | "global state" |
||
4589 | ], |
||
4590 | "time": "2015-10-12 03:26:01" |
||
4591 | }, |
||
4592 | { |
||
4593 | "name": "sebastian/phpcpd", |
||
4594 | "version": "2.0.4", |
||
4595 | "source": { |
||
4596 | "type": "git", |
||
4597 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
4598 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db" |
||
4599 | }, |
||
4600 | "dist": { |
||
4601 | "type": "zip", |
||
4602 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
4603 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
4604 | "shasum": "" |
||
4605 | }, |
||
4606 | "require": { |
||
4607 | "php": ">=5.3.3", |
||
4608 | "phpunit/php-timer": ">=1.0.6", |
||
4609 | "sebastian/finder-facade": "~1.1", |
||
4610 | "sebastian/version": "~1.0|~2.0", |
||
4611 | "symfony/console": "~2.7|^3.0", |
||
4612 | "theseer/fdomdocument": "~1.4" |
||
4613 | }, |
||
4614 | "bin": [ |
||
4615 | "phpcpd" |
||
4616 | ], |
||
4617 | "type": "library", |
||
4618 | "extra": { |
||
4619 | "branch-alias": { |
||
4620 | "dev-master": "2.0-dev" |
||
4621 | } |
||
4622 | }, |
||
4623 | "autoload": { |
||
4624 | "classmap": [ |
||
4625 | "src/" |
||
4626 | ] |
||
4627 | }, |
||
4628 | "notification-url": "https://packagist.org/downloads/", |
||
4629 | "license": [ |
||
4630 | "BSD-3-Clause" |
||
4631 | ], |
||
4632 | "authors": [ |
||
4633 | { |
||
4634 | "name": "Sebastian Bergmann", |
||
4635 | "email": "[email protected]", |
||
4636 | "role": "lead" |
||
4637 | } |
||
4638 | ], |
||
4639 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
4640 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
4641 | "time": "2016-04-17 19:32:49" |
||
4642 | }, |
||
4643 | { |
||
4644 | "name": "sebastian/recursion-context", |
||
4645 | "version": "1.0.2", |
||
4646 | "source": { |
||
4647 | "type": "git", |
||
4648 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4649 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
4650 | }, |
||
4651 | "dist": { |
||
4652 | "type": "zip", |
||
4653 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
4654 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
4655 | "shasum": "" |
||
4656 | }, |
||
4657 | "require": { |
||
4658 | "php": ">=5.3.3" |
||
4659 | }, |
||
4660 | "require-dev": { |
||
4661 | "phpunit/phpunit": "~4.4" |
||
4662 | }, |
||
4663 | "type": "library", |
||
4664 | "extra": { |
||
4665 | "branch-alias": { |
||
4666 | "dev-master": "1.0.x-dev" |
||
4667 | } |
||
4668 | }, |
||
4669 | "autoload": { |
||
4670 | "classmap": [ |
||
4671 | "src/" |
||
4672 | ] |
||
4673 | }, |
||
4674 | "notification-url": "https://packagist.org/downloads/", |
||
4675 | "license": [ |
||
4676 | "BSD-3-Clause" |
||
4677 | ], |
||
4678 | "authors": [ |
||
4679 | { |
||
4680 | "name": "Jeff Welch", |
||
4681 | "email": "[email protected]" |
||
4682 | }, |
||
4683 | { |
||
4684 | "name": "Sebastian Bergmann", |
||
4685 | "email": "[email protected]" |
||
4686 | }, |
||
4687 | { |
||
4688 | "name": "Adam Harvey", |
||
4689 | "email": "[email protected]" |
||
4690 | } |
||
4691 | ], |
||
4692 | "description": "Provides functionality to recursively process PHP variables", |
||
4693 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4694 | "time": "2015-11-11 19:50:13" |
||
4695 | }, |
||
4696 | { |
||
4697 | "name": "sebastian/version", |
||
4698 | "version": "1.0.6", |
||
4699 | "source": { |
||
4700 | "type": "git", |
||
4701 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4702 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
4703 | }, |
||
4704 | "dist": { |
||
4705 | "type": "zip", |
||
4706 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4707 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4708 | "shasum": "" |
||
4709 | }, |
||
4710 | "type": "library", |
||
4711 | "autoload": { |
||
4712 | "classmap": [ |
||
4713 | "src/" |
||
4714 | ] |
||
4715 | }, |
||
4716 | "notification-url": "https://packagist.org/downloads/", |
||
4717 | "license": [ |
||
4718 | "BSD-3-Clause" |
||
4719 | ], |
||
4720 | "authors": [ |
||
4721 | { |
||
4722 | "name": "Sebastian Bergmann", |
||
4723 | "email": "[email protected]", |
||
4724 | "role": "lead" |
||
4725 | } |
||
4726 | ], |
||
4727 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4728 | "homepage": "https://github.com/sebastianbergmann/version", |
||
4729 | "time": "2015-06-21 13:59:46" |
||
4730 | }, |
||
4731 | { |
||
4732 | "name": "sensiolabs/security-checker", |
||
4733 | "version": "v2.0.5", |
||
4734 | "source": { |
||
4735 | "type": "git", |
||
4736 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
4737 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810" |
||
4738 | }, |
||
4739 | "dist": { |
||
4740 | "type": "zip", |
||
4741 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
4742 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
4743 | "shasum": "" |
||
4744 | }, |
||
4745 | "require": { |
||
4746 | "ext-curl": "*", |
||
4747 | "symfony/console": "~2.0" |
||
4748 | }, |
||
4749 | "bin": [ |
||
4750 | "security-checker" |
||
4751 | ], |
||
4752 | "type": "library", |
||
4753 | "extra": { |
||
4754 | "branch-alias": { |
||
4755 | "dev-master": "2.0-dev" |
||
4756 | } |
||
4757 | }, |
||
4758 | "autoload": { |
||
4759 | "psr-0": { |
||
4760 | "SensioLabs\\Security": "" |
||
4761 | } |
||
4762 | }, |
||
4763 | "notification-url": "https://packagist.org/downloads/", |
||
4764 | "license": [ |
||
4765 | "MIT" |
||
4766 | ], |
||
4767 | "authors": [ |
||
4768 | { |
||
4769 | "name": "Fabien Potencier", |
||
4770 | "email": "[email protected]" |
||
4771 | } |
||
4772 | ], |
||
4773 | "description": "A security checker for your composer.lock", |
||
4774 | "time": "2015-05-28 14:22:40" |
||
4775 | }, |
||
4776 | { |
||
4777 | "name": "squizlabs/php_codesniffer", |
||
4778 | "version": "1.5.6", |
||
4779 | "source": { |
||
4780 | "type": "git", |
||
4781 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
4782 | "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5" |
||
4783 | }, |
||
4784 | "dist": { |
||
4785 | "type": "zip", |
||
4786 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5", |
||
4787 | "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5", |
||
4788 | "shasum": "" |
||
4789 | }, |
||
4790 | "require": { |
||
4791 | "ext-tokenizer": "*", |
||
4792 | "php": ">=5.1.2" |
||
4793 | }, |
||
4794 | "suggest": { |
||
4795 | "phpunit/php-timer": "dev-master" |
||
4796 | }, |
||
4797 | "bin": [ |
||
4798 | "scripts/phpcs" |
||
4799 | ], |
||
4800 | "type": "library", |
||
4801 | "extra": { |
||
4802 | "branch-alias": { |
||
4803 | "dev-phpcs-fixer": "2.0.x-dev" |
||
4804 | } |
||
4805 | }, |
||
4806 | "autoload": { |
||
4807 | "classmap": [ |
||
4808 | "CodeSniffer.php", |
||
4809 | "CodeSniffer/CLI.php", |
||
4810 | "CodeSniffer/Exception.php", |
||
4811 | "CodeSniffer/File.php", |
||
4812 | "CodeSniffer/Report.php", |
||
4813 | "CodeSniffer/Reporting.php", |
||
4814 | "CodeSniffer/Sniff.php", |
||
4815 | "CodeSniffer/Tokens.php", |
||
4816 | "CodeSniffer/Reports/", |
||
4817 | "CodeSniffer/CommentParser/", |
||
4818 | "CodeSniffer/Tokenizers/", |
||
4819 | "CodeSniffer/DocGenerators/", |
||
4820 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
4821 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
4822 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
4823 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
4824 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
4825 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
4826 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
4827 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
4828 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
4829 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
4830 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
4831 | ] |
||
4832 | }, |
||
4833 | "notification-url": "https://packagist.org/downloads/", |
||
4834 | "license": [ |
||
4835 | "BSD-3-Clause" |
||
4836 | ], |
||
4837 | "authors": [ |
||
4838 | { |
||
4839 | "name": "Greg Sherwood", |
||
4840 | "role": "lead" |
||
4841 | } |
||
4842 | ], |
||
4843 | "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
4844 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
4845 | "keywords": [ |
||
4846 | "phpcs", |
||
4847 | "standards" |
||
4848 | ], |
||
4849 | "time": "2014-12-04 22:32:15" |
||
4850 | }, |
||
4851 | { |
||
4852 | "name": "symfony/browser-kit", |
||
4853 | "version": "v2.8.8", |
||
4854 | "source": { |
||
4855 | "type": "git", |
||
4856 | "url": "https://github.com/symfony/browser-kit.git", |
||
4857 | "reference": "7be191464d63441382db763c53907a8eebe9a259" |
||
4858 | }, |
||
4859 | "dist": { |
||
4860 | "type": "zip", |
||
4861 | "url": "https://api.github.com/repos/symfony/browser-kit/zipball/7be191464d63441382db763c53907a8eebe9a259", |
||
4862 | "reference": "7be191464d63441382db763c53907a8eebe9a259", |
||
4863 | "shasum": "" |
||
4864 | }, |
||
4865 | "require": { |
||
4866 | "php": ">=5.3.9", |
||
4867 | "symfony/dom-crawler": "~2.1|~3.0.0" |
||
4868 | }, |
||
4869 | "require-dev": { |
||
4870 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
4871 | "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0" |
||
4872 | }, |
||
4873 | "suggest": { |
||
4874 | "symfony/process": "" |
||
4875 | }, |
||
4876 | "type": "library", |
||
4877 | "extra": { |
||
4878 | "branch-alias": { |
||
4879 | "dev-master": "2.8-dev" |
||
4880 | } |
||
4881 | }, |
||
4882 | "autoload": { |
||
4883 | "psr-4": { |
||
4884 | "Symfony\\Component\\BrowserKit\\": "" |
||
4885 | }, |
||
4886 | "exclude-from-classmap": [ |
||
4887 | "/Tests/" |
||
4888 | ] |
||
4889 | }, |
||
4890 | "notification-url": "https://packagist.org/downloads/", |
||
4891 | "license": [ |
||
4892 | "MIT" |
||
4893 | ], |
||
4894 | "authors": [ |
||
4895 | { |
||
4896 | "name": "Fabien Potencier", |
||
4897 | "email": "[email protected]" |
||
4898 | }, |
||
4899 | { |
||
4900 | "name": "Symfony Community", |
||
4901 | "homepage": "https://symfony.com/contributors" |
||
4902 | } |
||
4903 | ], |
||
4904 | "description": "Symfony BrowserKit Component", |
||
4905 | "homepage": "https://symfony.com", |
||
4906 | "time": "2016-06-29 05:29:29" |
||
4907 | }, |
||
4908 | { |
||
4909 | "name": "symfony/console", |
||
4910 | "version": "v2.8.8", |
||
4911 | "source": { |
||
4912 | "type": "git", |
||
4913 | "url": "https://github.com/symfony/console.git", |
||
4914 | "reference": "c392a6ec72f2122748032c2ad6870420561ffcfa" |
||
4915 | }, |
||
4916 | "dist": { |
||
4917 | "type": "zip", |
||
4918 | "url": "https://api.github.com/repos/symfony/console/zipball/c392a6ec72f2122748032c2ad6870420561ffcfa", |
||
4919 | "reference": "c392a6ec72f2122748032c2ad6870420561ffcfa", |
||
4920 | "shasum": "" |
||
4921 | }, |
||
4922 | "require": { |
||
4923 | "php": ">=5.3.9", |
||
4924 | "symfony/polyfill-mbstring": "~1.0" |
||
4925 | }, |
||
4926 | "require-dev": { |
||
4927 | "psr/log": "~1.0", |
||
4928 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
||
4929 | "symfony/process": "~2.1|~3.0.0" |
||
4930 | }, |
||
4931 | "suggest": { |
||
4932 | "psr/log": "For using the console logger", |
||
4933 | "symfony/event-dispatcher": "", |
||
4934 | "symfony/process": "" |
||
4935 | }, |
||
4936 | "type": "library", |
||
4937 | "extra": { |
||
4938 | "branch-alias": { |
||
4939 | "dev-master": "2.8-dev" |
||
4940 | } |
||
4941 | }, |
||
4942 | "autoload": { |
||
4943 | "psr-4": { |
||
4944 | "Symfony\\Component\\Console\\": "" |
||
4945 | }, |
||
4946 | "exclude-from-classmap": [ |
||
4947 | "/Tests/" |
||
4948 | ] |
||
4949 | }, |
||
4950 | "notification-url": "https://packagist.org/downloads/", |
||
4951 | "license": [ |
||
4952 | "MIT" |
||
4953 | ], |
||
4954 | "authors": [ |
||
4955 | { |
||
4956 | "name": "Fabien Potencier", |
||
4957 | "email": "[email protected]" |
||
4958 | }, |
||
4959 | { |
||
4960 | "name": "Symfony Community", |
||
4961 | "homepage": "https://symfony.com/contributors" |
||
4962 | } |
||
4963 | ], |
||
4964 | "description": "Symfony Console Component", |
||
4965 | "homepage": "https://symfony.com", |
||
4966 | "time": "2016-06-29 07:02:14" |
||
4967 | }, |
||
4968 | { |
||
4969 | "name": "symfony/css-selector", |
||
4970 | "version": "v2.8.8", |
||
4971 | "source": { |
||
4972 | "type": "git", |
||
4973 | "url": "https://github.com/symfony/css-selector.git", |
||
4974 | "reference": "9da4c615ba303850986e0480cc472bf704cfdb64" |
||
4975 | }, |
||
4976 | "dist": { |
||
4977 | "type": "zip", |
||
4978 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/9da4c615ba303850986e0480cc472bf704cfdb64", |
||
4979 | "reference": "9da4c615ba303850986e0480cc472bf704cfdb64", |
||
4980 | "shasum": "" |
||
4981 | }, |
||
4982 | "require": { |
||
4983 | "php": ">=5.3.9" |
||
4984 | }, |
||
4985 | "type": "library", |
||
4986 | "extra": { |
||
4987 | "branch-alias": { |
||
4988 | "dev-master": "2.8-dev" |
||
4989 | } |
||
4990 | }, |
||
4991 | "autoload": { |
||
4992 | "psr-4": { |
||
4993 | "Symfony\\Component\\CssSelector\\": "" |
||
4994 | }, |
||
4995 | "exclude-from-classmap": [ |
||
4996 | "/Tests/" |
||
4997 | ] |
||
4998 | }, |
||
4999 | "notification-url": "https://packagist.org/downloads/", |
||
5000 | "license": [ |
||
5001 | "MIT" |
||
5002 | ], |
||
5003 | "authors": [ |
||
5004 | { |
||
5005 | "name": "Jean-François Simon", |
||
5006 | "email": "[email protected]" |
||
5007 | }, |
||
5008 | { |
||
5009 | "name": "Fabien Potencier", |
||
5010 | "email": "[email protected]" |
||
5011 | }, |
||
5012 | { |
||
5013 | "name": "Symfony Community", |
||
5014 | "homepage": "https://symfony.com/contributors" |
||
5015 | } |
||
5016 | ], |
||
5017 | "description": "Symfony CssSelector Component", |
||
5018 | "homepage": "https://symfony.com", |
||
5019 | "time": "2016-06-29 05:31:50" |
||
5020 | }, |
||
5021 | { |
||
5022 | "name": "symfony/dom-crawler", |
||
5023 | "version": "v2.8.8", |
||
5024 | "source": { |
||
5025 | "type": "git", |
||
5026 | "url": "https://github.com/symfony/dom-crawler.git", |
||
5027 | "reference": "f8c304f5715081c949043902d311480d71adb1e0" |
||
5028 | }, |
||
5029 | "dist": { |
||
5030 | "type": "zip", |
||
5031 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f8c304f5715081c949043902d311480d71adb1e0", |
||
5032 | "reference": "f8c304f5715081c949043902d311480d71adb1e0", |
||
5033 | "shasum": "" |
||
5034 | }, |
||
5035 | "require": { |
||
5036 | "php": ">=5.3.9", |
||
5037 | "symfony/polyfill-mbstring": "~1.0" |
||
5038 | }, |
||
5039 | "require-dev": { |
||
5040 | "symfony/css-selector": "~2.8|~3.0.0" |
||
5041 | }, |
||
5042 | "suggest": { |
||
5043 | "symfony/css-selector": "" |
||
5044 | }, |
||
5045 | "type": "library", |
||
5046 | "extra": { |
||
5047 | "branch-alias": { |
||
5048 | "dev-master": "2.8-dev" |
||
5049 | } |
||
5050 | }, |
||
5051 | "autoload": { |
||
5052 | "psr-4": { |
||
5053 | "Symfony\\Component\\DomCrawler\\": "" |
||
5054 | }, |
||
5055 | "exclude-from-classmap": [ |
||
5056 | "/Tests/" |
||
5057 | ] |
||
5058 | }, |
||
5059 | "notification-url": "https://packagist.org/downloads/", |
||
5060 | "license": [ |
||
5061 | "MIT" |
||
5062 | ], |
||
5063 | "authors": [ |
||
5064 | { |
||
5065 | "name": "Fabien Potencier", |
||
5066 | "email": "[email protected]" |
||
5067 | }, |
||
5068 | { |
||
5069 | "name": "Symfony Community", |
||
5070 | "homepage": "https://symfony.com/contributors" |
||
5071 | } |
||
5072 | ], |
||
5073 | "description": "Symfony DomCrawler Component", |
||
5074 | "homepage": "https://symfony.com", |
||
5075 | "time": "2016-06-29 05:29:29" |
||
5076 | }, |
||
5077 | { |
||
5078 | "name": "symfony/process", |
||
5079 | "version": "v2.8.8", |
||
5080 | "source": { |
||
5081 | "type": "git", |
||
5082 | "url": "https://github.com/symfony/process.git", |
||
5083 | "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe" |
||
5084 | }, |
||
5085 | "dist": { |
||
5086 | "type": "zip", |
||
5087 | "url": "https://api.github.com/repos/symfony/process/zipball/89f33c16796415ccfd8bb3cf8d520cbb79899bfe", |
||
5088 | "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe", |
||
5089 | "shasum": "" |
||
5090 | }, |
||
5091 | "require": { |
||
5092 | "php": ">=5.3.9" |
||
5093 | }, |
||
5094 | "type": "library", |
||
5095 | "extra": { |
||
5096 | "branch-alias": { |
||
5097 | "dev-master": "2.8-dev" |
||
5098 | } |
||
5099 | }, |
||
5100 | "autoload": { |
||
5101 | "psr-4": { |
||
5102 | "Symfony\\Component\\Process\\": "" |
||
5103 | }, |
||
5104 | "exclude-from-classmap": [ |
||
5105 | "/Tests/" |
||
5106 | ] |
||
5107 | }, |
||
5108 | "notification-url": "https://packagist.org/downloads/", |
||
5109 | "license": [ |
||
5110 | "MIT" |
||
5111 | ], |
||
5112 | "authors": [ |
||
5113 | { |
||
5114 | "name": "Fabien Potencier", |
||
5115 | "email": "[email protected]" |
||
5116 | }, |
||
5117 | { |
||
5118 | "name": "Symfony Community", |
||
5119 | "homepage": "https://symfony.com/contributors" |
||
5120 | } |
||
5121 | ], |
||
5122 | "description": "Symfony Process Component", |
||
5123 | "homepage": "https://symfony.com", |
||
5124 | "time": "2016-06-29 05:29:29" |
||
5125 | }, |
||
5126 | { |
||
5127 | "name": "symfony/yaml", |
||
5128 | "version": "v2.8.8", |
||
5129 | "source": { |
||
5130 | "type": "git", |
||
5131 | "url": "https://github.com/symfony/yaml.git", |
||
5132 | "reference": "dba4bb5846798cd12f32e2d8f3f35d77045773c8" |
||
5133 | }, |
||
5134 | "dist": { |
||
5135 | "type": "zip", |
||
5136 | "url": "https://api.github.com/repos/symfony/yaml/zipball/dba4bb5846798cd12f32e2d8f3f35d77045773c8", |
||
5137 | "reference": "dba4bb5846798cd12f32e2d8f3f35d77045773c8", |
||
5138 | "shasum": "" |
||
5139 | }, |
||
5140 | "require": { |
||
5141 | "php": ">=5.3.9" |
||
5142 | }, |
||
5143 | "type": "library", |
||
5144 | "extra": { |
||
5145 | "branch-alias": { |
||
5146 | "dev-master": "2.8-dev" |
||
5147 | } |
||
5148 | }, |
||
5149 | "autoload": { |
||
5150 | "psr-4": { |
||
5151 | "Symfony\\Component\\Yaml\\": "" |
||
5152 | }, |
||
5153 | "exclude-from-classmap": [ |
||
5154 | "/Tests/" |
||
5155 | ] |
||
5156 | }, |
||
5157 | "notification-url": "https://packagist.org/downloads/", |
||
5158 | "license": [ |
||
5159 | "MIT" |
||
5160 | ], |
||
5161 | "authors": [ |
||
5162 | { |
||
5163 | "name": "Fabien Potencier", |
||
5164 | "email": "[email protected]" |
||
5165 | }, |
||
5166 | { |
||
5167 | "name": "Symfony Community", |
||
5168 | "homepage": "https://symfony.com/contributors" |
||
5169 | } |
||
5170 | ], |
||
5171 | "description": "Symfony Yaml Component", |
||
5172 | "homepage": "https://symfony.com", |
||
5173 | "time": "2016-06-29 05:29:29" |
||
5174 | }, |
||
5175 | { |
||
5176 | "name": "theseer/fdomdocument", |
||
5177 | "version": "1.6.1", |
||
5178 | "source": { |
||
5179 | "type": "git", |
||
5180 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
5181 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684" |
||
5182 | }, |
||
5183 | "dist": { |
||
5184 | "type": "zip", |
||
5185 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
5186 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
5187 | "shasum": "" |
||
5188 | }, |
||
5189 | "require": { |
||
5190 | "ext-dom": "*", |
||
5191 | "lib-libxml": "*", |
||
5192 | "php": ">=5.3.3" |
||
5193 | }, |
||
5194 | "type": "library", |
||
5195 | "autoload": { |
||
5196 | "classmap": [ |
||
5197 | "src/" |
||
5198 | ] |
||
5199 | }, |
||
5200 | "notification-url": "https://packagist.org/downloads/", |
||
5201 | "license": [ |
||
5202 | "BSD-3-Clause" |
||
5203 | ], |
||
5204 | "authors": [ |
||
5205 | { |
||
5206 | "name": "Arne Blankerts", |
||
5207 | "email": "[email protected]", |
||
5208 | "role": "lead" |
||
5209 | } |
||
5210 | ], |
||
5211 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
5212 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
5213 | "time": "2015-05-27 22:58:02" |
||
5214 | }, |
||
5215 | { |
||
5216 | "name": "vierbergenlars/php-semver", |
||
5217 | "version": "3.0.1", |
||
5218 | "source": { |
||
5219 | "type": "git", |
||
5220 | "url": "https://github.com/vierbergenlars/php-semver.git", |
||
5221 | "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1" |
||
5222 | }, |
||
5223 | "dist": { |
||
5224 | "type": "zip", |
||
5225 | "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1", |
||
5226 | "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1", |
||
5227 | "shasum": "" |
||
5228 | }, |
||
5229 | "require": { |
||
5230 | "php": ">=5.3.0" |
||
5231 | }, |
||
5232 | "require-dev": { |
||
5233 | "simpletest/simpletest": "1.1.*" |
||
5234 | }, |
||
5235 | "bin": [ |
||
5236 | "bin/semver", |
||
5237 | "bin/update-versions" |
||
5238 | ], |
||
5239 | "type": "library", |
||
5240 | "autoload": { |
||
5241 | "psr-0": { |
||
5242 | "vierbergenlars\\SemVer\\": "src/", |
||
5243 | "vierbergenlars\\LibJs\\": "src/" |
||
5244 | }, |
||
5245 | "classmap": [ |
||
5246 | "src/vierbergenlars/SemVer/internal.php" |
||
5247 | ] |
||
5248 | }, |
||
5249 | "notification-url": "https://packagist.org/downloads/", |
||
5250 | "license": [ |
||
5251 | "MIT" |
||
5252 | ], |
||
5253 | "authors": [ |
||
5254 | { |
||
5255 | "name": "Lars Vierbergen", |
||
5256 | "email": "[email protected]" |
||
5257 | } |
||
5258 | ], |
||
5259 | "description": "The Semantic Versioner for PHP", |
||
5260 | "keywords": [ |
||
5261 | "semantic", |
||
5262 | "semver", |
||
5263 | "versioning" |
||
5264 | ], |
||
5265 | "time": "2015-05-02 19:28:54" |
||
5266 | }, |
||
5267 | { |
||
5268 | "name": "webmozart/assert", |
||
5269 | "version": "1.0.2", |
||
5270 | "source": { |
||
5271 | "type": "git", |
||
5272 | "url": "https://github.com/webmozart/assert.git", |
||
5273 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
||
5274 | }, |
||
5275 | "dist": { |
||
5276 | "type": "zip", |
||
5277 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
5278 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
5279 | "shasum": "" |
||
5280 | }, |
||
5281 | "require": { |
||
5282 | "php": ">=5.3.3" |
||
5283 | }, |
||
5284 | "require-dev": { |
||
5285 | "phpunit/phpunit": "^4.6" |
||
5286 | }, |
||
5287 | "type": "library", |
||
5288 | "extra": { |
||
5289 | "branch-alias": { |
||
5290 | "dev-master": "1.0-dev" |
||
5291 | } |
||
5292 | }, |
||
5293 | "autoload": { |
||
5294 | "psr-4": { |
||
5295 | "Webmozart\\Assert\\": "src/" |
||
5296 | } |
||
5297 | }, |
||
5298 | "notification-url": "https://packagist.org/downloads/", |
||
5299 | "license": [ |
||
5300 | "MIT" |
||
5301 | ], |
||
5302 | "authors": [ |
||
5303 | { |
||
5304 | "name": "Bernhard Schussek", |
||
5305 | "email": "[email protected]" |
||
5306 | } |
||
5307 | ], |
||
5308 | "description": "Assertions to validate method input/output with nice error messages.", |
||
5309 | "keywords": [ |
||
5310 | "assert", |
||
5311 | "check", |
||
5312 | "validate" |
||
5313 | ], |
||
5314 | "time": "2015-08-24 13:29:44" |
||
5315 | } |
||
5316 | ], |
||
5317 | "aliases": [], |
||
5318 | "minimum-stability": "stable", |
||
5319 | "stability-flags": [], |
||
5320 | "prefer-stable": false, |
||
5321 | "prefer-lowest": false, |
||
5322 | "platform": { |
||
5323 | "php": "^5.6|^7.0", |
||
5324 | "ext-gmp": "*", |
||
5325 | "ext-openssl": "*" |
||
5326 | }, |
||
5327 | "platform-dev": [] |
||
5328 | } |
||
5329 |