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.2.0", 274 "source": { 275 "type": "git", 276 "url": "https://github.com/fisharebest/php-polyfill.git", 277 "reference": "4d28746dd81901426af1ed11e0966ea736070081" 278 }, 279 "dist": { 280 "type": "zip", 281 "url": "https://api.github.com/repos/fisharebest/php-polyfill/zipball/4d28746dd81901426af1ed11e0966ea736070081", 282 "reference": "4d28746dd81901426af1ed11e0966ea736070081", 283 "shasum": "" 284 }, 285 "require": { 286 "fisharebest/ext-calendar": "~2.2", 287 "jakeasmith/http_build_url": "~0.1", 288 "symfony/polyfill": "1.0.1" 289 }, 290 "require-dev": { 291 "phpunit/phpunit": "*", 292 "satooshi/php-coveralls": "~1.0" 293 }, 294 "type": "library", 295 "autoload": { 296 "psr-4": { 297 "Fisharebest\\PhpPolyfill\\": "src/" 298 }, 299 "files": [ 300 "src/bootstrap.php" 301 ] 302 }, 303 "notification-url": "https://packagist.org/downloads/", 304 "license": [ 305 "MIT and GPL-3.0+" 306 ], 307 "authors": [ 308 { 309 "name": "Greg Roach", 310 "email": "fisharebest@gmail.com" 311 } 312 ], 313 "description": "Polyfills for PHP 5.3 onwards", 314 "homepage": "https://github.com/fisharebest/php-polyfill", 315 "keywords": [ 316 "compat", 317 "compatibility", 318 "php", 319 "polyfill", 320 "shim" 321 ], 322 "time": "2016-01-03 20:11:41" 323 }, 324 { 325 "name": "ircmaxell/password-compat", 326 "version": "v1.0.4", 327 "source": { 328 "type": "git", 329 "url": "https://github.com/ircmaxell/password_compat.git", 330 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" 331 }, 332 "dist": { 333 "type": "zip", 334 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", 335 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", 336 "shasum": "" 337 }, 338 "require-dev": { 339 "phpunit/phpunit": "4.*" 340 }, 341 "type": "library", 342 "autoload": { 343 "files": [ 344 "lib/password.php" 345 ] 346 }, 347 "notification-url": "https://packagist.org/downloads/", 348 "license": [ 349 "MIT" 350 ], 351 "authors": [ 352 { 353 "name": "Anthony Ferrara", 354 "email": "ircmaxell@php.net", 355 "homepage": "http://blog.ircmaxell.com" 356 } 357 ], 358 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 359 "homepage": "https://github.com/ircmaxell/password_compat", 360 "keywords": [ 361 "hashing", 362 "password" 363 ], 364 "time": "2014-11-20 16:49:30" 365 }, 366 { 367 "name": "jakeasmith/http_build_url", 368 "version": "0.1.5", 369 "source": { 370 "type": "git", 371 "url": "https://github.com/jakeasmith/http_build_url.git", 372 "reference": "9d84710feab0f3d7c04c1e11dccef30ee350aad6" 373 }, 374 "dist": { 375 "type": "zip", 376 "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/9d84710feab0f3d7c04c1e11dccef30ee350aad6", 377 "reference": "9d84710feab0f3d7c04c1e11dccef30ee350aad6", 378 "shasum": "" 379 }, 380 "require-dev": { 381 "phpunit/phpunit": "~3.7" 382 }, 383 "type": "library", 384 "autoload": { 385 "files": [ 386 "src/http_build_url.php" 387 ] 388 }, 389 "notification-url": "https://packagist.org/downloads/", 390 "license": [ 391 "MIT" 392 ], 393 "authors": [ 394 { 395 "name": "Jake A. Smith", 396 "email": "theman@jakeasmith.com" 397 } 398 ], 399 "description": "Provides functionality for http_build_url() to environments without pecl_http.", 400 "time": "2014-11-17 16:24:50" 401 }, 402 { 403 "name": "michelf/php-markdown", 404 "version": "1.6.0", 405 "source": { 406 "type": "git", 407 "url": "https://github.com/michelf/php-markdown.git", 408 "reference": "156e56ee036505ec637d761ee62dc425d807183c" 409 }, 410 "dist": { 411 "type": "zip", 412 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c", 413 "reference": "156e56ee036505ec637d761ee62dc425d807183c", 414 "shasum": "" 415 }, 416 "require": { 417 "php": ">=5.3.0" 418 }, 419 "type": "library", 420 "extra": { 421 "branch-alias": { 422 "dev-lib": "1.4.x-dev" 423 } 424 }, 425 "autoload": { 426 "psr-0": { 427 "Michelf": "" 428 } 429 }, 430 "notification-url": "https://packagist.org/downloads/", 431 "license": [ 432 "BSD-3-Clause" 433 ], 434 "authors": [ 435 { 436 "name": "Michel Fortin", 437 "email": "michel.fortin@michelf.ca", 438 "homepage": "https://michelf.ca/", 439 "role": "Developer" 440 }, 441 { 442 "name": "John Gruber", 443 "homepage": "https://daringfireball.net/" 444 } 445 ], 446 "description": "PHP Markdown", 447 "homepage": "https://michelf.ca/projects/php-markdown/", 448 "keywords": [ 449 "markdown" 450 ], 451 "time": "2015-12-24 01:37:31" 452 }, 453 { 454 "name": "paragonie/random_compat", 455 "version": "1.1.4", 456 "source": { 457 "type": "git", 458 "url": "https://github.com/paragonie/random_compat.git", 459 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47" 460 }, 461 "dist": { 462 "type": "zip", 463 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47", 464 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47", 465 "shasum": "" 466 }, 467 "require": { 468 "php": ">=5.2.0" 469 }, 470 "require-dev": { 471 "phpunit/phpunit": "4.*|5.*" 472 }, 473 "suggest": { 474 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 475 }, 476 "type": "library", 477 "autoload": { 478 "files": [ 479 "lib/random.php" 480 ] 481 }, 482 "notification-url": "https://packagist.org/downloads/", 483 "license": [ 484 "MIT" 485 ], 486 "authors": [ 487 { 488 "name": "Paragon Initiative Enterprises", 489 "email": "security@paragonie.com", 490 "homepage": "https://paragonie.com" 491 } 492 ], 493 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 494 "keywords": [ 495 "csprng", 496 "pseudorandom", 497 "random" 498 ], 499 "time": "2015-12-10 14:48:13" 500 }, 501 { 502 "name": "pclzip/pclzip", 503 "version": "2.8.2", 504 "source": { 505 "type": "git", 506 "url": "https://github.com/ivanlanin/pclzip.git", 507 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" 508 }, 509 "dist": { 510 "type": "zip", 511 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 512 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 513 "shasum": "" 514 }, 515 "type": "library", 516 "autoload": { 517 "classmap": [ 518 "pclzip.lib.php" 519 ] 520 }, 521 "notification-url": "https://packagist.org/downloads/", 522 "license": [ 523 "LGPL-2.1" 524 ], 525 "authors": [ 526 { 527 "name": "Vincent Blavet" 528 } 529 ], 530 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", 531 "homepage": "http://www.phpconcept.net/pclzip", 532 "keywords": [ 533 "php", 534 "zip" 535 ], 536 "time": "2014-06-05 11:42:24" 537 }, 538 { 539 "name": "rhumsaa/uuid", 540 "version": "2.8.2", 541 "source": { 542 "type": "git", 543 "url": "https://github.com/ramsey/rhumsaa-uuid.git", 544 "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530" 545 }, 546 "dist": { 547 "type": "zip", 548 "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530", 549 "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530", 550 "shasum": "" 551 }, 552 "require": { 553 "php": ">=5.3.3" 554 }, 555 "replace": { 556 "rhumsaa/uuid": "self.version" 557 }, 558 "require-dev": { 559 "doctrine/dbal": ">=2.3", 560 "jakub-onderka/php-parallel-lint": "^0.9.0", 561 "moontoast/math": "~1.1", 562 "phpunit/phpunit": "~4.1", 563 "satooshi/php-coveralls": "~0.6", 564 "squizlabs/php_codesniffer": "^2.3", 565 "symfony/console": "~2.3" 566 }, 567 "suggest": { 568 "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", 569 "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", 570 "symfony/console": "Support for use of the bin/uuid command line tool." 571 }, 572 "bin": [ 573 "bin/uuid" 574 ], 575 "type": "library", 576 "autoload": { 577 "psr-4": { 578 "Rhumsaa\\Uuid\\": "src/" 579 } 580 }, 581 "notification-url": "https://packagist.org/downloads/", 582 "license": [ 583 "MIT" 584 ], 585 "authors": [ 586 { 587 "name": "Marijn Huizendveld", 588 "email": "marijn.huizendveld@gmail.com" 589 }, 590 { 591 "name": "Ben Ramsey", 592 "homepage": "http://benramsey.com" 593 } 594 ], 595 "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).", 596 "homepage": "https://github.com/ramsey/rhumsaa-uuid", 597 "keywords": [ 598 "guid", 599 "identifier", 600 "uuid" 601 ], 602 "abandoned": "ramsey/uuid", 603 "time": "2015-07-23 19:00:41" 604 }, 605 { 606 "name": "symfony/intl", 607 "version": "v2.8.1", 608 "source": { 609 "type": "git", 610 "url": "https://github.com/symfony/intl.git", 611 "reference": "3bac8c613f94f8e497d4da6a8c439839e0ebd7b4" 612 }, 613 "dist": { 614 "type": "zip", 615 "url": "https://api.github.com/repos/symfony/intl/zipball/3bac8c613f94f8e497d4da6a8c439839e0ebd7b4", 616 "reference": "3bac8c613f94f8e497d4da6a8c439839e0ebd7b4", 617 "shasum": "" 618 }, 619 "require": { 620 "php": ">=5.3.9", 621 "symfony/polyfill-intl-icu": "~1.0", 622 "symfony/polyfill-php54": "~1.0" 623 }, 624 "require-dev": { 625 "symfony/filesystem": "~2.1|~3.0.0" 626 }, 627 "suggest": { 628 "ext-intl": "to use the component with locales other than \"en\"" 629 }, 630 "type": "library", 631 "extra": { 632 "branch-alias": { 633 "dev-master": "2.8-dev" 634 } 635 }, 636 "autoload": { 637 "psr-4": { 638 "Symfony\\Component\\Intl\\": "" 639 }, 640 "classmap": [ 641 "Resources/stubs" 642 ], 643 "exclude-from-classmap": [ 644 "/Tests/" 645 ] 646 }, 647 "notification-url": "https://packagist.org/downloads/", 648 "license": [ 649 "MIT" 650 ], 651 "authors": [ 652 { 653 "name": "Bernhard Schussek", 654 "email": "bschussek@gmail.com" 655 }, 656 { 657 "name": "Eriksen Costa", 658 "email": "eriksen.costa@infranology.com.br" 659 }, 660 { 661 "name": "Igor Wiedler", 662 "email": "igor@wiedler.ch" 663 }, 664 { 665 "name": "Symfony Community", 666 "homepage": "https://symfony.com/contributors" 667 } 668 ], 669 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", 670 "homepage": "https://symfony.com", 671 "keywords": [ 672 "i18n", 673 "icu", 674 "internationalization", 675 "intl", 676 "l10n", 677 "localization" 678 ], 679 "time": "2015-12-05 11:09:21" 680 }, 681 { 682 "name": "symfony/polyfill", 683 "version": "v1.0.1", 684 "source": { 685 "type": "git", 686 "url": "https://github.com/symfony/polyfill.git", 687 "reference": "dd9db1dc4013821a63f7afbd8340dd57939fe674" 688 }, 689 "dist": { 690 "type": "zip", 691 "url": "https://api.github.com/repos/symfony/polyfill/zipball/dd9db1dc4013821a63f7afbd8340dd57939fe674", 692 "reference": "dd9db1dc4013821a63f7afbd8340dd57939fe674", 693 "shasum": "" 694 }, 695 "require": { 696 "ircmaxell/password-compat": "~1.0", 697 "paragonie/random_compat": "~1.0", 698 "php": ">=5.3.3", 699 "symfony/intl": "~2.3|~3.0" 700 }, 701 "replace": { 702 "symfony/polyfill-iconv": "self.version", 703 "symfony/polyfill-intl-grapheme": "self.version", 704 "symfony/polyfill-intl-icu": "self.version", 705 "symfony/polyfill-intl-normalizer": "self.version", 706 "symfony/polyfill-mbstring": "self.version", 707 "symfony/polyfill-php54": "self.version", 708 "symfony/polyfill-php55": "self.version", 709 "symfony/polyfill-php56": "self.version", 710 "symfony/polyfill-php70": "self.version", 711 "symfony/polyfill-util": "self.version", 712 "symfony/polyfill-xml": "self.version" 713 }, 714 "type": "library", 715 "extra": { 716 "branch-alias": { 717 "dev-master": "1.0-dev" 718 } 719 }, 720 "autoload": { 721 "psr-4": { 722 "Symfony\\Polyfill\\": "src/" 723 }, 724 "files": [ 725 "src/Php54/bootstrap.php", 726 "src/Php55/bootstrap.php", 727 "src/Php56/bootstrap.php", 728 "src/Php70/bootstrap.php", 729 "src/Iconv/bootstrap.php", 730 "src/Intl/Grapheme/bootstrap.php", 731 "src/Intl/Icu/bootstrap.php", 732 "src/Intl/Normalizer/bootstrap.php", 733 "src/Mbstring/bootstrap.php", 734 "src/Xml/bootstrap.php" 735 ], 736 "classmap": [ 737 "src/Intl/Normalizer/Resources/stubs", 738 "src/Php70/Resources/stubs", 739 "src/Php54/Resources/stubs" 740 ] 741 }, 742 "notification-url": "https://packagist.org/downloads/", 743 "license": [ 744 "MIT" 745 ], 746 "authors": [ 747 { 748 "name": "Nicolas Grekas", 749 "email": "p@tchwork.com" 750 }, 751 { 752 "name": "Symfony Community", 753 "homepage": "https://symfony.com/contributors" 754 } 755 ], 756 "description": "Symfony polyfills backporting features to lower PHP versions", 757 "homepage": "https://symfony.com", 758 "keywords": [ 759 "compat", 760 "compatibility", 761 "polyfill", 762 "shim" 763 ], 764 "time": "2015-12-18 15:10:25" 765 }, 766 { 767 "name": "tecnickcom/tcpdf", 768 "version": "6.2.12", 769 "source": { 770 "type": "git", 771 "url": "https://github.com/tecnickcom/TCPDF.git", 772 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" 773 }, 774 "dist": { 775 "type": "zip", 776 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", 777 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", 778 "shasum": "" 779 }, 780 "require": { 781 "php": ">=5.3.0" 782 }, 783 "type": "library", 784 "autoload": { 785 "classmap": [ 786 "fonts", 787 "config", 788 "include", 789 "tcpdf.php", 790 "tcpdf_parser.php", 791 "tcpdf_import.php", 792 "tcpdf_barcodes_1d.php", 793 "tcpdf_barcodes_2d.php", 794 "include/tcpdf_colors.php", 795 "include/tcpdf_filters.php", 796 "include/tcpdf_font_data.php", 797 "include/tcpdf_fonts.php", 798 "include/tcpdf_images.php", 799 "include/tcpdf_static.php", 800 "include/barcodes/datamatrix.php", 801 "include/barcodes/pdf417.php", 802 "include/barcodes/qrcode.php" 803 ] 804 }, 805 "notification-url": "https://packagist.org/downloads/", 806 "license": [ 807 "LGPLv3" 808 ], 809 "authors": [ 810 { 811 "name": "Nicola Asuni", 812 "email": "info@tecnick.com", 813 "homepage": "http://nicolaasuni.tecnick.com" 814 } 815 ], 816 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 817 "homepage": "http://www.tcpdf.org/", 818 "keywords": [ 819 "PDFD32000-2008", 820 "TCPDF", 821 "barcodes", 822 "datamatrix", 823 "pdf", 824 "pdf417", 825 "qrcode" 826 ], 827 "time": "2015-09-12 10:08:34" 828 } 829 ], 830 "packages-dev": [ 831 { 832 "name": "doctrine/instantiator", 833 "version": "1.0.5", 834 "source": { 835 "type": "git", 836 "url": "https://github.com/doctrine/instantiator.git", 837 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" 838 }, 839 "dist": { 840 "type": "zip", 841 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", 842 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", 843 "shasum": "" 844 }, 845 "require": { 846 "php": ">=5.3,<8.0-DEV" 847 }, 848 "require-dev": { 849 "athletic/athletic": "~0.1.8", 850 "ext-pdo": "*", 851 "ext-phar": "*", 852 "phpunit/phpunit": "~4.0", 853 "squizlabs/php_codesniffer": "~2.0" 854 }, 855 "type": "library", 856 "extra": { 857 "branch-alias": { 858 "dev-master": "1.0.x-dev" 859 } 860 }, 861 "autoload": { 862 "psr-4": { 863 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 864 } 865 }, 866 "notification-url": "https://packagist.org/downloads/", 867 "license": [ 868 "MIT" 869 ], 870 "authors": [ 871 { 872 "name": "Marco Pivetta", 873 "email": "ocramius@gmail.com", 874 "homepage": "http://ocramius.github.com/" 875 } 876 ], 877 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 878 "homepage": "https://github.com/doctrine/instantiator", 879 "keywords": [ 880 "constructor", 881 "instantiate" 882 ], 883 "time": "2015-06-14 21:17:01" 884 }, 885 { 886 "name": "fabpot/php-cs-fixer", 887 "version": "v1.11", 888 "source": { 889 "type": "git", 890 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", 891 "reference": "bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef" 892 }, 893 "dist": { 894 "type": "zip", 895 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef", 896 "reference": "bd3ec2c2b774e0e127ac2c737ec646d9cf2f9eef", 897 "shasum": "" 898 }, 899 "require": { 900 "ext-tokenizer": "*", 901 "php": ">=5.3.6", 902 "sebastian/diff": "~1.1", 903 "symfony/console": "~2.3|~3.0", 904 "symfony/event-dispatcher": "~2.1|~3.0", 905 "symfony/filesystem": "~2.1|~3.0", 906 "symfony/finder": "~2.1|~3.0", 907 "symfony/process": "~2.3|~3.0", 908 "symfony/stopwatch": "~2.5|~3.0" 909 }, 910 "require-dev": { 911 "satooshi/php-coveralls": "0.7.*@dev" 912 }, 913 "bin": [ 914 "php-cs-fixer" 915 ], 916 "type": "application", 917 "autoload": { 918 "psr-4": { 919 "Symfony\\CS\\": "Symfony/CS/" 920 } 921 }, 922 "notification-url": "https://packagist.org/downloads/", 923 "license": [ 924 "MIT" 925 ], 926 "authors": [ 927 { 928 "name": "Dariusz Rumiński", 929 "email": "dariusz.ruminski@gmail.com" 930 }, 931 { 932 "name": "Fabien Potencier", 933 "email": "fabien@symfony.com" 934 } 935 ], 936 "description": "A tool to automatically fix PHP code style", 937 "time": "2015-12-01 22:34:33" 938 }, 939 { 940 "name": "guzzle/guzzle", 941 "version": "v3.9.3", 942 "source": { 943 "type": "git", 944 "url": "https://github.com/guzzle/guzzle3.git", 945 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" 946 }, 947 "dist": { 948 "type": "zip", 949 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", 950 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", 951 "shasum": "" 952 }, 953 "require": { 954 "ext-curl": "*", 955 "php": ">=5.3.3", 956 "symfony/event-dispatcher": "~2.1" 957 }, 958 "replace": { 959 "guzzle/batch": "self.version", 960 "guzzle/cache": "self.version", 961 "guzzle/common": "self.version", 962 "guzzle/http": "self.version", 963 "guzzle/inflection": "self.version", 964 "guzzle/iterator": "self.version", 965 "guzzle/log": "self.version", 966 "guzzle/parser": "self.version", 967 "guzzle/plugin": "self.version", 968 "guzzle/plugin-async": "self.version", 969 "guzzle/plugin-backoff": "self.version", 970 "guzzle/plugin-cache": "self.version", 971 "guzzle/plugin-cookie": "self.version", 972 "guzzle/plugin-curlauth": "self.version", 973 "guzzle/plugin-error-response": "self.version", 974 "guzzle/plugin-history": "self.version", 975 "guzzle/plugin-log": "self.version", 976 "guzzle/plugin-md5": "self.version", 977 "guzzle/plugin-mock": "self.version", 978 "guzzle/plugin-oauth": "self.version", 979 "guzzle/service": "self.version", 980 "guzzle/stream": "self.version" 981 }, 982 "require-dev": { 983 "doctrine/cache": "~1.3", 984 "monolog/monolog": "~1.0", 985 "phpunit/phpunit": "3.7.*", 986 "psr/log": "~1.0", 987 "symfony/class-loader": "~2.1", 988 "zendframework/zend-cache": "2.*,<2.3", 989 "zendframework/zend-log": "2.*,<2.3" 990 }, 991 "suggest": { 992 "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." 993 }, 994 "type": "library", 995 "extra": { 996 "branch-alias": { 997 "dev-master": "3.9-dev" 998 } 999 }, 1000 "autoload": { 1001 "psr-0": { 1002 "Guzzle": "src/", 1003 "Guzzle\\Tests": "tests/" 1004 } 1005 }, 1006 "notification-url": "https://packagist.org/downloads/", 1007 "license": [ 1008 "MIT" 1009 ], 1010 "authors": [ 1011 { 1012 "name": "Michael Dowling", 1013 "email": "mtdowling@gmail.com", 1014 "homepage": "https://github.com/mtdowling" 1015 }, 1016 { 1017 "name": "Guzzle Community", 1018 "homepage": "https://github.com/guzzle/guzzle/contributors" 1019 } 1020 ], 1021 "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", 1022 "homepage": "http://guzzlephp.org/", 1023 "keywords": [ 1024 "client", 1025 "curl", 1026 "framework", 1027 "http", 1028 "http client", 1029 "rest", 1030 "web service" 1031 ], 1032 "time": "2015-03-18 18:23:50" 1033 }, 1034 { 1035 "name": "hamcrest/hamcrest-php", 1036 "version": "v1.2.2", 1037 "source": { 1038 "type": "git", 1039 "url": "https://github.com/hamcrest/hamcrest-php.git", 1040 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" 1041 }, 1042 "dist": { 1043 "type": "zip", 1044 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", 1045 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", 1046 "shasum": "" 1047 }, 1048 "require": { 1049 "php": ">=5.3.2" 1050 }, 1051 "replace": { 1052 "cordoval/hamcrest-php": "*", 1053 "davedevelopment/hamcrest-php": "*", 1054 "kodova/hamcrest-php": "*" 1055 }, 1056 "require-dev": { 1057 "phpunit/php-file-iterator": "1.3.3", 1058 "satooshi/php-coveralls": "dev-master" 1059 }, 1060 "type": "library", 1061 "autoload": { 1062 "classmap": [ 1063 "hamcrest" 1064 ], 1065 "files": [ 1066 "hamcrest/Hamcrest.php" 1067 ] 1068 }, 1069 "notification-url": "https://packagist.org/downloads/", 1070 "license": [ 1071 "BSD" 1072 ], 1073 "description": "This is the PHP port of Hamcrest Matchers", 1074 "keywords": [ 1075 "test" 1076 ], 1077 "time": "2015-05-11 14:41:42" 1078 }, 1079 { 1080 "name": "mockery/mockery", 1081 "version": "0.9.4", 1082 "source": { 1083 "type": "git", 1084 "url": "https://github.com/padraic/mockery.git", 1085 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b" 1086 }, 1087 "dist": { 1088 "type": "zip", 1089 "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b", 1090 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b", 1091 "shasum": "" 1092 }, 1093 "require": { 1094 "hamcrest/hamcrest-php": "~1.1", 1095 "lib-pcre": ">=7.0", 1096 "php": ">=5.3.2" 1097 }, 1098 "require-dev": { 1099 "phpunit/phpunit": "~4.0" 1100 }, 1101 "type": "library", 1102 "extra": { 1103 "branch-alias": { 1104 "dev-master": "0.9.x-dev" 1105 } 1106 }, 1107 "autoload": { 1108 "psr-0": { 1109 "Mockery": "library/" 1110 } 1111 }, 1112 "notification-url": "https://packagist.org/downloads/", 1113 "license": [ 1114 "BSD-3-Clause" 1115 ], 1116 "authors": [ 1117 { 1118 "name": "Pádraic Brady", 1119 "email": "padraic.brady@gmail.com", 1120 "homepage": "http://blog.astrumfutura.com" 1121 }, 1122 { 1123 "name": "Dave Marshall", 1124 "email": "dave.marshall@atstsolutions.co.uk", 1125 "homepage": "http://davedevelopment.co.uk" 1126 } 1127 ], 1128 "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.", 1129 "homepage": "http://github.com/padraic/mockery", 1130 "keywords": [ 1131 "BDD", 1132 "TDD", 1133 "library", 1134 "mock", 1135 "mock objects", 1136 "mockery", 1137 "stub", 1138 "test", 1139 "test double", 1140 "testing" 1141 ], 1142 "time": "2015-04-02 19:54:00" 1143 }, 1144 { 1145 "name": "phpdocumentor/reflection-docblock", 1146 "version": "2.0.4", 1147 "source": { 1148 "type": "git", 1149 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 1150 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" 1151 }, 1152 "dist": { 1153 "type": "zip", 1154 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", 1155 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", 1156 "shasum": "" 1157 }, 1158 "require": { 1159 "php": ">=5.3.3" 1160 }, 1161 "require-dev": { 1162 "phpunit/phpunit": "~4.0" 1163 }, 1164 "suggest": { 1165 "dflydev/markdown": "~1.0", 1166 "erusev/parsedown": "~1.0" 1167 }, 1168 "type": "library", 1169 "extra": { 1170 "branch-alias": { 1171 "dev-master": "2.0.x-dev" 1172 } 1173 }, 1174 "autoload": { 1175 "psr-0": { 1176 "phpDocumentor": [ 1177 "src/" 1178 ] 1179 } 1180 }, 1181 "notification-url": "https://packagist.org/downloads/", 1182 "license": [ 1183 "MIT" 1184 ], 1185 "authors": [ 1186 { 1187 "name": "Mike van Riel", 1188 "email": "mike.vanriel@naenius.com" 1189 } 1190 ], 1191 "time": "2015-02-03 12:10:50" 1192 }, 1193 { 1194 "name": "phpspec/prophecy", 1195 "version": "v1.5.0", 1196 "source": { 1197 "type": "git", 1198 "url": "https://github.com/phpspec/prophecy.git", 1199 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" 1200 }, 1201 "dist": { 1202 "type": "zip", 1203 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", 1204 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", 1205 "shasum": "" 1206 }, 1207 "require": { 1208 "doctrine/instantiator": "^1.0.2", 1209 "phpdocumentor/reflection-docblock": "~2.0", 1210 "sebastian/comparator": "~1.1" 1211 }, 1212 "require-dev": { 1213 "phpspec/phpspec": "~2.0" 1214 }, 1215 "type": "library", 1216 "extra": { 1217 "branch-alias": { 1218 "dev-master": "1.4.x-dev" 1219 } 1220 }, 1221 "autoload": { 1222 "psr-0": { 1223 "Prophecy\\": "src/" 1224 } 1225 }, 1226 "notification-url": "https://packagist.org/downloads/", 1227 "license": [ 1228 "MIT" 1229 ], 1230 "authors": [ 1231 { 1232 "name": "Konstantin Kudryashov", 1233 "email": "ever.zet@gmail.com", 1234 "homepage": "http://everzet.com" 1235 }, 1236 { 1237 "name": "Marcello Duarte", 1238 "email": "marcello.duarte@gmail.com" 1239 } 1240 ], 1241 "description": "Highly opinionated mocking framework for PHP 5.3+", 1242 "homepage": "https://github.com/phpspec/prophecy", 1243 "keywords": [ 1244 "Double", 1245 "Dummy", 1246 "fake", 1247 "mock", 1248 "spy", 1249 "stub" 1250 ], 1251 "time": "2015-08-13 10:07:40" 1252 }, 1253 { 1254 "name": "phpunit/php-code-coverage", 1255 "version": "2.2.4", 1256 "source": { 1257 "type": "git", 1258 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 1259 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" 1260 }, 1261 "dist": { 1262 "type": "zip", 1263 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", 1264 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", 1265 "shasum": "" 1266 }, 1267 "require": { 1268 "php": ">=5.3.3", 1269 "phpunit/php-file-iterator": "~1.3", 1270 "phpunit/php-text-template": "~1.2", 1271 "phpunit/php-token-stream": "~1.3", 1272 "sebastian/environment": "^1.3.2", 1273 "sebastian/version": "~1.0" 1274 }, 1275 "require-dev": { 1276 "ext-xdebug": ">=2.1.4", 1277 "phpunit/phpunit": "~4" 1278 }, 1279 "suggest": { 1280 "ext-dom": "*", 1281 "ext-xdebug": ">=2.2.1", 1282 "ext-xmlwriter": "*" 1283 }, 1284 "type": "library", 1285 "extra": { 1286 "branch-alias": { 1287 "dev-master": "2.2.x-dev" 1288 } 1289 }, 1290 "autoload": { 1291 "classmap": [ 1292 "src/" 1293 ] 1294 }, 1295 "notification-url": "https://packagist.org/downloads/", 1296 "license": [ 1297 "BSD-3-Clause" 1298 ], 1299 "authors": [ 1300 { 1301 "name": "Sebastian Bergmann", 1302 "email": "sb@sebastian-bergmann.de", 1303 "role": "lead" 1304 } 1305 ], 1306 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 1307 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 1308 "keywords": [ 1309 "coverage", 1310 "testing", 1311 "xunit" 1312 ], 1313 "time": "2015-10-06 15:47:00" 1314 }, 1315 { 1316 "name": "phpunit/php-file-iterator", 1317 "version": "1.4.1", 1318 "source": { 1319 "type": "git", 1320 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 1321 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" 1322 }, 1323 "dist": { 1324 "type": "zip", 1325 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 1326 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 1327 "shasum": "" 1328 }, 1329 "require": { 1330 "php": ">=5.3.3" 1331 }, 1332 "type": "library", 1333 "extra": { 1334 "branch-alias": { 1335 "dev-master": "1.4.x-dev" 1336 } 1337 }, 1338 "autoload": { 1339 "classmap": [ 1340 "src/" 1341 ] 1342 }, 1343 "notification-url": "https://packagist.org/downloads/", 1344 "license": [ 1345 "BSD-3-Clause" 1346 ], 1347 "authors": [ 1348 { 1349 "name": "Sebastian Bergmann", 1350 "email": "sb@sebastian-bergmann.de", 1351 "role": "lead" 1352 } 1353 ], 1354 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 1355 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 1356 "keywords": [ 1357 "filesystem", 1358 "iterator" 1359 ], 1360 "time": "2015-06-21 13:08:43" 1361 }, 1362 { 1363 "name": "phpunit/php-text-template", 1364 "version": "1.2.1", 1365 "source": { 1366 "type": "git", 1367 "url": "https://github.com/sebastianbergmann/php-text-template.git", 1368 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 1369 }, 1370 "dist": { 1371 "type": "zip", 1372 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1373 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1374 "shasum": "" 1375 }, 1376 "require": { 1377 "php": ">=5.3.3" 1378 }, 1379 "type": "library", 1380 "autoload": { 1381 "classmap": [ 1382 "src/" 1383 ] 1384 }, 1385 "notification-url": "https://packagist.org/downloads/", 1386 "license": [ 1387 "BSD-3-Clause" 1388 ], 1389 "authors": [ 1390 { 1391 "name": "Sebastian Bergmann", 1392 "email": "sebastian@phpunit.de", 1393 "role": "lead" 1394 } 1395 ], 1396 "description": "Simple template engine.", 1397 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 1398 "keywords": [ 1399 "template" 1400 ], 1401 "time": "2015-06-21 13:50:34" 1402 }, 1403 { 1404 "name": "phpunit/php-timer", 1405 "version": "1.0.7", 1406 "source": { 1407 "type": "git", 1408 "url": "https://github.com/sebastianbergmann/php-timer.git", 1409 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" 1410 }, 1411 "dist": { 1412 "type": "zip", 1413 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 1414 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 1415 "shasum": "" 1416 }, 1417 "require": { 1418 "php": ">=5.3.3" 1419 }, 1420 "type": "library", 1421 "autoload": { 1422 "classmap": [ 1423 "src/" 1424 ] 1425 }, 1426 "notification-url": "https://packagist.org/downloads/", 1427 "license": [ 1428 "BSD-3-Clause" 1429 ], 1430 "authors": [ 1431 { 1432 "name": "Sebastian Bergmann", 1433 "email": "sb@sebastian-bergmann.de", 1434 "role": "lead" 1435 } 1436 ], 1437 "description": "Utility class for timing", 1438 "homepage": "https://github.com/sebastianbergmann/php-timer/", 1439 "keywords": [ 1440 "timer" 1441 ], 1442 "time": "2015-06-21 08:01:12" 1443 }, 1444 { 1445 "name": "phpunit/php-token-stream", 1446 "version": "1.4.8", 1447 "source": { 1448 "type": "git", 1449 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 1450 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" 1451 }, 1452 "dist": { 1453 "type": "zip", 1454 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", 1455 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", 1456 "shasum": "" 1457 }, 1458 "require": { 1459 "ext-tokenizer": "*", 1460 "php": ">=5.3.3" 1461 }, 1462 "require-dev": { 1463 "phpunit/phpunit": "~4.2" 1464 }, 1465 "type": "library", 1466 "extra": { 1467 "branch-alias": { 1468 "dev-master": "1.4-dev" 1469 } 1470 }, 1471 "autoload": { 1472 "classmap": [ 1473 "src/" 1474 ] 1475 }, 1476 "notification-url": "https://packagist.org/downloads/", 1477 "license": [ 1478 "BSD-3-Clause" 1479 ], 1480 "authors": [ 1481 { 1482 "name": "Sebastian Bergmann", 1483 "email": "sebastian@phpunit.de" 1484 } 1485 ], 1486 "description": "Wrapper around PHP's tokenizer extension.", 1487 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 1488 "keywords": [ 1489 "tokenizer" 1490 ], 1491 "time": "2015-09-15 10:49:45" 1492 }, 1493 { 1494 "name": "phpunit/phpunit", 1495 "version": "4.8.21", 1496 "source": { 1497 "type": "git", 1498 "url": "https://github.com/sebastianbergmann/phpunit.git", 1499 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c" 1500 }, 1501 "dist": { 1502 "type": "zip", 1503 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c", 1504 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c", 1505 "shasum": "" 1506 }, 1507 "require": { 1508 "ext-dom": "*", 1509 "ext-json": "*", 1510 "ext-pcre": "*", 1511 "ext-reflection": "*", 1512 "ext-spl": "*", 1513 "php": ">=5.3.3", 1514 "phpspec/prophecy": "^1.3.1", 1515 "phpunit/php-code-coverage": "~2.1", 1516 "phpunit/php-file-iterator": "~1.4", 1517 "phpunit/php-text-template": "~1.2", 1518 "phpunit/php-timer": ">=1.0.6", 1519 "phpunit/phpunit-mock-objects": "~2.3", 1520 "sebastian/comparator": "~1.1", 1521 "sebastian/diff": "~1.2", 1522 "sebastian/environment": "~1.3", 1523 "sebastian/exporter": "~1.2", 1524 "sebastian/global-state": "~1.0", 1525 "sebastian/version": "~1.0", 1526 "symfony/yaml": "~2.1|~3.0" 1527 }, 1528 "suggest": { 1529 "phpunit/php-invoker": "~1.1" 1530 }, 1531 "bin": [ 1532 "phpunit" 1533 ], 1534 "type": "library", 1535 "extra": { 1536 "branch-alias": { 1537 "dev-master": "4.8.x-dev" 1538 } 1539 }, 1540 "autoload": { 1541 "classmap": [ 1542 "src/" 1543 ] 1544 }, 1545 "notification-url": "https://packagist.org/downloads/", 1546 "license": [ 1547 "BSD-3-Clause" 1548 ], 1549 "authors": [ 1550 { 1551 "name": "Sebastian Bergmann", 1552 "email": "sebastian@phpunit.de", 1553 "role": "lead" 1554 } 1555 ], 1556 "description": "The PHP Unit Testing framework.", 1557 "homepage": "https://phpunit.de/", 1558 "keywords": [ 1559 "phpunit", 1560 "testing", 1561 "xunit" 1562 ], 1563 "time": "2015-12-12 07:45:58" 1564 }, 1565 { 1566 "name": "phpunit/phpunit-mock-objects", 1567 "version": "2.3.8", 1568 "source": { 1569 "type": "git", 1570 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 1571 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" 1572 }, 1573 "dist": { 1574 "type": "zip", 1575 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", 1576 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", 1577 "shasum": "" 1578 }, 1579 "require": { 1580 "doctrine/instantiator": "^1.0.2", 1581 "php": ">=5.3.3", 1582 "phpunit/php-text-template": "~1.2", 1583 "sebastian/exporter": "~1.2" 1584 }, 1585 "require-dev": { 1586 "phpunit/phpunit": "~4.4" 1587 }, 1588 "suggest": { 1589 "ext-soap": "*" 1590 }, 1591 "type": "library", 1592 "extra": { 1593 "branch-alias": { 1594 "dev-master": "2.3.x-dev" 1595 } 1596 }, 1597 "autoload": { 1598 "classmap": [ 1599 "src/" 1600 ] 1601 }, 1602 "notification-url": "https://packagist.org/downloads/", 1603 "license": [ 1604 "BSD-3-Clause" 1605 ], 1606 "authors": [ 1607 { 1608 "name": "Sebastian Bergmann", 1609 "email": "sb@sebastian-bergmann.de", 1610 "role": "lead" 1611 } 1612 ], 1613 "description": "Mock Object library for PHPUnit", 1614 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 1615 "keywords": [ 1616 "mock", 1617 "xunit" 1618 ], 1619 "time": "2015-10-02 06:51:40" 1620 }, 1621 { 1622 "name": "psr/log", 1623 "version": "1.0.0", 1624 "source": { 1625 "type": "git", 1626 "url": "https://github.com/php-fig/log.git", 1627 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" 1628 }, 1629 "dist": { 1630 "type": "zip", 1631 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", 1632 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", 1633 "shasum": "" 1634 }, 1635 "type": "library", 1636 "autoload": { 1637 "psr-0": { 1638 "Psr\\Log\\": "" 1639 } 1640 }, 1641 "notification-url": "https://packagist.org/downloads/", 1642 "license": [ 1643 "MIT" 1644 ], 1645 "authors": [ 1646 { 1647 "name": "PHP-FIG", 1648 "homepage": "http://www.php-fig.org/" 1649 } 1650 ], 1651 "description": "Common interface for logging libraries", 1652 "keywords": [ 1653 "log", 1654 "psr", 1655 "psr-3" 1656 ], 1657 "time": "2012-12-21 11:40:51" 1658 }, 1659 { 1660 "name": "satooshi/php-coveralls", 1661 "version": "v1.0.0", 1662 "source": { 1663 "type": "git", 1664 "url": "https://github.com/satooshi/php-coveralls.git", 1665 "reference": "3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6" 1666 }, 1667 "dist": { 1668 "type": "zip", 1669 "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6", 1670 "reference": "3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6", 1671 "shasum": "" 1672 }, 1673 "require": { 1674 "ext-json": "*", 1675 "ext-simplexml": "*", 1676 "guzzle/guzzle": "^2.8|^3.0", 1677 "php": ">=5.3.3", 1678 "psr/log": "^1.0", 1679 "symfony/config": "^2.4|^3.0", 1680 "symfony/console": "^2.1|^3.0", 1681 "symfony/stopwatch": "^2.2|^3.0", 1682 "symfony/yaml": "^2.1|^3.0" 1683 }, 1684 "suggest": { 1685 "symfony/http-kernel": "Allows Symfony integration" 1686 }, 1687 "bin": [ 1688 "bin/coveralls" 1689 ], 1690 "type": "library", 1691 "extra": { 1692 "branch-alias": { 1693 "dev-master": "0.8-dev" 1694 } 1695 }, 1696 "autoload": { 1697 "psr-4": { 1698 "Satooshi\\": "src/Satooshi/" 1699 } 1700 }, 1701 "notification-url": "https://packagist.org/downloads/", 1702 "license": [ 1703 "MIT" 1704 ], 1705 "authors": [ 1706 { 1707 "name": "Kitamura Satoshi", 1708 "email": "with.no.parachute@gmail.com", 1709 "homepage": "https://www.facebook.com/satooshi.jp" 1710 } 1711 ], 1712 "description": "PHP client library for Coveralls API", 1713 "homepage": "https://github.com/satooshi/php-coveralls", 1714 "keywords": [ 1715 "ci", 1716 "coverage", 1717 "github", 1718 "test" 1719 ], 1720 "time": "2015-12-28 09:07:32" 1721 }, 1722 { 1723 "name": "sebastian/comparator", 1724 "version": "1.2.0", 1725 "source": { 1726 "type": "git", 1727 "url": "https://github.com/sebastianbergmann/comparator.git", 1728 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" 1729 }, 1730 "dist": { 1731 "type": "zip", 1732 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", 1733 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", 1734 "shasum": "" 1735 }, 1736 "require": { 1737 "php": ">=5.3.3", 1738 "sebastian/diff": "~1.2", 1739 "sebastian/exporter": "~1.2" 1740 }, 1741 "require-dev": { 1742 "phpunit/phpunit": "~4.4" 1743 }, 1744 "type": "library", 1745 "extra": { 1746 "branch-alias": { 1747 "dev-master": "1.2.x-dev" 1748 } 1749 }, 1750 "autoload": { 1751 "classmap": [ 1752 "src/" 1753 ] 1754 }, 1755 "notification-url": "https://packagist.org/downloads/", 1756 "license": [ 1757 "BSD-3-Clause" 1758 ], 1759 "authors": [ 1760 { 1761 "name": "Jeff Welch", 1762 "email": "whatthejeff@gmail.com" 1763 }, 1764 { 1765 "name": "Volker Dusch", 1766 "email": "github@wallbash.com" 1767 }, 1768 { 1769 "name": "Bernhard Schussek", 1770 "email": "bschussek@2bepublished.at" 1771 }, 1772 { 1773 "name": "Sebastian Bergmann", 1774 "email": "sebastian@phpunit.de" 1775 } 1776 ], 1777 "description": "Provides the functionality to compare PHP values for equality", 1778 "homepage": "http://www.github.com/sebastianbergmann/comparator", 1779 "keywords": [ 1780 "comparator", 1781 "compare", 1782 "equality" 1783 ], 1784 "time": "2015-07-26 15:48:44" 1785 }, 1786 { 1787 "name": "sebastian/diff", 1788 "version": "1.4.1", 1789 "source": { 1790 "type": "git", 1791 "url": "https://github.com/sebastianbergmann/diff.git", 1792 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" 1793 }, 1794 "dist": { 1795 "type": "zip", 1796 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", 1797 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", 1798 "shasum": "" 1799 }, 1800 "require": { 1801 "php": ">=5.3.3" 1802 }, 1803 "require-dev": { 1804 "phpunit/phpunit": "~4.8" 1805 }, 1806 "type": "library", 1807 "extra": { 1808 "branch-alias": { 1809 "dev-master": "1.4-dev" 1810 } 1811 }, 1812 "autoload": { 1813 "classmap": [ 1814 "src/" 1815 ] 1816 }, 1817 "notification-url": "https://packagist.org/downloads/", 1818 "license": [ 1819 "BSD-3-Clause" 1820 ], 1821 "authors": [ 1822 { 1823 "name": "Kore Nordmann", 1824 "email": "mail@kore-nordmann.de" 1825 }, 1826 { 1827 "name": "Sebastian Bergmann", 1828 "email": "sebastian@phpunit.de" 1829 } 1830 ], 1831 "description": "Diff implementation", 1832 "homepage": "https://github.com/sebastianbergmann/diff", 1833 "keywords": [ 1834 "diff" 1835 ], 1836 "time": "2015-12-08 07:14:41" 1837 }, 1838 { 1839 "name": "sebastian/environment", 1840 "version": "1.3.3", 1841 "source": { 1842 "type": "git", 1843 "url": "https://github.com/sebastianbergmann/environment.git", 1844 "reference": "6e7133793a8e5a5714a551a8324337374be209df" 1845 }, 1846 "dist": { 1847 "type": "zip", 1848 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df", 1849 "reference": "6e7133793a8e5a5714a551a8324337374be209df", 1850 "shasum": "" 1851 }, 1852 "require": { 1853 "php": ">=5.3.3" 1854 }, 1855 "require-dev": { 1856 "phpunit/phpunit": "~4.4" 1857 }, 1858 "type": "library", 1859 "extra": { 1860 "branch-alias": { 1861 "dev-master": "1.3.x-dev" 1862 } 1863 }, 1864 "autoload": { 1865 "classmap": [ 1866 "src/" 1867 ] 1868 }, 1869 "notification-url": "https://packagist.org/downloads/", 1870 "license": [ 1871 "BSD-3-Clause" 1872 ], 1873 "authors": [ 1874 { 1875 "name": "Sebastian Bergmann", 1876 "email": "sebastian@phpunit.de" 1877 } 1878 ], 1879 "description": "Provides functionality to handle HHVM/PHP environments", 1880 "homepage": "http://www.github.com/sebastianbergmann/environment", 1881 "keywords": [ 1882 "Xdebug", 1883 "environment", 1884 "hhvm" 1885 ], 1886 "time": "2015-12-02 08:37:27" 1887 }, 1888 { 1889 "name": "sebastian/exporter", 1890 "version": "1.2.1", 1891 "source": { 1892 "type": "git", 1893 "url": "https://github.com/sebastianbergmann/exporter.git", 1894 "reference": "7ae5513327cb536431847bcc0c10edba2701064e" 1895 }, 1896 "dist": { 1897 "type": "zip", 1898 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", 1899 "reference": "7ae5513327cb536431847bcc0c10edba2701064e", 1900 "shasum": "" 1901 }, 1902 "require": { 1903 "php": ">=5.3.3", 1904 "sebastian/recursion-context": "~1.0" 1905 }, 1906 "require-dev": { 1907 "phpunit/phpunit": "~4.4" 1908 }, 1909 "type": "library", 1910 "extra": { 1911 "branch-alias": { 1912 "dev-master": "1.2.x-dev" 1913 } 1914 }, 1915 "autoload": { 1916 "classmap": [ 1917 "src/" 1918 ] 1919 }, 1920 "notification-url": "https://packagist.org/downloads/", 1921 "license": [ 1922 "BSD-3-Clause" 1923 ], 1924 "authors": [ 1925 { 1926 "name": "Jeff Welch", 1927 "email": "whatthejeff@gmail.com" 1928 }, 1929 { 1930 "name": "Volker Dusch", 1931 "email": "github@wallbash.com" 1932 }, 1933 { 1934 "name": "Bernhard Schussek", 1935 "email": "bschussek@2bepublished.at" 1936 }, 1937 { 1938 "name": "Sebastian Bergmann", 1939 "email": "sebastian@phpunit.de" 1940 }, 1941 { 1942 "name": "Adam Harvey", 1943 "email": "aharvey@php.net" 1944 } 1945 ], 1946 "description": "Provides the functionality to export PHP variables for visualization", 1947 "homepage": "http://www.github.com/sebastianbergmann/exporter", 1948 "keywords": [ 1949 "export", 1950 "exporter" 1951 ], 1952 "time": "2015-06-21 07:55:53" 1953 }, 1954 { 1955 "name": "sebastian/global-state", 1956 "version": "1.1.1", 1957 "source": { 1958 "type": "git", 1959 "url": "https://github.com/sebastianbergmann/global-state.git", 1960 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" 1961 }, 1962 "dist": { 1963 "type": "zip", 1964 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", 1965 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", 1966 "shasum": "" 1967 }, 1968 "require": { 1969 "php": ">=5.3.3" 1970 }, 1971 "require-dev": { 1972 "phpunit/phpunit": "~4.2" 1973 }, 1974 "suggest": { 1975 "ext-uopz": "*" 1976 }, 1977 "type": "library", 1978 "extra": { 1979 "branch-alias": { 1980 "dev-master": "1.0-dev" 1981 } 1982 }, 1983 "autoload": { 1984 "classmap": [ 1985 "src/" 1986 ] 1987 }, 1988 "notification-url": "https://packagist.org/downloads/", 1989 "license": [ 1990 "BSD-3-Clause" 1991 ], 1992 "authors": [ 1993 { 1994 "name": "Sebastian Bergmann", 1995 "email": "sebastian@phpunit.de" 1996 } 1997 ], 1998 "description": "Snapshotting of global state", 1999 "homepage": "http://www.github.com/sebastianbergmann/global-state", 2000 "keywords": [ 2001 "global state" 2002 ], 2003 "time": "2015-10-12 03:26:01" 2004 }, 2005 { 2006 "name": "sebastian/recursion-context", 2007 "version": "1.0.2", 2008 "source": { 2009 "type": "git", 2010 "url": "https://github.com/sebastianbergmann/recursion-context.git", 2011 "reference": "913401df809e99e4f47b27cdd781f4a258d58791" 2012 }, 2013 "dist": { 2014 "type": "zip", 2015 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", 2016 "reference": "913401df809e99e4f47b27cdd781f4a258d58791", 2017 "shasum": "" 2018 }, 2019 "require": { 2020 "php": ">=5.3.3" 2021 }, 2022 "require-dev": { 2023 "phpunit/phpunit": "~4.4" 2024 }, 2025 "type": "library", 2026 "extra": { 2027 "branch-alias": { 2028 "dev-master": "1.0.x-dev" 2029 } 2030 }, 2031 "autoload": { 2032 "classmap": [ 2033 "src/" 2034 ] 2035 }, 2036 "notification-url": "https://packagist.org/downloads/", 2037 "license": [ 2038 "BSD-3-Clause" 2039 ], 2040 "authors": [ 2041 { 2042 "name": "Jeff Welch", 2043 "email": "whatthejeff@gmail.com" 2044 }, 2045 { 2046 "name": "Sebastian Bergmann", 2047 "email": "sebastian@phpunit.de" 2048 }, 2049 { 2050 "name": "Adam Harvey", 2051 "email": "aharvey@php.net" 2052 } 2053 ], 2054 "description": "Provides functionality to recursively process PHP variables", 2055 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2056 "time": "2015-11-11 19:50:13" 2057 }, 2058 { 2059 "name": "sebastian/version", 2060 "version": "1.0.6", 2061 "source": { 2062 "type": "git", 2063 "url": "https://github.com/sebastianbergmann/version.git", 2064 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" 2065 }, 2066 "dist": { 2067 "type": "zip", 2068 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 2069 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 2070 "shasum": "" 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": "sebastian@phpunit.de", 2086 "role": "lead" 2087 } 2088 ], 2089 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 2090 "homepage": "https://github.com/sebastianbergmann/version", 2091 "time": "2015-06-21 13:59:46" 2092 }, 2093 { 2094 "name": "symfony/config", 2095 "version": "v2.8.1", 2096 "source": { 2097 "type": "git", 2098 "url": "https://github.com/symfony/config.git", 2099 "reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2" 2100 }, 2101 "dist": { 2102 "type": "zip", 2103 "url": "https://api.github.com/repos/symfony/config/zipball/17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2", 2104 "reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2", 2105 "shasum": "" 2106 }, 2107 "require": { 2108 "php": ">=5.3.9", 2109 "symfony/filesystem": "~2.3|~3.0.0" 2110 }, 2111 "type": "library", 2112 "extra": { 2113 "branch-alias": { 2114 "dev-master": "2.8-dev" 2115 } 2116 }, 2117 "autoload": { 2118 "psr-4": { 2119 "Symfony\\Component\\Config\\": "" 2120 }, 2121 "exclude-from-classmap": [ 2122 "/Tests/" 2123 ] 2124 }, 2125 "notification-url": "https://packagist.org/downloads/", 2126 "license": [ 2127 "MIT" 2128 ], 2129 "authors": [ 2130 { 2131 "name": "Fabien Potencier", 2132 "email": "fabien@symfony.com" 2133 }, 2134 { 2135 "name": "Symfony Community", 2136 "homepage": "https://symfony.com/contributors" 2137 } 2138 ], 2139 "description": "Symfony Config Component", 2140 "homepage": "https://symfony.com", 2141 "time": "2015-12-26 13:37:56" 2142 }, 2143 { 2144 "name": "symfony/console", 2145 "version": "v2.8.1", 2146 "source": { 2147 "type": "git", 2148 "url": "https://github.com/symfony/console.git", 2149 "reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a" 2150 }, 2151 "dist": { 2152 "type": "zip", 2153 "url": "https://api.github.com/repos/symfony/console/zipball/2e06a5ccb19dcf9b89f1c6a677a39a8df773635a", 2154 "reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a", 2155 "shasum": "" 2156 }, 2157 "require": { 2158 "php": ">=5.3.9", 2159 "symfony/polyfill-mbstring": "~1.0" 2160 }, 2161 "require-dev": { 2162 "psr/log": "~1.0", 2163 "symfony/event-dispatcher": "~2.1|~3.0.0", 2164 "symfony/process": "~2.1|~3.0.0" 2165 }, 2166 "suggest": { 2167 "psr/log": "For using the console logger", 2168 "symfony/event-dispatcher": "", 2169 "symfony/process": "" 2170 }, 2171 "type": "library", 2172 "extra": { 2173 "branch-alias": { 2174 "dev-master": "2.8-dev" 2175 } 2176 }, 2177 "autoload": { 2178 "psr-4": { 2179 "Symfony\\Component\\Console\\": "" 2180 }, 2181 "exclude-from-classmap": [ 2182 "/Tests/" 2183 ] 2184 }, 2185 "notification-url": "https://packagist.org/downloads/", 2186 "license": [ 2187 "MIT" 2188 ], 2189 "authors": [ 2190 { 2191 "name": "Fabien Potencier", 2192 "email": "fabien@symfony.com" 2193 }, 2194 { 2195 "name": "Symfony Community", 2196 "homepage": "https://symfony.com/contributors" 2197 } 2198 ], 2199 "description": "Symfony Console Component", 2200 "homepage": "https://symfony.com", 2201 "time": "2015-12-22 10:25:57" 2202 }, 2203 { 2204 "name": "symfony/event-dispatcher", 2205 "version": "v2.8.1", 2206 "source": { 2207 "type": "git", 2208 "url": "https://github.com/symfony/event-dispatcher.git", 2209 "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc" 2210 }, 2211 "dist": { 2212 "type": "zip", 2213 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc", 2214 "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc", 2215 "shasum": "" 2216 }, 2217 "require": { 2218 "php": ">=5.3.9" 2219 }, 2220 "require-dev": { 2221 "psr/log": "~1.0", 2222 "symfony/config": "~2.0,>=2.0.5|~3.0.0", 2223 "symfony/dependency-injection": "~2.6|~3.0.0", 2224 "symfony/expression-language": "~2.6|~3.0.0", 2225 "symfony/stopwatch": "~2.3|~3.0.0" 2226 }, 2227 "suggest": { 2228 "symfony/dependency-injection": "", 2229 "symfony/http-kernel": "" 2230 }, 2231 "type": "library", 2232 "extra": { 2233 "branch-alias": { 2234 "dev-master": "2.8-dev" 2235 } 2236 }, 2237 "autoload": { 2238 "psr-4": { 2239 "Symfony\\Component\\EventDispatcher\\": "" 2240 }, 2241 "exclude-from-classmap": [ 2242 "/Tests/" 2243 ] 2244 }, 2245 "notification-url": "https://packagist.org/downloads/", 2246 "license": [ 2247 "MIT" 2248 ], 2249 "authors": [ 2250 { 2251 "name": "Fabien Potencier", 2252 "email": "fabien@symfony.com" 2253 }, 2254 { 2255 "name": "Symfony Community", 2256 "homepage": "https://symfony.com/contributors" 2257 } 2258 ], 2259 "description": "Symfony EventDispatcher Component", 2260 "homepage": "https://symfony.com", 2261 "time": "2015-10-30 20:15:42" 2262 }, 2263 { 2264 "name": "symfony/filesystem", 2265 "version": "v2.8.1", 2266 "source": { 2267 "type": "git", 2268 "url": "https://github.com/symfony/filesystem.git", 2269 "reference": "a7ad724530a764d70c168d321ac226ba3d2f10fc" 2270 }, 2271 "dist": { 2272 "type": "zip", 2273 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a7ad724530a764d70c168d321ac226ba3d2f10fc", 2274 "reference": "a7ad724530a764d70c168d321ac226ba3d2f10fc", 2275 "shasum": "" 2276 }, 2277 "require": { 2278 "php": ">=5.3.9" 2279 }, 2280 "type": "library", 2281 "extra": { 2282 "branch-alias": { 2283 "dev-master": "2.8-dev" 2284 } 2285 }, 2286 "autoload": { 2287 "psr-4": { 2288 "Symfony\\Component\\Filesystem\\": "" 2289 }, 2290 "exclude-from-classmap": [ 2291 "/Tests/" 2292 ] 2293 }, 2294 "notification-url": "https://packagist.org/downloads/", 2295 "license": [ 2296 "MIT" 2297 ], 2298 "authors": [ 2299 { 2300 "name": "Fabien Potencier", 2301 "email": "fabien@symfony.com" 2302 }, 2303 { 2304 "name": "Symfony Community", 2305 "homepage": "https://symfony.com/contributors" 2306 } 2307 ], 2308 "description": "Symfony Filesystem Component", 2309 "homepage": "https://symfony.com", 2310 "time": "2015-12-22 10:25:57" 2311 }, 2312 { 2313 "name": "symfony/finder", 2314 "version": "v2.8.1", 2315 "source": { 2316 "type": "git", 2317 "url": "https://github.com/symfony/finder.git", 2318 "reference": "dd41ae57f4f737be271d944a0cc5f5f21203a7c6" 2319 }, 2320 "dist": { 2321 "type": "zip", 2322 "url": "https://api.github.com/repos/symfony/finder/zipball/dd41ae57f4f737be271d944a0cc5f5f21203a7c6", 2323 "reference": "dd41ae57f4f737be271d944a0cc5f5f21203a7c6", 2324 "shasum": "" 2325 }, 2326 "require": { 2327 "php": ">=5.3.9" 2328 }, 2329 "type": "library", 2330 "extra": { 2331 "branch-alias": { 2332 "dev-master": "2.8-dev" 2333 } 2334 }, 2335 "autoload": { 2336 "psr-4": { 2337 "Symfony\\Component\\Finder\\": "" 2338 }, 2339 "exclude-from-classmap": [ 2340 "/Tests/" 2341 ] 2342 }, 2343 "notification-url": "https://packagist.org/downloads/", 2344 "license": [ 2345 "MIT" 2346 ], 2347 "authors": [ 2348 { 2349 "name": "Fabien Potencier", 2350 "email": "fabien@symfony.com" 2351 }, 2352 { 2353 "name": "Symfony Community", 2354 "homepage": "https://symfony.com/contributors" 2355 } 2356 ], 2357 "description": "Symfony Finder Component", 2358 "homepage": "https://symfony.com", 2359 "time": "2015-12-05 11:09:21" 2360 }, 2361 { 2362 "name": "symfony/process", 2363 "version": "v2.8.1", 2364 "source": { 2365 "type": "git", 2366 "url": "https://github.com/symfony/process.git", 2367 "reference": "62c254438b5040bc2217156e1570cf2206e8540c" 2368 }, 2369 "dist": { 2370 "type": "zip", 2371 "url": "https://api.github.com/repos/symfony/process/zipball/62c254438b5040bc2217156e1570cf2206e8540c", 2372 "reference": "62c254438b5040bc2217156e1570cf2206e8540c", 2373 "shasum": "" 2374 }, 2375 "require": { 2376 "php": ">=5.3.9" 2377 }, 2378 "type": "library", 2379 "extra": { 2380 "branch-alias": { 2381 "dev-master": "2.8-dev" 2382 } 2383 }, 2384 "autoload": { 2385 "psr-4": { 2386 "Symfony\\Component\\Process\\": "" 2387 }, 2388 "exclude-from-classmap": [ 2389 "/Tests/" 2390 ] 2391 }, 2392 "notification-url": "https://packagist.org/downloads/", 2393 "license": [ 2394 "MIT" 2395 ], 2396 "authors": [ 2397 { 2398 "name": "Fabien Potencier", 2399 "email": "fabien@symfony.com" 2400 }, 2401 { 2402 "name": "Symfony Community", 2403 "homepage": "https://symfony.com/contributors" 2404 } 2405 ], 2406 "description": "Symfony Process Component", 2407 "homepage": "https://symfony.com", 2408 "time": "2015-12-23 11:03:46" 2409 }, 2410 { 2411 "name": "symfony/stopwatch", 2412 "version": "v2.8.1", 2413 "source": { 2414 "type": "git", 2415 "url": "https://github.com/symfony/stopwatch.git", 2416 "reference": "5f1e2ebd1044da542d2b9510527836e8be92b1cb" 2417 }, 2418 "dist": { 2419 "type": "zip", 2420 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5f1e2ebd1044da542d2b9510527836e8be92b1cb", 2421 "reference": "5f1e2ebd1044da542d2b9510527836e8be92b1cb", 2422 "shasum": "" 2423 }, 2424 "require": { 2425 "php": ">=5.3.9" 2426 }, 2427 "type": "library", 2428 "extra": { 2429 "branch-alias": { 2430 "dev-master": "2.8-dev" 2431 } 2432 }, 2433 "autoload": { 2434 "psr-4": { 2435 "Symfony\\Component\\Stopwatch\\": "" 2436 }, 2437 "exclude-from-classmap": [ 2438 "/Tests/" 2439 ] 2440 }, 2441 "notification-url": "https://packagist.org/downloads/", 2442 "license": [ 2443 "MIT" 2444 ], 2445 "authors": [ 2446 { 2447 "name": "Fabien Potencier", 2448 "email": "fabien@symfony.com" 2449 }, 2450 { 2451 "name": "Symfony Community", 2452 "homepage": "https://symfony.com/contributors" 2453 } 2454 ], 2455 "description": "Symfony Stopwatch Component", 2456 "homepage": "https://symfony.com", 2457 "time": "2015-10-30 20:15:42" 2458 }, 2459 { 2460 "name": "symfony/yaml", 2461 "version": "v2.8.1", 2462 "source": { 2463 "type": "git", 2464 "url": "https://github.com/symfony/yaml.git", 2465 "reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966" 2466 }, 2467 "dist": { 2468 "type": "zip", 2469 "url": "https://api.github.com/repos/symfony/yaml/zipball/ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966", 2470 "reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966", 2471 "shasum": "" 2472 }, 2473 "require": { 2474 "php": ">=5.3.9" 2475 }, 2476 "type": "library", 2477 "extra": { 2478 "branch-alias": { 2479 "dev-master": "2.8-dev" 2480 } 2481 }, 2482 "autoload": { 2483 "psr-4": { 2484 "Symfony\\Component\\Yaml\\": "" 2485 }, 2486 "exclude-from-classmap": [ 2487 "/Tests/" 2488 ] 2489 }, 2490 "notification-url": "https://packagist.org/downloads/", 2491 "license": [ 2492 "MIT" 2493 ], 2494 "authors": [ 2495 { 2496 "name": "Fabien Potencier", 2497 "email": "fabien@symfony.com" 2498 }, 2499 { 2500 "name": "Symfony Community", 2501 "homepage": "https://symfony.com/contributors" 2502 } 2503 ], 2504 "description": "Symfony Yaml Component", 2505 "homepage": "https://symfony.com", 2506 "time": "2015-12-26 13:37:56" 2507 } 2508 ], 2509 "aliases": [], 2510 "minimum-stability": "stable", 2511 "stability-flags": [], 2512 "prefer-stable": false, 2513 "prefer-lowest": false, 2514 "platform": [], 2515 "platform-dev": [] 2516} 2517