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