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": "3d0090288dce03aa53c3daa153dc5584", 8 "content-hash": "e1c36ecdd4ad1182d985e8324de27004", 9 "packages": [ 10 { 11 "name": "bombayworks/zendframework1", 12 "version": "v1.12.16", 13 "source": { 14 "type": "git", 15 "url": "https://github.com/bombayworks/zendframework1.git", 16 "reference": "0b71c0311a1f5734e14751755aa7f7c4736b2892" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/0b71c0311a1f5734e14751755aa7f7c4736b2892", 21 "reference": "0b71c0311a1f5734e14751755aa7f7c4736b2892", 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-09-15 16:00:12" 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.1.1", 159 "source": { 160 "type": "git", 161 "url": "https://github.com/fisharebest/ext-calendar.git", 162 "reference": "4ad4547f91073c4266274c5375bcca981e1e98ec" 163 }, 164 "dist": { 165 "type": "zip", 166 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/4ad4547f91073c4266274c5375bcca981e1e98ec", 167 "reference": "4ad4547f91073c4266274c5375bcca981e1e98ec", 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 "psr-4": { 180 "Fisharebest\\ExtCalendar\\": "src/" 181 } 182 }, 183 "notification-url": "https://packagist.org/downloads/", 184 "license": [ 185 "GPL-3.0+" 186 ], 187 "authors": [ 188 { 189 "name": "Greg Roach", 190 "email": "fisharebest@gmail.com", 191 "role": "Developer" 192 } 193 ], 194 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Optional PHP shims for servers without the ext/calendar extension.", 195 "homepage": "https://github.com/fisharebest/ext-calendar", 196 "keywords": [ 197 "Jalali", 198 "arabic", 199 "calendar", 200 "ext-calendar", 201 "french", 202 "gregorian", 203 "hebrew", 204 "hijri", 205 "jewish", 206 "julian", 207 "julian day", 208 "julian day number", 209 "persian", 210 "shamsi" 211 ], 212 "time": "2015-09-21 15:12:48" 213 }, 214 { 215 "name": "fisharebest/localization", 216 "version": "1.6.0", 217 "source": { 218 "type": "git", 219 "url": "https://github.com/fisharebest/localization.git", 220 "reference": "448dc859d7e1d491a80634871a9503b3d53edfd8" 221 }, 222 "dist": { 223 "type": "zip", 224 "url": "https://api.github.com/repos/fisharebest/localization/zipball/448dc859d7e1d491a80634871a9503b3d53edfd8", 225 "reference": "448dc859d7e1d491a80634871a9503b3d53edfd8", 226 "shasum": "" 227 }, 228 "require": { 229 "php": ">=5.3.0" 230 }, 231 "require-dev": { 232 "phpunit/phpunit": "*", 233 "satooshi/php-coveralls": "*" 234 }, 235 "type": "library", 236 "autoload": { 237 "psr-4": { 238 "Fisharebest\\Localization\\": "src/" 239 } 240 }, 241 "notification-url": "https://packagist.org/downloads/", 242 "license": [ 243 "GPL-3.0+" 244 ], 245 "authors": [ 246 { 247 "name": "Greg Roach", 248 "email": "fisharebest@gmail.com", 249 "role": "Developer" 250 } 251 ], 252 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 253 "homepage": "https://github.com/fisharebest/localization", 254 "keywords": [ 255 "cldr", 256 "gettext", 257 "i18n", 258 "l10n", 259 "language", 260 "locale", 261 "localization", 262 "script", 263 "translate", 264 "translation" 265 ], 266 "time": "2015-09-14 21:53:11" 267 }, 268 { 269 "name": "ircmaxell/password-compat", 270 "version": "v1.0.4", 271 "source": { 272 "type": "git", 273 "url": "https://github.com/ircmaxell/password_compat.git", 274 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" 275 }, 276 "dist": { 277 "type": "zip", 278 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", 279 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", 280 "shasum": "" 281 }, 282 "require-dev": { 283 "phpunit/phpunit": "4.*" 284 }, 285 "type": "library", 286 "autoload": { 287 "files": [ 288 "lib/password.php" 289 ] 290 }, 291 "notification-url": "https://packagist.org/downloads/", 292 "license": [ 293 "MIT" 294 ], 295 "authors": [ 296 { 297 "name": "Anthony Ferrara", 298 "email": "ircmaxell@php.net", 299 "homepage": "http://blog.ircmaxell.com" 300 } 301 ], 302 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 303 "homepage": "https://github.com/ircmaxell/password_compat", 304 "keywords": [ 305 "hashing", 306 "password" 307 ], 308 "time": "2014-11-20 16:49:30" 309 }, 310 { 311 "name": "michelf/php-markdown", 312 "version": "1.5.0", 313 "source": { 314 "type": "git", 315 "url": "https://github.com/michelf/php-markdown.git", 316 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9" 317 }, 318 "dist": { 319 "type": "zip", 320 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9", 321 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9", 322 "shasum": "" 323 }, 324 "require": { 325 "php": ">=5.3.0" 326 }, 327 "type": "library", 328 "extra": { 329 "branch-alias": { 330 "dev-lib": "1.4.x-dev" 331 } 332 }, 333 "autoload": { 334 "psr-0": { 335 "Michelf": "" 336 } 337 }, 338 "notification-url": "https://packagist.org/downloads/", 339 "license": [ 340 "BSD-3-Clause" 341 ], 342 "authors": [ 343 { 344 "name": "John Gruber", 345 "homepage": "http://daringfireball.net/" 346 }, 347 { 348 "name": "Michel Fortin", 349 "email": "michel.fortin@michelf.ca", 350 "homepage": "https://michelf.ca/", 351 "role": "Developer" 352 } 353 ], 354 "description": "PHP Markdown", 355 "homepage": "https://michelf.ca/projects/php-markdown/", 356 "keywords": [ 357 "markdown" 358 ], 359 "time": "2015-03-01 12:03:08" 360 }, 361 { 362 "name": "patchwork/utf8", 363 "version": "v1.2.5", 364 "source": { 365 "type": "git", 366 "url": "https://github.com/tchwork/utf8.git", 367 "reference": "25a55c6c668de61cc3b97aab4237ebf6dadabe17" 368 }, 369 "dist": { 370 "type": "zip", 371 "url": "https://api.github.com/repos/tchwork/utf8/zipball/25a55c6c668de61cc3b97aab4237ebf6dadabe17", 372 "reference": "25a55c6c668de61cc3b97aab4237ebf6dadabe17", 373 "shasum": "" 374 }, 375 "require": { 376 "lib-pcre": ">=7.3", 377 "php": ">=5.3.0" 378 }, 379 "suggest": { 380 "ext-iconv": "Use iconv for best performance", 381 "ext-intl": "Use Intl for best performance", 382 "ext-mbstring": "Use Mbstring for best performance", 383 "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" 384 }, 385 "type": "library", 386 "extra": { 387 "branch-alias": { 388 "dev-master": "1.2-dev" 389 } 390 }, 391 "autoload": { 392 "psr-4": { 393 "Patchwork\\": "src/Patchwork/" 394 }, 395 "classmap": [ 396 "src/Normalizer.php" 397 ] 398 }, 399 "notification-url": "https://packagist.org/downloads/", 400 "license": [ 401 "(Apache-2.0 or GPL-2.0)" 402 ], 403 "authors": [ 404 { 405 "name": "Nicolas Grekas", 406 "email": "p@tchwork.com" 407 } 408 ], 409 "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", 410 "homepage": "https://github.com/tchwork/utf8", 411 "keywords": [ 412 "grapheme", 413 "i18n", 414 "unicode", 415 "utf-8", 416 "utf8" 417 ], 418 "time": "2015-10-14 08:58:12" 419 }, 420 { 421 "name": "pclzip/pclzip", 422 "version": "2.8.2", 423 "source": { 424 "type": "git", 425 "url": "https://github.com/ivanlanin/pclzip.git", 426 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" 427 }, 428 "dist": { 429 "type": "zip", 430 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 431 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 432 "shasum": "" 433 }, 434 "type": "library", 435 "autoload": { 436 "classmap": [ 437 "pclzip.lib.php" 438 ] 439 }, 440 "notification-url": "https://packagist.org/downloads/", 441 "license": [ 442 "LGPL-2.1" 443 ], 444 "authors": [ 445 { 446 "name": "Vincent Blavet" 447 } 448 ], 449 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", 450 "homepage": "http://www.phpconcept.net/pclzip", 451 "keywords": [ 452 "php", 453 "zip" 454 ], 455 "time": "2014-06-05 11:42:24" 456 }, 457 { 458 "name": "ramsey/uuid", 459 "version": "2.8.3", 460 "source": { 461 "type": "git", 462 "url": "https://github.com/ramsey/uuid.git", 463 "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8" 464 }, 465 "dist": { 466 "type": "zip", 467 "url": "https://api.github.com/repos/ramsey/uuid/zipball/767a5b5f70cd990c04ef21d8374794d1a02fa9e8", 468 "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8", 469 "shasum": "" 470 }, 471 "require": { 472 "php": ">=5.3.3" 473 }, 474 "replace": { 475 "rhumsaa/uuid": "self.version" 476 }, 477 "require-dev": { 478 "doctrine/dbal": ">=2.3", 479 "jakub-onderka/php-parallel-lint": "^0.9.0", 480 "moontoast/math": "~1.1", 481 "phpunit/phpunit": "~4.1", 482 "satooshi/php-coveralls": "~0.6", 483 "squizlabs/php_codesniffer": "^2.3", 484 "symfony/console": "~2.3" 485 }, 486 "suggest": { 487 "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", 488 "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", 489 "symfony/console": "Support for use of the bin/uuid command line tool." 490 }, 491 "bin": [ 492 "bin/uuid" 493 ], 494 "type": "library", 495 "autoload": { 496 "psr-4": { 497 "Rhumsaa\\Uuid\\": "src/" 498 } 499 }, 500 "notification-url": "https://packagist.org/downloads/", 501 "license": [ 502 "MIT" 503 ], 504 "authors": [ 505 { 506 "name": "Marijn Huizendveld", 507 "email": "marijn.huizendveld@gmail.com" 508 }, 509 { 510 "name": "Ben Ramsey", 511 "homepage": "http://benramsey.com" 512 } 513 ], 514 "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 515 "homepage": "https://github.com/ramsey/uuid", 516 "keywords": [ 517 "guid", 518 "identifier", 519 "uuid" 520 ], 521 "time": "2015-08-31 13:34:50" 522 }, 523 { 524 "name": "tecnickcom/tcpdf", 525 "version": "6.2.12", 526 "source": { 527 "type": "git", 528 "url": "https://github.com/tecnickcom/TCPDF.git", 529 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" 530 }, 531 "dist": { 532 "type": "zip", 533 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", 534 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", 535 "shasum": "" 536 }, 537 "require": { 538 "php": ">=5.3.0" 539 }, 540 "type": "library", 541 "autoload": { 542 "classmap": [ 543 "fonts", 544 "config", 545 "include", 546 "tcpdf.php", 547 "tcpdf_parser.php", 548 "tcpdf_import.php", 549 "tcpdf_barcodes_1d.php", 550 "tcpdf_barcodes_2d.php", 551 "include/tcpdf_colors.php", 552 "include/tcpdf_filters.php", 553 "include/tcpdf_font_data.php", 554 "include/tcpdf_fonts.php", 555 "include/tcpdf_images.php", 556 "include/tcpdf_static.php", 557 "include/barcodes/datamatrix.php", 558 "include/barcodes/pdf417.php", 559 "include/barcodes/qrcode.php" 560 ] 561 }, 562 "notification-url": "https://packagist.org/downloads/", 563 "license": [ 564 "LGPLv3" 565 ], 566 "authors": [ 567 { 568 "name": "Nicola Asuni", 569 "email": "info@tecnick.com", 570 "homepage": "http://nicolaasuni.tecnick.com" 571 } 572 ], 573 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 574 "homepage": "http://www.tcpdf.org/", 575 "keywords": [ 576 "PDFD32000-2008", 577 "TCPDF", 578 "barcodes", 579 "datamatrix", 580 "pdf", 581 "pdf417", 582 "qrcode" 583 ], 584 "time": "2015-09-12 10:08:34" 585 } 586 ], 587 "packages-dev": null, 588 "aliases": [], 589 "minimum-stability": "stable", 590 "stability-flags": { 591 "satooshi/php-coveralls": 20 592 }, 593 "prefer-stable": false, 594 "prefer-lowest": false, 595 "platform": [], 596 "platform-dev": [] 597} 598