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.0", 467 "source": { 468 "type": "git", 469 "url": "https://github.com/paragonie/random_compat.git", 470 "reference": "b0e69d10852716b2ccbdff69c75c477637220790" 471 }, 472 "dist": { 473 "type": "zip", 474 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/b0e69d10852716b2ccbdff69c75c477637220790", 475 "reference": "b0e69d10852716b2ccbdff69c75c477637220790", 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-06 03:52:05" 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": "v2.8.2", 619 "source": { 620 "type": "git", 621 "url": "https://github.com/symfony/intl.git", 622 "reference": "045a1beea48d159e1f637c469640943637681794" 623 }, 624 "dist": { 625 "type": "zip", 626 "url": "https://api.github.com/repos/symfony/intl/zipball/045a1beea48d159e1f637c469640943637681794", 627 "reference": "045a1beea48d159e1f637c469640943637681794", 628 "shasum": "" 629 }, 630 "require": { 631 "php": ">=5.3.9", 632 "symfony/polyfill-intl-icu": "~1.0", 633 "symfony/polyfill-php54": "~1.0" 634 }, 635 "require-dev": { 636 "symfony/filesystem": "~2.1|~3.0.0" 637 }, 638 "suggest": { 639 "ext-intl": "to use the component with locales other than \"en\"" 640 }, 641 "type": "library", 642 "extra": { 643 "branch-alias": { 644 "dev-master": "2.8-dev" 645 } 646 }, 647 "autoload": { 648 "psr-4": { 649 "Symfony\\Component\\Intl\\": "" 650 }, 651 "classmap": [ 652 "Resources/stubs" 653 ], 654 "exclude-from-classmap": [ 655 "/Tests/" 656 ] 657 }, 658 "notification-url": "https://packagist.org/downloads/", 659 "license": [ 660 "MIT" 661 ], 662 "authors": [ 663 { 664 "name": "Bernhard Schussek", 665 "email": "bschussek@gmail.com" 666 }, 667 { 668 "name": "Eriksen Costa", 669 "email": "eriksen.costa@infranology.com.br" 670 }, 671 { 672 "name": "Igor Wiedler", 673 "email": "igor@wiedler.ch" 674 }, 675 { 676 "name": "Symfony Community", 677 "homepage": "https://symfony.com/contributors" 678 } 679 ], 680 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", 681 "homepage": "https://symfony.com", 682 "keywords": [ 683 "i18n", 684 "icu", 685 "internationalization", 686 "intl", 687 "l10n", 688 "localization" 689 ], 690 "time": "2016-01-06 09:59:23" 691 }, 692 { 693 "name": "symfony/polyfill-apcu", 694 "version": "v1.1.0", 695 "source": { 696 "type": "git", 697 "url": "https://github.com/symfony/polyfill-apcu.git", 698 "reference": "d1911e6caeb4b6a4c8e2d5c46b978a66b3745e4c" 699 }, 700 "dist": { 701 "type": "zip", 702 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/d1911e6caeb4b6a4c8e2d5c46b978a66b3745e4c", 703 "reference": "d1911e6caeb4b6a4c8e2d5c46b978a66b3745e4c", 704 "shasum": "" 705 }, 706 "require": { 707 "php": ">=5.3.3" 708 }, 709 "type": "library", 710 "extra": { 711 "branch-alias": { 712 "dev-master": "1.1-dev" 713 } 714 }, 715 "autoload": { 716 "files": [ 717 "bootstrap.php" 718 ], 719 "classmap": [ 720 "Resources/stubs" 721 ] 722 }, 723 "notification-url": "https://packagist.org/downloads/", 724 "license": [ 725 "MIT" 726 ], 727 "authors": [ 728 { 729 "name": "Nicolas Grekas", 730 "email": "p@tchwork.com" 731 }, 732 { 733 "name": "Symfony Community", 734 "homepage": "https://symfony.com/contributors" 735 } 736 ], 737 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", 738 "homepage": "https://symfony.com", 739 "keywords": [ 740 "apcu", 741 "compatibility", 742 "polyfill", 743 "portable", 744 "shim" 745 ], 746 "time": "2016-01-20 09:13:37" 747 }, 748 { 749 "name": "symfony/polyfill-iconv", 750 "version": "v1.1.0", 751 "source": { 752 "type": "git", 753 "url": "https://github.com/symfony/polyfill-iconv.git", 754 "reference": "be8627f0936f86fed0bec16fe79ebb4337299764" 755 }, 756 "dist": { 757 "type": "zip", 758 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/be8627f0936f86fed0bec16fe79ebb4337299764", 759 "reference": "be8627f0936f86fed0bec16fe79ebb4337299764", 760 "shasum": "" 761 }, 762 "require": { 763 "php": ">=5.3.3" 764 }, 765 "suggest": { 766 "ext-iconv": "For best performance" 767 }, 768 "type": "library", 769 "extra": { 770 "branch-alias": { 771 "dev-master": "1.1-dev" 772 } 773 }, 774 "autoload": { 775 "psr-4": { 776 "Symfony\\Polyfill\\Iconv\\": "" 777 }, 778 "files": [ 779 "bootstrap.php" 780 ] 781 }, 782 "notification-url": "https://packagist.org/downloads/", 783 "license": [ 784 "MIT" 785 ], 786 "authors": [ 787 { 788 "name": "Nicolas Grekas", 789 "email": "p@tchwork.com" 790 }, 791 { 792 "name": "Symfony Community", 793 "homepage": "https://symfony.com/contributors" 794 } 795 ], 796 "description": "Symfony polyfill for the Iconv extension", 797 "homepage": "https://symfony.com", 798 "keywords": [ 799 "compatibility", 800 "iconv", 801 "polyfill", 802 "portable", 803 "shim" 804 ], 805 "time": "2016-01-20 09:13:37" 806 }, 807 { 808 "name": "symfony/polyfill-intl-grapheme", 809 "version": "v1.1.0", 810 "source": { 811 "type": "git", 812 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 813 "reference": "b5dc8c8413da1fada15e45a8059d90f7c05e309d" 814 }, 815 "dist": { 816 "type": "zip", 817 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b5dc8c8413da1fada15e45a8059d90f7c05e309d", 818 "reference": "b5dc8c8413da1fada15e45a8059d90f7c05e309d", 819 "shasum": "" 820 }, 821 "require": { 822 "php": ">=5.3.3" 823 }, 824 "type": "library", 825 "extra": { 826 "branch-alias": { 827 "dev-master": "1.1-dev" 828 } 829 }, 830 "autoload": { 831 "psr-4": { 832 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 833 }, 834 "files": [ 835 "bootstrap.php" 836 ] 837 }, 838 "notification-url": "https://packagist.org/downloads/", 839 "license": [ 840 "MIT" 841 ], 842 "authors": [ 843 { 844 "name": "Nicolas Grekas", 845 "email": "p@tchwork.com" 846 }, 847 { 848 "name": "Symfony Community", 849 "homepage": "https://symfony.com/contributors" 850 } 851 ], 852 "description": "Symfony polyfill for intl's grapheme_* functions", 853 "homepage": "https://symfony.com", 854 "keywords": [ 855 "compatibility", 856 "grapheme", 857 "intl", 858 "polyfill", 859 "portable", 860 "shim" 861 ], 862 "time": "2016-01-20 09:13:37" 863 }, 864 { 865 "name": "symfony/polyfill-intl-icu", 866 "version": "v1.1.0", 867 "source": { 868 "type": "git", 869 "url": "https://github.com/symfony/polyfill-intl-icu.git", 870 "reference": "66b0bb4abda229bc073eff6bbc8f2685bdaac165" 871 }, 872 "dist": { 873 "type": "zip", 874 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66b0bb4abda229bc073eff6bbc8f2685bdaac165", 875 "reference": "66b0bb4abda229bc073eff6bbc8f2685bdaac165", 876 "shasum": "" 877 }, 878 "require": { 879 "php": ">=5.3.3", 880 "symfony/intl": "~2.3|~3.0" 881 }, 882 "type": "library", 883 "extra": { 884 "branch-alias": { 885 "dev-master": "1.1-dev" 886 } 887 }, 888 "autoload": { 889 "files": [ 890 "bootstrap.php" 891 ] 892 }, 893 "notification-url": "https://packagist.org/downloads/", 894 "license": [ 895 "MIT" 896 ], 897 "authors": [ 898 { 899 "name": "Nicolas Grekas", 900 "email": "p@tchwork.com" 901 }, 902 { 903 "name": "Symfony Community", 904 "homepage": "https://symfony.com/contributors" 905 } 906 ], 907 "description": "Symfony polyfill for intl's ICU-related data and classes", 908 "homepage": "https://symfony.com", 909 "keywords": [ 910 "compatibility", 911 "icu", 912 "intl", 913 "polyfill", 914 "portable", 915 "shim" 916 ], 917 "time": "2016-01-20 09:13:37" 918 }, 919 { 920 "name": "symfony/polyfill-intl-normalizer", 921 "version": "v1.1.0", 922 "source": { 923 "type": "git", 924 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 925 "reference": "0f9a67d9bd1bf5c73730a9d1b940e5511943f49a" 926 }, 927 "dist": { 928 "type": "zip", 929 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/0f9a67d9bd1bf5c73730a9d1b940e5511943f49a", 930 "reference": "0f9a67d9bd1bf5c73730a9d1b940e5511943f49a", 931 "shasum": "" 932 }, 933 "require": { 934 "php": ">=5.3.3" 935 }, 936 "type": "library", 937 "extra": { 938 "branch-alias": { 939 "dev-master": "1.1-dev" 940 } 941 }, 942 "autoload": { 943 "psr-4": { 944 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 945 }, 946 "files": [ 947 "bootstrap.php" 948 ], 949 "classmap": [ 950 "Resources/stubs" 951 ] 952 }, 953 "notification-url": "https://packagist.org/downloads/", 954 "license": [ 955 "MIT" 956 ], 957 "authors": [ 958 { 959 "name": "Nicolas Grekas", 960 "email": "p@tchwork.com" 961 }, 962 { 963 "name": "Symfony Community", 964 "homepage": "https://symfony.com/contributors" 965 } 966 ], 967 "description": "Symfony polyfill for intl's Normalizer class and related functions", 968 "homepage": "https://symfony.com", 969 "keywords": [ 970 "compatibility", 971 "intl", 972 "normalizer", 973 "polyfill", 974 "portable", 975 "shim" 976 ], 977 "time": "2016-01-20 09:13:37" 978 }, 979 { 980 "name": "symfony/polyfill-mbstring", 981 "version": "v1.1.0", 982 "source": { 983 "type": "git", 984 "url": "https://github.com/symfony/polyfill-mbstring.git", 985 "reference": "1289d16209491b584839022f29257ad859b8532d" 986 }, 987 "dist": { 988 "type": "zip", 989 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", 990 "reference": "1289d16209491b584839022f29257ad859b8532d", 991 "shasum": "" 992 }, 993 "require": { 994 "php": ">=5.3.3" 995 }, 996 "suggest": { 997 "ext-mbstring": "For best performance" 998 }, 999 "type": "library", 1000 "extra": { 1001 "branch-alias": { 1002 "dev-master": "1.1-dev" 1003 } 1004 }, 1005 "autoload": { 1006 "psr-4": { 1007 "Symfony\\Polyfill\\Mbstring\\": "" 1008 }, 1009 "files": [ 1010 "bootstrap.php" 1011 ] 1012 }, 1013 "notification-url": "https://packagist.org/downloads/", 1014 "license": [ 1015 "MIT" 1016 ], 1017 "authors": [ 1018 { 1019 "name": "Nicolas Grekas", 1020 "email": "p@tchwork.com" 1021 }, 1022 { 1023 "name": "Symfony Community", 1024 "homepage": "https://symfony.com/contributors" 1025 } 1026 ], 1027 "description": "Symfony polyfill for the Mbstring extension", 1028 "homepage": "https://symfony.com", 1029 "keywords": [ 1030 "compatibility", 1031 "mbstring", 1032 "polyfill", 1033 "portable", 1034 "shim" 1035 ], 1036 "time": "2016-01-20 09:13:37" 1037 }, 1038 { 1039 "name": "symfony/polyfill-php54", 1040 "version": "v1.1.0", 1041 "source": { 1042 "type": "git", 1043 "url": "https://github.com/symfony/polyfill-php54.git", 1044 "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054" 1045 }, 1046 "dist": { 1047 "type": "zip", 1048 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054", 1049 "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054", 1050 "shasum": "" 1051 }, 1052 "require": { 1053 "php": ">=5.3.3" 1054 }, 1055 "type": "library", 1056 "extra": { 1057 "branch-alias": { 1058 "dev-master": "1.1-dev" 1059 } 1060 }, 1061 "autoload": { 1062 "psr-4": { 1063 "Symfony\\Polyfill\\Php54\\": "" 1064 }, 1065 "files": [ 1066 "bootstrap.php" 1067 ], 1068 "classmap": [ 1069 "Resources/stubs" 1070 ] 1071 }, 1072 "notification-url": "https://packagist.org/downloads/", 1073 "license": [ 1074 "MIT" 1075 ], 1076 "authors": [ 1077 { 1078 "name": "Nicolas Grekas", 1079 "email": "p@tchwork.com" 1080 }, 1081 { 1082 "name": "Symfony Community", 1083 "homepage": "https://symfony.com/contributors" 1084 } 1085 ], 1086 "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", 1087 "homepage": "https://symfony.com", 1088 "keywords": [ 1089 "compatibility", 1090 "polyfill", 1091 "portable", 1092 "shim" 1093 ], 1094 "time": "2016-01-20 09:13:37" 1095 }, 1096 { 1097 "name": "symfony/polyfill-php55", 1098 "version": "v1.1.0", 1099 "source": { 1100 "type": "git", 1101 "url": "https://github.com/symfony/polyfill-php55.git", 1102 "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6" 1103 }, 1104 "dist": { 1105 "type": "zip", 1106 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6", 1107 "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6", 1108 "shasum": "" 1109 }, 1110 "require": { 1111 "ircmaxell/password-compat": "~1.0", 1112 "php": ">=5.3.3" 1113 }, 1114 "type": "library", 1115 "extra": { 1116 "branch-alias": { 1117 "dev-master": "1.1-dev" 1118 } 1119 }, 1120 "autoload": { 1121 "psr-4": { 1122 "Symfony\\Polyfill\\Php55\\": "" 1123 }, 1124 "files": [ 1125 "bootstrap.php" 1126 ] 1127 }, 1128 "notification-url": "https://packagist.org/downloads/", 1129 "license": [ 1130 "MIT" 1131 ], 1132 "authors": [ 1133 { 1134 "name": "Nicolas Grekas", 1135 "email": "p@tchwork.com" 1136 }, 1137 { 1138 "name": "Symfony Community", 1139 "homepage": "https://symfony.com/contributors" 1140 } 1141 ], 1142 "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", 1143 "homepage": "https://symfony.com", 1144 "keywords": [ 1145 "compatibility", 1146 "polyfill", 1147 "portable", 1148 "shim" 1149 ], 1150 "time": "2016-01-20 09:13:37" 1151 }, 1152 { 1153 "name": "symfony/polyfill-php56", 1154 "version": "v1.1.0", 1155 "source": { 1156 "type": "git", 1157 "url": "https://github.com/symfony/polyfill-php56.git", 1158 "reference": "4d891fff050101a53a4caabb03277284942d1ad9" 1159 }, 1160 "dist": { 1161 "type": "zip", 1162 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9", 1163 "reference": "4d891fff050101a53a4caabb03277284942d1ad9", 1164 "shasum": "" 1165 }, 1166 "require": { 1167 "php": ">=5.3.3", 1168 "symfony/polyfill-util": "~1.0" 1169 }, 1170 "type": "library", 1171 "extra": { 1172 "branch-alias": { 1173 "dev-master": "1.1-dev" 1174 } 1175 }, 1176 "autoload": { 1177 "psr-4": { 1178 "Symfony\\Polyfill\\Php56\\": "" 1179 }, 1180 "files": [ 1181 "bootstrap.php" 1182 ] 1183 }, 1184 "notification-url": "https://packagist.org/downloads/", 1185 "license": [ 1186 "MIT" 1187 ], 1188 "authors": [ 1189 { 1190 "name": "Nicolas Grekas", 1191 "email": "p@tchwork.com" 1192 }, 1193 { 1194 "name": "Symfony Community", 1195 "homepage": "https://symfony.com/contributors" 1196 } 1197 ], 1198 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", 1199 "homepage": "https://symfony.com", 1200 "keywords": [ 1201 "compatibility", 1202 "polyfill", 1203 "portable", 1204 "shim" 1205 ], 1206 "time": "2016-01-20 09:13:37" 1207 }, 1208 { 1209 "name": "symfony/polyfill-php70", 1210 "version": "v1.1.0", 1211 "source": { 1212 "type": "git", 1213 "url": "https://github.com/symfony/polyfill-php70.git", 1214 "reference": "8428ceddbbaf102f2906769a8ef2438220c5cb95" 1215 }, 1216 "dist": { 1217 "type": "zip", 1218 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/8428ceddbbaf102f2906769a8ef2438220c5cb95", 1219 "reference": "8428ceddbbaf102f2906769a8ef2438220c5cb95", 1220 "shasum": "" 1221 }, 1222 "require": { 1223 "paragonie/random_compat": "~1.0", 1224 "php": ">=5.3.3" 1225 }, 1226 "type": "library", 1227 "extra": { 1228 "branch-alias": { 1229 "dev-master": "1.1-dev" 1230 } 1231 }, 1232 "autoload": { 1233 "psr-4": { 1234 "Symfony\\Polyfill\\Php70\\": "" 1235 }, 1236 "files": [ 1237 "bootstrap.php" 1238 ], 1239 "classmap": [ 1240 "Resources/stubs" 1241 ] 1242 }, 1243 "notification-url": "https://packagist.org/downloads/", 1244 "license": [ 1245 "MIT" 1246 ], 1247 "authors": [ 1248 { 1249 "name": "Nicolas Grekas", 1250 "email": "p@tchwork.com" 1251 }, 1252 { 1253 "name": "Symfony Community", 1254 "homepage": "https://symfony.com/contributors" 1255 } 1256 ], 1257 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", 1258 "homepage": "https://symfony.com", 1259 "keywords": [ 1260 "compatibility", 1261 "polyfill", 1262 "portable", 1263 "shim" 1264 ], 1265 "time": "2016-01-25 08:44:42" 1266 }, 1267 { 1268 "name": "symfony/polyfill-util", 1269 "version": "v1.1.0", 1270 "source": { 1271 "type": "git", 1272 "url": "https://github.com/symfony/polyfill-util.git", 1273 "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4" 1274 }, 1275 "dist": { 1276 "type": "zip", 1277 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", 1278 "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", 1279 "shasum": "" 1280 }, 1281 "require": { 1282 "php": ">=5.3.3" 1283 }, 1284 "type": "library", 1285 "extra": { 1286 "branch-alias": { 1287 "dev-master": "1.1-dev" 1288 } 1289 }, 1290 "autoload": { 1291 "psr-4": { 1292 "Symfony\\Polyfill\\Util\\": "" 1293 } 1294 }, 1295 "notification-url": "https://packagist.org/downloads/", 1296 "license": [ 1297 "MIT" 1298 ], 1299 "authors": [ 1300 { 1301 "name": "Nicolas Grekas", 1302 "email": "p@tchwork.com" 1303 }, 1304 { 1305 "name": "Symfony Community", 1306 "homepage": "https://symfony.com/contributors" 1307 } 1308 ], 1309 "description": "Symfony utilities for portability of PHP codes", 1310 "homepage": "https://symfony.com", 1311 "keywords": [ 1312 "compat", 1313 "compatibility", 1314 "polyfill", 1315 "shim" 1316 ], 1317 "time": "2016-01-20 09:13:37" 1318 }, 1319 { 1320 "name": "symfony/polyfill-xml", 1321 "version": "v1.1.0", 1322 "source": { 1323 "type": "git", 1324 "url": "https://github.com/symfony/polyfill-xml.git", 1325 "reference": "b3a7a6da793249721dd248b2d8debfc6ad9ab2d5" 1326 }, 1327 "dist": { 1328 "type": "zip", 1329 "url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/b3a7a6da793249721dd248b2d8debfc6ad9ab2d5", 1330 "reference": "b3a7a6da793249721dd248b2d8debfc6ad9ab2d5", 1331 "shasum": "" 1332 }, 1333 "require": { 1334 "php": ">=5.3.3" 1335 }, 1336 "suggest": { 1337 "ext-xml": "For best performance" 1338 }, 1339 "type": "library", 1340 "extra": { 1341 "branch-alias": { 1342 "dev-master": "1.1-dev" 1343 } 1344 }, 1345 "autoload": { 1346 "psr-4": { 1347 "Symfony\\Polyfill\\Xml\\": "" 1348 }, 1349 "files": [ 1350 "bootstrap.php" 1351 ] 1352 }, 1353 "notification-url": "https://packagist.org/downloads/", 1354 "license": [ 1355 "MIT" 1356 ], 1357 "authors": [ 1358 { 1359 "name": "Nicolas Grekas", 1360 "email": "p@tchwork.com" 1361 }, 1362 { 1363 "name": "Symfony Community", 1364 "homepage": "https://symfony.com/contributors" 1365 } 1366 ], 1367 "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions", 1368 "homepage": "https://symfony.com", 1369 "keywords": [ 1370 "compatibility", 1371 "polyfill", 1372 "portable", 1373 "shim" 1374 ], 1375 "time": "2016-01-20 09:13:37" 1376 }, 1377 { 1378 "name": "tecnickcom/tcpdf", 1379 "version": "6.2.12", 1380 "source": { 1381 "type": "git", 1382 "url": "https://github.com/tecnickcom/TCPDF.git", 1383 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" 1384 }, 1385 "dist": { 1386 "type": "zip", 1387 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", 1388 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", 1389 "shasum": "" 1390 }, 1391 "require": { 1392 "php": ">=5.3.0" 1393 }, 1394 "type": "library", 1395 "autoload": { 1396 "classmap": [ 1397 "fonts", 1398 "config", 1399 "include", 1400 "tcpdf.php", 1401 "tcpdf_parser.php", 1402 "tcpdf_import.php", 1403 "tcpdf_barcodes_1d.php", 1404 "tcpdf_barcodes_2d.php", 1405 "include/tcpdf_colors.php", 1406 "include/tcpdf_filters.php", 1407 "include/tcpdf_font_data.php", 1408 "include/tcpdf_fonts.php", 1409 "include/tcpdf_images.php", 1410 "include/tcpdf_static.php", 1411 "include/barcodes/datamatrix.php", 1412 "include/barcodes/pdf417.php", 1413 "include/barcodes/qrcode.php" 1414 ] 1415 }, 1416 "notification-url": "https://packagist.org/downloads/", 1417 "license": [ 1418 "LGPLv3" 1419 ], 1420 "authors": [ 1421 { 1422 "name": "Nicola Asuni", 1423 "email": "info@tecnick.com", 1424 "homepage": "http://nicolaasuni.tecnick.com" 1425 } 1426 ], 1427 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 1428 "homepage": "http://www.tcpdf.org/", 1429 "keywords": [ 1430 "PDFD32000-2008", 1431 "TCPDF", 1432 "barcodes", 1433 "datamatrix", 1434 "pdf", 1435 "pdf417", 1436 "qrcode" 1437 ], 1438 "time": "2015-09-12 10:08:34" 1439 } 1440 ], 1441 "packages-dev": null, 1442 "aliases": [], 1443 "minimum-stability": "stable", 1444 "stability-flags": [], 1445 "prefer-stable": false, 1446 "prefer-lowest": false, 1447 "platform": [], 1448 "platform-dev": [] 1449} 1450