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