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