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