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