comparison vendor/zendframework/zend-diactoros/composer.lock @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents 5311817fb629
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
2 "_readme": [ 2 "_readme": [
3 "This file locks the dependencies of your project to a known state", 3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "6a979d48e42840de5442a250eb48ea3c", 7 "content-hash": "7ca0087aabf01eb8dbf67e0ae741f2f2",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "psr/http-message", 10 "name": "psr/http-message",
11 "version": "1.0.1", 11 "version": "1.0.1",
12 "source": { 12 "source": {
112 ], 112 ],
113 "time": "2015-06-14T21:17:01+00:00" 113 "time": "2015-06-14T21:17:01+00:00"
114 }, 114 },
115 { 115 {
116 "name": "myclabs/deep-copy", 116 "name": "myclabs/deep-copy",
117 "version": "1.6.1", 117 "version": "1.7.0",
118 "source": { 118 "source": {
119 "type": "git", 119 "type": "git",
120 "url": "https://github.com/myclabs/DeepCopy.git", 120 "url": "https://github.com/myclabs/DeepCopy.git",
121 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" 121 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
122 }, 122 },
123 "dist": { 123 "dist": {
124 "type": "zip", 124 "type": "zip",
125 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", 125 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
126 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", 126 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
127 "shasum": "" 127 "shasum": ""
128 }, 128 },
129 "require": { 129 "require": {
130 "php": ">=5.4.0" 130 "php": "^5.6 || ^7.0"
131 }, 131 },
132 "require-dev": { 132 "require-dev": {
133 "doctrine/collections": "1.*", 133 "doctrine/collections": "^1.0",
134 "phpunit/phpunit": "~4.1" 134 "doctrine/common": "^2.6",
135 "phpunit/phpunit": "^4.1"
135 }, 136 },
136 "type": "library", 137 "type": "library",
137 "autoload": { 138 "autoload": {
138 "psr-4": { 139 "psr-4": {
139 "DeepCopy\\": "src/DeepCopy/" 140 "DeepCopy\\": "src/DeepCopy/"
140 } 141 },
142 "files": [
143 "src/DeepCopy/deep_copy.php"
144 ]
141 }, 145 },
142 "notification-url": "https://packagist.org/downloads/", 146 "notification-url": "https://packagist.org/downloads/",
143 "license": [ 147 "license": [
144 "MIT" 148 "MIT"
145 ], 149 ],
146 "description": "Create deep copies (clones) of your objects", 150 "description": "Create deep copies (clones) of your objects",
147 "homepage": "https://github.com/myclabs/DeepCopy",
148 "keywords": [ 151 "keywords": [
149 "clone", 152 "clone",
150 "copy", 153 "copy",
151 "duplicate", 154 "duplicate",
152 "object", 155 "object",
153 "object graph" 156 "object graph"
154 ], 157 ],
155 "time": "2017-04-12T18:52:22+00:00" 158 "time": "2017-10-19T19:58:43+00:00"
156 }, 159 },
157 { 160 {
158 "name": "phar-io/manifest", 161 "name": "phar-io/manifest",
159 "version": "1.0.1", 162 "version": "1.0.1",
160 "source": { 163 "source": {
255 ], 258 ],
256 "description": "Library for handling version information and constraints", 259 "description": "Library for handling version information and constraints",
257 "time": "2017-03-05T17:38:23+00:00" 260 "time": "2017-03-05T17:38:23+00:00"
258 }, 261 },
259 { 262 {
263 "name": "php-http/psr7-integration-tests",
264 "version": "dev-master",
265 "source": {
266 "type": "git",
267 "url": "https://github.com/php-http/psr7-integration-tests.git",
268 "reference": "5dfefb2da33ca24ae20c971b725c9a6fe7403008"
269 },
270 "dist": {
271 "type": "zip",
272 "url": "https://api.github.com/repos/php-http/psr7-integration-tests/zipball/5dfefb2da33ca24ae20c971b725c9a6fe7403008",
273 "reference": "5dfefb2da33ca24ae20c971b725c9a6fe7403008",
274 "shasum": ""
275 },
276 "require": {
277 "php": "^5.4 || ^7.0",
278 "phpunit/phpunit": "^5.4 || ^6.0 || ^7.0",
279 "psr/http-message": "^1.0"
280 },
281 "require-dev": {
282 "guzzlehttp/psr7": "^1.4",
283 "nyholm/psr7": "dev-master",
284 "ringcentral/psr7": "^1.2",
285 "slim/http": "^0.3",
286 "zendframework/zend-diactoros": "^1.8"
287 },
288 "type": "library",
289 "extra": {
290 "branch-alias": {
291 "dev-master": "1.0-dev"
292 }
293 },
294 "autoload": {
295 "psr-4": {
296 "Http\\Psr7Test\\": "src/"
297 }
298 },
299 "notification-url": "https://packagist.org/downloads/",
300 "license": [
301 "MIT"
302 ],
303 "authors": [
304 {
305 "name": "Tobias Nyholm",
306 "email": "tobias.nyholm@gmail.com"
307 }
308 ],
309 "description": "Test suite for PSR7",
310 "homepage": "http://php-http.org",
311 "keywords": [
312 "psr-7",
313 "test"
314 ],
315 "time": "2018-09-02T10:01:55+00:00"
316 },
317 {
260 "name": "phpdocumentor/reflection-common", 318 "name": "phpdocumentor/reflection-common",
261 "version": "1.0", 319 "version": "1.0.1",
262 "source": { 320 "source": {
263 "type": "git", 321 "type": "git",
264 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 322 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
265 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" 323 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
266 }, 324 },
267 "dist": { 325 "dist": {
268 "type": "zip", 326 "type": "zip",
269 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", 327 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
270 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", 328 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
271 "shasum": "" 329 "shasum": ""
272 }, 330 },
273 "require": { 331 "require": {
274 "php": ">=5.5" 332 "php": ">=5.5"
275 }, 333 },
306 "phpDocumentor", 364 "phpDocumentor",
307 "phpdoc", 365 "phpdoc",
308 "reflection", 366 "reflection",
309 "static analysis" 367 "static analysis"
310 ], 368 ],
311 "time": "2015-12-27T11:43:31+00:00" 369 "time": "2017-09-11T18:02:19+00:00"
312 }, 370 },
313 { 371 {
314 "name": "phpdocumentor/reflection-docblock", 372 "name": "phpdocumentor/reflection-docblock",
315 "version": "3.2.2", 373 "version": "4.3.0",
316 "source": { 374 "source": {
317 "type": "git", 375 "type": "git",
318 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 376 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
319 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" 377 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
320 }, 378 },
321 "dist": { 379 "dist": {
322 "type": "zip", 380 "type": "zip",
323 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", 381 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
324 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", 382 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
325 "shasum": "" 383 "shasum": ""
326 }, 384 },
327 "require": { 385 "require": {
328 "php": ">=5.5", 386 "php": "^7.0",
329 "phpdocumentor/reflection-common": "^1.0@dev", 387 "phpdocumentor/reflection-common": "^1.0.0",
330 "phpdocumentor/type-resolver": "^0.3.0", 388 "phpdocumentor/type-resolver": "^0.4.0",
331 "webmozart/assert": "^1.0" 389 "webmozart/assert": "^1.0"
332 }, 390 },
333 "require-dev": { 391 "require-dev": {
334 "mockery/mockery": "^0.9.4", 392 "doctrine/instantiator": "~1.0.5",
335 "phpunit/phpunit": "^4.4" 393 "mockery/mockery": "^1.0",
336 }, 394 "phpunit/phpunit": "^6.4"
337 "type": "library", 395 },
396 "type": "library",
397 "extra": {
398 "branch-alias": {
399 "dev-master": "4.x-dev"
400 }
401 },
338 "autoload": { 402 "autoload": {
339 "psr-4": { 403 "psr-4": {
340 "phpDocumentor\\Reflection\\": [ 404 "phpDocumentor\\Reflection\\": [
341 "src/" 405 "src/"
342 ] 406 ]
351 "name": "Mike van Riel", 415 "name": "Mike van Riel",
352 "email": "me@mikevanriel.com" 416 "email": "me@mikevanriel.com"
353 } 417 }
354 ], 418 ],
355 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 419 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
356 "time": "2017-08-08T06:39:58+00:00" 420 "time": "2017-11-30T07:14:17+00:00"
357 }, 421 },
358 { 422 {
359 "name": "phpdocumentor/type-resolver", 423 "name": "phpdocumentor/type-resolver",
360 "version": "0.3.0", 424 "version": "0.4.0",
361 "source": { 425 "source": {
362 "type": "git", 426 "type": "git",
363 "url": "https://github.com/phpDocumentor/TypeResolver.git", 427 "url": "https://github.com/phpDocumentor/TypeResolver.git",
364 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" 428 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
365 }, 429 },
366 "dist": { 430 "dist": {
367 "type": "zip", 431 "type": "zip",
368 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", 432 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
369 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", 433 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
370 "shasum": "" 434 "shasum": ""
371 }, 435 },
372 "require": { 436 "require": {
373 "php": "^5.5 || ^7.0", 437 "php": "^5.5 || ^7.0",
374 "phpdocumentor/reflection-common": "^1.0" 438 "phpdocumentor/reflection-common": "^1.0"
398 { 462 {
399 "name": "Mike van Riel", 463 "name": "Mike van Riel",
400 "email": "me@mikevanriel.com" 464 "email": "me@mikevanriel.com"
401 } 465 }
402 ], 466 ],
403 "time": "2017-06-03T08:32:36+00:00" 467 "time": "2017-07-14T14:27:02+00:00"
404 }, 468 },
405 { 469 {
406 "name": "phpspec/prophecy", 470 "name": "phpspec/prophecy",
407 "version": "v1.7.0", 471 "version": "1.7.6",
408 "source": { 472 "source": {
409 "type": "git", 473 "type": "git",
410 "url": "https://github.com/phpspec/prophecy.git", 474 "url": "https://github.com/phpspec/prophecy.git",
411 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" 475 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
412 }, 476 },
413 "dist": { 477 "dist": {
414 "type": "zip", 478 "type": "zip",
415 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", 479 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
416 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", 480 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
417 "shasum": "" 481 "shasum": ""
418 }, 482 },
419 "require": { 483 "require": {
420 "doctrine/instantiator": "^1.0.2", 484 "doctrine/instantiator": "^1.0.2",
421 "php": "^5.3|^7.0", 485 "php": "^5.3|^7.0",
422 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", 486 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
423 "sebastian/comparator": "^1.1|^2.0", 487 "sebastian/comparator": "^1.1|^2.0|^3.0",
424 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 488 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
425 }, 489 },
426 "require-dev": { 490 "require-dev": {
427 "phpspec/phpspec": "^2.5|^3.2", 491 "phpspec/phpspec": "^2.5|^3.2",
428 "phpunit/phpunit": "^4.8 || ^5.6.5" 492 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
429 }, 493 },
430 "type": "library", 494 "type": "library",
431 "extra": { 495 "extra": {
432 "branch-alias": { 496 "branch-alias": {
433 "dev-master": "1.6.x-dev" 497 "dev-master": "1.7.x-dev"
434 } 498 }
435 }, 499 },
436 "autoload": { 500 "autoload": {
437 "psr-0": { 501 "psr-0": {
438 "Prophecy\\": "src/" 502 "Prophecy\\": "src/"
461 "fake", 525 "fake",
462 "mock", 526 "mock",
463 "spy", 527 "spy",
464 "stub" 528 "stub"
465 ], 529 ],
466 "time": "2017-03-02T20:05:34+00:00" 530 "time": "2018-04-18T13:57:24+00:00"
467 }, 531 },
468 { 532 {
469 "name": "phpunit/php-code-coverage", 533 "name": "phpunit/php-code-coverage",
470 "version": "5.2.2", 534 "version": "5.3.2",
471 "source": { 535 "source": {
472 "type": "git", 536 "type": "git",
473 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 537 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
474 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b" 538 "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
475 }, 539 },
476 "dist": { 540 "dist": {
477 "type": "zip", 541 "type": "zip",
478 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b", 542 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
479 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b", 543 "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
480 "shasum": "" 544 "shasum": ""
481 }, 545 },
482 "require": { 546 "require": {
483 "ext-dom": "*", 547 "ext-dom": "*",
484 "ext-xmlwriter": "*", 548 "ext-xmlwriter": "*",
485 "php": "^7.0", 549 "php": "^7.0",
486 "phpunit/php-file-iterator": "^1.4.2", 550 "phpunit/php-file-iterator": "^1.4.2",
487 "phpunit/php-text-template": "^1.2.1", 551 "phpunit/php-text-template": "^1.2.1",
488 "phpunit/php-token-stream": "^1.4.11 || ^2.0", 552 "phpunit/php-token-stream": "^2.0.1",
489 "sebastian/code-unit-reverse-lookup": "^1.0.1", 553 "sebastian/code-unit-reverse-lookup": "^1.0.1",
490 "sebastian/environment": "^3.0", 554 "sebastian/environment": "^3.0",
491 "sebastian/version": "^2.0.1", 555 "sebastian/version": "^2.0.1",
492 "theseer/tokenizer": "^1.1" 556 "theseer/tokenizer": "^1.1"
493 }, 557 },
494 "require-dev": { 558 "require-dev": {
495 "ext-xdebug": "^2.5",
496 "phpunit/phpunit": "^6.0" 559 "phpunit/phpunit": "^6.0"
497 }, 560 },
498 "suggest": { 561 "suggest": {
499 "ext-xdebug": "^2.5.5" 562 "ext-xdebug": "^2.5.5"
500 }, 563 },
501 "type": "library", 564 "type": "library",
502 "extra": { 565 "extra": {
503 "branch-alias": { 566 "branch-alias": {
504 "dev-master": "5.2.x-dev" 567 "dev-master": "5.3.x-dev"
505 } 568 }
506 }, 569 },
507 "autoload": { 570 "autoload": {
508 "classmap": [ 571 "classmap": [
509 "src/" 572 "src/"
510 ] 573 ]
511 }, 574 },
512 "notification-url": "https://packagist.org/downloads/", 575 "notification-url": "https://packagist.org/downloads/",
513 "license": [ 576 "license": [
514 "BSD-3-Clause" 577 "BSD-3-Clause"
515 ], 578 ],
516 "authors": [ 579 "authors": [
517 { 580 {
518 "name": "Sebastian Bergmann", 581 "name": "Sebastian Bergmann",
519 "email": "sb@sebastian-bergmann.de", 582 "email": "sebastian@phpunit.de",
520 "role": "lead" 583 "role": "lead"
521 } 584 }
522 ], 585 ],
523 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 586 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
524 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 587 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
525 "keywords": [ 588 "keywords": [
526 "coverage", 589 "coverage",
527 "testing", 590 "testing",
528 "xunit" 591 "xunit"
529 ], 592 ],
530 "time": "2017-08-03T12:40:43+00:00" 593 "time": "2018-04-06T15:36:58+00:00"
531 }, 594 },
532 { 595 {
533 "name": "phpunit/php-file-iterator", 596 "name": "phpunit/php-file-iterator",
534 "version": "1.4.2", 597 "version": "1.4.5",
535 "source": { 598 "source": {
536 "type": "git", 599 "type": "git",
537 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 600 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
538 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" 601 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
539 }, 602 },
540 "dist": { 603 "dist": {
541 "type": "zip", 604 "type": "zip",
542 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", 605 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
543 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", 606 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
544 "shasum": "" 607 "shasum": ""
545 }, 608 },
546 "require": { 609 "require": {
547 "php": ">=5.3.3" 610 "php": ">=5.3.3"
548 }, 611 },
572 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 635 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
573 "keywords": [ 636 "keywords": [
574 "filesystem", 637 "filesystem",
575 "iterator" 638 "iterator"
576 ], 639 ],
577 "time": "2016-10-03T07:40:28+00:00" 640 "time": "2017-11-27T13:52:08+00:00"
578 }, 641 },
579 { 642 {
580 "name": "phpunit/php-text-template", 643 "name": "phpunit/php-text-template",
581 "version": "1.2.1", 644 "version": "1.2.1",
582 "source": { 645 "source": {
666 ], 729 ],
667 "time": "2017-02-26T11:10:40+00:00" 730 "time": "2017-02-26T11:10:40+00:00"
668 }, 731 },
669 { 732 {
670 "name": "phpunit/php-token-stream", 733 "name": "phpunit/php-token-stream",
671 "version": "2.0.1", 734 "version": "2.0.2",
672 "source": { 735 "source": {
673 "type": "git", 736 "type": "git",
674 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 737 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
675 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" 738 "reference": "791198a2c6254db10131eecfe8c06670700904db"
676 }, 739 },
677 "dist": { 740 "dist": {
678 "type": "zip", 741 "type": "zip",
679 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", 742 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
680 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", 743 "reference": "791198a2c6254db10131eecfe8c06670700904db",
681 "shasum": "" 744 "shasum": ""
682 }, 745 },
683 "require": { 746 "require": {
684 "ext-tokenizer": "*", 747 "ext-tokenizer": "*",
685 "php": "^7.0" 748 "php": "^7.0"
711 "description": "Wrapper around PHP's tokenizer extension.", 774 "description": "Wrapper around PHP's tokenizer extension.",
712 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 775 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
713 "keywords": [ 776 "keywords": [
714 "tokenizer" 777 "tokenizer"
715 ], 778 ],
716 "time": "2017-08-20T05:47:52+00:00" 779 "time": "2017-11-27T05:48:46+00:00"
717 }, 780 },
718 { 781 {
719 "name": "phpunit/phpunit", 782 "name": "phpunit/phpunit",
720 "version": "6.3.0", 783 "version": "6.5.9",
721 "source": { 784 "source": {
722 "type": "git", 785 "type": "git",
723 "url": "https://github.com/sebastianbergmann/phpunit.git", 786 "url": "https://github.com/sebastianbergmann/phpunit.git",
724 "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb" 787 "reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f"
725 }, 788 },
726 "dist": { 789 "dist": {
727 "type": "zip", 790 "type": "zip",
728 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9501bab711403a1ab5b8378a8adb4ec3db3debdb", 791 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/093ca5508174cd8ab8efe44fd1dde447adfdec8f",
729 "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb", 792 "reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f",
730 "shasum": "" 793 "shasum": ""
731 }, 794 },
732 "require": { 795 "require": {
733 "ext-dom": "*", 796 "ext-dom": "*",
734 "ext-json": "*", 797 "ext-json": "*",
738 "myclabs/deep-copy": "^1.6.1", 801 "myclabs/deep-copy": "^1.6.1",
739 "phar-io/manifest": "^1.0.1", 802 "phar-io/manifest": "^1.0.1",
740 "phar-io/version": "^1.0", 803 "phar-io/version": "^1.0",
741 "php": "^7.0", 804 "php": "^7.0",
742 "phpspec/prophecy": "^1.7", 805 "phpspec/prophecy": "^1.7",
743 "phpunit/php-code-coverage": "^5.2.2", 806 "phpunit/php-code-coverage": "^5.3",
744 "phpunit/php-file-iterator": "^1.4.2", 807 "phpunit/php-file-iterator": "^1.4.3",
745 "phpunit/php-text-template": "^1.2.1", 808 "phpunit/php-text-template": "^1.2.1",
746 "phpunit/php-timer": "^1.0.9", 809 "phpunit/php-timer": "^1.0.9",
747 "phpunit/phpunit-mock-objects": "^4.0.3", 810 "phpunit/phpunit-mock-objects": "^5.0.5",
748 "sebastian/comparator": "^2.0.2", 811 "sebastian/comparator": "^2.1",
749 "sebastian/diff": "^2.0", 812 "sebastian/diff": "^2.0",
750 "sebastian/environment": "^3.1", 813 "sebastian/environment": "^3.1",
751 "sebastian/exporter": "^3.1", 814 "sebastian/exporter": "^3.1",
752 "sebastian/global-state": "^2.0", 815 "sebastian/global-state": "^2.0",
753 "sebastian/object-enumerator": "^3.0.3", 816 "sebastian/object-enumerator": "^3.0.3",
769 "phpunit" 832 "phpunit"
770 ], 833 ],
771 "type": "library", 834 "type": "library",
772 "extra": { 835 "extra": {
773 "branch-alias": { 836 "branch-alias": {
774 "dev-master": "6.3.x-dev" 837 "dev-master": "6.5.x-dev"
775 } 838 }
776 }, 839 },
777 "autoload": { 840 "autoload": {
778 "classmap": [ 841 "classmap": [
779 "src/" 842 "src/"
795 "keywords": [ 858 "keywords": [
796 "phpunit", 859 "phpunit",
797 "testing", 860 "testing",
798 "xunit" 861 "xunit"
799 ], 862 ],
800 "time": "2017-08-04T05:20:39+00:00" 863 "time": "2018-07-03T06:40:40+00:00"
801 }, 864 },
802 { 865 {
803 "name": "phpunit/phpunit-mock-objects", 866 "name": "phpunit/phpunit-mock-objects",
804 "version": "4.0.4", 867 "version": "5.0.8",
805 "source": { 868 "source": {
806 "type": "git", 869 "type": "git",
807 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 870 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
808 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0" 871 "reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f"
809 }, 872 },
810 "dist": { 873 "dist": {
811 "type": "zip", 874 "type": "zip",
812 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0", 875 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
813 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0", 876 "reference": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f",
814 "shasum": "" 877 "shasum": ""
815 }, 878 },
816 "require": { 879 "require": {
817 "doctrine/instantiator": "^1.0.5", 880 "doctrine/instantiator": "^1.0.5",
818 "php": "^7.0", 881 "php": "^7.0",
819 "phpunit/php-text-template": "^1.2.1", 882 "phpunit/php-text-template": "^1.2.1",
820 "sebastian/exporter": "^3.0" 883 "sebastian/exporter": "^3.1"
821 }, 884 },
822 "conflict": { 885 "conflict": {
823 "phpunit/phpunit": "<6.0" 886 "phpunit/phpunit": "<6.0"
824 }, 887 },
825 "require-dev": { 888 "require-dev": {
826 "phpunit/phpunit": "^6.0" 889 "phpunit/phpunit": "^6.5"
827 }, 890 },
828 "suggest": { 891 "suggest": {
829 "ext-soap": "*" 892 "ext-soap": "*"
830 }, 893 },
831 "type": "library", 894 "type": "library",
832 "extra": { 895 "extra": {
833 "branch-alias": { 896 "branch-alias": {
834 "dev-master": "4.0.x-dev" 897 "dev-master": "5.0.x-dev"
835 } 898 }
836 }, 899 },
837 "autoload": { 900 "autoload": {
838 "classmap": [ 901 "classmap": [
839 "src/" 902 "src/"
840 ] 903 ]
841 }, 904 },
842 "notification-url": "https://packagist.org/downloads/", 905 "notification-url": "https://packagist.org/downloads/",
843 "license": [ 906 "license": [
844 "BSD-3-Clause" 907 "BSD-3-Clause"
845 ], 908 ],
846 "authors": [ 909 "authors": [
847 { 910 {
848 "name": "Sebastian Bergmann", 911 "name": "Sebastian Bergmann",
849 "email": "sb@sebastian-bergmann.de", 912 "email": "sebastian@phpunit.de",
850 "role": "lead" 913 "role": "lead"
851 } 914 }
852 ], 915 ],
853 "description": "Mock Object library for PHPUnit", 916 "description": "Mock Object library for PHPUnit",
854 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 917 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
855 "keywords": [ 918 "keywords": [
856 "mock", 919 "mock",
857 "xunit" 920 "xunit"
858 ], 921 ],
859 "time": "2017-08-03T14:08:16+00:00" 922 "time": "2018-07-13T03:27:23+00:00"
860 }, 923 },
861 { 924 {
862 "name": "sebastian/code-unit-reverse-lookup", 925 "name": "sebastian/code-unit-reverse-lookup",
863 "version": "1.0.1", 926 "version": "1.0.1",
864 "source": { 927 "source": {
903 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 966 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
904 "time": "2017-03-04T06:30:41+00:00" 967 "time": "2017-03-04T06:30:41+00:00"
905 }, 968 },
906 { 969 {
907 "name": "sebastian/comparator", 970 "name": "sebastian/comparator",
908 "version": "2.0.2", 971 "version": "2.1.3",
909 "source": { 972 "source": {
910 "type": "git", 973 "type": "git",
911 "url": "https://github.com/sebastianbergmann/comparator.git", 974 "url": "https://github.com/sebastianbergmann/comparator.git",
912 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a" 975 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
913 }, 976 },
914 "dist": { 977 "dist": {
915 "type": "zip", 978 "type": "zip",
916 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", 979 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
917 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", 980 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
918 "shasum": "" 981 "shasum": ""
919 }, 982 },
920 "require": { 983 "require": {
921 "php": "^7.0", 984 "php": "^7.0",
922 "sebastian/diff": "^2.0", 985 "sebastian/diff": "^2.0 || ^3.0",
923 "sebastian/exporter": "^3.0" 986 "sebastian/exporter": "^3.1"
924 }, 987 },
925 "require-dev": { 988 "require-dev": {
926 "phpunit/phpunit": "^6.0" 989 "phpunit/phpunit": "^6.4"
927 }, 990 },
928 "type": "library", 991 "type": "library",
929 "extra": { 992 "extra": {
930 "branch-alias": { 993 "branch-alias": {
931 "dev-master": "2.0.x-dev" 994 "dev-master": "2.1.x-dev"
932 } 995 }
933 }, 996 },
934 "autoload": { 997 "autoload": {
935 "classmap": [ 998 "classmap": [
936 "src/" 999 "src/"
957 "name": "Sebastian Bergmann", 1020 "name": "Sebastian Bergmann",
958 "email": "sebastian@phpunit.de" 1021 "email": "sebastian@phpunit.de"
959 } 1022 }
960 ], 1023 ],
961 "description": "Provides the functionality to compare PHP values for equality", 1024 "description": "Provides the functionality to compare PHP values for equality",
962 "homepage": "http://www.github.com/sebastianbergmann/comparator", 1025 "homepage": "https://github.com/sebastianbergmann/comparator",
963 "keywords": [ 1026 "keywords": [
964 "comparator", 1027 "comparator",
965 "compare", 1028 "compare",
966 "equality" 1029 "equality"
967 ], 1030 ],
968 "time": "2017-08-03T07:14:59+00:00" 1031 "time": "2018-02-01T13:46:46+00:00"
969 }, 1032 },
970 { 1033 {
971 "name": "sebastian/diff", 1034 "name": "sebastian/diff",
972 "version": "2.0.1", 1035 "version": "2.0.1",
973 "source": { 1036 "source": {
1535 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 1598 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1536 "time": "2017-04-07T12:08:54+00:00" 1599 "time": "2017-04-07T12:08:54+00:00"
1537 }, 1600 },
1538 { 1601 {
1539 "name": "webmozart/assert", 1602 "name": "webmozart/assert",
1540 "version": "1.2.0", 1603 "version": "1.3.0",
1541 "source": { 1604 "source": {
1542 "type": "git", 1605 "type": "git",
1543 "url": "https://github.com/webmozart/assert.git", 1606 "url": "https://github.com/webmozart/assert.git",
1544 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" 1607 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
1545 }, 1608 },
1546 "dist": { 1609 "dist": {
1547 "type": "zip", 1610 "type": "zip",
1548 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", 1611 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
1549 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", 1612 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
1550 "shasum": "" 1613 "shasum": ""
1551 }, 1614 },
1552 "require": { 1615 "require": {
1553 "php": "^5.3.3 || ^7.0" 1616 "php": "^5.3.3 || ^7.0"
1554 }, 1617 },
1581 "keywords": [ 1644 "keywords": [
1582 "assert", 1645 "assert",
1583 "check", 1646 "check",
1584 "validate" 1647 "validate"
1585 ], 1648 ],
1586 "time": "2016-11-23T20:04:58+00:00" 1649 "time": "2018-01-29T19:49:41+00:00"
1587 }, 1650 },
1588 { 1651 {
1589 "name": "zendframework/zend-coding-standard", 1652 "name": "zendframework/zend-coding-standard",
1590 "version": "1.0.0", 1653 "version": "1.0.0",
1591 "source": { 1654 "source": {
1615 "time": "2016-11-09T21:30:43+00:00" 1678 "time": "2016-11-09T21:30:43+00:00"
1616 } 1679 }
1617 ], 1680 ],
1618 "aliases": [], 1681 "aliases": [],
1619 "minimum-stability": "stable", 1682 "minimum-stability": "stable",
1620 "stability-flags": [], 1683 "stability-flags": {
1684 "php-http/psr7-integration-tests": 20
1685 },
1621 "prefer-stable": false, 1686 "prefer-stable": false,
1622 "prefer-lowest": false, 1687 "prefer-lowest": false,
1623 "platform": { 1688 "platform": {
1624 "php": "^5.6 || ^7.0" 1689 "php": "^5.6 || ^7.0"
1625 }, 1690 },