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": "8b201c8d0b76b5bb1bf0181a015456ad", 8 "content-hash": "b6adcc163b5722648ffbb28673ed9b83", 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.0.0", 274 "source": { 275 "type": "git", 276 "url": "https://github.com/fisharebest/php-polyfill.git", 277 "reference": "5b3e0dfab0d9086d98373bca34daeb52f6c6de47" 278 }, 279 "dist": { 280 "type": "zip", 281 "url": "https://api.github.com/repos/fisharebest/php-polyfill/zipball/5b3e0dfab0d9086d98373bca34daeb52f6c6de47", 282 "reference": "5b3e0dfab0d9086d98373bca34daeb52f6c6de47", 283 "shasum": "" 284 }, 285 "require": { 286 "fisharebest/ext-calendar": "~2.2", 287 "symfony/polyfill": "~1.0" 288 }, 289 "require-dev": { 290 "phpunit/phpunit": "*", 291 "satooshi/php-coveralls": "dev-master" 292 }, 293 "type": "library", 294 "autoload": { 295 "psr-4": { 296 "Fisharebest\\PhpPolyfill\\": "src/" 297 }, 298 "files": [ 299 "src/bootstrap.php" 300 ] 301 }, 302 "notification-url": "https://packagist.org/downloads/", 303 "license": [ 304 "MIT and GPL-3.0+" 305 ], 306 "authors": [ 307 { 308 "name": "Greg Roach", 309 "email": "fisharebest@gmail.com" 310 } 311 ], 312 "description": "Polyfills for PHP 5.3 onwards", 313 "homepage": "https://github.com/fisharebest/php-polyfill", 314 "keywords": [ 315 "compat", 316 "compatibility", 317 "php", 318 "polyfill", 319 "shim" 320 ], 321 "time": "2015-12-18 09:19:37" 322 }, 323 { 324 "name": "ircmaxell/password-compat", 325 "version": "v1.0.4", 326 "source": { 327 "type": "git", 328 "url": "https://github.com/ircmaxell/password_compat.git", 329 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" 330 }, 331 "dist": { 332 "type": "zip", 333 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", 334 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", 335 "shasum": "" 336 }, 337 "require-dev": { 338 "phpunit/phpunit": "4.*" 339 }, 340 "type": "library", 341 "autoload": { 342 "files": [ 343 "lib/password.php" 344 ] 345 }, 346 "notification-url": "https://packagist.org/downloads/", 347 "license": [ 348 "MIT" 349 ], 350 "authors": [ 351 { 352 "name": "Anthony Ferrara", 353 "email": "ircmaxell@php.net", 354 "homepage": "http://blog.ircmaxell.com" 355 } 356 ], 357 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 358 "homepage": "https://github.com/ircmaxell/password_compat", 359 "keywords": [ 360 "hashing", 361 "password" 362 ], 363 "time": "2014-11-20 16:49:30" 364 }, 365 { 366 "name": "michelf/php-markdown", 367 "version": "1.5.0", 368 "source": { 369 "type": "git", 370 "url": "https://github.com/michelf/php-markdown.git", 371 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9" 372 }, 373 "dist": { 374 "type": "zip", 375 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9", 376 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9", 377 "shasum": "" 378 }, 379 "require": { 380 "php": ">=5.3.0" 381 }, 382 "type": "library", 383 "extra": { 384 "branch-alias": { 385 "dev-lib": "1.4.x-dev" 386 } 387 }, 388 "autoload": { 389 "psr-0": { 390 "Michelf": "" 391 } 392 }, 393 "notification-url": "https://packagist.org/downloads/", 394 "license": [ 395 "BSD-3-Clause" 396 ], 397 "authors": [ 398 { 399 "name": "John Gruber", 400 "homepage": "http://daringfireball.net/" 401 }, 402 { 403 "name": "Michel Fortin", 404 "email": "michel.fortin@michelf.ca", 405 "homepage": "https://michelf.ca/", 406 "role": "Developer" 407 } 408 ], 409 "description": "PHP Markdown", 410 "homepage": "https://michelf.ca/projects/php-markdown/", 411 "keywords": [ 412 "markdown" 413 ], 414 "time": "2015-03-01 12:03:08" 415 }, 416 { 417 "name": "paragonie/random_compat", 418 "version": "1.1.4", 419 "source": { 420 "type": "git", 421 "url": "https://github.com/paragonie/random_compat.git", 422 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47" 423 }, 424 "dist": { 425 "type": "zip", 426 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47", 427 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47", 428 "shasum": "" 429 }, 430 "require": { 431 "php": ">=5.2.0" 432 }, 433 "require-dev": { 434 "phpunit/phpunit": "4.*|5.*" 435 }, 436 "suggest": { 437 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 438 }, 439 "type": "library", 440 "autoload": { 441 "files": [ 442 "lib/random.php" 443 ] 444 }, 445 "notification-url": "https://packagist.org/downloads/", 446 "license": [ 447 "MIT" 448 ], 449 "authors": [ 450 { 451 "name": "Paragon Initiative Enterprises", 452 "email": "security@paragonie.com", 453 "homepage": "https://paragonie.com" 454 } 455 ], 456 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 457 "keywords": [ 458 "csprng", 459 "pseudorandom", 460 "random" 461 ], 462 "time": "2015-12-10 14:48:13" 463 }, 464 { 465 "name": "pclzip/pclzip", 466 "version": "2.8.2", 467 "source": { 468 "type": "git", 469 "url": "https://github.com/ivanlanin/pclzip.git", 470 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" 471 }, 472 "dist": { 473 "type": "zip", 474 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 475 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 476 "shasum": "" 477 }, 478 "type": "library", 479 "autoload": { 480 "classmap": [ 481 "pclzip.lib.php" 482 ] 483 }, 484 "notification-url": "https://packagist.org/downloads/", 485 "license": [ 486 "LGPL-2.1" 487 ], 488 "authors": [ 489 { 490 "name": "Vincent Blavet" 491 } 492 ], 493 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", 494 "homepage": "http://www.phpconcept.net/pclzip", 495 "keywords": [ 496 "php", 497 "zip" 498 ], 499 "time": "2014-06-05 11:42:24" 500 }, 501 { 502 "name": "rhumsaa/uuid", 503 "version": "2.8.2", 504 "source": { 505 "type": "git", 506 "url": "https://github.com/ramsey/rhumsaa-uuid.git", 507 "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530" 508 }, 509 "dist": { 510 "type": "zip", 511 "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530", 512 "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530", 513 "shasum": "" 514 }, 515 "require": { 516 "php": ">=5.3.3" 517 }, 518 "replace": { 519 "rhumsaa/uuid": "self.version" 520 }, 521 "require-dev": { 522 "doctrine/dbal": ">=2.3", 523 "jakub-onderka/php-parallel-lint": "^0.9.0", 524 "moontoast/math": "~1.1", 525 "phpunit/phpunit": "~4.1", 526 "satooshi/php-coveralls": "~0.6", 527 "squizlabs/php_codesniffer": "^2.3", 528 "symfony/console": "~2.3" 529 }, 530 "suggest": { 531 "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", 532 "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", 533 "symfony/console": "Support for use of the bin/uuid command line tool." 534 }, 535 "bin": [ 536 "bin/uuid" 537 ], 538 "type": "library", 539 "autoload": { 540 "psr-4": { 541 "Rhumsaa\\Uuid\\": "src/" 542 } 543 }, 544 "notification-url": "https://packagist.org/downloads/", 545 "license": [ 546 "MIT" 547 ], 548 "authors": [ 549 { 550 "name": "Marijn Huizendveld", 551 "email": "marijn.huizendveld@gmail.com" 552 }, 553 { 554 "name": "Ben Ramsey", 555 "homepage": "http://benramsey.com" 556 } 557 ], 558 "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).", 559 "homepage": "https://github.com/ramsey/rhumsaa-uuid", 560 "keywords": [ 561 "guid", 562 "identifier", 563 "uuid" 564 ], 565 "abandoned": "ramsey/uuid", 566 "time": "2015-07-23 19:00:41" 567 }, 568 { 569 "name": "symfony/intl", 570 "version": "v2.8.0", 571 "source": { 572 "type": "git", 573 "url": "https://github.com/symfony/intl.git", 574 "reference": "3317b9125e4da6b5dd3427538a4abe511601f379" 575 }, 576 "dist": { 577 "type": "zip", 578 "url": "https://api.github.com/repos/symfony/intl/zipball/3317b9125e4da6b5dd3427538a4abe511601f379", 579 "reference": "3317b9125e4da6b5dd3427538a4abe511601f379", 580 "shasum": "" 581 }, 582 "require": { 583 "php": ">=5.3.9", 584 "symfony/polyfill-intl-icu": "~1.0", 585 "symfony/polyfill-php54": "~1.0" 586 }, 587 "require-dev": { 588 "symfony/filesystem": "~2.1|~3.0.0" 589 }, 590 "suggest": { 591 "ext-intl": "to use the component with locales other than \"en\"" 592 }, 593 "type": "library", 594 "extra": { 595 "branch-alias": { 596 "dev-master": "2.8-dev" 597 } 598 }, 599 "autoload": { 600 "psr-4": { 601 "Symfony\\Component\\Intl\\": "" 602 }, 603 "classmap": [ 604 "Resources/stubs" 605 ], 606 "exclude-from-classmap": [ 607 "/Tests/" 608 ] 609 }, 610 "notification-url": "https://packagist.org/downloads/", 611 "license": [ 612 "MIT" 613 ], 614 "authors": [ 615 { 616 "name": "Bernhard Schussek", 617 "email": "bschussek@gmail.com" 618 }, 619 { 620 "name": "Eriksen Costa", 621 "email": "eriksen.costa@infranology.com.br" 622 }, 623 { 624 "name": "Igor Wiedler", 625 "email": "igor@wiedler.ch" 626 }, 627 { 628 "name": "Symfony Community", 629 "homepage": "https://symfony.com/contributors" 630 } 631 ], 632 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", 633 "homepage": "https://symfony.com", 634 "keywords": [ 635 "i18n", 636 "icu", 637 "internationalization", 638 "intl", 639 "l10n", 640 "localization" 641 ], 642 "time": "2015-11-18 13:45:00" 643 }, 644 { 645 "name": "symfony/polyfill", 646 "version": "v1.0.0", 647 "source": { 648 "type": "git", 649 "url": "https://github.com/symfony/polyfill.git", 650 "reference": "fef21adc706d3bb8f31d37c503ded2160c76c64a" 651 }, 652 "dist": { 653 "type": "zip", 654 "url": "https://api.github.com/repos/symfony/polyfill/zipball/fef21adc706d3bb8f31d37c503ded2160c76c64a", 655 "reference": "fef21adc706d3bb8f31d37c503ded2160c76c64a", 656 "shasum": "" 657 }, 658 "require": { 659 "ircmaxell/password-compat": "~1.0", 660 "paragonie/random_compat": "~1.0", 661 "php": ">=5.3.3", 662 "symfony/intl": "~2.3|~3.0" 663 }, 664 "replace": { 665 "symfony/polyfill-iconv": "self.version", 666 "symfony/polyfill-intl-grapheme": "self.version", 667 "symfony/polyfill-intl-icu": "self.version", 668 "symfony/polyfill-intl-normalizer": "self.version", 669 "symfony/polyfill-mbstring": "self.version", 670 "symfony/polyfill-php54": "self.version", 671 "symfony/polyfill-php55": "self.version", 672 "symfony/polyfill-php56": "self.version", 673 "symfony/polyfill-php70": "self.version", 674 "symfony/polyfill-util": "self.version", 675 "symfony/polyfill-xml": "self.version" 676 }, 677 "type": "library", 678 "extra": { 679 "branch-alias": { 680 "dev-master": "1.0-dev" 681 } 682 }, 683 "autoload": { 684 "psr-4": { 685 "Symfony\\Polyfill\\": "src/" 686 }, 687 "files": [ 688 "src/Php54/bootstrap.php", 689 "src/Php55/bootstrap.php", 690 "src/Php56/bootstrap.php", 691 "src/Php70/bootstrap.php", 692 "src/Iconv/bootstrap.php", 693 "src/Intl/Grapheme/bootstrap.php", 694 "src/Intl/Icu/bootstrap.php", 695 "src/Intl/Normalizer/bootstrap.php", 696 "src/Mbstring/bootstrap.php", 697 "src/Xml/bootstrap.php" 698 ], 699 "classmap": [ 700 "src/Intl/Normalizer/Resources/stubs", 701 "src/Php70/Resources/stubs", 702 "src/Php54/Resources/stubs" 703 ] 704 }, 705 "notification-url": "https://packagist.org/downloads/", 706 "license": [ 707 "MIT" 708 ], 709 "authors": [ 710 { 711 "name": "Nicolas Grekas", 712 "email": "p@tchwork.com" 713 }, 714 { 715 "name": "Symfony Community", 716 "homepage": "https://symfony.com/contributors" 717 } 718 ], 719 "description": "Symfony polyfills backporting features to lower PHP versions", 720 "homepage": "https://symfony.com", 721 "keywords": [ 722 "compat", 723 "compatibility", 724 "polyfill", 725 "shim" 726 ], 727 "time": "2015-11-04 20:29:00" 728 }, 729 { 730 "name": "tecnickcom/tcpdf", 731 "version": "6.2.12", 732 "source": { 733 "type": "git", 734 "url": "https://github.com/tecnickcom/TCPDF.git", 735 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" 736 }, 737 "dist": { 738 "type": "zip", 739 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", 740 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", 741 "shasum": "" 742 }, 743 "require": { 744 "php": ">=5.3.0" 745 }, 746 "type": "library", 747 "autoload": { 748 "classmap": [ 749 "fonts", 750 "config", 751 "include", 752 "tcpdf.php", 753 "tcpdf_parser.php", 754 "tcpdf_import.php", 755 "tcpdf_barcodes_1d.php", 756 "tcpdf_barcodes_2d.php", 757 "include/tcpdf_colors.php", 758 "include/tcpdf_filters.php", 759 "include/tcpdf_font_data.php", 760 "include/tcpdf_fonts.php", 761 "include/tcpdf_images.php", 762 "include/tcpdf_static.php", 763 "include/barcodes/datamatrix.php", 764 "include/barcodes/pdf417.php", 765 "include/barcodes/qrcode.php" 766 ] 767 }, 768 "notification-url": "https://packagist.org/downloads/", 769 "license": [ 770 "LGPLv3" 771 ], 772 "authors": [ 773 { 774 "name": "Nicola Asuni", 775 "email": "info@tecnick.com", 776 "homepage": "http://nicolaasuni.tecnick.com" 777 } 778 ], 779 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 780 "homepage": "http://www.tcpdf.org/", 781 "keywords": [ 782 "PDFD32000-2008", 783 "TCPDF", 784 "barcodes", 785 "datamatrix", 786 "pdf", 787 "pdf417", 788 "qrcode" 789 ], 790 "time": "2015-09-12 10:08:34" 791 } 792 ], 793 "packages-dev": null, 794 "aliases": [], 795 "minimum-stability": "stable", 796 "stability-flags": { 797 "satooshi/php-coveralls": 20 798 }, 799 "prefer-stable": false, 800 "prefer-lowest": false, 801 "platform": [], 802 "platform-dev": [] 803} 804