1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "027a9c95b01ad160d9d69e7465987ccd", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
11 | "version": "v1.6.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
20 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/lexer": "1.*", |
||
25 | "php": "^7.1" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "doctrine/cache": "1.*", |
||
29 | "phpunit/phpunit": "^6.4" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "1.6.x-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-4": { |
||
39 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Roman Borschel", |
||
49 | "email": "[email protected]" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Benjamin Eberlei", |
||
53 | "email": "[email protected]" |
||
54 | }, |
||
55 | { |
||
56 | "name": "Guilherme Blanco", |
||
57 | "email": "[email protected]" |
||
58 | }, |
||
59 | { |
||
60 | "name": "Jonathan Wage", |
||
61 | "email": "[email protected]" |
||
62 | }, |
||
63 | { |
||
64 | "name": "Johannes Schmitt", |
||
65 | "email": "[email protected]" |
||
66 | } |
||
67 | ], |
||
68 | "description": "Docblock Annotations Parser", |
||
69 | "homepage": "http://www.doctrine-project.org", |
||
70 | "keywords": [ |
||
71 | "annotations", |
||
72 | "docblock", |
||
73 | "parser" |
||
74 | ], |
||
75 | "time": "2017-12-06T07:11:42+00:00" |
||
76 | }, |
||
77 | { |
||
78 | "name": "doctrine/cache", |
||
79 | "version": "v1.7.1", |
||
80 | "source": { |
||
81 | "type": "git", |
||
82 | "url": "https://github.com/doctrine/cache.git", |
||
83 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
84 | }, |
||
85 | "dist": { |
||
86 | "type": "zip", |
||
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
88 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
89 | "shasum": "" |
||
90 | }, |
||
91 | "require": { |
||
92 | "php": "~7.1" |
||
93 | }, |
||
94 | "conflict": { |
||
95 | "doctrine/common": ">2.2,<2.4" |
||
96 | }, |
||
97 | "require-dev": { |
||
98 | "alcaeus/mongo-php-adapter": "^1.1", |
||
99 | "mongodb/mongodb": "^1.1", |
||
100 | "phpunit/phpunit": "^5.7", |
||
101 | "predis/predis": "~1.0" |
||
102 | }, |
||
103 | "suggest": { |
||
104 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
105 | }, |
||
106 | "type": "library", |
||
107 | "extra": { |
||
108 | "branch-alias": { |
||
109 | "dev-master": "1.7.x-dev" |
||
110 | } |
||
111 | }, |
||
112 | "autoload": { |
||
113 | "psr-4": { |
||
114 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
115 | } |
||
116 | }, |
||
117 | "notification-url": "https://packagist.org/downloads/", |
||
118 | "license": [ |
||
119 | "MIT" |
||
120 | ], |
||
121 | "authors": [ |
||
122 | { |
||
123 | "name": "Roman Borschel", |
||
124 | "email": "[email protected]" |
||
125 | }, |
||
126 | { |
||
127 | "name": "Benjamin Eberlei", |
||
128 | "email": "[email protected]" |
||
129 | }, |
||
130 | { |
||
131 | "name": "Guilherme Blanco", |
||
132 | "email": "[email protected]" |
||
133 | }, |
||
134 | { |
||
135 | "name": "Jonathan Wage", |
||
136 | "email": "[email protected]" |
||
137 | }, |
||
138 | { |
||
139 | "name": "Johannes Schmitt", |
||
140 | "email": "[email protected]" |
||
141 | } |
||
142 | ], |
||
143 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
144 | "homepage": "http://www.doctrine-project.org", |
||
145 | "keywords": [ |
||
146 | "cache", |
||
147 | "caching" |
||
148 | ], |
||
149 | "time": "2017-08-25T07:02:50+00:00" |
||
150 | }, |
||
151 | { |
||
152 | "name": "doctrine/collections", |
||
153 | "version": "v1.5.0", |
||
154 | "source": { |
||
155 | "type": "git", |
||
156 | "url": "https://github.com/doctrine/collections.git", |
||
157 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
158 | }, |
||
159 | "dist": { |
||
160 | "type": "zip", |
||
161 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
162 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
163 | "shasum": "" |
||
164 | }, |
||
165 | "require": { |
||
166 | "php": "^7.1" |
||
167 | }, |
||
168 | "require-dev": { |
||
169 | "doctrine/coding-standard": "~0.1@dev", |
||
170 | "phpunit/phpunit": "^5.7" |
||
171 | }, |
||
172 | "type": "library", |
||
173 | "extra": { |
||
174 | "branch-alias": { |
||
175 | "dev-master": "1.3.x-dev" |
||
176 | } |
||
177 | }, |
||
178 | "autoload": { |
||
179 | "psr-0": { |
||
180 | "Doctrine\\Common\\Collections\\": "lib/" |
||
181 | } |
||
182 | }, |
||
183 | "notification-url": "https://packagist.org/downloads/", |
||
184 | "license": [ |
||
185 | "MIT" |
||
186 | ], |
||
187 | "authors": [ |
||
188 | { |
||
189 | "name": "Roman Borschel", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Benjamin Eberlei", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Guilherme Blanco", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Jonathan Wage", |
||
202 | "email": "[email protected]" |
||
203 | }, |
||
204 | { |
||
205 | "name": "Johannes Schmitt", |
||
206 | "email": "[email protected]" |
||
207 | } |
||
208 | ], |
||
209 | "description": "Collections Abstraction library", |
||
210 | "homepage": "http://www.doctrine-project.org", |
||
211 | "keywords": [ |
||
212 | "array", |
||
213 | "collections", |
||
214 | "iterator" |
||
215 | ], |
||
216 | "time": "2017-07-22T10:37:32+00:00" |
||
217 | }, |
||
218 | { |
||
219 | "name": "doctrine/common", |
||
220 | "version": "v2.8.1", |
||
221 | "source": { |
||
222 | "type": "git", |
||
223 | "url": "https://github.com/doctrine/common.git", |
||
224 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
225 | }, |
||
226 | "dist": { |
||
227 | "type": "zip", |
||
228 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
229 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
230 | "shasum": "" |
||
231 | }, |
||
232 | "require": { |
||
233 | "doctrine/annotations": "1.*", |
||
234 | "doctrine/cache": "1.*", |
||
235 | "doctrine/collections": "1.*", |
||
236 | "doctrine/inflector": "1.*", |
||
237 | "doctrine/lexer": "1.*", |
||
238 | "php": "~7.1" |
||
239 | }, |
||
240 | "require-dev": { |
||
241 | "phpunit/phpunit": "^5.7" |
||
242 | }, |
||
243 | "type": "library", |
||
244 | "extra": { |
||
245 | "branch-alias": { |
||
246 | "dev-master": "2.8.x-dev" |
||
247 | } |
||
248 | }, |
||
249 | "autoload": { |
||
250 | "psr-4": { |
||
251 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
252 | } |
||
253 | }, |
||
254 | "notification-url": "https://packagist.org/downloads/", |
||
255 | "license": [ |
||
256 | "MIT" |
||
257 | ], |
||
258 | "authors": [ |
||
259 | { |
||
260 | "name": "Roman Borschel", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Benjamin Eberlei", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Guilherme Blanco", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Jonathan Wage", |
||
273 | "email": "[email protected]" |
||
274 | }, |
||
275 | { |
||
276 | "name": "Johannes Schmitt", |
||
277 | "email": "[email protected]" |
||
278 | } |
||
279 | ], |
||
280 | "description": "Common Library for Doctrine projects", |
||
281 | "homepage": "http://www.doctrine-project.org", |
||
282 | "keywords": [ |
||
283 | "annotations", |
||
284 | "collections", |
||
285 | "eventmanager", |
||
286 | "persistence", |
||
287 | "spl" |
||
288 | ], |
||
289 | "time": "2017-08-31T08:43:38+00:00" |
||
290 | }, |
||
291 | { |
||
292 | "name": "doctrine/dbal", |
||
293 | "version": "v2.7.1", |
||
294 | "source": { |
||
295 | "type": "git", |
||
296 | "url": "https://github.com/doctrine/dbal.git", |
||
297 | "reference": "11037b4352c008373561dc6fc836834eed80c3b5" |
||
298 | }, |
||
299 | "dist": { |
||
300 | "type": "zip", |
||
301 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5", |
||
302 | "reference": "11037b4352c008373561dc6fc836834eed80c3b5", |
||
303 | "shasum": "" |
||
304 | }, |
||
305 | "require": { |
||
306 | "doctrine/common": "^2.7.1", |
||
307 | "ext-pdo": "*", |
||
308 | "php": "^7.1" |
||
309 | }, |
||
310 | "require-dev": { |
||
311 | "doctrine/coding-standard": "^4.0", |
||
312 | "phpunit/phpunit": "^7.0", |
||
313 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
314 | "symfony/console": "^2.0.5||^3.0", |
||
315 | "symfony/phpunit-bridge": "^3.4.5|^4.0.5" |
||
316 | }, |
||
317 | "suggest": { |
||
318 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
319 | }, |
||
320 | "bin": [ |
||
321 | "bin/doctrine-dbal" |
||
322 | ], |
||
323 | "type": "library", |
||
324 | "extra": { |
||
325 | "branch-alias": { |
||
326 | "dev-master": "2.7.x-dev" |
||
327 | } |
||
328 | }, |
||
329 | "autoload": { |
||
330 | "psr-0": { |
||
331 | "Doctrine\\DBAL\\": "lib/" |
||
332 | } |
||
333 | }, |
||
334 | "notification-url": "https://packagist.org/downloads/", |
||
335 | "license": [ |
||
336 | "MIT" |
||
337 | ], |
||
338 | "authors": [ |
||
339 | { |
||
340 | "name": "Roman Borschel", |
||
341 | "email": "[email protected]" |
||
342 | }, |
||
343 | { |
||
344 | "name": "Benjamin Eberlei", |
||
345 | "email": "[email protected]" |
||
346 | }, |
||
347 | { |
||
348 | "name": "Guilherme Blanco", |
||
349 | "email": "[email protected]" |
||
350 | }, |
||
351 | { |
||
352 | "name": "Jonathan Wage", |
||
353 | "email": "[email protected]" |
||
354 | } |
||
355 | ], |
||
356 | "description": "Database Abstraction Layer", |
||
357 | "homepage": "http://www.doctrine-project.org", |
||
358 | "keywords": [ |
||
359 | "database", |
||
360 | "dbal", |
||
361 | "persistence", |
||
362 | "queryobject" |
||
363 | ], |
||
364 | "time": "2018-04-07T18:44:18+00:00" |
||
365 | }, |
||
366 | { |
||
367 | "name": "doctrine/inflector", |
||
368 | "version": "v1.3.0", |
||
369 | "source": { |
||
370 | "type": "git", |
||
371 | "url": "https://github.com/doctrine/inflector.git", |
||
372 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
373 | }, |
||
374 | "dist": { |
||
375 | "type": "zip", |
||
376 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
377 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
378 | "shasum": "" |
||
379 | }, |
||
380 | "require": { |
||
381 | "php": "^7.1" |
||
382 | }, |
||
383 | "require-dev": { |
||
384 | "phpunit/phpunit": "^6.2" |
||
385 | }, |
||
386 | "type": "library", |
||
387 | "extra": { |
||
388 | "branch-alias": { |
||
389 | "dev-master": "1.3.x-dev" |
||
390 | } |
||
391 | }, |
||
392 | "autoload": { |
||
393 | "psr-4": { |
||
394 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
395 | } |
||
396 | }, |
||
397 | "notification-url": "https://packagist.org/downloads/", |
||
398 | "license": [ |
||
399 | "MIT" |
||
400 | ], |
||
401 | "authors": [ |
||
402 | { |
||
403 | "name": "Roman Borschel", |
||
404 | "email": "[email protected]" |
||
405 | }, |
||
406 | { |
||
407 | "name": "Benjamin Eberlei", |
||
408 | "email": "[email protected]" |
||
409 | }, |
||
410 | { |
||
411 | "name": "Guilherme Blanco", |
||
412 | "email": "[email protected]" |
||
413 | }, |
||
414 | { |
||
415 | "name": "Jonathan Wage", |
||
416 | "email": "[email protected]" |
||
417 | }, |
||
418 | { |
||
419 | "name": "Johannes Schmitt", |
||
420 | "email": "[email protected]" |
||
421 | } |
||
422 | ], |
||
423 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
424 | "homepage": "http://www.doctrine-project.org", |
||
425 | "keywords": [ |
||
426 | "inflection", |
||
427 | "pluralize", |
||
428 | "singularize", |
||
429 | "string" |
||
430 | ], |
||
431 | "time": "2018-01-09T20:05:19+00:00" |
||
432 | }, |
||
433 | { |
||
434 | "name": "doctrine/lexer", |
||
435 | "version": "v1.0.1", |
||
436 | "source": { |
||
437 | "type": "git", |
||
438 | "url": "https://github.com/doctrine/lexer.git", |
||
439 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
440 | }, |
||
441 | "dist": { |
||
442 | "type": "zip", |
||
443 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
444 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
445 | "shasum": "" |
||
446 | }, |
||
447 | "require": { |
||
448 | "php": ">=5.3.2" |
||
449 | }, |
||
450 | "type": "library", |
||
451 | "extra": { |
||
452 | "branch-alias": { |
||
453 | "dev-master": "1.0.x-dev" |
||
454 | } |
||
455 | }, |
||
456 | "autoload": { |
||
457 | "psr-0": { |
||
458 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
459 | } |
||
460 | }, |
||
461 | "notification-url": "https://packagist.org/downloads/", |
||
462 | "license": [ |
||
463 | "MIT" |
||
464 | ], |
||
465 | "authors": [ |
||
466 | { |
||
467 | "name": "Roman Borschel", |
||
468 | "email": "[email protected]" |
||
469 | }, |
||
470 | { |
||
471 | "name": "Guilherme Blanco", |
||
472 | "email": "[email protected]" |
||
473 | }, |
||
474 | { |
||
475 | "name": "Johannes Schmitt", |
||
476 | "email": "[email protected]" |
||
477 | } |
||
478 | ], |
||
479 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
480 | "homepage": "http://www.doctrine-project.org", |
||
481 | "keywords": [ |
||
482 | "lexer", |
||
483 | "parser" |
||
484 | ], |
||
485 | "time": "2014-09-09T13:34:57+00:00" |
||
486 | }, |
||
487 | { |
||
488 | "name": "dragonmantank/cron-expression", |
||
489 | "version": "v2.0.0", |
||
490 | "source": { |
||
491 | "type": "git", |
||
492 | "url": "https://github.com/dragonmantank/cron-expression.git", |
||
493 | "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b" |
||
494 | }, |
||
495 | "dist": { |
||
496 | "type": "zip", |
||
497 | "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8a84aee649c3a3ba03a721c1fb080e08dfbcd68b", |
||
498 | "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b", |
||
499 | "shasum": "" |
||
500 | }, |
||
501 | "require": { |
||
502 | "php": ">=7.0.0" |
||
503 | }, |
||
504 | "require-dev": { |
||
505 | "phpunit/phpunit": "~5.7" |
||
506 | }, |
||
507 | "type": "library", |
||
508 | "autoload": { |
||
509 | "psr-4": { |
||
510 | "Cron\\": "src/Cron/" |
||
511 | } |
||
512 | }, |
||
513 | "notification-url": "https://packagist.org/downloads/", |
||
514 | "license": [ |
||
515 | "MIT" |
||
516 | ], |
||
517 | "authors": [ |
||
518 | { |
||
519 | "name": "Michael Dowling", |
||
520 | "email": "[email protected]", |
||
521 | "homepage": "https://github.com/mtdowling" |
||
522 | }, |
||
523 | { |
||
524 | "name": "Chris Tankersley", |
||
525 | "email": "[email protected]", |
||
526 | "homepage": "https://github.com/dragonmantank" |
||
527 | } |
||
528 | ], |
||
529 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
530 | "keywords": [ |
||
531 | "cron", |
||
532 | "schedule" |
||
533 | ], |
||
534 | "time": "2017-10-12T15:59:13+00:00" |
||
535 | }, |
||
536 | { |
||
537 | "name": "egulias/email-validator", |
||
538 | "version": "2.1.3", |
||
539 | "source": { |
||
540 | "type": "git", |
||
541 | "url": "https://github.com/egulias/EmailValidator.git", |
||
542 | "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04" |
||
543 | }, |
||
544 | "dist": { |
||
545 | "type": "zip", |
||
546 | "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04", |
||
547 | "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04", |
||
548 | "shasum": "" |
||
549 | }, |
||
550 | "require": { |
||
551 | "doctrine/lexer": "^1.0.1", |
||
552 | "php": ">= 5.5" |
||
553 | }, |
||
554 | "require-dev": { |
||
555 | "dominicsayers/isemail": "dev-master", |
||
556 | "phpunit/phpunit": "^4.8.35", |
||
557 | "satooshi/php-coveralls": "^1.0.1" |
||
558 | }, |
||
559 | "suggest": { |
||
560 | "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
||
561 | }, |
||
562 | "type": "library", |
||
563 | "extra": { |
||
564 | "branch-alias": { |
||
565 | "dev-master": "2.0.x-dev" |
||
566 | } |
||
567 | }, |
||
568 | "autoload": { |
||
569 | "psr-4": { |
||
570 | "Egulias\\EmailValidator\\": "EmailValidator" |
||
571 | } |
||
572 | }, |
||
573 | "notification-url": "https://packagist.org/downloads/", |
||
574 | "license": [ |
||
575 | "MIT" |
||
576 | ], |
||
577 | "authors": [ |
||
578 | { |
||
579 | "name": "Eduardo Gulias Davis" |
||
580 | } |
||
581 | ], |
||
582 | "description": "A library for validating emails against several RFCs", |
||
583 | "homepage": "https://github.com/egulias/EmailValidator", |
||
584 | "keywords": [ |
||
585 | "email", |
||
586 | "emailvalidation", |
||
587 | "emailvalidator", |
||
588 | "validation", |
||
589 | "validator" |
||
590 | ], |
||
591 | "time": "2017-11-15T23:40:40+00:00" |
||
592 | }, |
||
593 | { |
||
594 | "name": "erusev/parsedown", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
595 | "version": "1.6.4", |
||
596 | "source": { |
||
597 | "type": "git", |
||
598 | "url": "https://github.com/erusev/parsedown.git", |
||
599 | "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548" |
||
600 | }, |
||
601 | "dist": { |
||
602 | "type": "zip", |
||
603 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548", |
||
604 | "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548", |
||
605 | "shasum": "" |
||
606 | }, |
||
607 | "require": { |
||
608 | "php": ">=5.3.0" |
||
609 | }, |
||
610 | "require-dev": { |
||
611 | "phpunit/phpunit": "^4.8.35" |
||
612 | }, |
||
613 | "type": "library", |
||
614 | "autoload": { |
||
615 | "psr-0": { |
||
616 | "Parsedown": "" |
||
617 | } |
||
618 | }, |
||
619 | "notification-url": "https://packagist.org/downloads/", |
||
620 | "license": [ |
||
621 | "MIT" |
||
622 | ], |
||
623 | "authors": [ |
||
624 | { |
||
625 | "name": "Emanuil Rusev", |
||
626 | "email": "[email protected]", |
||
627 | "homepage": "http://erusev.com" |
||
628 | } |
||
629 | ], |
||
630 | "description": "Parser for Markdown.", |
||
631 | "homepage": "http://parsedown.org", |
||
632 | "keywords": [ |
||
633 | "markdown", |
||
634 | "parser" |
||
635 | ], |
||
636 | "time": "2017-11-14T20:44:03+00:00" |
||
637 | }, |
||
638 | { |
||
639 | "name": "laravel/framework", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of laravel/framework:
- Exploit of encryption failure vulnerability - Cookie serialization vulnerability ![]() |
|||
640 | "version": "v5.6.3", |
||
641 | "source": { |
||
642 | "type": "git", |
||
643 | "url": "https://github.com/laravel/framework.git", |
||
644 | "reference": "db3e5422070d9b5166493313142b30419efab207" |
||
645 | }, |
||
646 | "dist": { |
||
647 | "type": "zip", |
||
648 | "url": "https://api.github.com/repos/laravel/framework/zipball/db3e5422070d9b5166493313142b30419efab207", |
||
649 | "reference": "db3e5422070d9b5166493313142b30419efab207", |
||
650 | "shasum": "" |
||
651 | }, |
||
652 | "require": { |
||
653 | "doctrine/inflector": "~1.1", |
||
654 | "dragonmantank/cron-expression": "~2.0", |
||
655 | "erusev/parsedown": "~1.6", |
||
656 | "ext-mbstring": "*", |
||
657 | "ext-openssl": "*", |
||
658 | "league/flysystem": "~1.0", |
||
659 | "monolog/monolog": "~1.12", |
||
660 | "nesbot/carbon": "~1.20", |
||
661 | "php": "^7.1.3", |
||
662 | "psr/container": "~1.0", |
||
663 | "psr/simple-cache": "^1.0", |
||
664 | "ramsey/uuid": "^3.7", |
||
665 | "swiftmailer/swiftmailer": "~6.0", |
||
666 | "symfony/console": "~4.0", |
||
667 | "symfony/debug": "~4.0", |
||
668 | "symfony/finder": "~4.0", |
||
669 | "symfony/http-foundation": "~4.0", |
||
670 | "symfony/http-kernel": "~4.0", |
||
671 | "symfony/process": "~4.0", |
||
672 | "symfony/routing": "~4.0", |
||
673 | "symfony/var-dumper": "~4.0", |
||
674 | "tijsverkoyen/css-to-inline-styles": "^2.2.1", |
||
675 | "vlucas/phpdotenv": "~2.2" |
||
676 | }, |
||
677 | "replace": { |
||
678 | "illuminate/auth": "self.version", |
||
679 | "illuminate/broadcasting": "self.version", |
||
680 | "illuminate/bus": "self.version", |
||
681 | "illuminate/cache": "self.version", |
||
682 | "illuminate/config": "self.version", |
||
683 | "illuminate/console": "self.version", |
||
684 | "illuminate/container": "self.version", |
||
685 | "illuminate/contracts": "self.version", |
||
686 | "illuminate/cookie": "self.version", |
||
687 | "illuminate/database": "self.version", |
||
688 | "illuminate/encryption": "self.version", |
||
689 | "illuminate/events": "self.version", |
||
690 | "illuminate/filesystem": "self.version", |
||
691 | "illuminate/hashing": "self.version", |
||
692 | "illuminate/http": "self.version", |
||
693 | "illuminate/log": "self.version", |
||
694 | "illuminate/mail": "self.version", |
||
695 | "illuminate/notifications": "self.version", |
||
696 | "illuminate/pagination": "self.version", |
||
697 | "illuminate/pipeline": "self.version", |
||
698 | "illuminate/queue": "self.version", |
||
699 | "illuminate/redis": "self.version", |
||
700 | "illuminate/routing": "self.version", |
||
701 | "illuminate/session": "self.version", |
||
702 | "illuminate/support": "self.version", |
||
703 | "illuminate/translation": "self.version", |
||
704 | "illuminate/validation": "self.version", |
||
705 | "illuminate/view": "self.version", |
||
706 | "tightenco/collect": "self.version" |
||
707 | }, |
||
708 | "require-dev": { |
||
709 | "aws/aws-sdk-php": "~3.0", |
||
710 | "doctrine/dbal": "~2.6", |
||
711 | "filp/whoops": "^2.1.4", |
||
712 | "mockery/mockery": "~1.0", |
||
713 | "moontoast/math": "^1.1", |
||
714 | "orchestra/testbench-core": "3.6.*", |
||
715 | "pda/pheanstalk": "~3.0", |
||
716 | "phpunit/phpunit": "~7.0", |
||
717 | "predis/predis": "^1.1.1", |
||
718 | "symfony/css-selector": "~4.0", |
||
719 | "symfony/dom-crawler": "~4.0" |
||
720 | }, |
||
721 | "suggest": { |
||
722 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
723 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).", |
||
724 | "ext-pcntl": "Required to use all features of the queue worker.", |
||
725 | "ext-posix": "Required to use all features of the queue worker.", |
||
726 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
727 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).", |
||
728 | "laravel/tinker": "Required to use the tinker console command (~1.0).", |
||
729 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
730 | "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).", |
||
731 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
732 | "nexmo/client": "Required to use the Nexmo transport (~1.0).", |
||
733 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
734 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
735 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).", |
||
736 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).", |
||
737 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).", |
||
738 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)." |
||
739 | }, |
||
740 | "type": "library", |
||
741 | "extra": { |
||
742 | "branch-alias": { |
||
743 | "dev-master": "5.6-dev" |
||
744 | } |
||
745 | }, |
||
746 | "autoload": { |
||
747 | "files": [ |
||
748 | "src/Illuminate/Foundation/helpers.php", |
||
749 | "src/Illuminate/Support/helpers.php" |
||
750 | ], |
||
751 | "psr-4": { |
||
752 | "Illuminate\\": "src/Illuminate/" |
||
753 | } |
||
754 | }, |
||
755 | "notification-url": "https://packagist.org/downloads/", |
||
756 | "license": [ |
||
757 | "MIT" |
||
758 | ], |
||
759 | "authors": [ |
||
760 | { |
||
761 | "name": "Taylor Otwell", |
||
762 | "email": "[email protected]" |
||
763 | } |
||
764 | ], |
||
765 | "description": "The Laravel Framework.", |
||
766 | "homepage": "https://laravel.com", |
||
767 | "keywords": [ |
||
768 | "framework", |
||
769 | "laravel" |
||
770 | ], |
||
771 | "time": "2018-02-09T13:33:22+00:00" |
||
772 | }, |
||
773 | { |
||
774 | "name": "league/flysystem", |
||
775 | "version": "1.0.42", |
||
776 | "source": { |
||
777 | "type": "git", |
||
778 | "url": "https://github.com/thephpleague/flysystem.git", |
||
779 | "reference": "09eabc54e199950041aef258a85847676496fe8e" |
||
780 | }, |
||
781 | "dist": { |
||
782 | "type": "zip", |
||
783 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/09eabc54e199950041aef258a85847676496fe8e", |
||
784 | "reference": "09eabc54e199950041aef258a85847676496fe8e", |
||
785 | "shasum": "" |
||
786 | }, |
||
787 | "require": { |
||
788 | "php": ">=5.5.9" |
||
789 | }, |
||
790 | "conflict": { |
||
791 | "league/flysystem-sftp": "<1.0.6" |
||
792 | }, |
||
793 | "require-dev": { |
||
794 | "ext-fileinfo": "*", |
||
795 | "phpspec/phpspec": "^3.4", |
||
796 | "phpunit/phpunit": "^5.7" |
||
797 | }, |
||
798 | "suggest": { |
||
799 | "ext-fileinfo": "Required for MimeType", |
||
800 | "ext-ftp": "Allows you to use FTP server storage", |
||
801 | "ext-openssl": "Allows you to use FTPS server storage", |
||
802 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
803 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
804 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
805 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
806 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
807 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
808 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
809 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
810 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
||
811 | "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
812 | "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
||
813 | }, |
||
814 | "type": "library", |
||
815 | "extra": { |
||
816 | "branch-alias": { |
||
817 | "dev-master": "1.1-dev" |
||
818 | } |
||
819 | }, |
||
820 | "autoload": { |
||
821 | "psr-4": { |
||
822 | "League\\Flysystem\\": "src/" |
||
823 | } |
||
824 | }, |
||
825 | "notification-url": "https://packagist.org/downloads/", |
||
826 | "license": [ |
||
827 | "MIT" |
||
828 | ], |
||
829 | "authors": [ |
||
830 | { |
||
831 | "name": "Frank de Jonge", |
||
832 | "email": "[email protected]" |
||
833 | } |
||
834 | ], |
||
835 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
836 | "keywords": [ |
||
837 | "Cloud Files", |
||
838 | "WebDAV", |
||
839 | "abstraction", |
||
840 | "aws", |
||
841 | "cloud", |
||
842 | "copy.com", |
||
843 | "dropbox", |
||
844 | "file systems", |
||
845 | "files", |
||
846 | "filesystem", |
||
847 | "filesystems", |
||
848 | "ftp", |
||
849 | "rackspace", |
||
850 | "remote", |
||
851 | "s3", |
||
852 | "sftp", |
||
853 | "storage" |
||
854 | ], |
||
855 | "time": "2018-01-27T16:03:56+00:00" |
||
856 | }, |
||
857 | { |
||
858 | "name": "monolog/monolog", |
||
859 | "version": "1.23.0", |
||
860 | "source": { |
||
861 | "type": "git", |
||
862 | "url": "https://github.com/Seldaek/monolog.git", |
||
863 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
864 | }, |
||
865 | "dist": { |
||
866 | "type": "zip", |
||
867 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
868 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
869 | "shasum": "" |
||
870 | }, |
||
871 | "require": { |
||
872 | "php": ">=5.3.0", |
||
873 | "psr/log": "~1.0" |
||
874 | }, |
||
875 | "provide": { |
||
876 | "psr/log-implementation": "1.0.0" |
||
877 | }, |
||
878 | "require-dev": { |
||
879 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
880 | "doctrine/couchdb": "~1.0@dev", |
||
881 | "graylog2/gelf-php": "~1.0", |
||
882 | "jakub-onderka/php-parallel-lint": "0.9", |
||
883 | "php-amqplib/php-amqplib": "~2.4", |
||
884 | "php-console/php-console": "^3.1.3", |
||
885 | "phpunit/phpunit": "~4.5", |
||
886 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
887 | "ruflin/elastica": ">=0.90 <3.0", |
||
888 | "sentry/sentry": "^0.13", |
||
889 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
890 | }, |
||
891 | "suggest": { |
||
892 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
893 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
894 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
895 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
896 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
897 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
898 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
899 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
900 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
901 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
902 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
903 | }, |
||
904 | "type": "library", |
||
905 | "extra": { |
||
906 | "branch-alias": { |
||
907 | "dev-master": "2.0.x-dev" |
||
908 | } |
||
909 | }, |
||
910 | "autoload": { |
||
911 | "psr-4": { |
||
912 | "Monolog\\": "src/Monolog" |
||
913 | } |
||
914 | }, |
||
915 | "notification-url": "https://packagist.org/downloads/", |
||
916 | "license": [ |
||
917 | "MIT" |
||
918 | ], |
||
919 | "authors": [ |
||
920 | { |
||
921 | "name": "Jordi Boggiano", |
||
922 | "email": "[email protected]", |
||
923 | "homepage": "http://seld.be" |
||
924 | } |
||
925 | ], |
||
926 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
927 | "homepage": "http://github.com/Seldaek/monolog", |
||
928 | "keywords": [ |
||
929 | "log", |
||
930 | "logging", |
||
931 | "psr-3" |
||
932 | ], |
||
933 | "time": "2017-06-19T01:22:40+00:00" |
||
934 | }, |
||
935 | { |
||
936 | "name": "nesbot/carbon", |
||
937 | "version": "1.22.1", |
||
938 | "source": { |
||
939 | "type": "git", |
||
940 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
941 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" |
||
942 | }, |
||
943 | "dist": { |
||
944 | "type": "zip", |
||
945 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
946 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
947 | "shasum": "" |
||
948 | }, |
||
949 | "require": { |
||
950 | "php": ">=5.3.0", |
||
951 | "symfony/translation": "~2.6 || ~3.0" |
||
952 | }, |
||
953 | "require-dev": { |
||
954 | "friendsofphp/php-cs-fixer": "~2", |
||
955 | "phpunit/phpunit": "~4.0 || ~5.0" |
||
956 | }, |
||
957 | "type": "library", |
||
958 | "extra": { |
||
959 | "branch-alias": { |
||
960 | "dev-master": "1.23-dev" |
||
961 | } |
||
962 | }, |
||
963 | "autoload": { |
||
964 | "psr-4": { |
||
965 | "Carbon\\": "src/Carbon/" |
||
966 | } |
||
967 | }, |
||
968 | "notification-url": "https://packagist.org/downloads/", |
||
969 | "license": [ |
||
970 | "MIT" |
||
971 | ], |
||
972 | "authors": [ |
||
973 | { |
||
974 | "name": "Brian Nesbitt", |
||
975 | "email": "[email protected]", |
||
976 | "homepage": "http://nesbot.com" |
||
977 | } |
||
978 | ], |
||
979 | "description": "A simple API extension for DateTime.", |
||
980 | "homepage": "http://carbon.nesbot.com", |
||
981 | "keywords": [ |
||
982 | "date", |
||
983 | "datetime", |
||
984 | "time" |
||
985 | ], |
||
986 | "time": "2017-01-16T07:55:07+00:00" |
||
987 | }, |
||
988 | { |
||
989 | "name": "paragonie/random_compat", |
||
990 | "version": "v2.0.11", |
||
991 | "source": { |
||
992 | "type": "git", |
||
993 | "url": "https://github.com/paragonie/random_compat.git", |
||
994 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
995 | }, |
||
996 | "dist": { |
||
997 | "type": "zip", |
||
998 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
999 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
1000 | "shasum": "" |
||
1001 | }, |
||
1002 | "require": { |
||
1003 | "php": ">=5.2.0" |
||
1004 | }, |
||
1005 | "require-dev": { |
||
1006 | "phpunit/phpunit": "4.*|5.*" |
||
1007 | }, |
||
1008 | "suggest": { |
||
1009 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1010 | }, |
||
1011 | "type": "library", |
||
1012 | "autoload": { |
||
1013 | "files": [ |
||
1014 | "lib/random.php" |
||
1015 | ] |
||
1016 | }, |
||
1017 | "notification-url": "https://packagist.org/downloads/", |
||
1018 | "license": [ |
||
1019 | "MIT" |
||
1020 | ], |
||
1021 | "authors": [ |
||
1022 | { |
||
1023 | "name": "Paragon Initiative Enterprises", |
||
1024 | "email": "[email protected]", |
||
1025 | "homepage": "https://paragonie.com" |
||
1026 | } |
||
1027 | ], |
||
1028 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1029 | "keywords": [ |
||
1030 | "csprng", |
||
1031 | "pseudorandom", |
||
1032 | "random" |
||
1033 | ], |
||
1034 | "time": "2017-09-27T21:40:39+00:00" |
||
1035 | }, |
||
1036 | { |
||
1037 | "name": "psr/container", |
||
1038 | "version": "1.0.0", |
||
1039 | "source": { |
||
1040 | "type": "git", |
||
1041 | "url": "https://github.com/php-fig/container.git", |
||
1042 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
1043 | }, |
||
1044 | "dist": { |
||
1045 | "type": "zip", |
||
1046 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1047 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1048 | "shasum": "" |
||
1049 | }, |
||
1050 | "require": { |
||
1051 | "php": ">=5.3.0" |
||
1052 | }, |
||
1053 | "type": "library", |
||
1054 | "extra": { |
||
1055 | "branch-alias": { |
||
1056 | "dev-master": "1.0.x-dev" |
||
1057 | } |
||
1058 | }, |
||
1059 | "autoload": { |
||
1060 | "psr-4": { |
||
1061 | "Psr\\Container\\": "src/" |
||
1062 | } |
||
1063 | }, |
||
1064 | "notification-url": "https://packagist.org/downloads/", |
||
1065 | "license": [ |
||
1066 | "MIT" |
||
1067 | ], |
||
1068 | "authors": [ |
||
1069 | { |
||
1070 | "name": "PHP-FIG", |
||
1071 | "homepage": "http://www.php-fig.org/" |
||
1072 | } |
||
1073 | ], |
||
1074 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
1075 | "homepage": "https://github.com/php-fig/container", |
||
1076 | "keywords": [ |
||
1077 | "PSR-11", |
||
1078 | "container", |
||
1079 | "container-interface", |
||
1080 | "container-interop", |
||
1081 | "psr" |
||
1082 | ], |
||
1083 | "time": "2017-02-14T16:28:37+00:00" |
||
1084 | }, |
||
1085 | { |
||
1086 | "name": "psr/log", |
||
1087 | "version": "1.0.2", |
||
1088 | "source": { |
||
1089 | "type": "git", |
||
1090 | "url": "https://github.com/php-fig/log.git", |
||
1091 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1092 | }, |
||
1093 | "dist": { |
||
1094 | "type": "zip", |
||
1095 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1096 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1097 | "shasum": "" |
||
1098 | }, |
||
1099 | "require": { |
||
1100 | "php": ">=5.3.0" |
||
1101 | }, |
||
1102 | "type": "library", |
||
1103 | "extra": { |
||
1104 | "branch-alias": { |
||
1105 | "dev-master": "1.0.x-dev" |
||
1106 | } |
||
1107 | }, |
||
1108 | "autoload": { |
||
1109 | "psr-4": { |
||
1110 | "Psr\\Log\\": "Psr/Log/" |
||
1111 | } |
||
1112 | }, |
||
1113 | "notification-url": "https://packagist.org/downloads/", |
||
1114 | "license": [ |
||
1115 | "MIT" |
||
1116 | ], |
||
1117 | "authors": [ |
||
1118 | { |
||
1119 | "name": "PHP-FIG", |
||
1120 | "homepage": "http://www.php-fig.org/" |
||
1121 | } |
||
1122 | ], |
||
1123 | "description": "Common interface for logging libraries", |
||
1124 | "homepage": "https://github.com/php-fig/log", |
||
1125 | "keywords": [ |
||
1126 | "log", |
||
1127 | "psr", |
||
1128 | "psr-3" |
||
1129 | ], |
||
1130 | "time": "2016-10-10T12:19:37+00:00" |
||
1131 | }, |
||
1132 | { |
||
1133 | "name": "psr/simple-cache", |
||
1134 | "version": "1.0.0", |
||
1135 | "source": { |
||
1136 | "type": "git", |
||
1137 | "url": "https://github.com/php-fig/simple-cache.git", |
||
1138 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
1139 | }, |
||
1140 | "dist": { |
||
1141 | "type": "zip", |
||
1142 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
1143 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
1144 | "shasum": "" |
||
1145 | }, |
||
1146 | "require": { |
||
1147 | "php": ">=5.3.0" |
||
1148 | }, |
||
1149 | "type": "library", |
||
1150 | "extra": { |
||
1151 | "branch-alias": { |
||
1152 | "dev-master": "1.0.x-dev" |
||
1153 | } |
||
1154 | }, |
||
1155 | "autoload": { |
||
1156 | "psr-4": { |
||
1157 | "Psr\\SimpleCache\\": "src/" |
||
1158 | } |
||
1159 | }, |
||
1160 | "notification-url": "https://packagist.org/downloads/", |
||
1161 | "license": [ |
||
1162 | "MIT" |
||
1163 | ], |
||
1164 | "authors": [ |
||
1165 | { |
||
1166 | "name": "PHP-FIG", |
||
1167 | "homepage": "http://www.php-fig.org/" |
||
1168 | } |
||
1169 | ], |
||
1170 | "description": "Common interfaces for simple caching", |
||
1171 | "keywords": [ |
||
1172 | "cache", |
||
1173 | "caching", |
||
1174 | "psr", |
||
1175 | "psr-16", |
||
1176 | "simple-cache" |
||
1177 | ], |
||
1178 | "time": "2017-01-02T13:31:39+00:00" |
||
1179 | }, |
||
1180 | { |
||
1181 | "name": "ramsey/uuid", |
||
1182 | "version": "3.7.3", |
||
1183 | "source": { |
||
1184 | "type": "git", |
||
1185 | "url": "https://github.com/ramsey/uuid.git", |
||
1186 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" |
||
1187 | }, |
||
1188 | "dist": { |
||
1189 | "type": "zip", |
||
1190 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
1191 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
1192 | "shasum": "" |
||
1193 | }, |
||
1194 | "require": { |
||
1195 | "paragonie/random_compat": "^1.0|^2.0", |
||
1196 | "php": "^5.4 || ^7.0" |
||
1197 | }, |
||
1198 | "replace": { |
||
1199 | "rhumsaa/uuid": "self.version" |
||
1200 | }, |
||
1201 | "require-dev": { |
||
1202 | "codeception/aspect-mock": "^1.0 | ~2.0.0", |
||
1203 | "doctrine/annotations": "~1.2.0", |
||
1204 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
1205 | "ircmaxell/random-lib": "^1.1", |
||
1206 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
1207 | "mockery/mockery": "^0.9.9", |
||
1208 | "moontoast/math": "^1.1", |
||
1209 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
1210 | "phpunit/phpunit": "^4.7|^5.0", |
||
1211 | "squizlabs/php_codesniffer": "^2.3" |
||
1212 | }, |
||
1213 | "suggest": { |
||
1214 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
1215 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
1216 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
1217 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
1218 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
1219 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
1220 | }, |
||
1221 | "type": "library", |
||
1222 | "extra": { |
||
1223 | "branch-alias": { |
||
1224 | "dev-master": "3.x-dev" |
||
1225 | } |
||
1226 | }, |
||
1227 | "autoload": { |
||
1228 | "psr-4": { |
||
1229 | "Ramsey\\Uuid\\": "src/" |
||
1230 | } |
||
1231 | }, |
||
1232 | "notification-url": "https://packagist.org/downloads/", |
||
1233 | "license": [ |
||
1234 | "MIT" |
||
1235 | ], |
||
1236 | "authors": [ |
||
1237 | { |
||
1238 | "name": "Marijn Huizendveld", |
||
1239 | "email": "[email protected]" |
||
1240 | }, |
||
1241 | { |
||
1242 | "name": "Thibaud Fabre", |
||
1243 | "email": "[email protected]" |
||
1244 | }, |
||
1245 | { |
||
1246 | "name": "Ben Ramsey", |
||
1247 | "email": "[email protected]", |
||
1248 | "homepage": "https://benramsey.com" |
||
1249 | } |
||
1250 | ], |
||
1251 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
1252 | "homepage": "https://github.com/ramsey/uuid", |
||
1253 | "keywords": [ |
||
1254 | "guid", |
||
1255 | "identifier", |
||
1256 | "uuid" |
||
1257 | ], |
||
1258 | "time": "2018-01-20T00:28:24+00:00" |
||
1259 | }, |
||
1260 | { |
||
1261 | "name": "swiftmailer/swiftmailer", |
||
1262 | "version": "v6.0.2", |
||
1263 | "source": { |
||
1264 | "type": "git", |
||
1265 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
1266 | "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" |
||
1267 | }, |
||
1268 | "dist": { |
||
1269 | "type": "zip", |
||
1270 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", |
||
1271 | "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", |
||
1272 | "shasum": "" |
||
1273 | }, |
||
1274 | "require": { |
||
1275 | "egulias/email-validator": "~2.0", |
||
1276 | "php": ">=7.0.0" |
||
1277 | }, |
||
1278 | "require-dev": { |
||
1279 | "mockery/mockery": "~0.9.1", |
||
1280 | "symfony/phpunit-bridge": "~3.3@dev" |
||
1281 | }, |
||
1282 | "type": "library", |
||
1283 | "extra": { |
||
1284 | "branch-alias": { |
||
1285 | "dev-master": "6.0-dev" |
||
1286 | } |
||
1287 | }, |
||
1288 | "autoload": { |
||
1289 | "files": [ |
||
1290 | "lib/swift_required.php" |
||
1291 | ] |
||
1292 | }, |
||
1293 | "notification-url": "https://packagist.org/downloads/", |
||
1294 | "license": [ |
||
1295 | "MIT" |
||
1296 | ], |
||
1297 | "authors": [ |
||
1298 | { |
||
1299 | "name": "Chris Corbyn" |
||
1300 | }, |
||
1301 | { |
||
1302 | "name": "Fabien Potencier", |
||
1303 | "email": "[email protected]" |
||
1304 | } |
||
1305 | ], |
||
1306 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
1307 | "homepage": "http://swiftmailer.symfony.com", |
||
1308 | "keywords": [ |
||
1309 | "email", |
||
1310 | "mail", |
||
1311 | "mailer" |
||
1312 | ], |
||
1313 | "time": "2017-09-30T22:39:41+00:00" |
||
1314 | }, |
||
1315 | { |
||
1316 | "name": "symfony/console", |
||
1317 | "version": "v4.0.4", |
||
1318 | "source": { |
||
1319 | "type": "git", |
||
1320 | "url": "https://github.com/symfony/console.git", |
||
1321 | "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488" |
||
1322 | }, |
||
1323 | "dist": { |
||
1324 | "type": "zip", |
||
1325 | "url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488", |
||
1326 | "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488", |
||
1327 | "shasum": "" |
||
1328 | }, |
||
1329 | "require": { |
||
1330 | "php": "^7.1.3", |
||
1331 | "symfony/polyfill-mbstring": "~1.0" |
||
1332 | }, |
||
1333 | "conflict": { |
||
1334 | "symfony/dependency-injection": "<3.4", |
||
1335 | "symfony/process": "<3.3" |
||
1336 | }, |
||
1337 | "require-dev": { |
||
1338 | "psr/log": "~1.0", |
||
1339 | "symfony/config": "~3.4|~4.0", |
||
1340 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1341 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
1342 | "symfony/lock": "~3.4|~4.0", |
||
1343 | "symfony/process": "~3.4|~4.0" |
||
1344 | }, |
||
1345 | "suggest": { |
||
1346 | "psr/log": "For using the console logger", |
||
1347 | "symfony/event-dispatcher": "", |
||
1348 | "symfony/lock": "", |
||
1349 | "symfony/process": "" |
||
1350 | }, |
||
1351 | "type": "library", |
||
1352 | "extra": { |
||
1353 | "branch-alias": { |
||
1354 | "dev-master": "4.0-dev" |
||
1355 | } |
||
1356 | }, |
||
1357 | "autoload": { |
||
1358 | "psr-4": { |
||
1359 | "Symfony\\Component\\Console\\": "" |
||
1360 | }, |
||
1361 | "exclude-from-classmap": [ |
||
1362 | "/Tests/" |
||
1363 | ] |
||
1364 | }, |
||
1365 | "notification-url": "https://packagist.org/downloads/", |
||
1366 | "license": [ |
||
1367 | "MIT" |
||
1368 | ], |
||
1369 | "authors": [ |
||
1370 | { |
||
1371 | "name": "Fabien Potencier", |
||
1372 | "email": "[email protected]" |
||
1373 | }, |
||
1374 | { |
||
1375 | "name": "Symfony Community", |
||
1376 | "homepage": "https://symfony.com/contributors" |
||
1377 | } |
||
1378 | ], |
||
1379 | "description": "Symfony Console Component", |
||
1380 | "homepage": "https://symfony.com", |
||
1381 | "time": "2018-01-29T09:06:29+00:00" |
||
1382 | }, |
||
1383 | { |
||
1384 | "name": "symfony/css-selector", |
||
1385 | "version": "v4.0.4", |
||
1386 | "source": { |
||
1387 | "type": "git", |
||
1388 | "url": "https://github.com/symfony/css-selector.git", |
||
1389 | "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7" |
||
1390 | }, |
||
1391 | "dist": { |
||
1392 | "type": "zip", |
||
1393 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7", |
||
1394 | "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7", |
||
1395 | "shasum": "" |
||
1396 | }, |
||
1397 | "require": { |
||
1398 | "php": "^7.1.3" |
||
1399 | }, |
||
1400 | "type": "library", |
||
1401 | "extra": { |
||
1402 | "branch-alias": { |
||
1403 | "dev-master": "4.0-dev" |
||
1404 | } |
||
1405 | }, |
||
1406 | "autoload": { |
||
1407 | "psr-4": { |
||
1408 | "Symfony\\Component\\CssSelector\\": "" |
||
1409 | }, |
||
1410 | "exclude-from-classmap": [ |
||
1411 | "/Tests/" |
||
1412 | ] |
||
1413 | }, |
||
1414 | "notification-url": "https://packagist.org/downloads/", |
||
1415 | "license": [ |
||
1416 | "MIT" |
||
1417 | ], |
||
1418 | "authors": [ |
||
1419 | { |
||
1420 | "name": "Jean-François Simon", |
||
1421 | "email": "[email protected]" |
||
1422 | }, |
||
1423 | { |
||
1424 | "name": "Fabien Potencier", |
||
1425 | "email": "[email protected]" |
||
1426 | }, |
||
1427 | { |
||
1428 | "name": "Symfony Community", |
||
1429 | "homepage": "https://symfony.com/contributors" |
||
1430 | } |
||
1431 | ], |
||
1432 | "description": "Symfony CssSelector Component", |
||
1433 | "homepage": "https://symfony.com", |
||
1434 | "time": "2018-01-03T07:38:00+00:00" |
||
1435 | }, |
||
1436 | { |
||
1437 | "name": "symfony/debug", |
||
1438 | "version": "v4.0.4", |
||
1439 | "source": { |
||
1440 | "type": "git", |
||
1441 | "url": "https://github.com/symfony/debug.git", |
||
1442 | "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54" |
||
1443 | }, |
||
1444 | "dist": { |
||
1445 | "type": "zip", |
||
1446 | "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54", |
||
1447 | "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54", |
||
1448 | "shasum": "" |
||
1449 | }, |
||
1450 | "require": { |
||
1451 | "php": "^7.1.3", |
||
1452 | "psr/log": "~1.0" |
||
1453 | }, |
||
1454 | "conflict": { |
||
1455 | "symfony/http-kernel": "<3.4" |
||
1456 | }, |
||
1457 | "require-dev": { |
||
1458 | "symfony/http-kernel": "~3.4|~4.0" |
||
1459 | }, |
||
1460 | "type": "library", |
||
1461 | "extra": { |
||
1462 | "branch-alias": { |
||
1463 | "dev-master": "4.0-dev" |
||
1464 | } |
||
1465 | }, |
||
1466 | "autoload": { |
||
1467 | "psr-4": { |
||
1468 | "Symfony\\Component\\Debug\\": "" |
||
1469 | }, |
||
1470 | "exclude-from-classmap": [ |
||
1471 | "/Tests/" |
||
1472 | ] |
||
1473 | }, |
||
1474 | "notification-url": "https://packagist.org/downloads/", |
||
1475 | "license": [ |
||
1476 | "MIT" |
||
1477 | ], |
||
1478 | "authors": [ |
||
1479 | { |
||
1480 | "name": "Fabien Potencier", |
||
1481 | "email": "[email protected]" |
||
1482 | }, |
||
1483 | { |
||
1484 | "name": "Symfony Community", |
||
1485 | "homepage": "https://symfony.com/contributors" |
||
1486 | } |
||
1487 | ], |
||
1488 | "description": "Symfony Debug Component", |
||
1489 | "homepage": "https://symfony.com", |
||
1490 | "time": "2018-01-18T22:19:33+00:00" |
||
1491 | }, |
||
1492 | { |
||
1493 | "name": "symfony/event-dispatcher", |
||
1494 | "version": "v4.0.4", |
||
1495 | "source": { |
||
1496 | "type": "git", |
||
1497 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1498 | "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb" |
||
1499 | }, |
||
1500 | "dist": { |
||
1501 | "type": "zip", |
||
1502 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb", |
||
1503 | "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb", |
||
1504 | "shasum": "" |
||
1505 | }, |
||
1506 | "require": { |
||
1507 | "php": "^7.1.3" |
||
1508 | }, |
||
1509 | "conflict": { |
||
1510 | "symfony/dependency-injection": "<3.4" |
||
1511 | }, |
||
1512 | "require-dev": { |
||
1513 | "psr/log": "~1.0", |
||
1514 | "symfony/config": "~3.4|~4.0", |
||
1515 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1516 | "symfony/expression-language": "~3.4|~4.0", |
||
1517 | "symfony/stopwatch": "~3.4|~4.0" |
||
1518 | }, |
||
1519 | "suggest": { |
||
1520 | "symfony/dependency-injection": "", |
||
1521 | "symfony/http-kernel": "" |
||
1522 | }, |
||
1523 | "type": "library", |
||
1524 | "extra": { |
||
1525 | "branch-alias": { |
||
1526 | "dev-master": "4.0-dev" |
||
1527 | } |
||
1528 | }, |
||
1529 | "autoload": { |
||
1530 | "psr-4": { |
||
1531 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1532 | }, |
||
1533 | "exclude-from-classmap": [ |
||
1534 | "/Tests/" |
||
1535 | ] |
||
1536 | }, |
||
1537 | "notification-url": "https://packagist.org/downloads/", |
||
1538 | "license": [ |
||
1539 | "MIT" |
||
1540 | ], |
||
1541 | "authors": [ |
||
1542 | { |
||
1543 | "name": "Fabien Potencier", |
||
1544 | "email": "[email protected]" |
||
1545 | }, |
||
1546 | { |
||
1547 | "name": "Symfony Community", |
||
1548 | "homepage": "https://symfony.com/contributors" |
||
1549 | } |
||
1550 | ], |
||
1551 | "description": "Symfony EventDispatcher Component", |
||
1552 | "homepage": "https://symfony.com", |
||
1553 | "time": "2018-01-03T07:38:00+00:00" |
||
1554 | }, |
||
1555 | { |
||
1556 | "name": "symfony/finder", |
||
1557 | "version": "v4.0.4", |
||
1558 | "source": { |
||
1559 | "type": "git", |
||
1560 | "url": "https://github.com/symfony/finder.git", |
||
1561 | "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601" |
||
1562 | }, |
||
1563 | "dist": { |
||
1564 | "type": "zip", |
||
1565 | "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601", |
||
1566 | "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601", |
||
1567 | "shasum": "" |
||
1568 | }, |
||
1569 | "require": { |
||
1570 | "php": "^7.1.3" |
||
1571 | }, |
||
1572 | "type": "library", |
||
1573 | "extra": { |
||
1574 | "branch-alias": { |
||
1575 | "dev-master": "4.0-dev" |
||
1576 | } |
||
1577 | }, |
||
1578 | "autoload": { |
||
1579 | "psr-4": { |
||
1580 | "Symfony\\Component\\Finder\\": "" |
||
1581 | }, |
||
1582 | "exclude-from-classmap": [ |
||
1583 | "/Tests/" |
||
1584 | ] |
||
1585 | }, |
||
1586 | "notification-url": "https://packagist.org/downloads/", |
||
1587 | "license": [ |
||
1588 | "MIT" |
||
1589 | ], |
||
1590 | "authors": [ |
||
1591 | { |
||
1592 | "name": "Fabien Potencier", |
||
1593 | "email": "[email protected]" |
||
1594 | }, |
||
1595 | { |
||
1596 | "name": "Symfony Community", |
||
1597 | "homepage": "https://symfony.com/contributors" |
||
1598 | } |
||
1599 | ], |
||
1600 | "description": "Symfony Finder Component", |
||
1601 | "homepage": "https://symfony.com", |
||
1602 | "time": "2018-01-03T07:38:00+00:00" |
||
1603 | }, |
||
1604 | { |
||
1605 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-foundation:
- CVE-2018-14773: Remove support for legacy and risky HTTP headers - CVE-2018-11386: Denial of service when using PDOSessionHandler ![]() |
|||
1606 | "version": "v4.0.4", |
||
1607 | "source": { |
||
1608 | "type": "git", |
||
1609 | "url": "https://github.com/symfony/http-foundation.git", |
||
1610 | "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4" |
||
1611 | }, |
||
1612 | "dist": { |
||
1613 | "type": "zip", |
||
1614 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4", |
||
1615 | "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4", |
||
1616 | "shasum": "" |
||
1617 | }, |
||
1618 | "require": { |
||
1619 | "php": "^7.1.3", |
||
1620 | "symfony/polyfill-mbstring": "~1.1" |
||
1621 | }, |
||
1622 | "require-dev": { |
||
1623 | "symfony/expression-language": "~3.4|~4.0" |
||
1624 | }, |
||
1625 | "type": "library", |
||
1626 | "extra": { |
||
1627 | "branch-alias": { |
||
1628 | "dev-master": "4.0-dev" |
||
1629 | } |
||
1630 | }, |
||
1631 | "autoload": { |
||
1632 | "psr-4": { |
||
1633 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1634 | }, |
||
1635 | "exclude-from-classmap": [ |
||
1636 | "/Tests/" |
||
1637 | ] |
||
1638 | }, |
||
1639 | "notification-url": "https://packagist.org/downloads/", |
||
1640 | "license": [ |
||
1641 | "MIT" |
||
1642 | ], |
||
1643 | "authors": [ |
||
1644 | { |
||
1645 | "name": "Fabien Potencier", |
||
1646 | "email": "[email protected]" |
||
1647 | }, |
||
1648 | { |
||
1649 | "name": "Symfony Community", |
||
1650 | "homepage": "https://symfony.com/contributors" |
||
1651 | } |
||
1652 | ], |
||
1653 | "description": "Symfony HttpFoundation Component", |
||
1654 | "homepage": "https://symfony.com", |
||
1655 | "time": "2018-01-29T09:06:29+00:00" |
||
1656 | }, |
||
1657 | { |
||
1658 | "name": "symfony/http-kernel", |
||
1659 | "version": "v4.0.4", |
||
1660 | "source": { |
||
1661 | "type": "git", |
||
1662 | "url": "https://github.com/symfony/http-kernel.git", |
||
1663 | "reference": "194bd224ec27952eac6d4fea6264b22990834eca" |
||
1664 | }, |
||
1665 | "dist": { |
||
1666 | "type": "zip", |
||
1667 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca", |
||
1668 | "reference": "194bd224ec27952eac6d4fea6264b22990834eca", |
||
1669 | "shasum": "" |
||
1670 | }, |
||
1671 | "require": { |
||
1672 | "php": "^7.1.3", |
||
1673 | "psr/log": "~1.0", |
||
1674 | "symfony/debug": "~3.4|~4.0", |
||
1675 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
1676 | "symfony/http-foundation": "~3.4.4|~4.0.4" |
||
1677 | }, |
||
1678 | "conflict": { |
||
1679 | "symfony/config": "<3.4", |
||
1680 | "symfony/dependency-injection": "<3.4", |
||
1681 | "symfony/var-dumper": "<3.4", |
||
1682 | "twig/twig": "<1.34|<2.4,>=2" |
||
1683 | }, |
||
1684 | "provide": { |
||
1685 | "psr/log-implementation": "1.0" |
||
1686 | }, |
||
1687 | "require-dev": { |
||
1688 | "psr/cache": "~1.0", |
||
1689 | "symfony/browser-kit": "~3.4|~4.0", |
||
1690 | "symfony/config": "~3.4|~4.0", |
||
1691 | "symfony/console": "~3.4|~4.0", |
||
1692 | "symfony/css-selector": "~3.4|~4.0", |
||
1693 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1694 | "symfony/dom-crawler": "~3.4|~4.0", |
||
1695 | "symfony/expression-language": "~3.4|~4.0", |
||
1696 | "symfony/finder": "~3.4|~4.0", |
||
1697 | "symfony/process": "~3.4|~4.0", |
||
1698 | "symfony/routing": "~3.4|~4.0", |
||
1699 | "symfony/stopwatch": "~3.4|~4.0", |
||
1700 | "symfony/templating": "~3.4|~4.0", |
||
1701 | "symfony/translation": "~3.4|~4.0", |
||
1702 | "symfony/var-dumper": "~3.4|~4.0" |
||
1703 | }, |
||
1704 | "suggest": { |
||
1705 | "symfony/browser-kit": "", |
||
1706 | "symfony/config": "", |
||
1707 | "symfony/console": "", |
||
1708 | "symfony/dependency-injection": "", |
||
1709 | "symfony/var-dumper": "" |
||
1710 | }, |
||
1711 | "type": "library", |
||
1712 | "extra": { |
||
1713 | "branch-alias": { |
||
1714 | "dev-master": "4.0-dev" |
||
1715 | } |
||
1716 | }, |
||
1717 | "autoload": { |
||
1718 | "psr-4": { |
||
1719 | "Symfony\\Component\\HttpKernel\\": "" |
||
1720 | }, |
||
1721 | "exclude-from-classmap": [ |
||
1722 | "/Tests/" |
||
1723 | ] |
||
1724 | }, |
||
1725 | "notification-url": "https://packagist.org/downloads/", |
||
1726 | "license": [ |
||
1727 | "MIT" |
||
1728 | ], |
||
1729 | "authors": [ |
||
1730 | { |
||
1731 | "name": "Fabien Potencier", |
||
1732 | "email": "[email protected]" |
||
1733 | }, |
||
1734 | { |
||
1735 | "name": "Symfony Community", |
||
1736 | "homepage": "https://symfony.com/contributors" |
||
1737 | } |
||
1738 | ], |
||
1739 | "description": "Symfony HttpKernel Component", |
||
1740 | "homepage": "https://symfony.com", |
||
1741 | "time": "2018-01-29T13:27:08+00:00" |
||
1742 | }, |
||
1743 | { |
||
1744 | "name": "symfony/polyfill-mbstring", |
||
1745 | "version": "v1.7.0", |
||
1746 | "source": { |
||
1747 | "type": "git", |
||
1748 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1749 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
||
1750 | }, |
||
1751 | "dist": { |
||
1752 | "type": "zip", |
||
1753 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
1754 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
||
1755 | "shasum": "" |
||
1756 | }, |
||
1757 | "require": { |
||
1758 | "php": ">=5.3.3" |
||
1759 | }, |
||
1760 | "suggest": { |
||
1761 | "ext-mbstring": "For best performance" |
||
1762 | }, |
||
1763 | "type": "library", |
||
1764 | "extra": { |
||
1765 | "branch-alias": { |
||
1766 | "dev-master": "1.7-dev" |
||
1767 | } |
||
1768 | }, |
||
1769 | "autoload": { |
||
1770 | "psr-4": { |
||
1771 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1772 | }, |
||
1773 | "files": [ |
||
1774 | "bootstrap.php" |
||
1775 | ] |
||
1776 | }, |
||
1777 | "notification-url": "https://packagist.org/downloads/", |
||
1778 | "license": [ |
||
1779 | "MIT" |
||
1780 | ], |
||
1781 | "authors": [ |
||
1782 | { |
||
1783 | "name": "Nicolas Grekas", |
||
1784 | "email": "[email protected]" |
||
1785 | }, |
||
1786 | { |
||
1787 | "name": "Symfony Community", |
||
1788 | "homepage": "https://symfony.com/contributors" |
||
1789 | } |
||
1790 | ], |
||
1791 | "description": "Symfony polyfill for the Mbstring extension", |
||
1792 | "homepage": "https://symfony.com", |
||
1793 | "keywords": [ |
||
1794 | "compatibility", |
||
1795 | "mbstring", |
||
1796 | "polyfill", |
||
1797 | "portable", |
||
1798 | "shim" |
||
1799 | ], |
||
1800 | "time": "2018-01-30T19:27:44+00:00" |
||
1801 | }, |
||
1802 | { |
||
1803 | "name": "symfony/polyfill-php72", |
||
1804 | "version": "v1.7.0", |
||
1805 | "source": { |
||
1806 | "type": "git", |
||
1807 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
1808 | "reference": "8eca20c8a369e069d4f4c2ac9895144112867422" |
||
1809 | }, |
||
1810 | "dist": { |
||
1811 | "type": "zip", |
||
1812 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422", |
||
1813 | "reference": "8eca20c8a369e069d4f4c2ac9895144112867422", |
||
1814 | "shasum": "" |
||
1815 | }, |
||
1816 | "require": { |
||
1817 | "php": ">=5.3.3" |
||
1818 | }, |
||
1819 | "type": "library", |
||
1820 | "extra": { |
||
1821 | "branch-alias": { |
||
1822 | "dev-master": "1.7-dev" |
||
1823 | } |
||
1824 | }, |
||
1825 | "autoload": { |
||
1826 | "psr-4": { |
||
1827 | "Symfony\\Polyfill\\Php72\\": "" |
||
1828 | }, |
||
1829 | "files": [ |
||
1830 | "bootstrap.php" |
||
1831 | ] |
||
1832 | }, |
||
1833 | "notification-url": "https://packagist.org/downloads/", |
||
1834 | "license": [ |
||
1835 | "MIT" |
||
1836 | ], |
||
1837 | "authors": [ |
||
1838 | { |
||
1839 | "name": "Nicolas Grekas", |
||
1840 | "email": "[email protected]" |
||
1841 | }, |
||
1842 | { |
||
1843 | "name": "Symfony Community", |
||
1844 | "homepage": "https://symfony.com/contributors" |
||
1845 | } |
||
1846 | ], |
||
1847 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
1848 | "homepage": "https://symfony.com", |
||
1849 | "keywords": [ |
||
1850 | "compatibility", |
||
1851 | "polyfill", |
||
1852 | "portable", |
||
1853 | "shim" |
||
1854 | ], |
||
1855 | "time": "2018-01-31T17:43:24+00:00" |
||
1856 | }, |
||
1857 | { |
||
1858 | "name": "symfony/process", |
||
1859 | "version": "v4.0.4", |
||
1860 | "source": { |
||
1861 | "type": "git", |
||
1862 | "url": "https://github.com/symfony/process.git", |
||
1863 | "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4" |
||
1864 | }, |
||
1865 | "dist": { |
||
1866 | "type": "zip", |
||
1867 | "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4", |
||
1868 | "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4", |
||
1869 | "shasum": "" |
||
1870 | }, |
||
1871 | "require": { |
||
1872 | "php": "^7.1.3" |
||
1873 | }, |
||
1874 | "type": "library", |
||
1875 | "extra": { |
||
1876 | "branch-alias": { |
||
1877 | "dev-master": "4.0-dev" |
||
1878 | } |
||
1879 | }, |
||
1880 | "autoload": { |
||
1881 | "psr-4": { |
||
1882 | "Symfony\\Component\\Process\\": "" |
||
1883 | }, |
||
1884 | "exclude-from-classmap": [ |
||
1885 | "/Tests/" |
||
1886 | ] |
||
1887 | }, |
||
1888 | "notification-url": "https://packagist.org/downloads/", |
||
1889 | "license": [ |
||
1890 | "MIT" |
||
1891 | ], |
||
1892 | "authors": [ |
||
1893 | { |
||
1894 | "name": "Fabien Potencier", |
||
1895 | "email": "[email protected]" |
||
1896 | }, |
||
1897 | { |
||
1898 | "name": "Symfony Community", |
||
1899 | "homepage": "https://symfony.com/contributors" |
||
1900 | } |
||
1901 | ], |
||
1902 | "description": "Symfony Process Component", |
||
1903 | "homepage": "https://symfony.com", |
||
1904 | "time": "2018-01-29T09:06:29+00:00" |
||
1905 | }, |
||
1906 | { |
||
1907 | "name": "symfony/routing", |
||
1908 | "version": "v4.0.4", |
||
1909 | "source": { |
||
1910 | "type": "git", |
||
1911 | "url": "https://github.com/symfony/routing.git", |
||
1912 | "reference": "a69bd948700b672e036147762f46749bcae33796" |
||
1913 | }, |
||
1914 | "dist": { |
||
1915 | "type": "zip", |
||
1916 | "url": "https://api.github.com/repos/symfony/routing/zipball/a69bd948700b672e036147762f46749bcae33796", |
||
1917 | "reference": "a69bd948700b672e036147762f46749bcae33796", |
||
1918 | "shasum": "" |
||
1919 | }, |
||
1920 | "require": { |
||
1921 | "php": "^7.1.3" |
||
1922 | }, |
||
1923 | "conflict": { |
||
1924 | "symfony/config": "<3.4", |
||
1925 | "symfony/dependency-injection": "<3.4", |
||
1926 | "symfony/yaml": "<3.4" |
||
1927 | }, |
||
1928 | "require-dev": { |
||
1929 | "doctrine/annotations": "~1.0", |
||
1930 | "doctrine/common": "~2.2", |
||
1931 | "psr/log": "~1.0", |
||
1932 | "symfony/config": "~3.4|~4.0", |
||
1933 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1934 | "symfony/expression-language": "~3.4|~4.0", |
||
1935 | "symfony/http-foundation": "~3.4|~4.0", |
||
1936 | "symfony/yaml": "~3.4|~4.0" |
||
1937 | }, |
||
1938 | "suggest": { |
||
1939 | "doctrine/annotations": "For using the annotation loader", |
||
1940 | "symfony/config": "For using the all-in-one router or any loader", |
||
1941 | "symfony/dependency-injection": "For loading routes from a service", |
||
1942 | "symfony/expression-language": "For using expression matching", |
||
1943 | "symfony/http-foundation": "For using a Symfony Request object", |
||
1944 | "symfony/yaml": "For using the YAML loader" |
||
1945 | }, |
||
1946 | "type": "library", |
||
1947 | "extra": { |
||
1948 | "branch-alias": { |
||
1949 | "dev-master": "4.0-dev" |
||
1950 | } |
||
1951 | }, |
||
1952 | "autoload": { |
||
1953 | "psr-4": { |
||
1954 | "Symfony\\Component\\Routing\\": "" |
||
1955 | }, |
||
1956 | "exclude-from-classmap": [ |
||
1957 | "/Tests/" |
||
1958 | ] |
||
1959 | }, |
||
1960 | "notification-url": "https://packagist.org/downloads/", |
||
1961 | "license": [ |
||
1962 | "MIT" |
||
1963 | ], |
||
1964 | "authors": [ |
||
1965 | { |
||
1966 | "name": "Fabien Potencier", |
||
1967 | "email": "[email protected]" |
||
1968 | }, |
||
1969 | { |
||
1970 | "name": "Symfony Community", |
||
1971 | "homepage": "https://symfony.com/contributors" |
||
1972 | } |
||
1973 | ], |
||
1974 | "description": "Symfony Routing Component", |
||
1975 | "homepage": "https://symfony.com", |
||
1976 | "keywords": [ |
||
1977 | "router", |
||
1978 | "routing", |
||
1979 | "uri", |
||
1980 | "url" |
||
1981 | ], |
||
1982 | "time": "2018-01-16T18:04:12+00:00" |
||
1983 | }, |
||
1984 | { |
||
1985 | "name": "symfony/translation", |
||
1986 | "version": "v3.4.4", |
||
1987 | "source": { |
||
1988 | "type": "git", |
||
1989 | "url": "https://github.com/symfony/translation.git", |
||
1990 | "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84" |
||
1991 | }, |
||
1992 | "dist": { |
||
1993 | "type": "zip", |
||
1994 | "url": "https://api.github.com/repos/symfony/translation/zipball/10b32cf0eae28b9b39fe26c456c42b19854c4b84", |
||
1995 | "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84", |
||
1996 | "shasum": "" |
||
1997 | }, |
||
1998 | "require": { |
||
1999 | "php": "^5.5.9|>=7.0.8", |
||
2000 | "symfony/polyfill-mbstring": "~1.0" |
||
2001 | }, |
||
2002 | "conflict": { |
||
2003 | "symfony/config": "<2.8", |
||
2004 | "symfony/dependency-injection": "<3.4", |
||
2005 | "symfony/yaml": "<3.4" |
||
2006 | }, |
||
2007 | "require-dev": { |
||
2008 | "psr/log": "~1.0", |
||
2009 | "symfony/config": "~2.8|~3.0|~4.0", |
||
2010 | "symfony/dependency-injection": "~3.4|~4.0", |
||
2011 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
2012 | "symfony/intl": "^2.8.18|^3.2.5|~4.0", |
||
2013 | "symfony/yaml": "~3.4|~4.0" |
||
2014 | }, |
||
2015 | "suggest": { |
||
2016 | "psr/log": "To use logging capability in translator", |
||
2017 | "symfony/config": "", |
||
2018 | "symfony/yaml": "" |
||
2019 | }, |
||
2020 | "type": "library", |
||
2021 | "extra": { |
||
2022 | "branch-alias": { |
||
2023 | "dev-master": "3.4-dev" |
||
2024 | } |
||
2025 | }, |
||
2026 | "autoload": { |
||
2027 | "psr-4": { |
||
2028 | "Symfony\\Component\\Translation\\": "" |
||
2029 | }, |
||
2030 | "exclude-from-classmap": [ |
||
2031 | "/Tests/" |
||
2032 | ] |
||
2033 | }, |
||
2034 | "notification-url": "https://packagist.org/downloads/", |
||
2035 | "license": [ |
||
2036 | "MIT" |
||
2037 | ], |
||
2038 | "authors": [ |
||
2039 | { |
||
2040 | "name": "Fabien Potencier", |
||
2041 | "email": "[email protected]" |
||
2042 | }, |
||
2043 | { |
||
2044 | "name": "Symfony Community", |
||
2045 | "homepage": "https://symfony.com/contributors" |
||
2046 | } |
||
2047 | ], |
||
2048 | "description": "Symfony Translation Component", |
||
2049 | "homepage": "https://symfony.com", |
||
2050 | "time": "2018-01-18T22:16:57+00:00" |
||
2051 | }, |
||
2052 | { |
||
2053 | "name": "symfony/var-dumper", |
||
2054 | "version": "v4.0.4", |
||
2055 | "source": { |
||
2056 | "type": "git", |
||
2057 | "url": "https://github.com/symfony/var-dumper.git", |
||
2058 | "reference": "6d63cc74f3e2d4961411ccb77389a00332653104" |
||
2059 | }, |
||
2060 | "dist": { |
||
2061 | "type": "zip", |
||
2062 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6d63cc74f3e2d4961411ccb77389a00332653104", |
||
2063 | "reference": "6d63cc74f3e2d4961411ccb77389a00332653104", |
||
2064 | "shasum": "" |
||
2065 | }, |
||
2066 | "require": { |
||
2067 | "php": "^7.1.3", |
||
2068 | "symfony/polyfill-mbstring": "~1.0", |
||
2069 | "symfony/polyfill-php72": "~1.5" |
||
2070 | }, |
||
2071 | "conflict": { |
||
2072 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
2073 | }, |
||
2074 | "require-dev": { |
||
2075 | "ext-iconv": "*", |
||
2076 | "twig/twig": "~1.34|~2.4" |
||
2077 | }, |
||
2078 | "suggest": { |
||
2079 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
2080 | "ext-intl": "To show region name in time zone dump" |
||
2081 | }, |
||
2082 | "type": "library", |
||
2083 | "extra": { |
||
2084 | "branch-alias": { |
||
2085 | "dev-master": "4.0-dev" |
||
2086 | } |
||
2087 | }, |
||
2088 | "autoload": { |
||
2089 | "files": [ |
||
2090 | "Resources/functions/dump.php" |
||
2091 | ], |
||
2092 | "psr-4": { |
||
2093 | "Symfony\\Component\\VarDumper\\": "" |
||
2094 | }, |
||
2095 | "exclude-from-classmap": [ |
||
2096 | "/Tests/" |
||
2097 | ] |
||
2098 | }, |
||
2099 | "notification-url": "https://packagist.org/downloads/", |
||
2100 | "license": [ |
||
2101 | "MIT" |
||
2102 | ], |
||
2103 | "authors": [ |
||
2104 | { |
||
2105 | "name": "Nicolas Grekas", |
||
2106 | "email": "[email protected]" |
||
2107 | }, |
||
2108 | { |
||
2109 | "name": "Symfony Community", |
||
2110 | "homepage": "https://symfony.com/contributors" |
||
2111 | } |
||
2112 | ], |
||
2113 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
2114 | "homepage": "https://symfony.com", |
||
2115 | "keywords": [ |
||
2116 | "debug", |
||
2117 | "dump" |
||
2118 | ], |
||
2119 | "time": "2018-01-29T09:06:29+00:00" |
||
2120 | }, |
||
2121 | { |
||
2122 | "name": "tijsverkoyen/css-to-inline-styles", |
||
2123 | "version": "2.2.1", |
||
2124 | "source": { |
||
2125 | "type": "git", |
||
2126 | "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
||
2127 | "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" |
||
2128 | }, |
||
2129 | "dist": { |
||
2130 | "type": "zip", |
||
2131 | "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
||
2132 | "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
||
2133 | "shasum": "" |
||
2134 | }, |
||
2135 | "require": { |
||
2136 | "php": "^5.5 || ^7.0", |
||
2137 | "symfony/css-selector": "^2.7 || ^3.0 || ^4.0" |
||
2138 | }, |
||
2139 | "require-dev": { |
||
2140 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
2141 | }, |
||
2142 | "type": "library", |
||
2143 | "extra": { |
||
2144 | "branch-alias": { |
||
2145 | "dev-master": "2.2.x-dev" |
||
2146 | } |
||
2147 | }, |
||
2148 | "autoload": { |
||
2149 | "psr-4": { |
||
2150 | "TijsVerkoyen\\CssToInlineStyles\\": "src" |
||
2151 | } |
||
2152 | }, |
||
2153 | "notification-url": "https://packagist.org/downloads/", |
||
2154 | "license": [ |
||
2155 | "BSD-3-Clause" |
||
2156 | ], |
||
2157 | "authors": [ |
||
2158 | { |
||
2159 | "name": "Tijs Verkoyen", |
||
2160 | "email": "[email protected]", |
||
2161 | "role": "Developer" |
||
2162 | } |
||
2163 | ], |
||
2164 | "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
||
2165 | "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
||
2166 | "time": "2017-11-27T11:13:29+00:00" |
||
2167 | }, |
||
2168 | { |
||
2169 | "name": "vlucas/phpdotenv", |
||
2170 | "version": "v2.4.0", |
||
2171 | "source": { |
||
2172 | "type": "git", |
||
2173 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
2174 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" |
||
2175 | }, |
||
2176 | "dist": { |
||
2177 | "type": "zip", |
||
2178 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
2179 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
2180 | "shasum": "" |
||
2181 | }, |
||
2182 | "require": { |
||
2183 | "php": ">=5.3.9" |
||
2184 | }, |
||
2185 | "require-dev": { |
||
2186 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
2187 | }, |
||
2188 | "type": "library", |
||
2189 | "extra": { |
||
2190 | "branch-alias": { |
||
2191 | "dev-master": "2.4-dev" |
||
2192 | } |
||
2193 | }, |
||
2194 | "autoload": { |
||
2195 | "psr-4": { |
||
2196 | "Dotenv\\": "src/" |
||
2197 | } |
||
2198 | }, |
||
2199 | "notification-url": "https://packagist.org/downloads/", |
||
2200 | "license": [ |
||
2201 | "BSD-3-Clause-Attribution" |
||
2202 | ], |
||
2203 | "authors": [ |
||
2204 | { |
||
2205 | "name": "Vance Lucas", |
||
2206 | "email": "[email protected]", |
||
2207 | "homepage": "http://www.vancelucas.com" |
||
2208 | } |
||
2209 | ], |
||
2210 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
2211 | "keywords": [ |
||
2212 | "dotenv", |
||
2213 | "env", |
||
2214 | "environment" |
||
2215 | ], |
||
2216 | "time": "2016-09-01T10:05:43+00:00" |
||
2217 | } |
||
2218 | ], |
||
2219 | "packages-dev": [ |
||
2220 | { |
||
2221 | "name": "codedungeon/phpunit-result-printer", |
||
2222 | "version": "0.6.0", |
||
2223 | "source": { |
||
2224 | "type": "git", |
||
2225 | "url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git", |
||
2226 | "reference": "34659fcb48ef35fc27c09ded46ac79b25ee95d2f" |
||
2227 | }, |
||
2228 | "dist": { |
||
2229 | "type": "zip", |
||
2230 | "url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/34659fcb48ef35fc27c09ded46ac79b25ee95d2f", |
||
2231 | "reference": "34659fcb48ef35fc27c09ded46ac79b25ee95d2f", |
||
2232 | "shasum": "" |
||
2233 | }, |
||
2234 | "require": { |
||
2235 | "hassankhan/config": "^0.10.0", |
||
2236 | "php": "^7.1", |
||
2237 | "symfony/yaml": "^2.7|^3.0|^4.0" |
||
2238 | }, |
||
2239 | "require-dev": { |
||
2240 | "phpunit/phpunit": ">=5.2", |
||
2241 | "spatie/phpunit-watcher": "^1.3" |
||
2242 | }, |
||
2243 | "type": "library", |
||
2244 | "autoload": { |
||
2245 | "psr-4": { |
||
2246 | "Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/" |
||
2247 | } |
||
2248 | }, |
||
2249 | "notification-url": "https://packagist.org/downloads/", |
||
2250 | "license": [ |
||
2251 | "MIT" |
||
2252 | ], |
||
2253 | "authors": [ |
||
2254 | { |
||
2255 | "name": "Mike Erickson", |
||
2256 | "email": "[email protected]" |
||
2257 | } |
||
2258 | ], |
||
2259 | "description": "PHPUnit Pretty Result Printer", |
||
2260 | "keywords": [ |
||
2261 | "composer", |
||
2262 | "package", |
||
2263 | "phpunit", |
||
2264 | "printer", |
||
2265 | "result-printer" |
||
2266 | ], |
||
2267 | "time": "2018-02-04T21:48:07+00:00" |
||
2268 | }, |
||
2269 | { |
||
2270 | "name": "doctrine/instantiator", |
||
2271 | "version": "1.1.0", |
||
2272 | "source": { |
||
2273 | "type": "git", |
||
2274 | "url": "https://github.com/doctrine/instantiator.git", |
||
2275 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
2276 | }, |
||
2277 | "dist": { |
||
2278 | "type": "zip", |
||
2279 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
2280 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
2281 | "shasum": "" |
||
2282 | }, |
||
2283 | "require": { |
||
2284 | "php": "^7.1" |
||
2285 | }, |
||
2286 | "require-dev": { |
||
2287 | "athletic/athletic": "~0.1.8", |
||
2288 | "ext-pdo": "*", |
||
2289 | "ext-phar": "*", |
||
2290 | "phpunit/phpunit": "^6.2.3", |
||
2291 | "squizlabs/php_codesniffer": "^3.0.2" |
||
2292 | }, |
||
2293 | "type": "library", |
||
2294 | "extra": { |
||
2295 | "branch-alias": { |
||
2296 | "dev-master": "1.2.x-dev" |
||
2297 | } |
||
2298 | }, |
||
2299 | "autoload": { |
||
2300 | "psr-4": { |
||
2301 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
2302 | } |
||
2303 | }, |
||
2304 | "notification-url": "https://packagist.org/downloads/", |
||
2305 | "license": [ |
||
2306 | "MIT" |
||
2307 | ], |
||
2308 | "authors": [ |
||
2309 | { |
||
2310 | "name": "Marco Pivetta", |
||
2311 | "email": "[email protected]", |
||
2312 | "homepage": "http://ocramius.github.com/" |
||
2313 | } |
||
2314 | ], |
||
2315 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
2316 | "homepage": "https://github.com/doctrine/instantiator", |
||
2317 | "keywords": [ |
||
2318 | "constructor", |
||
2319 | "instantiate" |
||
2320 | ], |
||
2321 | "time": "2017-07-22T11:58:36+00:00" |
||
2322 | }, |
||
2323 | { |
||
2324 | "name": "fzaninotto/faker", |
||
2325 | "version": "v1.7.1", |
||
2326 | "source": { |
||
2327 | "type": "git", |
||
2328 | "url": "https://github.com/fzaninotto/Faker.git", |
||
2329 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" |
||
2330 | }, |
||
2331 | "dist": { |
||
2332 | "type": "zip", |
||
2333 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
2334 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
2335 | "shasum": "" |
||
2336 | }, |
||
2337 | "require": { |
||
2338 | "php": "^5.3.3 || ^7.0" |
||
2339 | }, |
||
2340 | "require-dev": { |
||
2341 | "ext-intl": "*", |
||
2342 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
2343 | "squizlabs/php_codesniffer": "^1.5" |
||
2344 | }, |
||
2345 | "type": "library", |
||
2346 | "extra": { |
||
2347 | "branch-alias": { |
||
2348 | "dev-master": "1.8-dev" |
||
2349 | } |
||
2350 | }, |
||
2351 | "autoload": { |
||
2352 | "psr-4": { |
||
2353 | "Faker\\": "src/Faker/" |
||
2354 | } |
||
2355 | }, |
||
2356 | "notification-url": "https://packagist.org/downloads/", |
||
2357 | "license": [ |
||
2358 | "MIT" |
||
2359 | ], |
||
2360 | "authors": [ |
||
2361 | { |
||
2362 | "name": "François Zaninotto" |
||
2363 | } |
||
2364 | ], |
||
2365 | "description": "Faker is a PHP library that generates fake data for you.", |
||
2366 | "keywords": [ |
||
2367 | "data", |
||
2368 | "faker", |
||
2369 | "fixtures" |
||
2370 | ], |
||
2371 | "time": "2017-08-15T16:48:10+00:00" |
||
2372 | }, |
||
2373 | { |
||
2374 | "name": "hassankhan/config", |
||
2375 | "version": "0.10.0", |
||
2376 | "source": { |
||
2377 | "type": "git", |
||
2378 | "url": "https://github.com/hassankhan/config.git", |
||
2379 | "reference": "06ac500348af033f1a2e44dc357ca86282626d4a" |
||
2380 | }, |
||
2381 | "dist": { |
||
2382 | "type": "zip", |
||
2383 | "url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a", |
||
2384 | "reference": "06ac500348af033f1a2e44dc357ca86282626d4a", |
||
2385 | "shasum": "" |
||
2386 | }, |
||
2387 | "require": { |
||
2388 | "php": ">=5.3.0" |
||
2389 | }, |
||
2390 | "require-dev": { |
||
2391 | "phpunit/phpunit": "~4.0", |
||
2392 | "scrutinizer/ocular": "~1.1", |
||
2393 | "squizlabs/php_codesniffer": "~2.2" |
||
2394 | }, |
||
2395 | "suggest": { |
||
2396 | "symfony/yaml": "~2.5" |
||
2397 | }, |
||
2398 | "type": "library", |
||
2399 | "autoload": { |
||
2400 | "psr-4": { |
||
2401 | "Noodlehaus\\": "src" |
||
2402 | } |
||
2403 | }, |
||
2404 | "notification-url": "https://packagist.org/downloads/", |
||
2405 | "license": [ |
||
2406 | "MIT" |
||
2407 | ], |
||
2408 | "authors": [ |
||
2409 | { |
||
2410 | "name": "Hassan Khan", |
||
2411 | "homepage": "http://hassankhan.me/", |
||
2412 | "role": "Developer" |
||
2413 | } |
||
2414 | ], |
||
2415 | "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files", |
||
2416 | "homepage": "http://hassankhan.me/config/", |
||
2417 | "keywords": [ |
||
2418 | "config", |
||
2419 | "configuration", |
||
2420 | "ini", |
||
2421 | "json", |
||
2422 | "microphp", |
||
2423 | "unframework", |
||
2424 | "xml", |
||
2425 | "yaml", |
||
2426 | "yml" |
||
2427 | ], |
||
2428 | "time": "2016-02-11T16:21:17+00:00" |
||
2429 | }, |
||
2430 | { |
||
2431 | "name": "myclabs/deep-copy", |
||
2432 | "version": "1.7.0", |
||
2433 | "source": { |
||
2434 | "type": "git", |
||
2435 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
2436 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
2437 | }, |
||
2438 | "dist": { |
||
2439 | "type": "zip", |
||
2440 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
2441 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
2442 | "shasum": "" |
||
2443 | }, |
||
2444 | "require": { |
||
2445 | "php": "^5.6 || ^7.0" |
||
2446 | }, |
||
2447 | "require-dev": { |
||
2448 | "doctrine/collections": "^1.0", |
||
2449 | "doctrine/common": "^2.6", |
||
2450 | "phpunit/phpunit": "^4.1" |
||
2451 | }, |
||
2452 | "type": "library", |
||
2453 | "autoload": { |
||
2454 | "psr-4": { |
||
2455 | "DeepCopy\\": "src/DeepCopy/" |
||
2456 | }, |
||
2457 | "files": [ |
||
2458 | "src/DeepCopy/deep_copy.php" |
||
2459 | ] |
||
2460 | }, |
||
2461 | "notification-url": "https://packagist.org/downloads/", |
||
2462 | "license": [ |
||
2463 | "MIT" |
||
2464 | ], |
||
2465 | "description": "Create deep copies (clones) of your objects", |
||
2466 | "keywords": [ |
||
2467 | "clone", |
||
2468 | "copy", |
||
2469 | "duplicate", |
||
2470 | "object", |
||
2471 | "object graph" |
||
2472 | ], |
||
2473 | "time": "2017-10-19T19:58:43+00:00" |
||
2474 | }, |
||
2475 | { |
||
2476 | "name": "orchestra/testbench", |
||
2477 | "version": "v3.6.0", |
||
2478 | "source": { |
||
2479 | "type": "git", |
||
2480 | "url": "https://github.com/orchestral/testbench.git", |
||
2481 | "reference": "30d0a9588477aacb8651d36b8a957a823faf8919" |
||
2482 | }, |
||
2483 | "dist": { |
||
2484 | "type": "zip", |
||
2485 | "url": "https://api.github.com/repos/orchestral/testbench/zipball/30d0a9588477aacb8651d36b8a957a823faf8919", |
||
2486 | "reference": "30d0a9588477aacb8651d36b8a957a823faf8919", |
||
2487 | "shasum": "" |
||
2488 | }, |
||
2489 | "require": { |
||
2490 | "laravel/framework": "~5.6.0", |
||
2491 | "orchestra/testbench-core": "~3.6.0", |
||
2492 | "php": ">=7.1", |
||
2493 | "phpunit/phpunit": "~7.0" |
||
2494 | }, |
||
2495 | "require-dev": { |
||
2496 | "mockery/mockery": "~1.0" |
||
2497 | }, |
||
2498 | "type": "library", |
||
2499 | "extra": { |
||
2500 | "branch-alias": { |
||
2501 | "dev-master": "3.6-dev" |
||
2502 | } |
||
2503 | }, |
||
2504 | "notification-url": "https://packagist.org/downloads/", |
||
2505 | "license": [ |
||
2506 | "MIT" |
||
2507 | ], |
||
2508 | "authors": [ |
||
2509 | { |
||
2510 | "name": "Mior Muhammad Zaki", |
||
2511 | "email": "[email protected]", |
||
2512 | "homepage": "https://github.com/crynobone" |
||
2513 | } |
||
2514 | ], |
||
2515 | "description": "Laravel Testing Helper for Packages Development", |
||
2516 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
2517 | "keywords": [ |
||
2518 | "BDD", |
||
2519 | "TDD", |
||
2520 | "laravel", |
||
2521 | "orchestra-platform", |
||
2522 | "orchestral", |
||
2523 | "testing" |
||
2524 | ], |
||
2525 | "time": "2018-02-07T22:51:17+00:00" |
||
2526 | }, |
||
2527 | { |
||
2528 | "name": "orchestra/testbench-core", |
||
2529 | "version": "v3.6.0", |
||
2530 | "source": { |
||
2531 | "type": "git", |
||
2532 | "url": "https://github.com/orchestral/testbench-core.git", |
||
2533 | "reference": "7dcbff4c5d3e0038c04a4c37b874936ea6986c67" |
||
2534 | }, |
||
2535 | "dist": { |
||
2536 | "type": "zip", |
||
2537 | "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/7dcbff4c5d3e0038c04a4c37b874936ea6986c67", |
||
2538 | "reference": "7dcbff4c5d3e0038c04a4c37b874936ea6986c67", |
||
2539 | "shasum": "" |
||
2540 | }, |
||
2541 | "require": { |
||
2542 | "fzaninotto/faker": "~1.4", |
||
2543 | "php": ">=7.1" |
||
2544 | }, |
||
2545 | "require-dev": { |
||
2546 | "laravel/framework": "~5.6.0", |
||
2547 | "mockery/mockery": "~1.0", |
||
2548 | "phpunit/phpunit": "~7.0" |
||
2549 | }, |
||
2550 | "suggest": { |
||
2551 | "laravel/framework": "Required for testing (~5.6.0).", |
||
2552 | "mockery/mockery": "Allow to use Mockery for testing (~1.0).", |
||
2553 | "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).", |
||
2554 | "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).", |
||
2555 | "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)." |
||
2556 | }, |
||
2557 | "type": "library", |
||
2558 | "extra": { |
||
2559 | "branch-alias": { |
||
2560 | "dev-master": "3.6-dev" |
||
2561 | } |
||
2562 | }, |
||
2563 | "autoload": { |
||
2564 | "psr-4": { |
||
2565 | "Orchestra\\Testbench\\": "src/" |
||
2566 | } |
||
2567 | }, |
||
2568 | "notification-url": "https://packagist.org/downloads/", |
||
2569 | "license": [ |
||
2570 | "MIT" |
||
2571 | ], |
||
2572 | "authors": [ |
||
2573 | { |
||
2574 | "name": "Mior Muhammad Zaki", |
||
2575 | "email": "[email protected]", |
||
2576 | "homepage": "https://github.com/crynobone" |
||
2577 | } |
||
2578 | ], |
||
2579 | "description": "Testing Helper for Laravel Development", |
||
2580 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
2581 | "keywords": [ |
||
2582 | "BDD", |
||
2583 | "TDD", |
||
2584 | "laravel", |
||
2585 | "orchestra-platform", |
||
2586 | "orchestral", |
||
2587 | "testing" |
||
2588 | ], |
||
2589 | "time": "2018-02-07T22:49:44+00:00" |
||
2590 | }, |
||
2591 | { |
||
2592 | "name": "phar-io/manifest", |
||
2593 | "version": "1.0.1", |
||
2594 | "source": { |
||
2595 | "type": "git", |
||
2596 | "url": "https://github.com/phar-io/manifest.git", |
||
2597 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
2598 | }, |
||
2599 | "dist": { |
||
2600 | "type": "zip", |
||
2601 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
2602 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
2603 | "shasum": "" |
||
2604 | }, |
||
2605 | "require": { |
||
2606 | "ext-dom": "*", |
||
2607 | "ext-phar": "*", |
||
2608 | "phar-io/version": "^1.0.1", |
||
2609 | "php": "^5.6 || ^7.0" |
||
2610 | }, |
||
2611 | "type": "library", |
||
2612 | "extra": { |
||
2613 | "branch-alias": { |
||
2614 | "dev-master": "1.0.x-dev" |
||
2615 | } |
||
2616 | }, |
||
2617 | "autoload": { |
||
2618 | "classmap": [ |
||
2619 | "src/" |
||
2620 | ] |
||
2621 | }, |
||
2622 | "notification-url": "https://packagist.org/downloads/", |
||
2623 | "license": [ |
||
2624 | "BSD-3-Clause" |
||
2625 | ], |
||
2626 | "authors": [ |
||
2627 | { |
||
2628 | "name": "Arne Blankerts", |
||
2629 | "email": "[email protected]", |
||
2630 | "role": "Developer" |
||
2631 | }, |
||
2632 | { |
||
2633 | "name": "Sebastian Heuer", |
||
2634 | "email": "[email protected]", |
||
2635 | "role": "Developer" |
||
2636 | }, |
||
2637 | { |
||
2638 | "name": "Sebastian Bergmann", |
||
2639 | "email": "[email protected]", |
||
2640 | "role": "Developer" |
||
2641 | } |
||
2642 | ], |
||
2643 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
2644 | "time": "2017-03-05T18:14:27+00:00" |
||
2645 | }, |
||
2646 | { |
||
2647 | "name": "phar-io/version", |
||
2648 | "version": "1.0.1", |
||
2649 | "source": { |
||
2650 | "type": "git", |
||
2651 | "url": "https://github.com/phar-io/version.git", |
||
2652 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
2653 | }, |
||
2654 | "dist": { |
||
2655 | "type": "zip", |
||
2656 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
2657 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
2658 | "shasum": "" |
||
2659 | }, |
||
2660 | "require": { |
||
2661 | "php": "^5.6 || ^7.0" |
||
2662 | }, |
||
2663 | "type": "library", |
||
2664 | "autoload": { |
||
2665 | "classmap": [ |
||
2666 | "src/" |
||
2667 | ] |
||
2668 | }, |
||
2669 | "notification-url": "https://packagist.org/downloads/", |
||
2670 | "license": [ |
||
2671 | "BSD-3-Clause" |
||
2672 | ], |
||
2673 | "authors": [ |
||
2674 | { |
||
2675 | "name": "Arne Blankerts", |
||
2676 | "email": "[email protected]", |
||
2677 | "role": "Developer" |
||
2678 | }, |
||
2679 | { |
||
2680 | "name": "Sebastian Heuer", |
||
2681 | "email": "[email protected]", |
||
2682 | "role": "Developer" |
||
2683 | }, |
||
2684 | { |
||
2685 | "name": "Sebastian Bergmann", |
||
2686 | "email": "[email protected]", |
||
2687 | "role": "Developer" |
||
2688 | } |
||
2689 | ], |
||
2690 | "description": "Library for handling version information and constraints", |
||
2691 | "time": "2017-03-05T17:38:23+00:00" |
||
2692 | }, |
||
2693 | { |
||
2694 | "name": "phpdocumentor/reflection-common", |
||
2695 | "version": "1.0.1", |
||
2696 | "source": { |
||
2697 | "type": "git", |
||
2698 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
2699 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
2700 | }, |
||
2701 | "dist": { |
||
2702 | "type": "zip", |
||
2703 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
2704 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
2705 | "shasum": "" |
||
2706 | }, |
||
2707 | "require": { |
||
2708 | "php": ">=5.5" |
||
2709 | }, |
||
2710 | "require-dev": { |
||
2711 | "phpunit/phpunit": "^4.6" |
||
2712 | }, |
||
2713 | "type": "library", |
||
2714 | "extra": { |
||
2715 | "branch-alias": { |
||
2716 | "dev-master": "1.0.x-dev" |
||
2717 | } |
||
2718 | }, |
||
2719 | "autoload": { |
||
2720 | "psr-4": { |
||
2721 | "phpDocumentor\\Reflection\\": [ |
||
2722 | "src" |
||
2723 | ] |
||
2724 | } |
||
2725 | }, |
||
2726 | "notification-url": "https://packagist.org/downloads/", |
||
2727 | "license": [ |
||
2728 | "MIT" |
||
2729 | ], |
||
2730 | "authors": [ |
||
2731 | { |
||
2732 | "name": "Jaap van Otterdijk", |
||
2733 | "email": "[email protected]" |
||
2734 | } |
||
2735 | ], |
||
2736 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
2737 | "homepage": "http://www.phpdoc.org", |
||
2738 | "keywords": [ |
||
2739 | "FQSEN", |
||
2740 | "phpDocumentor", |
||
2741 | "phpdoc", |
||
2742 | "reflection", |
||
2743 | "static analysis" |
||
2744 | ], |
||
2745 | "time": "2017-09-11T18:02:19+00:00" |
||
2746 | }, |
||
2747 | { |
||
2748 | "name": "phpdocumentor/reflection-docblock", |
||
2749 | "version": "4.3.0", |
||
2750 | "source": { |
||
2751 | "type": "git", |
||
2752 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
2753 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
2754 | }, |
||
2755 | "dist": { |
||
2756 | "type": "zip", |
||
2757 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
2758 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
2759 | "shasum": "" |
||
2760 | }, |
||
2761 | "require": { |
||
2762 | "php": "^7.0", |
||
2763 | "phpdocumentor/reflection-common": "^1.0.0", |
||
2764 | "phpdocumentor/type-resolver": "^0.4.0", |
||
2765 | "webmozart/assert": "^1.0" |
||
2766 | }, |
||
2767 | "require-dev": { |
||
2768 | "doctrine/instantiator": "~1.0.5", |
||
2769 | "mockery/mockery": "^1.0", |
||
2770 | "phpunit/phpunit": "^6.4" |
||
2771 | }, |
||
2772 | "type": "library", |
||
2773 | "extra": { |
||
2774 | "branch-alias": { |
||
2775 | "dev-master": "4.x-dev" |
||
2776 | } |
||
2777 | }, |
||
2778 | "autoload": { |
||
2779 | "psr-4": { |
||
2780 | "phpDocumentor\\Reflection\\": [ |
||
2781 | "src/" |
||
2782 | ] |
||
2783 | } |
||
2784 | }, |
||
2785 | "notification-url": "https://packagist.org/downloads/", |
||
2786 | "license": [ |
||
2787 | "MIT" |
||
2788 | ], |
||
2789 | "authors": [ |
||
2790 | { |
||
2791 | "name": "Mike van Riel", |
||
2792 | "email": "[email protected]" |
||
2793 | } |
||
2794 | ], |
||
2795 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
2796 | "time": "2017-11-30T07:14:17+00:00" |
||
2797 | }, |
||
2798 | { |
||
2799 | "name": "phpdocumentor/type-resolver", |
||
2800 | "version": "0.4.0", |
||
2801 | "source": { |
||
2802 | "type": "git", |
||
2803 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
2804 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
2805 | }, |
||
2806 | "dist": { |
||
2807 | "type": "zip", |
||
2808 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
2809 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
2810 | "shasum": "" |
||
2811 | }, |
||
2812 | "require": { |
||
2813 | "php": "^5.5 || ^7.0", |
||
2814 | "phpdocumentor/reflection-common": "^1.0" |
||
2815 | }, |
||
2816 | "require-dev": { |
||
2817 | "mockery/mockery": "^0.9.4", |
||
2818 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
2819 | }, |
||
2820 | "type": "library", |
||
2821 | "extra": { |
||
2822 | "branch-alias": { |
||
2823 | "dev-master": "1.0.x-dev" |
||
2824 | } |
||
2825 | }, |
||
2826 | "autoload": { |
||
2827 | "psr-4": { |
||
2828 | "phpDocumentor\\Reflection\\": [ |
||
2829 | "src/" |
||
2830 | ] |
||
2831 | } |
||
2832 | }, |
||
2833 | "notification-url": "https://packagist.org/downloads/", |
||
2834 | "license": [ |
||
2835 | "MIT" |
||
2836 | ], |
||
2837 | "authors": [ |
||
2838 | { |
||
2839 | "name": "Mike van Riel", |
||
2840 | "email": "[email protected]" |
||
2841 | } |
||
2842 | ], |
||
2843 | "time": "2017-07-14T14:27:02+00:00" |
||
2844 | }, |
||
2845 | { |
||
2846 | "name": "phpspec/prophecy", |
||
2847 | "version": "1.7.3", |
||
2848 | "source": { |
||
2849 | "type": "git", |
||
2850 | "url": "https://github.com/phpspec/prophecy.git", |
||
2851 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" |
||
2852 | }, |
||
2853 | "dist": { |
||
2854 | "type": "zip", |
||
2855 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", |
||
2856 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", |
||
2857 | "shasum": "" |
||
2858 | }, |
||
2859 | "require": { |
||
2860 | "doctrine/instantiator": "^1.0.2", |
||
2861 | "php": "^5.3|^7.0", |
||
2862 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
2863 | "sebastian/comparator": "^1.1|^2.0", |
||
2864 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
2865 | }, |
||
2866 | "require-dev": { |
||
2867 | "phpspec/phpspec": "^2.5|^3.2", |
||
2868 | "phpunit/phpunit": "^4.8.35 || ^5.7" |
||
2869 | }, |
||
2870 | "type": "library", |
||
2871 | "extra": { |
||
2872 | "branch-alias": { |
||
2873 | "dev-master": "1.7.x-dev" |
||
2874 | } |
||
2875 | }, |
||
2876 | "autoload": { |
||
2877 | "psr-0": { |
||
2878 | "Prophecy\\": "src/" |
||
2879 | } |
||
2880 | }, |
||
2881 | "notification-url": "https://packagist.org/downloads/", |
||
2882 | "license": [ |
||
2883 | "MIT" |
||
2884 | ], |
||
2885 | "authors": [ |
||
2886 | { |
||
2887 | "name": "Konstantin Kudryashov", |
||
2888 | "email": "[email protected]", |
||
2889 | "homepage": "http://everzet.com" |
||
2890 | }, |
||
2891 | { |
||
2892 | "name": "Marcello Duarte", |
||
2893 | "email": "[email protected]" |
||
2894 | } |
||
2895 | ], |
||
2896 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
2897 | "homepage": "https://github.com/phpspec/prophecy", |
||
2898 | "keywords": [ |
||
2899 | "Double", |
||
2900 | "Dummy", |
||
2901 | "fake", |
||
2902 | "mock", |
||
2903 | "spy", |
||
2904 | "stub" |
||
2905 | ], |
||
2906 | "time": "2017-11-24T13:59:53+00:00" |
||
2907 | }, |
||
2908 | { |
||
2909 | "name": "phpunit/php-code-coverage", |
||
2910 | "version": "6.0.1", |
||
2911 | "source": { |
||
2912 | "type": "git", |
||
2913 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2914 | "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba" |
||
2915 | }, |
||
2916 | "dist": { |
||
2917 | "type": "zip", |
||
2918 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8ca4b604baf23dab89d87773c28cc07405189ba", |
||
2919 | "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba", |
||
2920 | "shasum": "" |
||
2921 | }, |
||
2922 | "require": { |
||
2923 | "ext-dom": "*", |
||
2924 | "ext-xmlwriter": "*", |
||
2925 | "php": "^7.1", |
||
2926 | "phpunit/php-file-iterator": "^1.4.2", |
||
2927 | "phpunit/php-text-template": "^1.2.1", |
||
2928 | "phpunit/php-token-stream": "^3.0", |
||
2929 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
2930 | "sebastian/environment": "^3.0", |
||
2931 | "sebastian/version": "^2.0.1", |
||
2932 | "theseer/tokenizer": "^1.1" |
||
2933 | }, |
||
2934 | "require-dev": { |
||
2935 | "phpunit/phpunit": "^7.0" |
||
2936 | }, |
||
2937 | "suggest": { |
||
2938 | "ext-xdebug": "^2.6.0" |
||
2939 | }, |
||
2940 | "type": "library", |
||
2941 | "extra": { |
||
2942 | "branch-alias": { |
||
2943 | "dev-master": "6.0-dev" |
||
2944 | } |
||
2945 | }, |
||
2946 | "autoload": { |
||
2947 | "classmap": [ |
||
2948 | "src/" |
||
2949 | ] |
||
2950 | }, |
||
2951 | "notification-url": "https://packagist.org/downloads/", |
||
2952 | "license": [ |
||
2953 | "BSD-3-Clause" |
||
2954 | ], |
||
2955 | "authors": [ |
||
2956 | { |
||
2957 | "name": "Sebastian Bergmann", |
||
2958 | "email": "[email protected]", |
||
2959 | "role": "lead" |
||
2960 | } |
||
2961 | ], |
||
2962 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2963 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2964 | "keywords": [ |
||
2965 | "coverage", |
||
2966 | "testing", |
||
2967 | "xunit" |
||
2968 | ], |
||
2969 | "time": "2018-02-02T07:01:41+00:00" |
||
2970 | }, |
||
2971 | { |
||
2972 | "name": "phpunit/php-file-iterator", |
||
2973 | "version": "1.4.5", |
||
2974 | "source": { |
||
2975 | "type": "git", |
||
2976 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2977 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
2978 | }, |
||
2979 | "dist": { |
||
2980 | "type": "zip", |
||
2981 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
2982 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
2983 | "shasum": "" |
||
2984 | }, |
||
2985 | "require": { |
||
2986 | "php": ">=5.3.3" |
||
2987 | }, |
||
2988 | "type": "library", |
||
2989 | "extra": { |
||
2990 | "branch-alias": { |
||
2991 | "dev-master": "1.4.x-dev" |
||
2992 | } |
||
2993 | }, |
||
2994 | "autoload": { |
||
2995 | "classmap": [ |
||
2996 | "src/" |
||
2997 | ] |
||
2998 | }, |
||
2999 | "notification-url": "https://packagist.org/downloads/", |
||
3000 | "license": [ |
||
3001 | "BSD-3-Clause" |
||
3002 | ], |
||
3003 | "authors": [ |
||
3004 | { |
||
3005 | "name": "Sebastian Bergmann", |
||
3006 | "email": "[email protected]", |
||
3007 | "role": "lead" |
||
3008 | } |
||
3009 | ], |
||
3010 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
3011 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
3012 | "keywords": [ |
||
3013 | "filesystem", |
||
3014 | "iterator" |
||
3015 | ], |
||
3016 | "time": "2017-11-27T13:52:08+00:00" |
||
3017 | }, |
||
3018 | { |
||
3019 | "name": "phpunit/php-text-template", |
||
3020 | "version": "1.2.1", |
||
3021 | "source": { |
||
3022 | "type": "git", |
||
3023 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
3024 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
3025 | }, |
||
3026 | "dist": { |
||
3027 | "type": "zip", |
||
3028 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3029 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3030 | "shasum": "" |
||
3031 | }, |
||
3032 | "require": { |
||
3033 | "php": ">=5.3.3" |
||
3034 | }, |
||
3035 | "type": "library", |
||
3036 | "autoload": { |
||
3037 | "classmap": [ |
||
3038 | "src/" |
||
3039 | ] |
||
3040 | }, |
||
3041 | "notification-url": "https://packagist.org/downloads/", |
||
3042 | "license": [ |
||
3043 | "BSD-3-Clause" |
||
3044 | ], |
||
3045 | "authors": [ |
||
3046 | { |
||
3047 | "name": "Sebastian Bergmann", |
||
3048 | "email": "[email protected]", |
||
3049 | "role": "lead" |
||
3050 | } |
||
3051 | ], |
||
3052 | "description": "Simple template engine.", |
||
3053 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
3054 | "keywords": [ |
||
3055 | "template" |
||
3056 | ], |
||
3057 | "time": "2015-06-21T13:50:34+00:00" |
||
3058 | }, |
||
3059 | { |
||
3060 | "name": "phpunit/php-timer", |
||
3061 | "version": "2.0.0", |
||
3062 | "source": { |
||
3063 | "type": "git", |
||
3064 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
3065 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
3066 | }, |
||
3067 | "dist": { |
||
3068 | "type": "zip", |
||
3069 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
3070 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
3071 | "shasum": "" |
||
3072 | }, |
||
3073 | "require": { |
||
3074 | "php": "^7.1" |
||
3075 | }, |
||
3076 | "require-dev": { |
||
3077 | "phpunit/phpunit": "^7.0" |
||
3078 | }, |
||
3079 | "type": "library", |
||
3080 | "extra": { |
||
3081 | "branch-alias": { |
||
3082 | "dev-master": "2.0-dev" |
||
3083 | } |
||
3084 | }, |
||
3085 | "autoload": { |
||
3086 | "classmap": [ |
||
3087 | "src/" |
||
3088 | ] |
||
3089 | }, |
||
3090 | "notification-url": "https://packagist.org/downloads/", |
||
3091 | "license": [ |
||
3092 | "BSD-3-Clause" |
||
3093 | ], |
||
3094 | "authors": [ |
||
3095 | { |
||
3096 | "name": "Sebastian Bergmann", |
||
3097 | "email": "[email protected]", |
||
3098 | "role": "lead" |
||
3099 | } |
||
3100 | ], |
||
3101 | "description": "Utility class for timing", |
||
3102 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
3103 | "keywords": [ |
||
3104 | "timer" |
||
3105 | ], |
||
3106 | "time": "2018-02-01T13:07:23+00:00" |
||
3107 | }, |
||
3108 | { |
||
3109 | "name": "phpunit/php-token-stream", |
||
3110 | "version": "3.0.0", |
||
3111 | "source": { |
||
3112 | "type": "git", |
||
3113 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
3114 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
3115 | }, |
||
3116 | "dist": { |
||
3117 | "type": "zip", |
||
3118 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
3119 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
3120 | "shasum": "" |
||
3121 | }, |
||
3122 | "require": { |
||
3123 | "ext-tokenizer": "*", |
||
3124 | "php": "^7.1" |
||
3125 | }, |
||
3126 | "require-dev": { |
||
3127 | "phpunit/phpunit": "^7.0" |
||
3128 | }, |
||
3129 | "type": "library", |
||
3130 | "extra": { |
||
3131 | "branch-alias": { |
||
3132 | "dev-master": "3.0-dev" |
||
3133 | } |
||
3134 | }, |
||
3135 | "autoload": { |
||
3136 | "classmap": [ |
||
3137 | "src/" |
||
3138 | ] |
||
3139 | }, |
||
3140 | "notification-url": "https://packagist.org/downloads/", |
||
3141 | "license": [ |
||
3142 | "BSD-3-Clause" |
||
3143 | ], |
||
3144 | "authors": [ |
||
3145 | { |
||
3146 | "name": "Sebastian Bergmann", |
||
3147 | "email": "[email protected]" |
||
3148 | } |
||
3149 | ], |
||
3150 | "description": "Wrapper around PHP's tokenizer extension.", |
||
3151 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
3152 | "keywords": [ |
||
3153 | "tokenizer" |
||
3154 | ], |
||
3155 | "time": "2018-02-01T13:16:43+00:00" |
||
3156 | }, |
||
3157 | { |
||
3158 | "name": "phpunit/phpunit", |
||
3159 | "version": "7.0.0", |
||
3160 | "source": { |
||
3161 | "type": "git", |
||
3162 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
3163 | "reference": "9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc" |
||
3164 | }, |
||
3165 | "dist": { |
||
3166 | "type": "zip", |
||
3167 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc", |
||
3168 | "reference": "9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc", |
||
3169 | "shasum": "" |
||
3170 | }, |
||
3171 | "require": { |
||
3172 | "ext-dom": "*", |
||
3173 | "ext-json": "*", |
||
3174 | "ext-libxml": "*", |
||
3175 | "ext-mbstring": "*", |
||
3176 | "ext-xml": "*", |
||
3177 | "myclabs/deep-copy": "^1.6.1", |
||
3178 | "phar-io/manifest": "^1.0.1", |
||
3179 | "phar-io/version": "^1.0", |
||
3180 | "php": "^7.1", |
||
3181 | "phpspec/prophecy": "^1.7", |
||
3182 | "phpunit/php-code-coverage": "^6.0", |
||
3183 | "phpunit/php-file-iterator": "^1.4.3", |
||
3184 | "phpunit/php-text-template": "^1.2.1", |
||
3185 | "phpunit/php-timer": "^2.0", |
||
3186 | "phpunit/phpunit-mock-objects": "^6.0", |
||
3187 | "sebastian/comparator": "^2.1", |
||
3188 | "sebastian/diff": "^3.0", |
||
3189 | "sebastian/environment": "^3.1", |
||
3190 | "sebastian/exporter": "^3.1", |
||
3191 | "sebastian/global-state": "^2.0", |
||
3192 | "sebastian/object-enumerator": "^3.0.3", |
||
3193 | "sebastian/resource-operations": "^1.0", |
||
3194 | "sebastian/version": "^2.0.1" |
||
3195 | }, |
||
3196 | "require-dev": { |
||
3197 | "ext-pdo": "*" |
||
3198 | }, |
||
3199 | "suggest": { |
||
3200 | "ext-xdebug": "*", |
||
3201 | "phpunit/php-invoker": "^2.0" |
||
3202 | }, |
||
3203 | "bin": [ |
||
3204 | "phpunit" |
||
3205 | ], |
||
3206 | "type": "library", |
||
3207 | "extra": { |
||
3208 | "branch-alias": { |
||
3209 | "dev-master": "7.0-dev" |
||
3210 | } |
||
3211 | }, |
||
3212 | "autoload": { |
||
3213 | "classmap": [ |
||
3214 | "src/" |
||
3215 | ] |
||
3216 | }, |
||
3217 | "notification-url": "https://packagist.org/downloads/", |
||
3218 | "license": [ |
||
3219 | "BSD-3-Clause" |
||
3220 | ], |
||
3221 | "authors": [ |
||
3222 | { |
||
3223 | "name": "Sebastian Bergmann", |
||
3224 | "email": "[email protected]", |
||
3225 | "role": "lead" |
||
3226 | } |
||
3227 | ], |
||
3228 | "description": "The PHP Unit Testing framework.", |
||
3229 | "homepage": "https://phpunit.de/", |
||
3230 | "keywords": [ |
||
3231 | "phpunit", |
||
3232 | "testing", |
||
3233 | "xunit" |
||
3234 | ], |
||
3235 | "time": "2018-02-02T05:04:08+00:00" |
||
3236 | }, |
||
3237 | { |
||
3238 | "name": "phpunit/phpunit-mock-objects", |
||
3239 | "version": "6.0.0", |
||
3240 | "source": { |
||
3241 | "type": "git", |
||
3242 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
3243 | "reference": "e495e5d3660321b62c294d8c0e954d02d6ce2573" |
||
3244 | }, |
||
3245 | "dist": { |
||
3246 | "type": "zip", |
||
3247 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e495e5d3660321b62c294d8c0e954d02d6ce2573", |
||
3248 | "reference": "e495e5d3660321b62c294d8c0e954d02d6ce2573", |
||
3249 | "shasum": "" |
||
3250 | }, |
||
3251 | "require": { |
||
3252 | "doctrine/instantiator": "^1.0.5", |
||
3253 | "php": "^7.1", |
||
3254 | "phpunit/php-text-template": "^1.2.1", |
||
3255 | "sebastian/exporter": "^3.1" |
||
3256 | }, |
||
3257 | "require-dev": { |
||
3258 | "phpunit/phpunit": "^7.0" |
||
3259 | }, |
||
3260 | "suggest": { |
||
3261 | "ext-soap": "*" |
||
3262 | }, |
||
3263 | "type": "library", |
||
3264 | "extra": { |
||
3265 | "branch-alias": { |
||
3266 | "dev-master": "6.0.x-dev" |
||
3267 | } |
||
3268 | }, |
||
3269 | "autoload": { |
||
3270 | "classmap": [ |
||
3271 | "src/" |
||
3272 | ] |
||
3273 | }, |
||
3274 | "notification-url": "https://packagist.org/downloads/", |
||
3275 | "license": [ |
||
3276 | "BSD-3-Clause" |
||
3277 | ], |
||
3278 | "authors": [ |
||
3279 | { |
||
3280 | "name": "Sebastian Bergmann", |
||
3281 | "email": "[email protected]", |
||
3282 | "role": "lead" |
||
3283 | } |
||
3284 | ], |
||
3285 | "description": "Mock Object library for PHPUnit", |
||
3286 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
3287 | "keywords": [ |
||
3288 | "mock", |
||
3289 | "xunit" |
||
3290 | ], |
||
3291 | "time": "2018-02-01T13:11:13+00:00" |
||
3292 | }, |
||
3293 | { |
||
3294 | "name": "sebastian/code-unit-reverse-lookup", |
||
3295 | "version": "1.0.1", |
||
3296 | "source": { |
||
3297 | "type": "git", |
||
3298 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
3299 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
3300 | }, |
||
3301 | "dist": { |
||
3302 | "type": "zip", |
||
3303 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
3304 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
3305 | "shasum": "" |
||
3306 | }, |
||
3307 | "require": { |
||
3308 | "php": "^5.6 || ^7.0" |
||
3309 | }, |
||
3310 | "require-dev": { |
||
3311 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
3312 | }, |
||
3313 | "type": "library", |
||
3314 | "extra": { |
||
3315 | "branch-alias": { |
||
3316 | "dev-master": "1.0.x-dev" |
||
3317 | } |
||
3318 | }, |
||
3319 | "autoload": { |
||
3320 | "classmap": [ |
||
3321 | "src/" |
||
3322 | ] |
||
3323 | }, |
||
3324 | "notification-url": "https://packagist.org/downloads/", |
||
3325 | "license": [ |
||
3326 | "BSD-3-Clause" |
||
3327 | ], |
||
3328 | "authors": [ |
||
3329 | { |
||
3330 | "name": "Sebastian Bergmann", |
||
3331 | "email": "[email protected]" |
||
3332 | } |
||
3333 | ], |
||
3334 | "description": "Looks up which function or method a line of code belongs to", |
||
3335 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
3336 | "time": "2017-03-04T06:30:41+00:00" |
||
3337 | }, |
||
3338 | { |
||
3339 | "name": "sebastian/comparator", |
||
3340 | "version": "2.1.3", |
||
3341 | "source": { |
||
3342 | "type": "git", |
||
3343 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
3344 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
3345 | }, |
||
3346 | "dist": { |
||
3347 | "type": "zip", |
||
3348 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
3349 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
3350 | "shasum": "" |
||
3351 | }, |
||
3352 | "require": { |
||
3353 | "php": "^7.0", |
||
3354 | "sebastian/diff": "^2.0 || ^3.0", |
||
3355 | "sebastian/exporter": "^3.1" |
||
3356 | }, |
||
3357 | "require-dev": { |
||
3358 | "phpunit/phpunit": "^6.4" |
||
3359 | }, |
||
3360 | "type": "library", |
||
3361 | "extra": { |
||
3362 | "branch-alias": { |
||
3363 | "dev-master": "2.1.x-dev" |
||
3364 | } |
||
3365 | }, |
||
3366 | "autoload": { |
||
3367 | "classmap": [ |
||
3368 | "src/" |
||
3369 | ] |
||
3370 | }, |
||
3371 | "notification-url": "https://packagist.org/downloads/", |
||
3372 | "license": [ |
||
3373 | "BSD-3-Clause" |
||
3374 | ], |
||
3375 | "authors": [ |
||
3376 | { |
||
3377 | "name": "Jeff Welch", |
||
3378 | "email": "[email protected]" |
||
3379 | }, |
||
3380 | { |
||
3381 | "name": "Volker Dusch", |
||
3382 | "email": "[email protected]" |
||
3383 | }, |
||
3384 | { |
||
3385 | "name": "Bernhard Schussek", |
||
3386 | "email": "[email protected]" |
||
3387 | }, |
||
3388 | { |
||
3389 | "name": "Sebastian Bergmann", |
||
3390 | "email": "[email protected]" |
||
3391 | } |
||
3392 | ], |
||
3393 | "description": "Provides the functionality to compare PHP values for equality", |
||
3394 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
3395 | "keywords": [ |
||
3396 | "comparator", |
||
3397 | "compare", |
||
3398 | "equality" |
||
3399 | ], |
||
3400 | "time": "2018-02-01T13:46:46+00:00" |
||
3401 | }, |
||
3402 | { |
||
3403 | "name": "sebastian/diff", |
||
3404 | "version": "3.0.0", |
||
3405 | "source": { |
||
3406 | "type": "git", |
||
3407 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3408 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" |
||
3409 | }, |
||
3410 | "dist": { |
||
3411 | "type": "zip", |
||
3412 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
3413 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
3414 | "shasum": "" |
||
3415 | }, |
||
3416 | "require": { |
||
3417 | "php": "^7.1" |
||
3418 | }, |
||
3419 | "require-dev": { |
||
3420 | "phpunit/phpunit": "^7.0", |
||
3421 | "symfony/process": "^2 || ^3.3 || ^4" |
||
3422 | }, |
||
3423 | "type": "library", |
||
3424 | "extra": { |
||
3425 | "branch-alias": { |
||
3426 | "dev-master": "3.0-dev" |
||
3427 | } |
||
3428 | }, |
||
3429 | "autoload": { |
||
3430 | "classmap": [ |
||
3431 | "src/" |
||
3432 | ] |
||
3433 | }, |
||
3434 | "notification-url": "https://packagist.org/downloads/", |
||
3435 | "license": [ |
||
3436 | "BSD-3-Clause" |
||
3437 | ], |
||
3438 | "authors": [ |
||
3439 | { |
||
3440 | "name": "Kore Nordmann", |
||
3441 | "email": "[email protected]" |
||
3442 | }, |
||
3443 | { |
||
3444 | "name": "Sebastian Bergmann", |
||
3445 | "email": "[email protected]" |
||
3446 | } |
||
3447 | ], |
||
3448 | "description": "Diff implementation", |
||
3449 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
3450 | "keywords": [ |
||
3451 | "diff", |
||
3452 | "udiff", |
||
3453 | "unidiff", |
||
3454 | "unified diff" |
||
3455 | ], |
||
3456 | "time": "2018-02-01T13:45:15+00:00" |
||
3457 | }, |
||
3458 | { |
||
3459 | "name": "sebastian/environment", |
||
3460 | "version": "3.1.0", |
||
3461 | "source": { |
||
3462 | "type": "git", |
||
3463 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
3464 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
3465 | }, |
||
3466 | "dist": { |
||
3467 | "type": "zip", |
||
3468 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
3469 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
3470 | "shasum": "" |
||
3471 | }, |
||
3472 | "require": { |
||
3473 | "php": "^7.0" |
||
3474 | }, |
||
3475 | "require-dev": { |
||
3476 | "phpunit/phpunit": "^6.1" |
||
3477 | }, |
||
3478 | "type": "library", |
||
3479 | "extra": { |
||
3480 | "branch-alias": { |
||
3481 | "dev-master": "3.1.x-dev" |
||
3482 | } |
||
3483 | }, |
||
3484 | "autoload": { |
||
3485 | "classmap": [ |
||
3486 | "src/" |
||
3487 | ] |
||
3488 | }, |
||
3489 | "notification-url": "https://packagist.org/downloads/", |
||
3490 | "license": [ |
||
3491 | "BSD-3-Clause" |
||
3492 | ], |
||
3493 | "authors": [ |
||
3494 | { |
||
3495 | "name": "Sebastian Bergmann", |
||
3496 | "email": "[email protected]" |
||
3497 | } |
||
3498 | ], |
||
3499 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
3500 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
3501 | "keywords": [ |
||
3502 | "Xdebug", |
||
3503 | "environment", |
||
3504 | "hhvm" |
||
3505 | ], |
||
3506 | "time": "2017-07-01T08:51:00+00:00" |
||
3507 | }, |
||
3508 | { |
||
3509 | "name": "sebastian/exporter", |
||
3510 | "version": "3.1.0", |
||
3511 | "source": { |
||
3512 | "type": "git", |
||
3513 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
3514 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
3515 | }, |
||
3516 | "dist": { |
||
3517 | "type": "zip", |
||
3518 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
3519 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
3520 | "shasum": "" |
||
3521 | }, |
||
3522 | "require": { |
||
3523 | "php": "^7.0", |
||
3524 | "sebastian/recursion-context": "^3.0" |
||
3525 | }, |
||
3526 | "require-dev": { |
||
3527 | "ext-mbstring": "*", |
||
3528 | "phpunit/phpunit": "^6.0" |
||
3529 | }, |
||
3530 | "type": "library", |
||
3531 | "extra": { |
||
3532 | "branch-alias": { |
||
3533 | "dev-master": "3.1.x-dev" |
||
3534 | } |
||
3535 | }, |
||
3536 | "autoload": { |
||
3537 | "classmap": [ |
||
3538 | "src/" |
||
3539 | ] |
||
3540 | }, |
||
3541 | "notification-url": "https://packagist.org/downloads/", |
||
3542 | "license": [ |
||
3543 | "BSD-3-Clause" |
||
3544 | ], |
||
3545 | "authors": [ |
||
3546 | { |
||
3547 | "name": "Jeff Welch", |
||
3548 | "email": "[email protected]" |
||
3549 | }, |
||
3550 | { |
||
3551 | "name": "Volker Dusch", |
||
3552 | "email": "[email protected]" |
||
3553 | }, |
||
3554 | { |
||
3555 | "name": "Bernhard Schussek", |
||
3556 | "email": "[email protected]" |
||
3557 | }, |
||
3558 | { |
||
3559 | "name": "Sebastian Bergmann", |
||
3560 | "email": "[email protected]" |
||
3561 | }, |
||
3562 | { |
||
3563 | "name": "Adam Harvey", |
||
3564 | "email": "[email protected]" |
||
3565 | } |
||
3566 | ], |
||
3567 | "description": "Provides the functionality to export PHP variables for visualization", |
||
3568 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
3569 | "keywords": [ |
||
3570 | "export", |
||
3571 | "exporter" |
||
3572 | ], |
||
3573 | "time": "2017-04-03T13:19:02+00:00" |
||
3574 | }, |
||
3575 | { |
||
3576 | "name": "sebastian/global-state", |
||
3577 | "version": "2.0.0", |
||
3578 | "source": { |
||
3579 | "type": "git", |
||
3580 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
3581 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
3582 | }, |
||
3583 | "dist": { |
||
3584 | "type": "zip", |
||
3585 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
3586 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
3587 | "shasum": "" |
||
3588 | }, |
||
3589 | "require": { |
||
3590 | "php": "^7.0" |
||
3591 | }, |
||
3592 | "require-dev": { |
||
3593 | "phpunit/phpunit": "^6.0" |
||
3594 | }, |
||
3595 | "suggest": { |
||
3596 | "ext-uopz": "*" |
||
3597 | }, |
||
3598 | "type": "library", |
||
3599 | "extra": { |
||
3600 | "branch-alias": { |
||
3601 | "dev-master": "2.0-dev" |
||
3602 | } |
||
3603 | }, |
||
3604 | "autoload": { |
||
3605 | "classmap": [ |
||
3606 | "src/" |
||
3607 | ] |
||
3608 | }, |
||
3609 | "notification-url": "https://packagist.org/downloads/", |
||
3610 | "license": [ |
||
3611 | "BSD-3-Clause" |
||
3612 | ], |
||
3613 | "authors": [ |
||
3614 | { |
||
3615 | "name": "Sebastian Bergmann", |
||
3616 | "email": "[email protected]" |
||
3617 | } |
||
3618 | ], |
||
3619 | "description": "Snapshotting of global state", |
||
3620 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
3621 | "keywords": [ |
||
3622 | "global state" |
||
3623 | ], |
||
3624 | "time": "2017-04-27T15:39:26+00:00" |
||
3625 | }, |
||
3626 | { |
||
3627 | "name": "sebastian/object-enumerator", |
||
3628 | "version": "3.0.3", |
||
3629 | "source": { |
||
3630 | "type": "git", |
||
3631 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
3632 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
3633 | }, |
||
3634 | "dist": { |
||
3635 | "type": "zip", |
||
3636 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
3637 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
3638 | "shasum": "" |
||
3639 | }, |
||
3640 | "require": { |
||
3641 | "php": "^7.0", |
||
3642 | "sebastian/object-reflector": "^1.1.1", |
||
3643 | "sebastian/recursion-context": "^3.0" |
||
3644 | }, |
||
3645 | "require-dev": { |
||
3646 | "phpunit/phpunit": "^6.0" |
||
3647 | }, |
||
3648 | "type": "library", |
||
3649 | "extra": { |
||
3650 | "branch-alias": { |
||
3651 | "dev-master": "3.0.x-dev" |
||
3652 | } |
||
3653 | }, |
||
3654 | "autoload": { |
||
3655 | "classmap": [ |
||
3656 | "src/" |
||
3657 | ] |
||
3658 | }, |
||
3659 | "notification-url": "https://packagist.org/downloads/", |
||
3660 | "license": [ |
||
3661 | "BSD-3-Clause" |
||
3662 | ], |
||
3663 | "authors": [ |
||
3664 | { |
||
3665 | "name": "Sebastian Bergmann", |
||
3666 | "email": "[email protected]" |
||
3667 | } |
||
3668 | ], |
||
3669 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
3670 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
3671 | "time": "2017-08-03T12:35:26+00:00" |
||
3672 | }, |
||
3673 | { |
||
3674 | "name": "sebastian/object-reflector", |
||
3675 | "version": "1.1.1", |
||
3676 | "source": { |
||
3677 | "type": "git", |
||
3678 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
3679 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
3680 | }, |
||
3681 | "dist": { |
||
3682 | "type": "zip", |
||
3683 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
3684 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
3685 | "shasum": "" |
||
3686 | }, |
||
3687 | "require": { |
||
3688 | "php": "^7.0" |
||
3689 | }, |
||
3690 | "require-dev": { |
||
3691 | "phpunit/phpunit": "^6.0" |
||
3692 | }, |
||
3693 | "type": "library", |
||
3694 | "extra": { |
||
3695 | "branch-alias": { |
||
3696 | "dev-master": "1.1-dev" |
||
3697 | } |
||
3698 | }, |
||
3699 | "autoload": { |
||
3700 | "classmap": [ |
||
3701 | "src/" |
||
3702 | ] |
||
3703 | }, |
||
3704 | "notification-url": "https://packagist.org/downloads/", |
||
3705 | "license": [ |
||
3706 | "BSD-3-Clause" |
||
3707 | ], |
||
3708 | "authors": [ |
||
3709 | { |
||
3710 | "name": "Sebastian Bergmann", |
||
3711 | "email": "[email protected]" |
||
3712 | } |
||
3713 | ], |
||
3714 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
3715 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
3716 | "time": "2017-03-29T09:07:27+00:00" |
||
3717 | }, |
||
3718 | { |
||
3719 | "name": "sebastian/recursion-context", |
||
3720 | "version": "3.0.0", |
||
3721 | "source": { |
||
3722 | "type": "git", |
||
3723 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
3724 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
3725 | }, |
||
3726 | "dist": { |
||
3727 | "type": "zip", |
||
3728 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
3729 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
3730 | "shasum": "" |
||
3731 | }, |
||
3732 | "require": { |
||
3733 | "php": "^7.0" |
||
3734 | }, |
||
3735 | "require-dev": { |
||
3736 | "phpunit/phpunit": "^6.0" |
||
3737 | }, |
||
3738 | "type": "library", |
||
3739 | "extra": { |
||
3740 | "branch-alias": { |
||
3741 | "dev-master": "3.0.x-dev" |
||
3742 | } |
||
3743 | }, |
||
3744 | "autoload": { |
||
3745 | "classmap": [ |
||
3746 | "src/" |
||
3747 | ] |
||
3748 | }, |
||
3749 | "notification-url": "https://packagist.org/downloads/", |
||
3750 | "license": [ |
||
3751 | "BSD-3-Clause" |
||
3752 | ], |
||
3753 | "authors": [ |
||
3754 | { |
||
3755 | "name": "Jeff Welch", |
||
3756 | "email": "[email protected]" |
||
3757 | }, |
||
3758 | { |
||
3759 | "name": "Sebastian Bergmann", |
||
3760 | "email": "[email protected]" |
||
3761 | }, |
||
3762 | { |
||
3763 | "name": "Adam Harvey", |
||
3764 | "email": "[email protected]" |
||
3765 | } |
||
3766 | ], |
||
3767 | "description": "Provides functionality to recursively process PHP variables", |
||
3768 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
3769 | "time": "2017-03-03T06:23:57+00:00" |
||
3770 | }, |
||
3771 | { |
||
3772 | "name": "sebastian/resource-operations", |
||
3773 | "version": "1.0.0", |
||
3774 | "source": { |
||
3775 | "type": "git", |
||
3776 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
3777 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
3778 | }, |
||
3779 | "dist": { |
||
3780 | "type": "zip", |
||
3781 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3782 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
3783 | "shasum": "" |
||
3784 | }, |
||
3785 | "require": { |
||
3786 | "php": ">=5.6.0" |
||
3787 | }, |
||
3788 | "type": "library", |
||
3789 | "extra": { |
||
3790 | "branch-alias": { |
||
3791 | "dev-master": "1.0.x-dev" |
||
3792 | } |
||
3793 | }, |
||
3794 | "autoload": { |
||
3795 | "classmap": [ |
||
3796 | "src/" |
||
3797 | ] |
||
3798 | }, |
||
3799 | "notification-url": "https://packagist.org/downloads/", |
||
3800 | "license": [ |
||
3801 | "BSD-3-Clause" |
||
3802 | ], |
||
3803 | "authors": [ |
||
3804 | { |
||
3805 | "name": "Sebastian Bergmann", |
||
3806 | "email": "[email protected]" |
||
3807 | } |
||
3808 | ], |
||
3809 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
3810 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
3811 | "time": "2015-07-28T20:34:47+00:00" |
||
3812 | }, |
||
3813 | { |
||
3814 | "name": "sebastian/version", |
||
3815 | "version": "2.0.1", |
||
3816 | "source": { |
||
3817 | "type": "git", |
||
3818 | "url": "https://github.com/sebastianbergmann/version.git", |
||
3819 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
3820 | }, |
||
3821 | "dist": { |
||
3822 | "type": "zip", |
||
3823 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3824 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
3825 | "shasum": "" |
||
3826 | }, |
||
3827 | "require": { |
||
3828 | "php": ">=5.6" |
||
3829 | }, |
||
3830 | "type": "library", |
||
3831 | "extra": { |
||
3832 | "branch-alias": { |
||
3833 | "dev-master": "2.0.x-dev" |
||
3834 | } |
||
3835 | }, |
||
3836 | "autoload": { |
||
3837 | "classmap": [ |
||
3838 | "src/" |
||
3839 | ] |
||
3840 | }, |
||
3841 | "notification-url": "https://packagist.org/downloads/", |
||
3842 | "license": [ |
||
3843 | "BSD-3-Clause" |
||
3844 | ], |
||
3845 | "authors": [ |
||
3846 | { |
||
3847 | "name": "Sebastian Bergmann", |
||
3848 | "email": "[email protected]", |
||
3849 | "role": "lead" |
||
3850 | } |
||
3851 | ], |
||
3852 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3853 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3854 | "time": "2016-10-03T07:35:21+00:00" |
||
3855 | }, |
||
3856 | { |
||
3857 | "name": "symfony/yaml", |
||
3858 | "version": "v4.0.4", |
||
3859 | "source": { |
||
3860 | "type": "git", |
||
3861 | "url": "https://github.com/symfony/yaml.git", |
||
3862 | "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028" |
||
3863 | }, |
||
3864 | "dist": { |
||
3865 | "type": "zip", |
||
3866 | "url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028", |
||
3867 | "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028", |
||
3868 | "shasum": "" |
||
3869 | }, |
||
3870 | "require": { |
||
3871 | "php": "^7.1.3" |
||
3872 | }, |
||
3873 | "conflict": { |
||
3874 | "symfony/console": "<3.4" |
||
3875 | }, |
||
3876 | "require-dev": { |
||
3877 | "symfony/console": "~3.4|~4.0" |
||
3878 | }, |
||
3879 | "suggest": { |
||
3880 | "symfony/console": "For validating YAML files using the lint command" |
||
3881 | }, |
||
3882 | "type": "library", |
||
3883 | "extra": { |
||
3884 | "branch-alias": { |
||
3885 | "dev-master": "4.0-dev" |
||
3886 | } |
||
3887 | }, |
||
3888 | "autoload": { |
||
3889 | "psr-4": { |
||
3890 | "Symfony\\Component\\Yaml\\": "" |
||
3891 | }, |
||
3892 | "exclude-from-classmap": [ |
||
3893 | "/Tests/" |
||
3894 | ] |
||
3895 | }, |
||
3896 | "notification-url": "https://packagist.org/downloads/", |
||
3897 | "license": [ |
||
3898 | "MIT" |
||
3899 | ], |
||
3900 | "authors": [ |
||
3901 | { |
||
3902 | "name": "Fabien Potencier", |
||
3903 | "email": "[email protected]" |
||
3904 | }, |
||
3905 | { |
||
3906 | "name": "Symfony Community", |
||
3907 | "homepage": "https://symfony.com/contributors" |
||
3908 | } |
||
3909 | ], |
||
3910 | "description": "Symfony Yaml Component", |
||
3911 | "homepage": "https://symfony.com", |
||
3912 | "time": "2018-01-21T19:06:11+00:00" |
||
3913 | }, |
||
3914 | { |
||
3915 | "name": "theseer/tokenizer", |
||
3916 | "version": "1.1.0", |
||
3917 | "source": { |
||
3918 | "type": "git", |
||
3919 | "url": "https://github.com/theseer/tokenizer.git", |
||
3920 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
3921 | }, |
||
3922 | "dist": { |
||
3923 | "type": "zip", |
||
3924 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3925 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
3926 | "shasum": "" |
||
3927 | }, |
||
3928 | "require": { |
||
3929 | "ext-dom": "*", |
||
3930 | "ext-tokenizer": "*", |
||
3931 | "ext-xmlwriter": "*", |
||
3932 | "php": "^7.0" |
||
3933 | }, |
||
3934 | "type": "library", |
||
3935 | "autoload": { |
||
3936 | "classmap": [ |
||
3937 | "src/" |
||
3938 | ] |
||
3939 | }, |
||
3940 | "notification-url": "https://packagist.org/downloads/", |
||
3941 | "license": [ |
||
3942 | "BSD-3-Clause" |
||
3943 | ], |
||
3944 | "authors": [ |
||
3945 | { |
||
3946 | "name": "Arne Blankerts", |
||
3947 | "email": "[email protected]", |
||
3948 | "role": "Developer" |
||
3949 | } |
||
3950 | ], |
||
3951 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
3952 | "time": "2017-04-07T12:08:54+00:00" |
||
3953 | }, |
||
3954 | { |
||
3955 | "name": "webmozart/assert", |
||
3956 | "version": "1.3.0", |
||
3957 | "source": { |
||
3958 | "type": "git", |
||
3959 | "url": "https://github.com/webmozart/assert.git", |
||
3960 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
3961 | }, |
||
3962 | "dist": { |
||
3963 | "type": "zip", |
||
3964 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
3965 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
3966 | "shasum": "" |
||
3967 | }, |
||
3968 | "require": { |
||
3969 | "php": "^5.3.3 || ^7.0" |
||
3970 | }, |
||
3971 | "require-dev": { |
||
3972 | "phpunit/phpunit": "^4.6", |
||
3973 | "sebastian/version": "^1.0.1" |
||
3974 | }, |
||
3975 | "type": "library", |
||
3976 | "extra": { |
||
3977 | "branch-alias": { |
||
3978 | "dev-master": "1.3-dev" |
||
3979 | } |
||
3980 | }, |
||
3981 | "autoload": { |
||
3982 | "psr-4": { |
||
3983 | "Webmozart\\Assert\\": "src/" |
||
3984 | } |
||
3985 | }, |
||
3986 | "notification-url": "https://packagist.org/downloads/", |
||
3987 | "license": [ |
||
3988 | "MIT" |
||
3989 | ], |
||
3990 | "authors": [ |
||
3991 | { |
||
3992 | "name": "Bernhard Schussek", |
||
3993 | "email": "[email protected]" |
||
3994 | } |
||
3995 | ], |
||
3996 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3997 | "keywords": [ |
||
3998 | "assert", |
||
3999 | "check", |
||
4000 | "validate" |
||
4001 | ], |
||
4002 | "time": "2018-01-29T19:49:41+00:00" |
||
4003 | } |
||
4004 | ], |
||
4005 | "aliases": [], |
||
4006 | "minimum-stability": "stable", |
||
4007 | "stability-flags": [], |
||
4008 | "prefer-stable": false, |
||
4009 | "prefer-lowest": false, |
||
4010 | "platform": { |
||
4011 | "php": ">=7.1" |
||
4012 | }, |
||
4013 | "platform-dev": [] |
||
4014 | } |
||
4015 |