These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "e2ac804aabc5bdf9008e157df54f8b23", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "easybook/geshi", |
||
11 | "version": "v1.0.8.19", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/easybook/geshi.git", |
||
15 | "reference": "b4df5fa84a44d4e12eff67263a701eac7e157241" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/easybook/geshi/zipball/b4df5fa84a44d4e12eff67263a701eac7e157241", |
||
20 | "reference": "b4df5fa84a44d4e12eff67263a701eac7e157241", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": ">=5.0" |
||
25 | }, |
||
26 | "type": "library", |
||
27 | "autoload": { |
||
28 | "classmap": [ |
||
29 | "./" |
||
30 | ] |
||
31 | }, |
||
32 | "notification-url": "https://packagist.org/downloads/", |
||
33 | "license": [ |
||
34 | "GPL-2.0" |
||
35 | ], |
||
36 | "authors": [ |
||
37 | { |
||
38 | "name": "Nigel McNie", |
||
39 | "email": "[email protected]" |
||
40 | }, |
||
41 | { |
||
42 | "name": "Benny Baumann", |
||
43 | "email": "[email protected]" |
||
44 | } |
||
45 | ], |
||
46 | "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.", |
||
47 | "homepage": "http://qbnz.com/highlighter", |
||
48 | "keywords": [ |
||
49 | "highlight", |
||
50 | "highlighter", |
||
51 | "syntax" |
||
52 | ], |
||
53 | "time": "2018-04-20T18:19:44+00:00" |
||
54 | }, |
||
55 | { |
||
56 | "name": "luminous/luminous", |
||
57 | "version": "dev-psr-conversion", |
||
58 | "source": { |
||
59 | "type": "git", |
||
60 | "url": "https://github.com/markwatkinson/luminous.git", |
||
61 | "reference": "3d2857cc216294f27bf2e4c9cbb8da0873c243d6" |
||
62 | }, |
||
63 | "dist": { |
||
64 | "type": "zip", |
||
65 | "url": "https://api.github.com/repos/markwatkinson/luminous/zipball/3d2857cc216294f27bf2e4c9cbb8da0873c243d6", |
||
66 | "reference": "3d2857cc216294f27bf2e4c9cbb8da0873c243d6", |
||
67 | "shasum": "" |
||
68 | }, |
||
69 | "require": { |
||
70 | "php": "^5.3||^7.0" |
||
71 | }, |
||
72 | "bin": [ |
||
73 | "luminous" |
||
74 | ], |
||
75 | "type": "library", |
||
76 | "autoload": { |
||
77 | "psr-4": { |
||
78 | "": "src/" |
||
79 | }, |
||
80 | "files": [ |
||
81 | "src/debug.php", |
||
82 | "src/version.php", |
||
83 | "src/singleton.php" |
||
84 | ] |
||
85 | }, |
||
86 | "notification-url": "https://packagist.org/downloads/", |
||
87 | "license": [ |
||
88 | "LGPL-2.1" |
||
89 | ], |
||
90 | "authors": [ |
||
91 | { |
||
92 | "name": "Mark Watkinson", |
||
93 | "email": "[email protected]", |
||
94 | "homepage": "http://blog.asgaard.co.uk", |
||
95 | "role": "Developer" |
||
96 | } |
||
97 | ], |
||
98 | "description": "A full featured syntax highlighting library.", |
||
99 | "homepage": "http://luminous.asgaard.co.uk", |
||
100 | "keywords": [ |
||
101 | "highlighter", |
||
102 | "highlighting", |
||
103 | "syntax" |
||
104 | ], |
||
105 | "time": "2015-08-10T11:23:33+00:00" |
||
106 | }, |
||
107 | { |
||
108 | "name": "michelf/php-markdown", |
||
109 | "version": "1.6.0", |
||
110 | "source": { |
||
111 | "type": "git", |
||
112 | "url": "https://github.com/michelf/php-markdown.git", |
||
113 | "reference": "156e56ee036505ec637d761ee62dc425d807183c" |
||
114 | }, |
||
115 | "dist": { |
||
116 | "type": "zip", |
||
117 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c", |
||
118 | "reference": "156e56ee036505ec637d761ee62dc425d807183c", |
||
119 | "shasum": "" |
||
120 | }, |
||
121 | "require": { |
||
122 | "php": ">=5.3.0" |
||
123 | }, |
||
124 | "type": "library", |
||
125 | "extra": { |
||
126 | "branch-alias": { |
||
127 | "dev-lib": "1.4.x-dev" |
||
128 | } |
||
129 | }, |
||
130 | "autoload": { |
||
131 | "psr-0": { |
||
132 | "Michelf": "" |
||
133 | } |
||
134 | }, |
||
135 | "notification-url": "https://packagist.org/downloads/", |
||
136 | "license": [ |
||
137 | "BSD-3-Clause" |
||
138 | ], |
||
139 | "authors": [ |
||
140 | { |
||
141 | "name": "Michel Fortin", |
||
142 | "email": "[email protected]", |
||
143 | "homepage": "https://michelf.ca/", |
||
144 | "role": "Developer" |
||
145 | }, |
||
146 | { |
||
147 | "name": "John Gruber", |
||
148 | "homepage": "https://daringfireball.net/" |
||
149 | } |
||
150 | ], |
||
151 | "description": "PHP Markdown", |
||
152 | "homepage": "https://michelf.ca/projects/php-markdown/", |
||
153 | "keywords": [ |
||
154 | "markdown" |
||
155 | ], |
||
156 | "time": "2015-12-24T01:37:31+00:00" |
||
157 | }, |
||
158 | { |
||
159 | "name": "tecnickcom/tcpdf", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
160 | "version": "6.2.17", |
||
161 | "source": { |
||
162 | "type": "git", |
||
163 | "url": "https://github.com/tecnickcom/TCPDF.git", |
||
164 | "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53" |
||
165 | }, |
||
166 | "dist": { |
||
167 | "type": "zip", |
||
168 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53", |
||
169 | "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53", |
||
170 | "shasum": "" |
||
171 | }, |
||
172 | "require": { |
||
173 | "php": ">=5.3.0" |
||
174 | }, |
||
175 | "type": "library", |
||
176 | "autoload": { |
||
177 | "classmap": [ |
||
178 | "config", |
||
179 | "include", |
||
180 | "tcpdf.php", |
||
181 | "tcpdf_parser.php", |
||
182 | "tcpdf_import.php", |
||
183 | "tcpdf_barcodes_1d.php", |
||
184 | "tcpdf_barcodes_2d.php", |
||
185 | "include/tcpdf_colors.php", |
||
186 | "include/tcpdf_filters.php", |
||
187 | "include/tcpdf_font_data.php", |
||
188 | "include/tcpdf_fonts.php", |
||
189 | "include/tcpdf_images.php", |
||
190 | "include/tcpdf_static.php", |
||
191 | "include/barcodes/datamatrix.php", |
||
192 | "include/barcodes/pdf417.php", |
||
193 | "include/barcodes/qrcode.php" |
||
194 | ] |
||
195 | }, |
||
196 | "notification-url": "https://packagist.org/downloads/", |
||
197 | "license": [ |
||
198 | "LGPL-3.0" |
||
199 | ], |
||
200 | "authors": [ |
||
201 | { |
||
202 | "name": "Nicola Asuni", |
||
203 | "email": "[email protected]", |
||
204 | "role": "lead" |
||
205 | } |
||
206 | ], |
||
207 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", |
||
208 | "homepage": "http://www.tcpdf.org/", |
||
209 | "keywords": [ |
||
210 | "PDFD32000-2008", |
||
211 | "TCPDF", |
||
212 | "barcodes", |
||
213 | "datamatrix", |
||
214 | "pdf", |
||
215 | "pdf417", |
||
216 | "qrcode" |
||
217 | ], |
||
218 | "time": "2018-02-24T11:48:20+00:00" |
||
219 | }, |
||
220 | { |
||
221 | "name": "themattharris/tmhoauth", |
||
222 | "version": "0.8.4", |
||
223 | "source": { |
||
224 | "type": "git", |
||
225 | "url": "https://github.com/themattharris/tmhOAuth.git", |
||
226 | "reference": "455552d6c57549632644b6c9ac9204766be2b5ee" |
||
227 | }, |
||
228 | "dist": { |
||
229 | "type": "zip", |
||
230 | "url": "https://api.github.com/repos/themattharris/tmhOAuth/zipball/455552d6c57549632644b6c9ac9204766be2b5ee", |
||
231 | "reference": "455552d6c57549632644b6c9ac9204766be2b5ee", |
||
232 | "shasum": "" |
||
233 | }, |
||
234 | "require": { |
||
235 | "ext-curl": "*", |
||
236 | "php": ">=5.3.0" |
||
237 | }, |
||
238 | "type": "library", |
||
239 | "autoload": { |
||
240 | "psr-0": { |
||
241 | "tmhOAuth": "" |
||
242 | } |
||
243 | }, |
||
244 | "notification-url": "https://packagist.org/downloads/", |
||
245 | "license": [ |
||
246 | "Apache-2.0" |
||
247 | ], |
||
248 | "authors": [ |
||
249 | { |
||
250 | "name": "themattharris", |
||
251 | "email": "[email protected]", |
||
252 | "role": "Developer" |
||
253 | } |
||
254 | ], |
||
255 | "description": "An OAuth library written in PHP by @themattharris", |
||
256 | "keywords": [ |
||
257 | "oauth", |
||
258 | "twitter" |
||
259 | ], |
||
260 | "time": "2014-08-06T22:29:35+00:00" |
||
261 | } |
||
262 | ], |
||
263 | "packages-dev": [ |
||
264 | { |
||
265 | "name": "composer/semver", |
||
266 | "version": "1.4.2", |
||
267 | "source": { |
||
268 | "type": "git", |
||
269 | "url": "https://github.com/composer/semver.git", |
||
270 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
271 | }, |
||
272 | "dist": { |
||
273 | "type": "zip", |
||
274 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
275 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
276 | "shasum": "" |
||
277 | }, |
||
278 | "require": { |
||
279 | "php": "^5.3.2 || ^7.0" |
||
280 | }, |
||
281 | "require-dev": { |
||
282 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
283 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
284 | }, |
||
285 | "type": "library", |
||
286 | "extra": { |
||
287 | "branch-alias": { |
||
288 | "dev-master": "1.x-dev" |
||
289 | } |
||
290 | }, |
||
291 | "autoload": { |
||
292 | "psr-4": { |
||
293 | "Composer\\Semver\\": "src" |
||
294 | } |
||
295 | }, |
||
296 | "notification-url": "https://packagist.org/downloads/", |
||
297 | "license": [ |
||
298 | "MIT" |
||
299 | ], |
||
300 | "authors": [ |
||
301 | { |
||
302 | "name": "Nils Adermann", |
||
303 | "email": "[email protected]", |
||
304 | "homepage": "http://www.naderman.de" |
||
305 | }, |
||
306 | { |
||
307 | "name": "Jordi Boggiano", |
||
308 | "email": "[email protected]", |
||
309 | "homepage": "http://seld.be" |
||
310 | }, |
||
311 | { |
||
312 | "name": "Rob Bast", |
||
313 | "email": "[email protected]", |
||
314 | "homepage": "http://robbast.nl" |
||
315 | } |
||
316 | ], |
||
317 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
318 | "keywords": [ |
||
319 | "semantic", |
||
320 | "semver", |
||
321 | "validation", |
||
322 | "versioning" |
||
323 | ], |
||
324 | "time": "2016-08-30T16:08:34+00:00" |
||
325 | }, |
||
326 | { |
||
327 | "name": "composer/xdebug-handler", |
||
328 | "version": "1.1.0", |
||
329 | "source": { |
||
330 | "type": "git", |
||
331 | "url": "https://github.com/composer/xdebug-handler.git", |
||
332 | "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08" |
||
333 | }, |
||
334 | "dist": { |
||
335 | "type": "zip", |
||
336 | "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08", |
||
337 | "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08", |
||
338 | "shasum": "" |
||
339 | }, |
||
340 | "require": { |
||
341 | "php": "^5.3.2 || ^7.0", |
||
342 | "psr/log": "^1.0" |
||
343 | }, |
||
344 | "require-dev": { |
||
345 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
346 | }, |
||
347 | "type": "library", |
||
348 | "autoload": { |
||
349 | "psr-4": { |
||
350 | "Composer\\XdebugHandler\\": "src" |
||
351 | } |
||
352 | }, |
||
353 | "notification-url": "https://packagist.org/downloads/", |
||
354 | "license": [ |
||
355 | "MIT" |
||
356 | ], |
||
357 | "authors": [ |
||
358 | { |
||
359 | "name": "John Stevenson", |
||
360 | "email": "[email protected]" |
||
361 | } |
||
362 | ], |
||
363 | "description": "Restarts a process without xdebug.", |
||
364 | "keywords": [ |
||
365 | "Xdebug", |
||
366 | "performance" |
||
367 | ], |
||
368 | "time": "2018-04-11T15:42:36+00:00" |
||
369 | }, |
||
370 | { |
||
371 | "name": "doctrine/annotations", |
||
372 | "version": "v1.6.0", |
||
373 | "source": { |
||
374 | "type": "git", |
||
375 | "url": "https://github.com/doctrine/annotations.git", |
||
376 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
377 | }, |
||
378 | "dist": { |
||
379 | "type": "zip", |
||
380 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
381 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
382 | "shasum": "" |
||
383 | }, |
||
384 | "require": { |
||
385 | "doctrine/lexer": "1.*", |
||
386 | "php": "^7.1" |
||
387 | }, |
||
388 | "require-dev": { |
||
389 | "doctrine/cache": "1.*", |
||
390 | "phpunit/phpunit": "^6.4" |
||
391 | }, |
||
392 | "type": "library", |
||
393 | "extra": { |
||
394 | "branch-alias": { |
||
395 | "dev-master": "1.6.x-dev" |
||
396 | } |
||
397 | }, |
||
398 | "autoload": { |
||
399 | "psr-4": { |
||
400 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
401 | } |
||
402 | }, |
||
403 | "notification-url": "https://packagist.org/downloads/", |
||
404 | "license": [ |
||
405 | "MIT" |
||
406 | ], |
||
407 | "authors": [ |
||
408 | { |
||
409 | "name": "Roman Borschel", |
||
410 | "email": "[email protected]" |
||
411 | }, |
||
412 | { |
||
413 | "name": "Benjamin Eberlei", |
||
414 | "email": "[email protected]" |
||
415 | }, |
||
416 | { |
||
417 | "name": "Guilherme Blanco", |
||
418 | "email": "[email protected]" |
||
419 | }, |
||
420 | { |
||
421 | "name": "Jonathan Wage", |
||
422 | "email": "[email protected]" |
||
423 | }, |
||
424 | { |
||
425 | "name": "Johannes Schmitt", |
||
426 | "email": "[email protected]" |
||
427 | } |
||
428 | ], |
||
429 | "description": "Docblock Annotations Parser", |
||
430 | "homepage": "http://www.doctrine-project.org", |
||
431 | "keywords": [ |
||
432 | "annotations", |
||
433 | "docblock", |
||
434 | "parser" |
||
435 | ], |
||
436 | "time": "2017-12-06T07:11:42+00:00" |
||
437 | }, |
||
438 | { |
||
439 | "name": "doctrine/instantiator", |
||
440 | "version": "1.1.0", |
||
441 | "source": { |
||
442 | "type": "git", |
||
443 | "url": "https://github.com/doctrine/instantiator.git", |
||
444 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
445 | }, |
||
446 | "dist": { |
||
447 | "type": "zip", |
||
448 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
449 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
450 | "shasum": "" |
||
451 | }, |
||
452 | "require": { |
||
453 | "php": "^7.1" |
||
454 | }, |
||
455 | "require-dev": { |
||
456 | "athletic/athletic": "~0.1.8", |
||
457 | "ext-pdo": "*", |
||
458 | "ext-phar": "*", |
||
459 | "phpunit/phpunit": "^6.2.3", |
||
460 | "squizlabs/php_codesniffer": "^3.0.2" |
||
461 | }, |
||
462 | "type": "library", |
||
463 | "extra": { |
||
464 | "branch-alias": { |
||
465 | "dev-master": "1.2.x-dev" |
||
466 | } |
||
467 | }, |
||
468 | "autoload": { |
||
469 | "psr-4": { |
||
470 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
471 | } |
||
472 | }, |
||
473 | "notification-url": "https://packagist.org/downloads/", |
||
474 | "license": [ |
||
475 | "MIT" |
||
476 | ], |
||
477 | "authors": [ |
||
478 | { |
||
479 | "name": "Marco Pivetta", |
||
480 | "email": "[email protected]", |
||
481 | "homepage": "http://ocramius.github.com/" |
||
482 | } |
||
483 | ], |
||
484 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
485 | "homepage": "https://github.com/doctrine/instantiator", |
||
486 | "keywords": [ |
||
487 | "constructor", |
||
488 | "instantiate" |
||
489 | ], |
||
490 | "time": "2017-07-22T11:58:36+00:00" |
||
491 | }, |
||
492 | { |
||
493 | "name": "doctrine/lexer", |
||
494 | "version": "v1.0.1", |
||
495 | "source": { |
||
496 | "type": "git", |
||
497 | "url": "https://github.com/doctrine/lexer.git", |
||
498 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
499 | }, |
||
500 | "dist": { |
||
501 | "type": "zip", |
||
502 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
503 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
504 | "shasum": "" |
||
505 | }, |
||
506 | "require": { |
||
507 | "php": ">=5.3.2" |
||
508 | }, |
||
509 | "type": "library", |
||
510 | "extra": { |
||
511 | "branch-alias": { |
||
512 | "dev-master": "1.0.x-dev" |
||
513 | } |
||
514 | }, |
||
515 | "autoload": { |
||
516 | "psr-0": { |
||
517 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
518 | } |
||
519 | }, |
||
520 | "notification-url": "https://packagist.org/downloads/", |
||
521 | "license": [ |
||
522 | "MIT" |
||
523 | ], |
||
524 | "authors": [ |
||
525 | { |
||
526 | "name": "Roman Borschel", |
||
527 | "email": "[email protected]" |
||
528 | }, |
||
529 | { |
||
530 | "name": "Guilherme Blanco", |
||
531 | "email": "[email protected]" |
||
532 | }, |
||
533 | { |
||
534 | "name": "Johannes Schmitt", |
||
535 | "email": "[email protected]" |
||
536 | } |
||
537 | ], |
||
538 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
539 | "homepage": "http://www.doctrine-project.org", |
||
540 | "keywords": [ |
||
541 | "lexer", |
||
542 | "parser" |
||
543 | ], |
||
544 | "time": "2014-09-09T13:34:57+00:00" |
||
545 | }, |
||
546 | { |
||
547 | "name": "friendsofphp/php-cs-fixer", |
||
548 | "version": "v2.12.2", |
||
549 | "source": { |
||
550 | "type": "git", |
||
551 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
552 | "reference": "dcc87d5414e9d0bd316fce81a5bedb9ce720b183" |
||
553 | }, |
||
554 | "dist": { |
||
555 | "type": "zip", |
||
556 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/dcc87d5414e9d0bd316fce81a5bedb9ce720b183", |
||
557 | "reference": "dcc87d5414e9d0bd316fce81a5bedb9ce720b183", |
||
558 | "shasum": "" |
||
559 | }, |
||
560 | "require": { |
||
561 | "composer/semver": "^1.4", |
||
562 | "composer/xdebug-handler": "^1.0", |
||
563 | "doctrine/annotations": "^1.2", |
||
564 | "ext-json": "*", |
||
565 | "ext-tokenizer": "*", |
||
566 | "php": "^5.6 || >=7.0 <7.3", |
||
567 | "php-cs-fixer/diff": "^1.3", |
||
568 | "symfony/console": "^3.2 || ^4.0", |
||
569 | "symfony/event-dispatcher": "^3.0 || ^4.0", |
||
570 | "symfony/filesystem": "^3.0 || ^4.0", |
||
571 | "symfony/finder": "^3.0 || ^4.0", |
||
572 | "symfony/options-resolver": "^3.0 || ^4.0", |
||
573 | "symfony/polyfill-php70": "^1.0", |
||
574 | "symfony/polyfill-php72": "^1.4", |
||
575 | "symfony/process": "^3.0 || ^4.0", |
||
576 | "symfony/stopwatch": "^3.0 || ^4.0" |
||
577 | }, |
||
578 | "conflict": { |
||
579 | "hhvm": "*" |
||
580 | }, |
||
581 | "require-dev": { |
||
582 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", |
||
583 | "justinrainbow/json-schema": "^5.0", |
||
584 | "keradus/cli-executor": "^1.1", |
||
585 | "mikey179/vfsstream": "^1.6", |
||
586 | "php-coveralls/php-coveralls": "^2.1", |
||
587 | "php-cs-fixer/accessible-object": "^1.0", |
||
588 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1", |
||
589 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1", |
||
590 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", |
||
591 | "phpunitgoodpractices/traits": "^1.5.1", |
||
592 | "symfony/phpunit-bridge": "^4.0" |
||
593 | }, |
||
594 | "suggest": { |
||
595 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
596 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", |
||
597 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", |
||
598 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
599 | }, |
||
600 | "bin": [ |
||
601 | "php-cs-fixer" |
||
602 | ], |
||
603 | "type": "application", |
||
604 | "autoload": { |
||
605 | "psr-4": { |
||
606 | "PhpCsFixer\\": "src/" |
||
607 | }, |
||
608 | "classmap": [ |
||
609 | "tests/Test/AbstractFixerTestCase.php", |
||
610 | "tests/Test/AbstractIntegrationCaseFactory.php", |
||
611 | "tests/Test/AbstractIntegrationTestCase.php", |
||
612 | "tests/Test/Assert/AssertTokensTrait.php", |
||
613 | "tests/Test/IntegrationCase.php", |
||
614 | "tests/Test/IntegrationCaseFactory.php", |
||
615 | "tests/Test/IntegrationCaseFactoryInterface.php", |
||
616 | "tests/Test/InternalIntegrationCaseFactory.php", |
||
617 | "tests/TestCase.php" |
||
618 | ] |
||
619 | }, |
||
620 | "notification-url": "https://packagist.org/downloads/", |
||
621 | "license": [ |
||
622 | "MIT" |
||
623 | ], |
||
624 | "authors": [ |
||
625 | { |
||
626 | "name": "Dariusz Rumiński", |
||
627 | "email": "[email protected]" |
||
628 | }, |
||
629 | { |
||
630 | "name": "Fabien Potencier", |
||
631 | "email": "[email protected]" |
||
632 | } |
||
633 | ], |
||
634 | "description": "A tool to automatically fix PHP code style", |
||
635 | "time": "2018-07-06T10:37:40+00:00" |
||
636 | }, |
||
637 | { |
||
638 | "name": "guzzlehttp/guzzle", |
||
639 | "version": "6.3.3", |
||
640 | "source": { |
||
641 | "type": "git", |
||
642 | "url": "https://github.com/guzzle/guzzle.git", |
||
643 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" |
||
644 | }, |
||
645 | "dist": { |
||
646 | "type": "zip", |
||
647 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
648 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
649 | "shasum": "" |
||
650 | }, |
||
651 | "require": { |
||
652 | "guzzlehttp/promises": "^1.0", |
||
653 | "guzzlehttp/psr7": "^1.4", |
||
654 | "php": ">=5.5" |
||
655 | }, |
||
656 | "require-dev": { |
||
657 | "ext-curl": "*", |
||
658 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
||
659 | "psr/log": "^1.0" |
||
660 | }, |
||
661 | "suggest": { |
||
662 | "psr/log": "Required for using the Log middleware" |
||
663 | }, |
||
664 | "type": "library", |
||
665 | "extra": { |
||
666 | "branch-alias": { |
||
667 | "dev-master": "6.3-dev" |
||
668 | } |
||
669 | }, |
||
670 | "autoload": { |
||
671 | "files": [ |
||
672 | "src/functions_include.php" |
||
673 | ], |
||
674 | "psr-4": { |
||
675 | "GuzzleHttp\\": "src/" |
||
676 | } |
||
677 | }, |
||
678 | "notification-url": "https://packagist.org/downloads/", |
||
679 | "license": [ |
||
680 | "MIT" |
||
681 | ], |
||
682 | "authors": [ |
||
683 | { |
||
684 | "name": "Michael Dowling", |
||
685 | "email": "[email protected]", |
||
686 | "homepage": "https://github.com/mtdowling" |
||
687 | } |
||
688 | ], |
||
689 | "description": "Guzzle is a PHP HTTP client library", |
||
690 | "homepage": "http://guzzlephp.org/", |
||
691 | "keywords": [ |
||
692 | "client", |
||
693 | "curl", |
||
694 | "framework", |
||
695 | "http", |
||
696 | "http client", |
||
697 | "rest", |
||
698 | "web service" |
||
699 | ], |
||
700 | "time": "2018-04-22T15:46:56+00:00" |
||
701 | }, |
||
702 | { |
||
703 | "name": "guzzlehttp/promises", |
||
704 | "version": "v1.3.1", |
||
705 | "source": { |
||
706 | "type": "git", |
||
707 | "url": "https://github.com/guzzle/promises.git", |
||
708 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
709 | }, |
||
710 | "dist": { |
||
711 | "type": "zip", |
||
712 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
713 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
714 | "shasum": "" |
||
715 | }, |
||
716 | "require": { |
||
717 | "php": ">=5.5.0" |
||
718 | }, |
||
719 | "require-dev": { |
||
720 | "phpunit/phpunit": "^4.0" |
||
721 | }, |
||
722 | "type": "library", |
||
723 | "extra": { |
||
724 | "branch-alias": { |
||
725 | "dev-master": "1.4-dev" |
||
726 | } |
||
727 | }, |
||
728 | "autoload": { |
||
729 | "psr-4": { |
||
730 | "GuzzleHttp\\Promise\\": "src/" |
||
731 | }, |
||
732 | "files": [ |
||
733 | "src/functions_include.php" |
||
734 | ] |
||
735 | }, |
||
736 | "notification-url": "https://packagist.org/downloads/", |
||
737 | "license": [ |
||
738 | "MIT" |
||
739 | ], |
||
740 | "authors": [ |
||
741 | { |
||
742 | "name": "Michael Dowling", |
||
743 | "email": "[email protected]", |
||
744 | "homepage": "https://github.com/mtdowling" |
||
745 | } |
||
746 | ], |
||
747 | "description": "Guzzle promises library", |
||
748 | "keywords": [ |
||
749 | "promise" |
||
750 | ], |
||
751 | "time": "2016-12-20T10:07:11+00:00" |
||
752 | }, |
||
753 | { |
||
754 | "name": "guzzlehttp/psr7", |
||
755 | "version": "1.4.2", |
||
756 | "source": { |
||
757 | "type": "git", |
||
758 | "url": "https://github.com/guzzle/psr7.git", |
||
759 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
760 | }, |
||
761 | "dist": { |
||
762 | "type": "zip", |
||
763 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
764 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
765 | "shasum": "" |
||
766 | }, |
||
767 | "require": { |
||
768 | "php": ">=5.4.0", |
||
769 | "psr/http-message": "~1.0" |
||
770 | }, |
||
771 | "provide": { |
||
772 | "psr/http-message-implementation": "1.0" |
||
773 | }, |
||
774 | "require-dev": { |
||
775 | "phpunit/phpunit": "~4.0" |
||
776 | }, |
||
777 | "type": "library", |
||
778 | "extra": { |
||
779 | "branch-alias": { |
||
780 | "dev-master": "1.4-dev" |
||
781 | } |
||
782 | }, |
||
783 | "autoload": { |
||
784 | "psr-4": { |
||
785 | "GuzzleHttp\\Psr7\\": "src/" |
||
786 | }, |
||
787 | "files": [ |
||
788 | "src/functions_include.php" |
||
789 | ] |
||
790 | }, |
||
791 | "notification-url": "https://packagist.org/downloads/", |
||
792 | "license": [ |
||
793 | "MIT" |
||
794 | ], |
||
795 | "authors": [ |
||
796 | { |
||
797 | "name": "Michael Dowling", |
||
798 | "email": "[email protected]", |
||
799 | "homepage": "https://github.com/mtdowling" |
||
800 | }, |
||
801 | { |
||
802 | "name": "Tobias Schultze", |
||
803 | "homepage": "https://github.com/Tobion" |
||
804 | } |
||
805 | ], |
||
806 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
807 | "keywords": [ |
||
808 | "http", |
||
809 | "message", |
||
810 | "request", |
||
811 | "response", |
||
812 | "stream", |
||
813 | "uri", |
||
814 | "url" |
||
815 | ], |
||
816 | "time": "2017-03-20T17:10:46+00:00" |
||
817 | }, |
||
818 | { |
||
819 | "name": "myclabs/deep-copy", |
||
820 | "version": "1.8.1", |
||
821 | "source": { |
||
822 | "type": "git", |
||
823 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
824 | "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" |
||
825 | }, |
||
826 | "dist": { |
||
827 | "type": "zip", |
||
828 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", |
||
829 | "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", |
||
830 | "shasum": "" |
||
831 | }, |
||
832 | "require": { |
||
833 | "php": "^7.1" |
||
834 | }, |
||
835 | "replace": { |
||
836 | "myclabs/deep-copy": "self.version" |
||
837 | }, |
||
838 | "require-dev": { |
||
839 | "doctrine/collections": "^1.0", |
||
840 | "doctrine/common": "^2.6", |
||
841 | "phpunit/phpunit": "^7.1" |
||
842 | }, |
||
843 | "type": "library", |
||
844 | "autoload": { |
||
845 | "psr-4": { |
||
846 | "DeepCopy\\": "src/DeepCopy/" |
||
847 | }, |
||
848 | "files": [ |
||
849 | "src/DeepCopy/deep_copy.php" |
||
850 | ] |
||
851 | }, |
||
852 | "notification-url": "https://packagist.org/downloads/", |
||
853 | "license": [ |
||
854 | "MIT" |
||
855 | ], |
||
856 | "description": "Create deep copies (clones) of your objects", |
||
857 | "keywords": [ |
||
858 | "clone", |
||
859 | "copy", |
||
860 | "duplicate", |
||
861 | "object", |
||
862 | "object graph" |
||
863 | ], |
||
864 | "time": "2018-06-11T23:09:50+00:00" |
||
865 | }, |
||
866 | { |
||
867 | "name": "paragonie/random_compat", |
||
868 | "version": "v2.0.17", |
||
869 | "source": { |
||
870 | "type": "git", |
||
871 | "url": "https://github.com/paragonie/random_compat.git", |
||
872 | "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" |
||
873 | }, |
||
874 | "dist": { |
||
875 | "type": "zip", |
||
876 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", |
||
877 | "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", |
||
878 | "shasum": "" |
||
879 | }, |
||
880 | "require": { |
||
881 | "php": ">=5.2.0" |
||
882 | }, |
||
883 | "require-dev": { |
||
884 | "phpunit/phpunit": "4.*|5.*" |
||
885 | }, |
||
886 | "suggest": { |
||
887 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
888 | }, |
||
889 | "type": "library", |
||
890 | "autoload": { |
||
891 | "files": [ |
||
892 | "lib/random.php" |
||
893 | ] |
||
894 | }, |
||
895 | "notification-url": "https://packagist.org/downloads/", |
||
896 | "license": [ |
||
897 | "MIT" |
||
898 | ], |
||
899 | "authors": [ |
||
900 | { |
||
901 | "name": "Paragon Initiative Enterprises", |
||
902 | "email": "[email protected]", |
||
903 | "homepage": "https://paragonie.com" |
||
904 | } |
||
905 | ], |
||
906 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
907 | "keywords": [ |
||
908 | "csprng", |
||
909 | "polyfill", |
||
910 | "pseudorandom", |
||
911 | "random" |
||
912 | ], |
||
913 | "time": "2018-07-04T16:31:37+00:00" |
||
914 | }, |
||
915 | { |
||
916 | "name": "phar-io/manifest", |
||
917 | "version": "1.0.3", |
||
918 | "source": { |
||
919 | "type": "git", |
||
920 | "url": "https://github.com/phar-io/manifest.git", |
||
921 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" |
||
922 | }, |
||
923 | "dist": { |
||
924 | "type": "zip", |
||
925 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", |
||
926 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", |
||
927 | "shasum": "" |
||
928 | }, |
||
929 | "require": { |
||
930 | "ext-dom": "*", |
||
931 | "ext-phar": "*", |
||
932 | "phar-io/version": "^2.0", |
||
933 | "php": "^5.6 || ^7.0" |
||
934 | }, |
||
935 | "type": "library", |
||
936 | "extra": { |
||
937 | "branch-alias": { |
||
938 | "dev-master": "1.0.x-dev" |
||
939 | } |
||
940 | }, |
||
941 | "autoload": { |
||
942 | "classmap": [ |
||
943 | "src/" |
||
944 | ] |
||
945 | }, |
||
946 | "notification-url": "https://packagist.org/downloads/", |
||
947 | "license": [ |
||
948 | "BSD-3-Clause" |
||
949 | ], |
||
950 | "authors": [ |
||
951 | { |
||
952 | "name": "Arne Blankerts", |
||
953 | "email": "[email protected]", |
||
954 | "role": "Developer" |
||
955 | }, |
||
956 | { |
||
957 | "name": "Sebastian Heuer", |
||
958 | "email": "[email protected]", |
||
959 | "role": "Developer" |
||
960 | }, |
||
961 | { |
||
962 | "name": "Sebastian Bergmann", |
||
963 | "email": "[email protected]", |
||
964 | "role": "Developer" |
||
965 | } |
||
966 | ], |
||
967 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
968 | "time": "2018-07-08T19:23:20+00:00" |
||
969 | }, |
||
970 | { |
||
971 | "name": "phar-io/version", |
||
972 | "version": "2.0.1", |
||
973 | "source": { |
||
974 | "type": "git", |
||
975 | "url": "https://github.com/phar-io/version.git", |
||
976 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" |
||
977 | }, |
||
978 | "dist": { |
||
979 | "type": "zip", |
||
980 | "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", |
||
981 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", |
||
982 | "shasum": "" |
||
983 | }, |
||
984 | "require": { |
||
985 | "php": "^5.6 || ^7.0" |
||
986 | }, |
||
987 | "type": "library", |
||
988 | "autoload": { |
||
989 | "classmap": [ |
||
990 | "src/" |
||
991 | ] |
||
992 | }, |
||
993 | "notification-url": "https://packagist.org/downloads/", |
||
994 | "license": [ |
||
995 | "BSD-3-Clause" |
||
996 | ], |
||
997 | "authors": [ |
||
998 | { |
||
999 | "name": "Arne Blankerts", |
||
1000 | "email": "[email protected]", |
||
1001 | "role": "Developer" |
||
1002 | }, |
||
1003 | { |
||
1004 | "name": "Sebastian Heuer", |
||
1005 | "email": "[email protected]", |
||
1006 | "role": "Developer" |
||
1007 | }, |
||
1008 | { |
||
1009 | "name": "Sebastian Bergmann", |
||
1010 | "email": "[email protected]", |
||
1011 | "role": "Developer" |
||
1012 | } |
||
1013 | ], |
||
1014 | "description": "Library for handling version information and constraints", |
||
1015 | "time": "2018-07-08T19:19:57+00:00" |
||
1016 | }, |
||
1017 | { |
||
1018 | "name": "php-coveralls/php-coveralls", |
||
1019 | "version": "v2.1.0", |
||
1020 | "source": { |
||
1021 | "type": "git", |
||
1022 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
1023 | "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" |
||
1024 | }, |
||
1025 | "dist": { |
||
1026 | "type": "zip", |
||
1027 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", |
||
1028 | "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", |
||
1029 | "shasum": "" |
||
1030 | }, |
||
1031 | "require": { |
||
1032 | "ext-json": "*", |
||
1033 | "ext-simplexml": "*", |
||
1034 | "guzzlehttp/guzzle": "^6.0", |
||
1035 | "php": "^5.5 || ^7.0", |
||
1036 | "psr/log": "^1.0", |
||
1037 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
1038 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
1039 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
1040 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
1041 | }, |
||
1042 | "require-dev": { |
||
1043 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
1044 | }, |
||
1045 | "suggest": { |
||
1046 | "symfony/http-kernel": "Allows Symfony integration" |
||
1047 | }, |
||
1048 | "bin": [ |
||
1049 | "bin/php-coveralls" |
||
1050 | ], |
||
1051 | "type": "library", |
||
1052 | "extra": { |
||
1053 | "branch-alias": { |
||
1054 | "dev-master": "2.1-dev" |
||
1055 | } |
||
1056 | }, |
||
1057 | "autoload": { |
||
1058 | "psr-4": { |
||
1059 | "PhpCoveralls\\": "src/" |
||
1060 | } |
||
1061 | }, |
||
1062 | "notification-url": "https://packagist.org/downloads/", |
||
1063 | "license": [ |
||
1064 | "MIT" |
||
1065 | ], |
||
1066 | "authors": [ |
||
1067 | { |
||
1068 | "name": "Kitamura Satoshi", |
||
1069 | "email": "[email protected]", |
||
1070 | "homepage": "https://www.facebook.com/satooshi.jp", |
||
1071 | "role": "Original creator" |
||
1072 | }, |
||
1073 | { |
||
1074 | "name": "Takashi Matsuo", |
||
1075 | "email": "[email protected]" |
||
1076 | }, |
||
1077 | { |
||
1078 | "name": "Google Inc" |
||
1079 | }, |
||
1080 | { |
||
1081 | "name": "Dariusz Ruminski", |
||
1082 | "email": "[email protected]", |
||
1083 | "homepage": "https://github.com/keradus" |
||
1084 | }, |
||
1085 | { |
||
1086 | "name": "Contributors", |
||
1087 | "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" |
||
1088 | } |
||
1089 | ], |
||
1090 | "description": "PHP client library for Coveralls API", |
||
1091 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
1092 | "keywords": [ |
||
1093 | "ci", |
||
1094 | "coverage", |
||
1095 | "github", |
||
1096 | "test" |
||
1097 | ], |
||
1098 | "time": "2018-05-22T23:11:08+00:00" |
||
1099 | }, |
||
1100 | { |
||
1101 | "name": "php-cs-fixer/diff", |
||
1102 | "version": "v1.3.0", |
||
1103 | "source": { |
||
1104 | "type": "git", |
||
1105 | "url": "https://github.com/PHP-CS-Fixer/diff.git", |
||
1106 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" |
||
1107 | }, |
||
1108 | "dist": { |
||
1109 | "type": "zip", |
||
1110 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
1111 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
1112 | "shasum": "" |
||
1113 | }, |
||
1114 | "require": { |
||
1115 | "php": "^5.6 || ^7.0" |
||
1116 | }, |
||
1117 | "require-dev": { |
||
1118 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
1119 | "symfony/process": "^3.3" |
||
1120 | }, |
||
1121 | "type": "library", |
||
1122 | "autoload": { |
||
1123 | "classmap": [ |
||
1124 | "src/" |
||
1125 | ] |
||
1126 | }, |
||
1127 | "notification-url": "https://packagist.org/downloads/", |
||
1128 | "license": [ |
||
1129 | "BSD-3-Clause" |
||
1130 | ], |
||
1131 | "authors": [ |
||
1132 | { |
||
1133 | "name": "Kore Nordmann", |
||
1134 | "email": "[email protected]" |
||
1135 | }, |
||
1136 | { |
||
1137 | "name": "Sebastian Bergmann", |
||
1138 | "email": "[email protected]" |
||
1139 | }, |
||
1140 | { |
||
1141 | "name": "SpacePossum" |
||
1142 | } |
||
1143 | ], |
||
1144 | "description": "sebastian/diff v2 backport support for PHP5.6", |
||
1145 | "homepage": "https://github.com/PHP-CS-Fixer", |
||
1146 | "keywords": [ |
||
1147 | "diff" |
||
1148 | ], |
||
1149 | "time": "2018-02-15T16:58:55+00:00" |
||
1150 | }, |
||
1151 | { |
||
1152 | "name": "phpdocumentor/reflection-common", |
||
1153 | "version": "1.0.1", |
||
1154 | "source": { |
||
1155 | "type": "git", |
||
1156 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1157 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1158 | }, |
||
1159 | "dist": { |
||
1160 | "type": "zip", |
||
1161 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1162 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1163 | "shasum": "" |
||
1164 | }, |
||
1165 | "require": { |
||
1166 | "php": ">=5.5" |
||
1167 | }, |
||
1168 | "require-dev": { |
||
1169 | "phpunit/phpunit": "^4.6" |
||
1170 | }, |
||
1171 | "type": "library", |
||
1172 | "extra": { |
||
1173 | "branch-alias": { |
||
1174 | "dev-master": "1.0.x-dev" |
||
1175 | } |
||
1176 | }, |
||
1177 | "autoload": { |
||
1178 | "psr-4": { |
||
1179 | "phpDocumentor\\Reflection\\": [ |
||
1180 | "src" |
||
1181 | ] |
||
1182 | } |
||
1183 | }, |
||
1184 | "notification-url": "https://packagist.org/downloads/", |
||
1185 | "license": [ |
||
1186 | "MIT" |
||
1187 | ], |
||
1188 | "authors": [ |
||
1189 | { |
||
1190 | "name": "Jaap van Otterdijk", |
||
1191 | "email": "[email protected]" |
||
1192 | } |
||
1193 | ], |
||
1194 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1195 | "homepage": "http://www.phpdoc.org", |
||
1196 | "keywords": [ |
||
1197 | "FQSEN", |
||
1198 | "phpDocumentor", |
||
1199 | "phpdoc", |
||
1200 | "reflection", |
||
1201 | "static analysis" |
||
1202 | ], |
||
1203 | "time": "2017-09-11T18:02:19+00:00" |
||
1204 | }, |
||
1205 | { |
||
1206 | "name": "phpdocumentor/reflection-docblock", |
||
1207 | "version": "4.3.0", |
||
1208 | "source": { |
||
1209 | "type": "git", |
||
1210 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1211 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1212 | }, |
||
1213 | "dist": { |
||
1214 | "type": "zip", |
||
1215 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1216 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1217 | "shasum": "" |
||
1218 | }, |
||
1219 | "require": { |
||
1220 | "php": "^7.0", |
||
1221 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1222 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1223 | "webmozart/assert": "^1.0" |
||
1224 | }, |
||
1225 | "require-dev": { |
||
1226 | "doctrine/instantiator": "~1.0.5", |
||
1227 | "mockery/mockery": "^1.0", |
||
1228 | "phpunit/phpunit": "^6.4" |
||
1229 | }, |
||
1230 | "type": "library", |
||
1231 | "extra": { |
||
1232 | "branch-alias": { |
||
1233 | "dev-master": "4.x-dev" |
||
1234 | } |
||
1235 | }, |
||
1236 | "autoload": { |
||
1237 | "psr-4": { |
||
1238 | "phpDocumentor\\Reflection\\": [ |
||
1239 | "src/" |
||
1240 | ] |
||
1241 | } |
||
1242 | }, |
||
1243 | "notification-url": "https://packagist.org/downloads/", |
||
1244 | "license": [ |
||
1245 | "MIT" |
||
1246 | ], |
||
1247 | "authors": [ |
||
1248 | { |
||
1249 | "name": "Mike van Riel", |
||
1250 | "email": "[email protected]" |
||
1251 | } |
||
1252 | ], |
||
1253 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1254 | "time": "2017-11-30T07:14:17+00:00" |
||
1255 | }, |
||
1256 | { |
||
1257 | "name": "phpdocumentor/type-resolver", |
||
1258 | "version": "0.4.0", |
||
1259 | "source": { |
||
1260 | "type": "git", |
||
1261 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1262 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1263 | }, |
||
1264 | "dist": { |
||
1265 | "type": "zip", |
||
1266 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1267 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1268 | "shasum": "" |
||
1269 | }, |
||
1270 | "require": { |
||
1271 | "php": "^5.5 || ^7.0", |
||
1272 | "phpdocumentor/reflection-common": "^1.0" |
||
1273 | }, |
||
1274 | "require-dev": { |
||
1275 | "mockery/mockery": "^0.9.4", |
||
1276 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1277 | }, |
||
1278 | "type": "library", |
||
1279 | "extra": { |
||
1280 | "branch-alias": { |
||
1281 | "dev-master": "1.0.x-dev" |
||
1282 | } |
||
1283 | }, |
||
1284 | "autoload": { |
||
1285 | "psr-4": { |
||
1286 | "phpDocumentor\\Reflection\\": [ |
||
1287 | "src/" |
||
1288 | ] |
||
1289 | } |
||
1290 | }, |
||
1291 | "notification-url": "https://packagist.org/downloads/", |
||
1292 | "license": [ |
||
1293 | "MIT" |
||
1294 | ], |
||
1295 | "authors": [ |
||
1296 | { |
||
1297 | "name": "Mike van Riel", |
||
1298 | "email": "[email protected]" |
||
1299 | } |
||
1300 | ], |
||
1301 | "time": "2017-07-14T14:27:02+00:00" |
||
1302 | }, |
||
1303 | { |
||
1304 | "name": "phpspec/prophecy", |
||
1305 | "version": "1.7.6", |
||
1306 | "source": { |
||
1307 | "type": "git", |
||
1308 | "url": "https://github.com/phpspec/prophecy.git", |
||
1309 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
||
1310 | }, |
||
1311 | "dist": { |
||
1312 | "type": "zip", |
||
1313 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
1314 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
1315 | "shasum": "" |
||
1316 | }, |
||
1317 | "require": { |
||
1318 | "doctrine/instantiator": "^1.0.2", |
||
1319 | "php": "^5.3|^7.0", |
||
1320 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1321 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
1322 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1323 | }, |
||
1324 | "require-dev": { |
||
1325 | "phpspec/phpspec": "^2.5|^3.2", |
||
1326 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
1327 | }, |
||
1328 | "type": "library", |
||
1329 | "extra": { |
||
1330 | "branch-alias": { |
||
1331 | "dev-master": "1.7.x-dev" |
||
1332 | } |
||
1333 | }, |
||
1334 | "autoload": { |
||
1335 | "psr-0": { |
||
1336 | "Prophecy\\": "src/" |
||
1337 | } |
||
1338 | }, |
||
1339 | "notification-url": "https://packagist.org/downloads/", |
||
1340 | "license": [ |
||
1341 | "MIT" |
||
1342 | ], |
||
1343 | "authors": [ |
||
1344 | { |
||
1345 | "name": "Konstantin Kudryashov", |
||
1346 | "email": "[email protected]", |
||
1347 | "homepage": "http://everzet.com" |
||
1348 | }, |
||
1349 | { |
||
1350 | "name": "Marcello Duarte", |
||
1351 | "email": "[email protected]" |
||
1352 | } |
||
1353 | ], |
||
1354 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1355 | "homepage": "https://github.com/phpspec/prophecy", |
||
1356 | "keywords": [ |
||
1357 | "Double", |
||
1358 | "Dummy", |
||
1359 | "fake", |
||
1360 | "mock", |
||
1361 | "spy", |
||
1362 | "stub" |
||
1363 | ], |
||
1364 | "time": "2018-04-18T13:57:24+00:00" |
||
1365 | }, |
||
1366 | { |
||
1367 | "name": "phpunit/php-code-coverage", |
||
1368 | "version": "6.0.7", |
||
1369 | "source": { |
||
1370 | "type": "git", |
||
1371 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1372 | "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a" |
||
1373 | }, |
||
1374 | "dist": { |
||
1375 | "type": "zip", |
||
1376 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a", |
||
1377 | "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a", |
||
1378 | "shasum": "" |
||
1379 | }, |
||
1380 | "require": { |
||
1381 | "ext-dom": "*", |
||
1382 | "ext-xmlwriter": "*", |
||
1383 | "php": "^7.1", |
||
1384 | "phpunit/php-file-iterator": "^2.0", |
||
1385 | "phpunit/php-text-template": "^1.2.1", |
||
1386 | "phpunit/php-token-stream": "^3.0", |
||
1387 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
1388 | "sebastian/environment": "^3.1", |
||
1389 | "sebastian/version": "^2.0.1", |
||
1390 | "theseer/tokenizer": "^1.1" |
||
1391 | }, |
||
1392 | "require-dev": { |
||
1393 | "phpunit/phpunit": "^7.0" |
||
1394 | }, |
||
1395 | "suggest": { |
||
1396 | "ext-xdebug": "^2.6.0" |
||
1397 | }, |
||
1398 | "type": "library", |
||
1399 | "extra": { |
||
1400 | "branch-alias": { |
||
1401 | "dev-master": "6.0-dev" |
||
1402 | } |
||
1403 | }, |
||
1404 | "autoload": { |
||
1405 | "classmap": [ |
||
1406 | "src/" |
||
1407 | ] |
||
1408 | }, |
||
1409 | "notification-url": "https://packagist.org/downloads/", |
||
1410 | "license": [ |
||
1411 | "BSD-3-Clause" |
||
1412 | ], |
||
1413 | "authors": [ |
||
1414 | { |
||
1415 | "name": "Sebastian Bergmann", |
||
1416 | "email": "[email protected]", |
||
1417 | "role": "lead" |
||
1418 | } |
||
1419 | ], |
||
1420 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1421 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1422 | "keywords": [ |
||
1423 | "coverage", |
||
1424 | "testing", |
||
1425 | "xunit" |
||
1426 | ], |
||
1427 | "time": "2018-06-01T07:51:50+00:00" |
||
1428 | }, |
||
1429 | { |
||
1430 | "name": "phpunit/php-file-iterator", |
||
1431 | "version": "2.0.1", |
||
1432 | "source": { |
||
1433 | "type": "git", |
||
1434 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1435 | "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c" |
||
1436 | }, |
||
1437 | "dist": { |
||
1438 | "type": "zip", |
||
1439 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c", |
||
1440 | "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c", |
||
1441 | "shasum": "" |
||
1442 | }, |
||
1443 | "require": { |
||
1444 | "php": "^7.1" |
||
1445 | }, |
||
1446 | "type": "library", |
||
1447 | "extra": { |
||
1448 | "branch-alias": { |
||
1449 | "dev-master": "2.0.x-dev" |
||
1450 | } |
||
1451 | }, |
||
1452 | "autoload": { |
||
1453 | "classmap": [ |
||
1454 | "src/" |
||
1455 | ] |
||
1456 | }, |
||
1457 | "notification-url": "https://packagist.org/downloads/", |
||
1458 | "license": [ |
||
1459 | "BSD-3-Clause" |
||
1460 | ], |
||
1461 | "authors": [ |
||
1462 | { |
||
1463 | "name": "Sebastian Bergmann", |
||
1464 | "email": "[email protected]", |
||
1465 | "role": "lead" |
||
1466 | } |
||
1467 | ], |
||
1468 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1469 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1470 | "keywords": [ |
||
1471 | "filesystem", |
||
1472 | "iterator" |
||
1473 | ], |
||
1474 | "time": "2018-06-11T11:44:00+00:00" |
||
1475 | }, |
||
1476 | { |
||
1477 | "name": "phpunit/php-text-template", |
||
1478 | "version": "1.2.1", |
||
1479 | "source": { |
||
1480 | "type": "git", |
||
1481 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1482 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1483 | }, |
||
1484 | "dist": { |
||
1485 | "type": "zip", |
||
1486 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1487 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1488 | "shasum": "" |
||
1489 | }, |
||
1490 | "require": { |
||
1491 | "php": ">=5.3.3" |
||
1492 | }, |
||
1493 | "type": "library", |
||
1494 | "autoload": { |
||
1495 | "classmap": [ |
||
1496 | "src/" |
||
1497 | ] |
||
1498 | }, |
||
1499 | "notification-url": "https://packagist.org/downloads/", |
||
1500 | "license": [ |
||
1501 | "BSD-3-Clause" |
||
1502 | ], |
||
1503 | "authors": [ |
||
1504 | { |
||
1505 | "name": "Sebastian Bergmann", |
||
1506 | "email": "[email protected]", |
||
1507 | "role": "lead" |
||
1508 | } |
||
1509 | ], |
||
1510 | "description": "Simple template engine.", |
||
1511 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1512 | "keywords": [ |
||
1513 | "template" |
||
1514 | ], |
||
1515 | "time": "2015-06-21T13:50:34+00:00" |
||
1516 | }, |
||
1517 | { |
||
1518 | "name": "phpunit/php-timer", |
||
1519 | "version": "2.0.0", |
||
1520 | "source": { |
||
1521 | "type": "git", |
||
1522 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1523 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
1524 | }, |
||
1525 | "dist": { |
||
1526 | "type": "zip", |
||
1527 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
1528 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
1529 | "shasum": "" |
||
1530 | }, |
||
1531 | "require": { |
||
1532 | "php": "^7.1" |
||
1533 | }, |
||
1534 | "require-dev": { |
||
1535 | "phpunit/phpunit": "^7.0" |
||
1536 | }, |
||
1537 | "type": "library", |
||
1538 | "extra": { |
||
1539 | "branch-alias": { |
||
1540 | "dev-master": "2.0-dev" |
||
1541 | } |
||
1542 | }, |
||
1543 | "autoload": { |
||
1544 | "classmap": [ |
||
1545 | "src/" |
||
1546 | ] |
||
1547 | }, |
||
1548 | "notification-url": "https://packagist.org/downloads/", |
||
1549 | "license": [ |
||
1550 | "BSD-3-Clause" |
||
1551 | ], |
||
1552 | "authors": [ |
||
1553 | { |
||
1554 | "name": "Sebastian Bergmann", |
||
1555 | "email": "[email protected]", |
||
1556 | "role": "lead" |
||
1557 | } |
||
1558 | ], |
||
1559 | "description": "Utility class for timing", |
||
1560 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1561 | "keywords": [ |
||
1562 | "timer" |
||
1563 | ], |
||
1564 | "time": "2018-02-01T13:07:23+00:00" |
||
1565 | }, |
||
1566 | { |
||
1567 | "name": "phpunit/php-token-stream", |
||
1568 | "version": "3.0.0", |
||
1569 | "source": { |
||
1570 | "type": "git", |
||
1571 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1572 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
1573 | }, |
||
1574 | "dist": { |
||
1575 | "type": "zip", |
||
1576 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
1577 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
1578 | "shasum": "" |
||
1579 | }, |
||
1580 | "require": { |
||
1581 | "ext-tokenizer": "*", |
||
1582 | "php": "^7.1" |
||
1583 | }, |
||
1584 | "require-dev": { |
||
1585 | "phpunit/phpunit": "^7.0" |
||
1586 | }, |
||
1587 | "type": "library", |
||
1588 | "extra": { |
||
1589 | "branch-alias": { |
||
1590 | "dev-master": "3.0-dev" |
||
1591 | } |
||
1592 | }, |
||
1593 | "autoload": { |
||
1594 | "classmap": [ |
||
1595 | "src/" |
||
1596 | ] |
||
1597 | }, |
||
1598 | "notification-url": "https://packagist.org/downloads/", |
||
1599 | "license": [ |
||
1600 | "BSD-3-Clause" |
||
1601 | ], |
||
1602 | "authors": [ |
||
1603 | { |
||
1604 | "name": "Sebastian Bergmann", |
||
1605 | "email": "[email protected]" |
||
1606 | } |
||
1607 | ], |
||
1608 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1609 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1610 | "keywords": [ |
||
1611 | "tokenizer" |
||
1612 | ], |
||
1613 | "time": "2018-02-01T13:16:43+00:00" |
||
1614 | }, |
||
1615 | { |
||
1616 | "name": "phpunit/phpunit", |
||
1617 | "version": "7.2.7", |
||
1618 | "source": { |
||
1619 | "type": "git", |
||
1620 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1621 | "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c" |
||
1622 | }, |
||
1623 | "dist": { |
||
1624 | "type": "zip", |
||
1625 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c", |
||
1626 | "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c", |
||
1627 | "shasum": "" |
||
1628 | }, |
||
1629 | "require": { |
||
1630 | "doctrine/instantiator": "^1.1", |
||
1631 | "ext-dom": "*", |
||
1632 | "ext-json": "*", |
||
1633 | "ext-libxml": "*", |
||
1634 | "ext-mbstring": "*", |
||
1635 | "ext-xml": "*", |
||
1636 | "myclabs/deep-copy": "^1.7", |
||
1637 | "phar-io/manifest": "^1.0.2", |
||
1638 | "phar-io/version": "^2.0", |
||
1639 | "php": "^7.1", |
||
1640 | "phpspec/prophecy": "^1.7", |
||
1641 | "phpunit/php-code-coverage": "^6.0.7", |
||
1642 | "phpunit/php-file-iterator": "^2.0.1", |
||
1643 | "phpunit/php-text-template": "^1.2.1", |
||
1644 | "phpunit/php-timer": "^2.0", |
||
1645 | "sebastian/comparator": "^3.0", |
||
1646 | "sebastian/diff": "^3.0", |
||
1647 | "sebastian/environment": "^3.1", |
||
1648 | "sebastian/exporter": "^3.1", |
||
1649 | "sebastian/global-state": "^2.0", |
||
1650 | "sebastian/object-enumerator": "^3.0.3", |
||
1651 | "sebastian/resource-operations": "^1.0", |
||
1652 | "sebastian/version": "^2.0.1" |
||
1653 | }, |
||
1654 | "conflict": { |
||
1655 | "phpunit/phpunit-mock-objects": "*" |
||
1656 | }, |
||
1657 | "require-dev": { |
||
1658 | "ext-pdo": "*" |
||
1659 | }, |
||
1660 | "suggest": { |
||
1661 | "ext-soap": "*", |
||
1662 | "ext-xdebug": "*", |
||
1663 | "phpunit/php-invoker": "^2.0" |
||
1664 | }, |
||
1665 | "bin": [ |
||
1666 | "phpunit" |
||
1667 | ], |
||
1668 | "type": "library", |
||
1669 | "extra": { |
||
1670 | "branch-alias": { |
||
1671 | "dev-master": "7.2-dev" |
||
1672 | } |
||
1673 | }, |
||
1674 | "autoload": { |
||
1675 | "classmap": [ |
||
1676 | "src/" |
||
1677 | ] |
||
1678 | }, |
||
1679 | "notification-url": "https://packagist.org/downloads/", |
||
1680 | "license": [ |
||
1681 | "BSD-3-Clause" |
||
1682 | ], |
||
1683 | "authors": [ |
||
1684 | { |
||
1685 | "name": "Sebastian Bergmann", |
||
1686 | "email": "[email protected]", |
||
1687 | "role": "lead" |
||
1688 | } |
||
1689 | ], |
||
1690 | "description": "The PHP Unit Testing framework.", |
||
1691 | "homepage": "https://phpunit.de/", |
||
1692 | "keywords": [ |
||
1693 | "phpunit", |
||
1694 | "testing", |
||
1695 | "xunit" |
||
1696 | ], |
||
1697 | "time": "2018-07-15T05:20:50+00:00" |
||
1698 | }, |
||
1699 | { |
||
1700 | "name": "psr/http-message", |
||
1701 | "version": "1.0.1", |
||
1702 | "source": { |
||
1703 | "type": "git", |
||
1704 | "url": "https://github.com/php-fig/http-message.git", |
||
1705 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
1706 | }, |
||
1707 | "dist": { |
||
1708 | "type": "zip", |
||
1709 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1710 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1711 | "shasum": "" |
||
1712 | }, |
||
1713 | "require": { |
||
1714 | "php": ">=5.3.0" |
||
1715 | }, |
||
1716 | "type": "library", |
||
1717 | "extra": { |
||
1718 | "branch-alias": { |
||
1719 | "dev-master": "1.0.x-dev" |
||
1720 | } |
||
1721 | }, |
||
1722 | "autoload": { |
||
1723 | "psr-4": { |
||
1724 | "Psr\\Http\\Message\\": "src/" |
||
1725 | } |
||
1726 | }, |
||
1727 | "notification-url": "https://packagist.org/downloads/", |
||
1728 | "license": [ |
||
1729 | "MIT" |
||
1730 | ], |
||
1731 | "authors": [ |
||
1732 | { |
||
1733 | "name": "PHP-FIG", |
||
1734 | "homepage": "http://www.php-fig.org/" |
||
1735 | } |
||
1736 | ], |
||
1737 | "description": "Common interface for HTTP messages", |
||
1738 | "homepage": "https://github.com/php-fig/http-message", |
||
1739 | "keywords": [ |
||
1740 | "http", |
||
1741 | "http-message", |
||
1742 | "psr", |
||
1743 | "psr-7", |
||
1744 | "request", |
||
1745 | "response" |
||
1746 | ], |
||
1747 | "time": "2016-08-06T14:39:51+00:00" |
||
1748 | }, |
||
1749 | { |
||
1750 | "name": "psr/log", |
||
1751 | "version": "1.0.2", |
||
1752 | "source": { |
||
1753 | "type": "git", |
||
1754 | "url": "https://github.com/php-fig/log.git", |
||
1755 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1756 | }, |
||
1757 | "dist": { |
||
1758 | "type": "zip", |
||
1759 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1760 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1761 | "shasum": "" |
||
1762 | }, |
||
1763 | "require": { |
||
1764 | "php": ">=5.3.0" |
||
1765 | }, |
||
1766 | "type": "library", |
||
1767 | "extra": { |
||
1768 | "branch-alias": { |
||
1769 | "dev-master": "1.0.x-dev" |
||
1770 | } |
||
1771 | }, |
||
1772 | "autoload": { |
||
1773 | "psr-4": { |
||
1774 | "Psr\\Log\\": "Psr/Log/" |
||
1775 | } |
||
1776 | }, |
||
1777 | "notification-url": "https://packagist.org/downloads/", |
||
1778 | "license": [ |
||
1779 | "MIT" |
||
1780 | ], |
||
1781 | "authors": [ |
||
1782 | { |
||
1783 | "name": "PHP-FIG", |
||
1784 | "homepage": "http://www.php-fig.org/" |
||
1785 | } |
||
1786 | ], |
||
1787 | "description": "Common interface for logging libraries", |
||
1788 | "homepage": "https://github.com/php-fig/log", |
||
1789 | "keywords": [ |
||
1790 | "log", |
||
1791 | "psr", |
||
1792 | "psr-3" |
||
1793 | ], |
||
1794 | "time": "2016-10-10T12:19:37+00:00" |
||
1795 | }, |
||
1796 | { |
||
1797 | "name": "sebastian/code-unit-reverse-lookup", |
||
1798 | "version": "1.0.1", |
||
1799 | "source": { |
||
1800 | "type": "git", |
||
1801 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
1802 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
1803 | }, |
||
1804 | "dist": { |
||
1805 | "type": "zip", |
||
1806 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
1807 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
1808 | "shasum": "" |
||
1809 | }, |
||
1810 | "require": { |
||
1811 | "php": "^5.6 || ^7.0" |
||
1812 | }, |
||
1813 | "require-dev": { |
||
1814 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
1815 | }, |
||
1816 | "type": "library", |
||
1817 | "extra": { |
||
1818 | "branch-alias": { |
||
1819 | "dev-master": "1.0.x-dev" |
||
1820 | } |
||
1821 | }, |
||
1822 | "autoload": { |
||
1823 | "classmap": [ |
||
1824 | "src/" |
||
1825 | ] |
||
1826 | }, |
||
1827 | "notification-url": "https://packagist.org/downloads/", |
||
1828 | "license": [ |
||
1829 | "BSD-3-Clause" |
||
1830 | ], |
||
1831 | "authors": [ |
||
1832 | { |
||
1833 | "name": "Sebastian Bergmann", |
||
1834 | "email": "[email protected]" |
||
1835 | } |
||
1836 | ], |
||
1837 | "description": "Looks up which function or method a line of code belongs to", |
||
1838 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
1839 | "time": "2017-03-04T06:30:41+00:00" |
||
1840 | }, |
||
1841 | { |
||
1842 | "name": "sebastian/comparator", |
||
1843 | "version": "3.0.2", |
||
1844 | "source": { |
||
1845 | "type": "git", |
||
1846 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1847 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" |
||
1848 | }, |
||
1849 | "dist": { |
||
1850 | "type": "zip", |
||
1851 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
||
1852 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
||
1853 | "shasum": "" |
||
1854 | }, |
||
1855 | "require": { |
||
1856 | "php": "^7.1", |
||
1857 | "sebastian/diff": "^3.0", |
||
1858 | "sebastian/exporter": "^3.1" |
||
1859 | }, |
||
1860 | "require-dev": { |
||
1861 | "phpunit/phpunit": "^7.1" |
||
1862 | }, |
||
1863 | "type": "library", |
||
1864 | "extra": { |
||
1865 | "branch-alias": { |
||
1866 | "dev-master": "3.0-dev" |
||
1867 | } |
||
1868 | }, |
||
1869 | "autoload": { |
||
1870 | "classmap": [ |
||
1871 | "src/" |
||
1872 | ] |
||
1873 | }, |
||
1874 | "notification-url": "https://packagist.org/downloads/", |
||
1875 | "license": [ |
||
1876 | "BSD-3-Clause" |
||
1877 | ], |
||
1878 | "authors": [ |
||
1879 | { |
||
1880 | "name": "Jeff Welch", |
||
1881 | "email": "[email protected]" |
||
1882 | }, |
||
1883 | { |
||
1884 | "name": "Volker Dusch", |
||
1885 | "email": "[email protected]" |
||
1886 | }, |
||
1887 | { |
||
1888 | "name": "Bernhard Schussek", |
||
1889 | "email": "[email protected]" |
||
1890 | }, |
||
1891 | { |
||
1892 | "name": "Sebastian Bergmann", |
||
1893 | "email": "[email protected]" |
||
1894 | } |
||
1895 | ], |
||
1896 | "description": "Provides the functionality to compare PHP values for equality", |
||
1897 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
1898 | "keywords": [ |
||
1899 | "comparator", |
||
1900 | "compare", |
||
1901 | "equality" |
||
1902 | ], |
||
1903 | "time": "2018-07-12T15:12:46+00:00" |
||
1904 | }, |
||
1905 | { |
||
1906 | "name": "sebastian/diff", |
||
1907 | "version": "3.0.1", |
||
1908 | "source": { |
||
1909 | "type": "git", |
||
1910 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1911 | "reference": "366541b989927187c4ca70490a35615d3fef2dce" |
||
1912 | }, |
||
1913 | "dist": { |
||
1914 | "type": "zip", |
||
1915 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", |
||
1916 | "reference": "366541b989927187c4ca70490a35615d3fef2dce", |
||
1917 | "shasum": "" |
||
1918 | }, |
||
1919 | "require": { |
||
1920 | "php": "^7.1" |
||
1921 | }, |
||
1922 | "require-dev": { |
||
1923 | "phpunit/phpunit": "^7.0", |
||
1924 | "symfony/process": "^2 || ^3.3 || ^4" |
||
1925 | }, |
||
1926 | "type": "library", |
||
1927 | "extra": { |
||
1928 | "branch-alias": { |
||
1929 | "dev-master": "3.0-dev" |
||
1930 | } |
||
1931 | }, |
||
1932 | "autoload": { |
||
1933 | "classmap": [ |
||
1934 | "src/" |
||
1935 | ] |
||
1936 | }, |
||
1937 | "notification-url": "https://packagist.org/downloads/", |
||
1938 | "license": [ |
||
1939 | "BSD-3-Clause" |
||
1940 | ], |
||
1941 | "authors": [ |
||
1942 | { |
||
1943 | "name": "Kore Nordmann", |
||
1944 | "email": "[email protected]" |
||
1945 | }, |
||
1946 | { |
||
1947 | "name": "Sebastian Bergmann", |
||
1948 | "email": "[email protected]" |
||
1949 | } |
||
1950 | ], |
||
1951 | "description": "Diff implementation", |
||
1952 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
1953 | "keywords": [ |
||
1954 | "diff", |
||
1955 | "udiff", |
||
1956 | "unidiff", |
||
1957 | "unified diff" |
||
1958 | ], |
||
1959 | "time": "2018-06-10T07:54:39+00:00" |
||
1960 | }, |
||
1961 | { |
||
1962 | "name": "sebastian/environment", |
||
1963 | "version": "3.1.0", |
||
1964 | "source": { |
||
1965 | "type": "git", |
||
1966 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1967 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
1968 | }, |
||
1969 | "dist": { |
||
1970 | "type": "zip", |
||
1971 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
1972 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
1973 | "shasum": "" |
||
1974 | }, |
||
1975 | "require": { |
||
1976 | "php": "^7.0" |
||
1977 | }, |
||
1978 | "require-dev": { |
||
1979 | "phpunit/phpunit": "^6.1" |
||
1980 | }, |
||
1981 | "type": "library", |
||
1982 | "extra": { |
||
1983 | "branch-alias": { |
||
1984 | "dev-master": "3.1.x-dev" |
||
1985 | } |
||
1986 | }, |
||
1987 | "autoload": { |
||
1988 | "classmap": [ |
||
1989 | "src/" |
||
1990 | ] |
||
1991 | }, |
||
1992 | "notification-url": "https://packagist.org/downloads/", |
||
1993 | "license": [ |
||
1994 | "BSD-3-Clause" |
||
1995 | ], |
||
1996 | "authors": [ |
||
1997 | { |
||
1998 | "name": "Sebastian Bergmann", |
||
1999 | "email": "[email protected]" |
||
2000 | } |
||
2001 | ], |
||
2002 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2003 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2004 | "keywords": [ |
||
2005 | "Xdebug", |
||
2006 | "environment", |
||
2007 | "hhvm" |
||
2008 | ], |
||
2009 | "time": "2017-07-01T08:51:00+00:00" |
||
2010 | }, |
||
2011 | { |
||
2012 | "name": "sebastian/exporter", |
||
2013 | "version": "3.1.0", |
||
2014 | "source": { |
||
2015 | "type": "git", |
||
2016 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2017 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
2018 | }, |
||
2019 | "dist": { |
||
2020 | "type": "zip", |
||
2021 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2022 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2023 | "shasum": "" |
||
2024 | }, |
||
2025 | "require": { |
||
2026 | "php": "^7.0", |
||
2027 | "sebastian/recursion-context": "^3.0" |
||
2028 | }, |
||
2029 | "require-dev": { |
||
2030 | "ext-mbstring": "*", |
||
2031 | "phpunit/phpunit": "^6.0" |
||
2032 | }, |
||
2033 | "type": "library", |
||
2034 | "extra": { |
||
2035 | "branch-alias": { |
||
2036 | "dev-master": "3.1.x-dev" |
||
2037 | } |
||
2038 | }, |
||
2039 | "autoload": { |
||
2040 | "classmap": [ |
||
2041 | "src/" |
||
2042 | ] |
||
2043 | }, |
||
2044 | "notification-url": "https://packagist.org/downloads/", |
||
2045 | "license": [ |
||
2046 | "BSD-3-Clause" |
||
2047 | ], |
||
2048 | "authors": [ |
||
2049 | { |
||
2050 | "name": "Jeff Welch", |
||
2051 | "email": "[email protected]" |
||
2052 | }, |
||
2053 | { |
||
2054 | "name": "Volker Dusch", |
||
2055 | "email": "[email protected]" |
||
2056 | }, |
||
2057 | { |
||
2058 | "name": "Bernhard Schussek", |
||
2059 | "email": "[email protected]" |
||
2060 | }, |
||
2061 | { |
||
2062 | "name": "Sebastian Bergmann", |
||
2063 | "email": "[email protected]" |
||
2064 | }, |
||
2065 | { |
||
2066 | "name": "Adam Harvey", |
||
2067 | "email": "[email protected]" |
||
2068 | } |
||
2069 | ], |
||
2070 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2071 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2072 | "keywords": [ |
||
2073 | "export", |
||
2074 | "exporter" |
||
2075 | ], |
||
2076 | "time": "2017-04-03T13:19:02+00:00" |
||
2077 | }, |
||
2078 | { |
||
2079 | "name": "sebastian/global-state", |
||
2080 | "version": "2.0.0", |
||
2081 | "source": { |
||
2082 | "type": "git", |
||
2083 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2084 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
2085 | }, |
||
2086 | "dist": { |
||
2087 | "type": "zip", |
||
2088 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2089 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2090 | "shasum": "" |
||
2091 | }, |
||
2092 | "require": { |
||
2093 | "php": "^7.0" |
||
2094 | }, |
||
2095 | "require-dev": { |
||
2096 | "phpunit/phpunit": "^6.0" |
||
2097 | }, |
||
2098 | "suggest": { |
||
2099 | "ext-uopz": "*" |
||
2100 | }, |
||
2101 | "type": "library", |
||
2102 | "extra": { |
||
2103 | "branch-alias": { |
||
2104 | "dev-master": "2.0-dev" |
||
2105 | } |
||
2106 | }, |
||
2107 | "autoload": { |
||
2108 | "classmap": [ |
||
2109 | "src/" |
||
2110 | ] |
||
2111 | }, |
||
2112 | "notification-url": "https://packagist.org/downloads/", |
||
2113 | "license": [ |
||
2114 | "BSD-3-Clause" |
||
2115 | ], |
||
2116 | "authors": [ |
||
2117 | { |
||
2118 | "name": "Sebastian Bergmann", |
||
2119 | "email": "[email protected]" |
||
2120 | } |
||
2121 | ], |
||
2122 | "description": "Snapshotting of global state", |
||
2123 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2124 | "keywords": [ |
||
2125 | "global state" |
||
2126 | ], |
||
2127 | "time": "2017-04-27T15:39:26+00:00" |
||
2128 | }, |
||
2129 | { |
||
2130 | "name": "sebastian/object-enumerator", |
||
2131 | "version": "3.0.3", |
||
2132 | "source": { |
||
2133 | "type": "git", |
||
2134 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2135 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
2136 | }, |
||
2137 | "dist": { |
||
2138 | "type": "zip", |
||
2139 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2140 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2141 | "shasum": "" |
||
2142 | }, |
||
2143 | "require": { |
||
2144 | "php": "^7.0", |
||
2145 | "sebastian/object-reflector": "^1.1.1", |
||
2146 | "sebastian/recursion-context": "^3.0" |
||
2147 | }, |
||
2148 | "require-dev": { |
||
2149 | "phpunit/phpunit": "^6.0" |
||
2150 | }, |
||
2151 | "type": "library", |
||
2152 | "extra": { |
||
2153 | "branch-alias": { |
||
2154 | "dev-master": "3.0.x-dev" |
||
2155 | } |
||
2156 | }, |
||
2157 | "autoload": { |
||
2158 | "classmap": [ |
||
2159 | "src/" |
||
2160 | ] |
||
2161 | }, |
||
2162 | "notification-url": "https://packagist.org/downloads/", |
||
2163 | "license": [ |
||
2164 | "BSD-3-Clause" |
||
2165 | ], |
||
2166 | "authors": [ |
||
2167 | { |
||
2168 | "name": "Sebastian Bergmann", |
||
2169 | "email": "[email protected]" |
||
2170 | } |
||
2171 | ], |
||
2172 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2173 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2174 | "time": "2017-08-03T12:35:26+00:00" |
||
2175 | }, |
||
2176 | { |
||
2177 | "name": "sebastian/object-reflector", |
||
2178 | "version": "1.1.1", |
||
2179 | "source": { |
||
2180 | "type": "git", |
||
2181 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
2182 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
2183 | }, |
||
2184 | "dist": { |
||
2185 | "type": "zip", |
||
2186 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
2187 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
2188 | "shasum": "" |
||
2189 | }, |
||
2190 | "require": { |
||
2191 | "php": "^7.0" |
||
2192 | }, |
||
2193 | "require-dev": { |
||
2194 | "phpunit/phpunit": "^6.0" |
||
2195 | }, |
||
2196 | "type": "library", |
||
2197 | "extra": { |
||
2198 | "branch-alias": { |
||
2199 | "dev-master": "1.1-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": "Sebastian Bergmann", |
||
2214 | "email": "[email protected]" |
||
2215 | } |
||
2216 | ], |
||
2217 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
2218 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
2219 | "time": "2017-03-29T09:07:27+00:00" |
||
2220 | }, |
||
2221 | { |
||
2222 | "name": "sebastian/recursion-context", |
||
2223 | "version": "3.0.0", |
||
2224 | "source": { |
||
2225 | "type": "git", |
||
2226 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2227 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
2228 | }, |
||
2229 | "dist": { |
||
2230 | "type": "zip", |
||
2231 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2232 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2233 | "shasum": "" |
||
2234 | }, |
||
2235 | "require": { |
||
2236 | "php": "^7.0" |
||
2237 | }, |
||
2238 | "require-dev": { |
||
2239 | "phpunit/phpunit": "^6.0" |
||
2240 | }, |
||
2241 | "type": "library", |
||
2242 | "extra": { |
||
2243 | "branch-alias": { |
||
2244 | "dev-master": "3.0.x-dev" |
||
2245 | } |
||
2246 | }, |
||
2247 | "autoload": { |
||
2248 | "classmap": [ |
||
2249 | "src/" |
||
2250 | ] |
||
2251 | }, |
||
2252 | "notification-url": "https://packagist.org/downloads/", |
||
2253 | "license": [ |
||
2254 | "BSD-3-Clause" |
||
2255 | ], |
||
2256 | "authors": [ |
||
2257 | { |
||
2258 | "name": "Jeff Welch", |
||
2259 | "email": "[email protected]" |
||
2260 | }, |
||
2261 | { |
||
2262 | "name": "Sebastian Bergmann", |
||
2263 | "email": "[email protected]" |
||
2264 | }, |
||
2265 | { |
||
2266 | "name": "Adam Harvey", |
||
2267 | "email": "[email protected]" |
||
2268 | } |
||
2269 | ], |
||
2270 | "description": "Provides functionality to recursively process PHP variables", |
||
2271 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2272 | "time": "2017-03-03T06:23:57+00:00" |
||
2273 | }, |
||
2274 | { |
||
2275 | "name": "sebastian/resource-operations", |
||
2276 | "version": "1.0.0", |
||
2277 | "source": { |
||
2278 | "type": "git", |
||
2279 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2280 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2281 | }, |
||
2282 | "dist": { |
||
2283 | "type": "zip", |
||
2284 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2285 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2286 | "shasum": "" |
||
2287 | }, |
||
2288 | "require": { |
||
2289 | "php": ">=5.6.0" |
||
2290 | }, |
||
2291 | "type": "library", |
||
2292 | "extra": { |
||
2293 | "branch-alias": { |
||
2294 | "dev-master": "1.0.x-dev" |
||
2295 | } |
||
2296 | }, |
||
2297 | "autoload": { |
||
2298 | "classmap": [ |
||
2299 | "src/" |
||
2300 | ] |
||
2301 | }, |
||
2302 | "notification-url": "https://packagist.org/downloads/", |
||
2303 | "license": [ |
||
2304 | "BSD-3-Clause" |
||
2305 | ], |
||
2306 | "authors": [ |
||
2307 | { |
||
2308 | "name": "Sebastian Bergmann", |
||
2309 | "email": "[email protected]" |
||
2310 | } |
||
2311 | ], |
||
2312 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2313 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2314 | "time": "2015-07-28T20:34:47+00:00" |
||
2315 | }, |
||
2316 | { |
||
2317 | "name": "sebastian/version", |
||
2318 | "version": "2.0.1", |
||
2319 | "source": { |
||
2320 | "type": "git", |
||
2321 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2322 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
2323 | }, |
||
2324 | "dist": { |
||
2325 | "type": "zip", |
||
2326 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2327 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2328 | "shasum": "" |
||
2329 | }, |
||
2330 | "require": { |
||
2331 | "php": ">=5.6" |
||
2332 | }, |
||
2333 | "type": "library", |
||
2334 | "extra": { |
||
2335 | "branch-alias": { |
||
2336 | "dev-master": "2.0.x-dev" |
||
2337 | } |
||
2338 | }, |
||
2339 | "autoload": { |
||
2340 | "classmap": [ |
||
2341 | "src/" |
||
2342 | ] |
||
2343 | }, |
||
2344 | "notification-url": "https://packagist.org/downloads/", |
||
2345 | "license": [ |
||
2346 | "BSD-3-Clause" |
||
2347 | ], |
||
2348 | "authors": [ |
||
2349 | { |
||
2350 | "name": "Sebastian Bergmann", |
||
2351 | "email": "[email protected]", |
||
2352 | "role": "lead" |
||
2353 | } |
||
2354 | ], |
||
2355 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2356 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2357 | "time": "2016-10-03T07:35:21+00:00" |
||
2358 | }, |
||
2359 | { |
||
2360 | "name": "symfony/config", |
||
2361 | "version": "v4.1.3", |
||
2362 | "source": { |
||
2363 | "type": "git", |
||
2364 | "url": "https://github.com/symfony/config.git", |
||
2365 | "reference": "c868972ac26e4e19860ce11b300bb74145246ff9" |
||
2366 | }, |
||
2367 | "dist": { |
||
2368 | "type": "zip", |
||
2369 | "url": "https://api.github.com/repos/symfony/config/zipball/c868972ac26e4e19860ce11b300bb74145246ff9", |
||
2370 | "reference": "c868972ac26e4e19860ce11b300bb74145246ff9", |
||
2371 | "shasum": "" |
||
2372 | }, |
||
2373 | "require": { |
||
2374 | "php": "^7.1.3", |
||
2375 | "symfony/filesystem": "~3.4|~4.0", |
||
2376 | "symfony/polyfill-ctype": "~1.8" |
||
2377 | }, |
||
2378 | "conflict": { |
||
2379 | "symfony/finder": "<3.4" |
||
2380 | }, |
||
2381 | "require-dev": { |
||
2382 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2383 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2384 | "symfony/finder": "~3.4|~4.0", |
||
2385 | "symfony/yaml": "~3.4|~4.0" |
||
2386 | }, |
||
2387 | "suggest": { |
||
2388 | "symfony/yaml": "To use the yaml reference dumper" |
||
2389 | }, |
||
2390 | "type": "library", |
||
2391 | "extra": { |
||
2392 | "branch-alias": { |
||
2393 | "dev-master": "4.1-dev" |
||
2394 | } |
||
2395 | }, |
||
2396 | "autoload": { |
||
2397 | "psr-4": { |
||
2398 | "Symfony\\Component\\Config\\": "" |
||
2399 | }, |
||
2400 | "exclude-from-classmap": [ |
||
2401 | "/Tests/" |
||
2402 | ] |
||
2403 | }, |
||
2404 | "notification-url": "https://packagist.org/downloads/", |
||
2405 | "license": [ |
||
2406 | "MIT" |
||
2407 | ], |
||
2408 | "authors": [ |
||
2409 | { |
||
2410 | "name": "Fabien Potencier", |
||
2411 | "email": "[email protected]" |
||
2412 | }, |
||
2413 | { |
||
2414 | "name": "Symfony Community", |
||
2415 | "homepage": "https://symfony.com/contributors" |
||
2416 | } |
||
2417 | ], |
||
2418 | "description": "Symfony Config Component", |
||
2419 | "homepage": "https://symfony.com", |
||
2420 | "time": "2018-07-26T11:24:31+00:00" |
||
2421 | }, |
||
2422 | { |
||
2423 | "name": "symfony/console", |
||
2424 | "version": "v4.1.3", |
||
2425 | "source": { |
||
2426 | "type": "git", |
||
2427 | "url": "https://github.com/symfony/console.git", |
||
2428 | "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f" |
||
2429 | }, |
||
2430 | "dist": { |
||
2431 | "type": "zip", |
||
2432 | "url": "https://api.github.com/repos/symfony/console/zipball/ca80b8ced97cf07390078b29773dc384c39eee1f", |
||
2433 | "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f", |
||
2434 | "shasum": "" |
||
2435 | }, |
||
2436 | "require": { |
||
2437 | "php": "^7.1.3", |
||
2438 | "symfony/polyfill-mbstring": "~1.0" |
||
2439 | }, |
||
2440 | "conflict": { |
||
2441 | "symfony/dependency-injection": "<3.4", |
||
2442 | "symfony/process": "<3.3" |
||
2443 | }, |
||
2444 | "require-dev": { |
||
2445 | "psr/log": "~1.0", |
||
2446 | "symfony/config": "~3.4|~4.0", |
||
2447 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2448 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
2449 | "symfony/lock": "~3.4|~4.0", |
||
2450 | "symfony/process": "~3.4|~4.0" |
||
2451 | }, |
||
2452 | "suggest": { |
||
2453 | "psr/log-implementation": "For using the console logger", |
||
2454 | "symfony/event-dispatcher": "", |
||
2455 | "symfony/lock": "", |
||
2456 | "symfony/process": "" |
||
2457 | }, |
||
2458 | "type": "library", |
||
2459 | "extra": { |
||
2460 | "branch-alias": { |
||
2461 | "dev-master": "4.1-dev" |
||
2462 | } |
||
2463 | }, |
||
2464 | "autoload": { |
||
2465 | "psr-4": { |
||
2466 | "Symfony\\Component\\Console\\": "" |
||
2467 | }, |
||
2468 | "exclude-from-classmap": [ |
||
2469 | "/Tests/" |
||
2470 | ] |
||
2471 | }, |
||
2472 | "notification-url": "https://packagist.org/downloads/", |
||
2473 | "license": [ |
||
2474 | "MIT" |
||
2475 | ], |
||
2476 | "authors": [ |
||
2477 | { |
||
2478 | "name": "Fabien Potencier", |
||
2479 | "email": "[email protected]" |
||
2480 | }, |
||
2481 | { |
||
2482 | "name": "Symfony Community", |
||
2483 | "homepage": "https://symfony.com/contributors" |
||
2484 | } |
||
2485 | ], |
||
2486 | "description": "Symfony Console Component", |
||
2487 | "homepage": "https://symfony.com", |
||
2488 | "time": "2018-07-26T11:24:31+00:00" |
||
2489 | }, |
||
2490 | { |
||
2491 | "name": "symfony/event-dispatcher", |
||
2492 | "version": "v4.1.3", |
||
2493 | "source": { |
||
2494 | "type": "git", |
||
2495 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2496 | "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e" |
||
2497 | }, |
||
2498 | "dist": { |
||
2499 | "type": "zip", |
||
2500 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e", |
||
2501 | "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e", |
||
2502 | "shasum": "" |
||
2503 | }, |
||
2504 | "require": { |
||
2505 | "php": "^7.1.3" |
||
2506 | }, |
||
2507 | "conflict": { |
||
2508 | "symfony/dependency-injection": "<3.4" |
||
2509 | }, |
||
2510 | "require-dev": { |
||
2511 | "psr/log": "~1.0", |
||
2512 | "symfony/config": "~3.4|~4.0", |
||
2513 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2514 | "symfony/expression-language": "~3.4|~4.0", |
||
2515 | "symfony/stopwatch": "~3.4|~4.0" |
||
2516 | }, |
||
2517 | "suggest": { |
||
2518 | "symfony/dependency-injection": "", |
||
2519 | "symfony/http-kernel": "" |
||
2520 | }, |
||
2521 | "type": "library", |
||
2522 | "extra": { |
||
2523 | "branch-alias": { |
||
2524 | "dev-master": "4.1-dev" |
||
2525 | } |
||
2526 | }, |
||
2527 | "autoload": { |
||
2528 | "psr-4": { |
||
2529 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2530 | }, |
||
2531 | "exclude-from-classmap": [ |
||
2532 | "/Tests/" |
||
2533 | ] |
||
2534 | }, |
||
2535 | "notification-url": "https://packagist.org/downloads/", |
||
2536 | "license": [ |
||
2537 | "MIT" |
||
2538 | ], |
||
2539 | "authors": [ |
||
2540 | { |
||
2541 | "name": "Fabien Potencier", |
||
2542 | "email": "[email protected]" |
||
2543 | }, |
||
2544 | { |
||
2545 | "name": "Symfony Community", |
||
2546 | "homepage": "https://symfony.com/contributors" |
||
2547 | } |
||
2548 | ], |
||
2549 | "description": "Symfony EventDispatcher Component", |
||
2550 | "homepage": "https://symfony.com", |
||
2551 | "time": "2018-07-26T09:10:45+00:00" |
||
2552 | }, |
||
2553 | { |
||
2554 | "name": "symfony/filesystem", |
||
2555 | "version": "v4.1.3", |
||
2556 | "source": { |
||
2557 | "type": "git", |
||
2558 | "url": "https://github.com/symfony/filesystem.git", |
||
2559 | "reference": "2e30335e0aafeaa86645555959572fe7cea22b43" |
||
2560 | }, |
||
2561 | "dist": { |
||
2562 | "type": "zip", |
||
2563 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/2e30335e0aafeaa86645555959572fe7cea22b43", |
||
2564 | "reference": "2e30335e0aafeaa86645555959572fe7cea22b43", |
||
2565 | "shasum": "" |
||
2566 | }, |
||
2567 | "require": { |
||
2568 | "php": "^7.1.3", |
||
2569 | "symfony/polyfill-ctype": "~1.8" |
||
2570 | }, |
||
2571 | "type": "library", |
||
2572 | "extra": { |
||
2573 | "branch-alias": { |
||
2574 | "dev-master": "4.1-dev" |
||
2575 | } |
||
2576 | }, |
||
2577 | "autoload": { |
||
2578 | "psr-4": { |
||
2579 | "Symfony\\Component\\Filesystem\\": "" |
||
2580 | }, |
||
2581 | "exclude-from-classmap": [ |
||
2582 | "/Tests/" |
||
2583 | ] |
||
2584 | }, |
||
2585 | "notification-url": "https://packagist.org/downloads/", |
||
2586 | "license": [ |
||
2587 | "MIT" |
||
2588 | ], |
||
2589 | "authors": [ |
||
2590 | { |
||
2591 | "name": "Fabien Potencier", |
||
2592 | "email": "[email protected]" |
||
2593 | }, |
||
2594 | { |
||
2595 | "name": "Symfony Community", |
||
2596 | "homepage": "https://symfony.com/contributors" |
||
2597 | } |
||
2598 | ], |
||
2599 | "description": "Symfony Filesystem Component", |
||
2600 | "homepage": "https://symfony.com", |
||
2601 | "time": "2018-07-26T11:24:31+00:00" |
||
2602 | }, |
||
2603 | { |
||
2604 | "name": "symfony/finder", |
||
2605 | "version": "v4.1.3", |
||
2606 | "source": { |
||
2607 | "type": "git", |
||
2608 | "url": "https://github.com/symfony/finder.git", |
||
2609 | "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068" |
||
2610 | }, |
||
2611 | "dist": { |
||
2612 | "type": "zip", |
||
2613 | "url": "https://api.github.com/repos/symfony/finder/zipball/e162f1df3102d0b7472805a5a9d5db9fcf0a8068", |
||
2614 | "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068", |
||
2615 | "shasum": "" |
||
2616 | }, |
||
2617 | "require": { |
||
2618 | "php": "^7.1.3" |
||
2619 | }, |
||
2620 | "type": "library", |
||
2621 | "extra": { |
||
2622 | "branch-alias": { |
||
2623 | "dev-master": "4.1-dev" |
||
2624 | } |
||
2625 | }, |
||
2626 | "autoload": { |
||
2627 | "psr-4": { |
||
2628 | "Symfony\\Component\\Finder\\": "" |
||
2629 | }, |
||
2630 | "exclude-from-classmap": [ |
||
2631 | "/Tests/" |
||
2632 | ] |
||
2633 | }, |
||
2634 | "notification-url": "https://packagist.org/downloads/", |
||
2635 | "license": [ |
||
2636 | "MIT" |
||
2637 | ], |
||
2638 | "authors": [ |
||
2639 | { |
||
2640 | "name": "Fabien Potencier", |
||
2641 | "email": "[email protected]" |
||
2642 | }, |
||
2643 | { |
||
2644 | "name": "Symfony Community", |
||
2645 | "homepage": "https://symfony.com/contributors" |
||
2646 | } |
||
2647 | ], |
||
2648 | "description": "Symfony Finder Component", |
||
2649 | "homepage": "https://symfony.com", |
||
2650 | "time": "2018-07-26T11:24:31+00:00" |
||
2651 | }, |
||
2652 | { |
||
2653 | "name": "symfony/options-resolver", |
||
2654 | "version": "v4.1.3", |
||
2655 | "source": { |
||
2656 | "type": "git", |
||
2657 | "url": "https://github.com/symfony/options-resolver.git", |
||
2658 | "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c" |
||
2659 | }, |
||
2660 | "dist": { |
||
2661 | "type": "zip", |
||
2662 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1913f1962477cdbb13df951f8147d5da1fe2412c", |
||
2663 | "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c", |
||
2664 | "shasum": "" |
||
2665 | }, |
||
2666 | "require": { |
||
2667 | "php": "^7.1.3" |
||
2668 | }, |
||
2669 | "type": "library", |
||
2670 | "extra": { |
||
2671 | "branch-alias": { |
||
2672 | "dev-master": "4.1-dev" |
||
2673 | } |
||
2674 | }, |
||
2675 | "autoload": { |
||
2676 | "psr-4": { |
||
2677 | "Symfony\\Component\\OptionsResolver\\": "" |
||
2678 | }, |
||
2679 | "exclude-from-classmap": [ |
||
2680 | "/Tests/" |
||
2681 | ] |
||
2682 | }, |
||
2683 | "notification-url": "https://packagist.org/downloads/", |
||
2684 | "license": [ |
||
2685 | "MIT" |
||
2686 | ], |
||
2687 | "authors": [ |
||
2688 | { |
||
2689 | "name": "Fabien Potencier", |
||
2690 | "email": "[email protected]" |
||
2691 | }, |
||
2692 | { |
||
2693 | "name": "Symfony Community", |
||
2694 | "homepage": "https://symfony.com/contributors" |
||
2695 | } |
||
2696 | ], |
||
2697 | "description": "Symfony OptionsResolver Component", |
||
2698 | "homepage": "https://symfony.com", |
||
2699 | "keywords": [ |
||
2700 | "config", |
||
2701 | "configuration", |
||
2702 | "options" |
||
2703 | ], |
||
2704 | "time": "2018-07-26T08:55:25+00:00" |
||
2705 | }, |
||
2706 | { |
||
2707 | "name": "symfony/polyfill-ctype", |
||
2708 | "version": "v1.8.0", |
||
2709 | "source": { |
||
2710 | "type": "git", |
||
2711 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
2712 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" |
||
2713 | }, |
||
2714 | "dist": { |
||
2715 | "type": "zip", |
||
2716 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
2717 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
2718 | "shasum": "" |
||
2719 | }, |
||
2720 | "require": { |
||
2721 | "php": ">=5.3.3" |
||
2722 | }, |
||
2723 | "type": "library", |
||
2724 | "extra": { |
||
2725 | "branch-alias": { |
||
2726 | "dev-master": "1.8-dev" |
||
2727 | } |
||
2728 | }, |
||
2729 | "autoload": { |
||
2730 | "psr-4": { |
||
2731 | "Symfony\\Polyfill\\Ctype\\": "" |
||
2732 | }, |
||
2733 | "files": [ |
||
2734 | "bootstrap.php" |
||
2735 | ] |
||
2736 | }, |
||
2737 | "notification-url": "https://packagist.org/downloads/", |
||
2738 | "license": [ |
||
2739 | "MIT" |
||
2740 | ], |
||
2741 | "authors": [ |
||
2742 | { |
||
2743 | "name": "Symfony Community", |
||
2744 | "homepage": "https://symfony.com/contributors" |
||
2745 | }, |
||
2746 | { |
||
2747 | "name": "Gert de Pagter", |
||
2748 | "email": "[email protected]" |
||
2749 | } |
||
2750 | ], |
||
2751 | "description": "Symfony polyfill for ctype functions", |
||
2752 | "homepage": "https://symfony.com", |
||
2753 | "keywords": [ |
||
2754 | "compatibility", |
||
2755 | "ctype", |
||
2756 | "polyfill", |
||
2757 | "portable" |
||
2758 | ], |
||
2759 | "time": "2018-04-30T19:57:29+00:00" |
||
2760 | }, |
||
2761 | { |
||
2762 | "name": "symfony/polyfill-mbstring", |
||
2763 | "version": "v1.8.0", |
||
2764 | "source": { |
||
2765 | "type": "git", |
||
2766 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2767 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
||
2768 | }, |
||
2769 | "dist": { |
||
2770 | "type": "zip", |
||
2771 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
||
2772 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
||
2773 | "shasum": "" |
||
2774 | }, |
||
2775 | "require": { |
||
2776 | "php": ">=5.3.3" |
||
2777 | }, |
||
2778 | "suggest": { |
||
2779 | "ext-mbstring": "For best performance" |
||
2780 | }, |
||
2781 | "type": "library", |
||
2782 | "extra": { |
||
2783 | "branch-alias": { |
||
2784 | "dev-master": "1.8-dev" |
||
2785 | } |
||
2786 | }, |
||
2787 | "autoload": { |
||
2788 | "psr-4": { |
||
2789 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2790 | }, |
||
2791 | "files": [ |
||
2792 | "bootstrap.php" |
||
2793 | ] |
||
2794 | }, |
||
2795 | "notification-url": "https://packagist.org/downloads/", |
||
2796 | "license": [ |
||
2797 | "MIT" |
||
2798 | ], |
||
2799 | "authors": [ |
||
2800 | { |
||
2801 | "name": "Nicolas Grekas", |
||
2802 | "email": "[email protected]" |
||
2803 | }, |
||
2804 | { |
||
2805 | "name": "Symfony Community", |
||
2806 | "homepage": "https://symfony.com/contributors" |
||
2807 | } |
||
2808 | ], |
||
2809 | "description": "Symfony polyfill for the Mbstring extension", |
||
2810 | "homepage": "https://symfony.com", |
||
2811 | "keywords": [ |
||
2812 | "compatibility", |
||
2813 | "mbstring", |
||
2814 | "polyfill", |
||
2815 | "portable", |
||
2816 | "shim" |
||
2817 | ], |
||
2818 | "time": "2018-04-26T10:06:28+00:00" |
||
2819 | }, |
||
2820 | { |
||
2821 | "name": "symfony/polyfill-php70", |
||
2822 | "version": "v1.8.0", |
||
2823 | "source": { |
||
2824 | "type": "git", |
||
2825 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
2826 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" |
||
2827 | }, |
||
2828 | "dist": { |
||
2829 | "type": "zip", |
||
2830 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
2831 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
2832 | "shasum": "" |
||
2833 | }, |
||
2834 | "require": { |
||
2835 | "paragonie/random_compat": "~1.0|~2.0", |
||
2836 | "php": ">=5.3.3" |
||
2837 | }, |
||
2838 | "type": "library", |
||
2839 | "extra": { |
||
2840 | "branch-alias": { |
||
2841 | "dev-master": "1.8-dev" |
||
2842 | } |
||
2843 | }, |
||
2844 | "autoload": { |
||
2845 | "psr-4": { |
||
2846 | "Symfony\\Polyfill\\Php70\\": "" |
||
2847 | }, |
||
2848 | "files": [ |
||
2849 | "bootstrap.php" |
||
2850 | ], |
||
2851 | "classmap": [ |
||
2852 | "Resources/stubs" |
||
2853 | ] |
||
2854 | }, |
||
2855 | "notification-url": "https://packagist.org/downloads/", |
||
2856 | "license": [ |
||
2857 | "MIT" |
||
2858 | ], |
||
2859 | "authors": [ |
||
2860 | { |
||
2861 | "name": "Nicolas Grekas", |
||
2862 | "email": "[email protected]" |
||
2863 | }, |
||
2864 | { |
||
2865 | "name": "Symfony Community", |
||
2866 | "homepage": "https://symfony.com/contributors" |
||
2867 | } |
||
2868 | ], |
||
2869 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
2870 | "homepage": "https://symfony.com", |
||
2871 | "keywords": [ |
||
2872 | "compatibility", |
||
2873 | "polyfill", |
||
2874 | "portable", |
||
2875 | "shim" |
||
2876 | ], |
||
2877 | "time": "2018-04-26T10:06:28+00:00" |
||
2878 | }, |
||
2879 | { |
||
2880 | "name": "symfony/polyfill-php72", |
||
2881 | "version": "v1.8.0", |
||
2882 | "source": { |
||
2883 | "type": "git", |
||
2884 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
2885 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46" |
||
2886 | }, |
||
2887 | "dist": { |
||
2888 | "type": "zip", |
||
2889 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
2890 | "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46", |
||
2891 | "shasum": "" |
||
2892 | }, |
||
2893 | "require": { |
||
2894 | "php": ">=5.3.3" |
||
2895 | }, |
||
2896 | "type": "library", |
||
2897 | "extra": { |
||
2898 | "branch-alias": { |
||
2899 | "dev-master": "1.8-dev" |
||
2900 | } |
||
2901 | }, |
||
2902 | "autoload": { |
||
2903 | "psr-4": { |
||
2904 | "Symfony\\Polyfill\\Php72\\": "" |
||
2905 | }, |
||
2906 | "files": [ |
||
2907 | "bootstrap.php" |
||
2908 | ] |
||
2909 | }, |
||
2910 | "notification-url": "https://packagist.org/downloads/", |
||
2911 | "license": [ |
||
2912 | "MIT" |
||
2913 | ], |
||
2914 | "authors": [ |
||
2915 | { |
||
2916 | "name": "Nicolas Grekas", |
||
2917 | "email": "[email protected]" |
||
2918 | }, |
||
2919 | { |
||
2920 | "name": "Symfony Community", |
||
2921 | "homepage": "https://symfony.com/contributors" |
||
2922 | } |
||
2923 | ], |
||
2924 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
2925 | "homepage": "https://symfony.com", |
||
2926 | "keywords": [ |
||
2927 | "compatibility", |
||
2928 | "polyfill", |
||
2929 | "portable", |
||
2930 | "shim" |
||
2931 | ], |
||
2932 | "time": "2018-04-26T10:06:28+00:00" |
||
2933 | }, |
||
2934 | { |
||
2935 | "name": "symfony/process", |
||
2936 | "version": "v4.1.3", |
||
2937 | "source": { |
||
2938 | "type": "git", |
||
2939 | "url": "https://github.com/symfony/process.git", |
||
2940 | "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56" |
||
2941 | }, |
||
2942 | "dist": { |
||
2943 | "type": "zip", |
||
2944 | "url": "https://api.github.com/repos/symfony/process/zipball/f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", |
||
2945 | "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", |
||
2946 | "shasum": "" |
||
2947 | }, |
||
2948 | "require": { |
||
2949 | "php": "^7.1.3" |
||
2950 | }, |
||
2951 | "type": "library", |
||
2952 | "extra": { |
||
2953 | "branch-alias": { |
||
2954 | "dev-master": "4.1-dev" |
||
2955 | } |
||
2956 | }, |
||
2957 | "autoload": { |
||
2958 | "psr-4": { |
||
2959 | "Symfony\\Component\\Process\\": "" |
||
2960 | }, |
||
2961 | "exclude-from-classmap": [ |
||
2962 | "/Tests/" |
||
2963 | ] |
||
2964 | }, |
||
2965 | "notification-url": "https://packagist.org/downloads/", |
||
2966 | "license": [ |
||
2967 | "MIT" |
||
2968 | ], |
||
2969 | "authors": [ |
||
2970 | { |
||
2971 | "name": "Fabien Potencier", |
||
2972 | "email": "[email protected]" |
||
2973 | }, |
||
2974 | { |
||
2975 | "name": "Symfony Community", |
||
2976 | "homepage": "https://symfony.com/contributors" |
||
2977 | } |
||
2978 | ], |
||
2979 | "description": "Symfony Process Component", |
||
2980 | "homepage": "https://symfony.com", |
||
2981 | "time": "2018-07-26T11:24:31+00:00" |
||
2982 | }, |
||
2983 | { |
||
2984 | "name": "symfony/stopwatch", |
||
2985 | "version": "v4.1.3", |
||
2986 | "source": { |
||
2987 | "type": "git", |
||
2988 | "url": "https://github.com/symfony/stopwatch.git", |
||
2989 | "reference": "966c982df3cca41324253dc0c7ffe76b6076b705" |
||
2990 | }, |
||
2991 | "dist": { |
||
2992 | "type": "zip", |
||
2993 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/966c982df3cca41324253dc0c7ffe76b6076b705", |
||
2994 | "reference": "966c982df3cca41324253dc0c7ffe76b6076b705", |
||
2995 | "shasum": "" |
||
2996 | }, |
||
2997 | "require": { |
||
2998 | "php": "^7.1.3" |
||
2999 | }, |
||
3000 | "type": "library", |
||
3001 | "extra": { |
||
3002 | "branch-alias": { |
||
3003 | "dev-master": "4.1-dev" |
||
3004 | } |
||
3005 | }, |
||
3006 | "autoload": { |
||
3007 | "psr-4": { |
||
3008 | "Symfony\\Component\\Stopwatch\\": "" |
||
3009 | }, |
||
3010 | "exclude-from-classmap": [ |
||
3011 | "/Tests/" |
||
3012 | ] |
||
3013 | }, |
||
3014 | "notification-url": "https://packagist.org/downloads/", |
||
3015 | "license": [ |
||
3016 | "MIT" |
||
3017 | ], |
||
3018 | "authors": [ |
||
3019 | { |
||
3020 | "name": "Fabien Potencier", |
||
3021 | "email": "[email protected]" |
||
3022 | }, |
||
3023 | { |
||
3024 | "name": "Symfony Community", |
||
3025 | "homepage": "https://symfony.com/contributors" |
||
3026 | } |
||
3027 | ], |
||
3028 | "description": "Symfony Stopwatch Component", |
||
3029 | "homepage": "https://symfony.com", |
||
3030 | "time": "2018-07-26T11:00:49+00:00" |
||
3031 | }, |
||
3032 | { |
||
3033 | "name": "symfony/yaml", |
||
3034 | "version": "v4.1.3", |
||
3035 | "source": { |
||
3036 | "type": "git", |
||
3037 | "url": "https://github.com/symfony/yaml.git", |
||
3038 | "reference": "46bc69aa91fc4ab78a96ce67873a6b0c148fd48c" |
||
3039 | }, |
||
3040 | "dist": { |
||
3041 | "type": "zip", |
||
3042 | "url": "https://api.github.com/repos/symfony/yaml/zipball/46bc69aa91fc4ab78a96ce67873a6b0c148fd48c", |
||
3043 | "reference": "46bc69aa91fc4ab78a96ce67873a6b0c148fd48c", |
||
3044 | "shasum": "" |
||
3045 | }, |
||
3046 | "require": { |
||
3047 | "php": "^7.1.3", |
||
3048 | "symfony/polyfill-ctype": "~1.8" |
||
3049 | }, |
||
3050 | "conflict": { |
||
3051 | "symfony/console": "<3.4" |
||
3052 | }, |
||
3053 | "require-dev": { |
||
3054 | "symfony/console": "~3.4|~4.0" |
||
3055 | }, |
||
3056 | "suggest": { |
||
3057 | "symfony/console": "For validating YAML files using the lint command" |
||
3058 | }, |
||
3059 | "type": "library", |
||
3060 | "extra": { |
||
3061 | "branch-alias": { |
||
3062 | "dev-master": "4.1-dev" |
||
3063 | } |
||
3064 | }, |
||
3065 | "autoload": { |
||
3066 | "psr-4": { |
||
3067 | "Symfony\\Component\\Yaml\\": "" |
||
3068 | }, |
||
3069 | "exclude-from-classmap": [ |
||
3070 | "/Tests/" |
||
3071 | ] |
||
3072 | }, |
||
3073 | "notification-url": "https://packagist.org/downloads/", |
||
3074 | "license": [ |
||
3075 | "MIT" |
||
3076 | ], |
||
3077 | "authors": [ |
||
3078 | { |
||
3079 | "name": "Fabien Potencier", |
||
3080 | "email": "[email protected]" |
||
3081 | }, |
||
3082 | { |
||
3083 | "name": "Symfony Community", |
||
3084 | "homepage": "https://symfony.com/contributors" |
||
3085 | } |
||
3086 | ], |
||
3087 | "description": "Symfony Yaml Component", |
||
3088 | "homepage": "https://symfony.com", |
||
3089 | "time": "2018-07-26T11:24:31+00:00" |
||
3090 | }, |
||
3091 | { |
||
3092 | "name": "theseer/tokenizer", |
||
3093 | "version": "1.1.0", |
||
3094 | "source": { |
||
3095 | "type": "git", |
||
3096 | "url": "https://github.com/theseer/tokenizer.git", |
||
3097 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
3098 | }, |
||
3099 | "dist": { |
||
3100 | "type": "zip", |
||
3101 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3102 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3103 | "shasum": "" |
||
3104 | }, |
||
3105 | "require": { |
||
3106 | "ext-dom": "*", |
||
3107 | "ext-tokenizer": "*", |
||
3108 | "ext-xmlwriter": "*", |
||
3109 | "php": "^7.0" |
||
3110 | }, |
||
3111 | "type": "library", |
||
3112 | "autoload": { |
||
3113 | "classmap": [ |
||
3114 | "src/" |
||
3115 | ] |
||
3116 | }, |
||
3117 | "notification-url": "https://packagist.org/downloads/", |
||
3118 | "license": [ |
||
3119 | "BSD-3-Clause" |
||
3120 | ], |
||
3121 | "authors": [ |
||
3122 | { |
||
3123 | "name": "Arne Blankerts", |
||
3124 | "email": "[email protected]", |
||
3125 | "role": "Developer" |
||
3126 | } |
||
3127 | ], |
||
3128 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
3129 | "time": "2017-04-07T12:08:54+00:00" |
||
3130 | }, |
||
3131 | { |
||
3132 | "name": "webmozart/assert", |
||
3133 | "version": "1.3.0", |
||
3134 | "source": { |
||
3135 | "type": "git", |
||
3136 | "url": "https://github.com/webmozart/assert.git", |
||
3137 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
3138 | }, |
||
3139 | "dist": { |
||
3140 | "type": "zip", |
||
3141 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
3142 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
3143 | "shasum": "" |
||
3144 | }, |
||
3145 | "require": { |
||
3146 | "php": "^5.3.3 || ^7.0" |
||
3147 | }, |
||
3148 | "require-dev": { |
||
3149 | "phpunit/phpunit": "^4.6", |
||
3150 | "sebastian/version": "^1.0.1" |
||
3151 | }, |
||
3152 | "type": "library", |
||
3153 | "extra": { |
||
3154 | "branch-alias": { |
||
3155 | "dev-master": "1.3-dev" |
||
3156 | } |
||
3157 | }, |
||
3158 | "autoload": { |
||
3159 | "psr-4": { |
||
3160 | "Webmozart\\Assert\\": "src/" |
||
3161 | } |
||
3162 | }, |
||
3163 | "notification-url": "https://packagist.org/downloads/", |
||
3164 | "license": [ |
||
3165 | "MIT" |
||
3166 | ], |
||
3167 | "authors": [ |
||
3168 | { |
||
3169 | "name": "Bernhard Schussek", |
||
3170 | "email": "[email protected]" |
||
3171 | } |
||
3172 | ], |
||
3173 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3174 | "keywords": [ |
||
3175 | "assert", |
||
3176 | "check", |
||
3177 | "validate" |
||
3178 | ], |
||
3179 | "time": "2018-01-29T19:49:41+00:00" |
||
3180 | } |
||
3181 | ], |
||
3182 | "aliases": [], |
||
3183 | "minimum-stability": "stable", |
||
3184 | "stability-flags": { |
||
3185 | "luminous/luminous": 20 |
||
3186 | }, |
||
3187 | "prefer-stable": false, |
||
3188 | "prefer-lowest": false, |
||
3189 | "platform": { |
||
3190 | "php": ">=7.2.0", |
||
3191 | "ext-openssl": "*", |
||
3192 | "ext-mbstring": "*", |
||
3193 | "ext-sqlite3": "*", |
||
3194 | "ext-gd": "*" |
||
3195 | }, |
||
3196 | "platform-dev": [] |
||
3197 | } |
||
3198 |