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