1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 5 "This file is @generated automatically" 6 ], 7 "hash": "32d402bd09151198895b11be00e60610", 8 "packages": [ 9 { 10 "name": "bombayworks/zendframework1", 11 "version": "v1.12.11", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/bombayworks/zendframework1.git", 15 "reference": "64447e39d4c7a08ba17d2087a89caab713804d27" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/64447e39d4c7a08ba17d2087a89caab713804d27", 20 "reference": "64447e39d4c7a08ba17d2087a89caab713804d27", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.2.11" 25 }, 26 "require-dev": { 27 "phpunit/dbunit": "1.3.*", 28 "phpunit/phpunit": "3.7.*" 29 }, 30 "bin": [ 31 "bin/zf.sh", 32 "bin/zf.php" 33 ], 34 "type": "library", 35 "extra": { 36 "branch-alias": { 37 "dev-master": "1.12.x-dev" 38 } 39 }, 40 "autoload": { 41 "psr-0": { 42 "Zend_": "library/" 43 } 44 }, 45 "notification-url": "https://packagist.org/downloads/", 46 "include-path": [ 47 "library/" 48 ], 49 "license": [ 50 "BSD-3-Clause" 51 ], 52 "description": "Zend Framework 1", 53 "homepage": "http://framework.zend.com/", 54 "keywords": [ 55 "ZF1", 56 "framework" 57 ], 58 "time": "2015-02-11 16:00:41" 59 }, 60 { 61 "name": "ezyang/htmlpurifier", 62 "version": "v4.6.0", 63 "source": { 64 "type": "git", 65 "url": "https://github.com/ezyang/htmlpurifier.git", 66 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" 67 }, 68 "dist": { 69 "type": "zip", 70 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", 71 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", 72 "shasum": "" 73 }, 74 "require": { 75 "php": ">=5.2" 76 }, 77 "type": "library", 78 "autoload": { 79 "psr-0": { 80 "HTMLPurifier": "library/" 81 }, 82 "files": [ 83 "library/HTMLPurifier.composer.php" 84 ] 85 }, 86 "notification-url": "https://packagist.org/downloads/", 87 "license": [ 88 "LGPL" 89 ], 90 "authors": [ 91 { 92 "name": "Edward Z. Yang", 93 "email": "admin@htmlpurifier.org", 94 "homepage": "http://ezyang.com", 95 "role": "Developer" 96 } 97 ], 98 "description": "Standards compliant HTML filter written in PHP", 99 "homepage": "http://htmlpurifier.org/", 100 "keywords": [ 101 "html" 102 ], 103 "time": "2013-11-30 08:25:19" 104 }, 105 { 106 "name": "fisharebest/algorithm", 107 "version": "1.0.0", 108 "source": { 109 "type": "git", 110 "url": "https://github.com/fisharebest/algorithm.git", 111 "reference": "ddfbf31e7b1ef49f227409a41261770ed3fb467b" 112 }, 113 "dist": { 114 "type": "zip", 115 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ddfbf31e7b1ef49f227409a41261770ed3fb467b", 116 "reference": "ddfbf31e7b1ef49f227409a41261770ed3fb467b", 117 "shasum": "" 118 }, 119 "require": { 120 "php": ">=5.3.0" 121 }, 122 "require-dev": { 123 "phpunit/phpunit": "*", 124 "satooshi/php-coveralls": "*" 125 }, 126 "type": "library", 127 "autoload": { 128 "psr-4": { 129 "Fisharebest\\Algorithm\\": "src/" 130 } 131 }, 132 "notification-url": "https://packagist.org/downloads/", 133 "license": [ 134 "GPL-3.0+" 135 ], 136 "authors": [ 137 { 138 "name": "Greg Roach", 139 "email": "greg@subaqua.co.uk", 140 "role": "Developer" 141 } 142 ], 143 "description": "Implementation of standard algorithms in PHP.", 144 "homepage": "https://github.com/fisharebest/algorithm", 145 "keywords": [ 146 "Algorithm", 147 "dijkstra" 148 ], 149 "time": "2015-02-15 21:38:53" 150 }, 151 { 152 "name": "fisharebest/ext-calendar", 153 "version": "1.3.0", 154 "source": { 155 "type": "git", 156 "url": "https://github.com/fisharebest/ext-calendar.git", 157 "reference": "1498941b9b83222312bb957b5a425df075421443" 158 }, 159 "dist": { 160 "type": "zip", 161 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/1498941b9b83222312bb957b5a425df075421443", 162 "reference": "1498941b9b83222312bb957b5a425df075421443", 163 "shasum": "" 164 }, 165 "require": { 166 "php": ">=5.3.0" 167 }, 168 "require-dev": { 169 "phpunit/phpunit": "*", 170 "satooshi/php-coveralls": "*" 171 }, 172 "type": "library", 173 "autoload": { 174 "psr-4": { 175 "Fisharebest\\ExtCalendar\\": "src/" 176 } 177 }, 178 "notification-url": "https://packagist.org/downloads/", 179 "license": [ 180 "GPL-3.0+" 181 ], 182 "authors": [ 183 { 184 "name": "Greg Roach", 185 "email": "fisharebest@gmail.com", 186 "role": "Developer" 187 } 188 ], 189 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Optional PHP shims for servers without the ext/calendar extension.", 190 "homepage": "https://github.com/fisharebest/ext-calendar", 191 "keywords": [ 192 "Jalali", 193 "arabic", 194 "calendar", 195 "ext-calendar", 196 "french", 197 "gregorian", 198 "hebrew", 199 "hijri", 200 "jewish", 201 "julian", 202 "julian day", 203 "julian day number", 204 "persian", 205 "shamsi" 206 ], 207 "time": "2014-10-31 19:49:13" 208 }, 209 { 210 "name": "ircmaxell/password-compat", 211 "version": "v1.0.4", 212 "source": { 213 "type": "git", 214 "url": "https://github.com/ircmaxell/password_compat.git", 215 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" 216 }, 217 "dist": { 218 "type": "zip", 219 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", 220 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", 221 "shasum": "" 222 }, 223 "require-dev": { 224 "phpunit/phpunit": "4.*" 225 }, 226 "type": "library", 227 "autoload": { 228 "files": [ 229 "lib/password.php" 230 ] 231 }, 232 "notification-url": "https://packagist.org/downloads/", 233 "license": [ 234 "MIT" 235 ], 236 "authors": [ 237 { 238 "name": "Anthony Ferrara", 239 "email": "ircmaxell@php.net", 240 "homepage": "http://blog.ircmaxell.com" 241 } 242 ], 243 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 244 "homepage": "https://github.com/ircmaxell/password_compat", 245 "keywords": [ 246 "hashing", 247 "password" 248 ], 249 "time": "2014-11-20 16:49:30" 250 }, 251 { 252 "name": "michelf/php-markdown", 253 "version": "1.5.0", 254 "source": { 255 "type": "git", 256 "url": "https://github.com/michelf/php-markdown.git", 257 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9" 258 }, 259 "dist": { 260 "type": "zip", 261 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9", 262 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9", 263 "shasum": "" 264 }, 265 "require": { 266 "php": ">=5.3.0" 267 }, 268 "type": "library", 269 "extra": { 270 "branch-alias": { 271 "dev-lib": "1.4.x-dev" 272 } 273 }, 274 "autoload": { 275 "psr-0": { 276 "Michelf": "" 277 } 278 }, 279 "notification-url": "https://packagist.org/downloads/", 280 "license": [ 281 "BSD-3-Clause" 282 ], 283 "authors": [ 284 { 285 "name": "John Gruber", 286 "homepage": "http://daringfireball.net/" 287 }, 288 { 289 "name": "Michel Fortin", 290 "email": "michel.fortin@michelf.ca", 291 "homepage": "https://michelf.ca/", 292 "role": "Developer" 293 } 294 ], 295 "description": "PHP Markdown", 296 "homepage": "https://michelf.ca/projects/php-markdown/", 297 "keywords": [ 298 "markdown" 299 ], 300 "time": "2015-03-01 12:03:08" 301 }, 302 { 303 "name": "patchwork/utf8", 304 "version": "v1.2.1", 305 "source": { 306 "type": "git", 307 "url": "https://github.com/tchwork/utf8.git", 308 "reference": "01f0ed1628db7794e2d4e336f55a09daef4248a5" 309 }, 310 "dist": { 311 "type": "zip", 312 "url": "https://api.github.com/repos/tchwork/utf8/zipball/01f0ed1628db7794e2d4e336f55a09daef4248a5", 313 "reference": "01f0ed1628db7794e2d4e336f55a09daef4248a5", 314 "shasum": "" 315 }, 316 "require": { 317 "lib-pcre": ">=7.3", 318 "php": ">=5.3.0" 319 }, 320 "suggest": { 321 "ext-iconv": "Use iconv for best performance", 322 "ext-intl": "Use Intl for best performance", 323 "ext-mbstring": "Use Mbstring for best performance", 324 "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" 325 }, 326 "type": "library", 327 "extra": { 328 "branch-alias": { 329 "dev-master": "1.2-dev" 330 } 331 }, 332 "autoload": { 333 "psr-0": { 334 "Patchwork": "class/", 335 "Normalizer": "class/" 336 } 337 }, 338 "notification-url": "https://packagist.org/downloads/", 339 "license": [ 340 "(Apache-2.0 or GPL-2.0)" 341 ], 342 "authors": [ 343 { 344 "name": "Nicolas Grekas", 345 "email": "p@tchwork.com" 346 } 347 ], 348 "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", 349 "homepage": "https://github.com/tchwork/utf8", 350 "keywords": [ 351 "grapheme", 352 "i18n", 353 "unicode", 354 "utf-8", 355 "utf8" 356 ], 357 "time": "2015-01-29 08:36:50" 358 }, 359 { 360 "name": "pclzip/pclzip", 361 "version": "2.8.2", 362 "source": { 363 "type": "git", 364 "url": "https://github.com/ivanlanin/pclzip.git", 365 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" 366 }, 367 "dist": { 368 "type": "zip", 369 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 370 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", 371 "shasum": "" 372 }, 373 "type": "library", 374 "autoload": { 375 "classmap": [ 376 "pclzip.lib.php" 377 ] 378 }, 379 "notification-url": "https://packagist.org/downloads/", 380 "license": [ 381 "LGPL-2.1" 382 ], 383 "authors": [ 384 { 385 "name": "Vincent Blavet" 386 } 387 ], 388 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", 389 "homepage": "http://www.phpconcept.net/pclzip", 390 "keywords": [ 391 "php", 392 "zip" 393 ], 394 "time": "2014-06-05 11:42:24" 395 }, 396 { 397 "name": "rhumsaa/uuid", 398 "version": "2.8.0", 399 "source": { 400 "type": "git", 401 "url": "https://github.com/ramsey/uuid.git", 402 "reference": "cca98c652cac412c9c2f109c69e5532f313435fc" 403 }, 404 "dist": { 405 "type": "zip", 406 "url": "https://api.github.com/repos/ramsey/uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc", 407 "reference": "cca98c652cac412c9c2f109c69e5532f313435fc", 408 "shasum": "" 409 }, 410 "require": { 411 "php": ">=5.3.3" 412 }, 413 "require-dev": { 414 "doctrine/dbal": ">=2.3", 415 "moontoast/math": "~1.1", 416 "phpunit/phpunit": "~4.1", 417 "satooshi/php-coveralls": "~0.6", 418 "symfony/console": "~2.3" 419 }, 420 "suggest": { 421 "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", 422 "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", 423 "symfony/console": "Support for use of the bin/uuid command line tool." 424 }, 425 "bin": [ 426 "bin/uuid" 427 ], 428 "type": "library", 429 "extra": { 430 "branch-alias": { 431 "dev-master": "2.8.x-dev" 432 } 433 }, 434 "autoload": { 435 "psr-4": { 436 "Rhumsaa\\Uuid\\": "src/" 437 } 438 }, 439 "notification-url": "https://packagist.org/downloads/", 440 "license": [ 441 "MIT" 442 ], 443 "authors": [ 444 { 445 "name": "Marijn Huizendveld", 446 "email": "marijn.huizendveld@gmail.com" 447 }, 448 { 449 "name": "Ben Ramsey", 450 "homepage": "http://benramsey.com" 451 } 452 ], 453 "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 454 "homepage": "https://github.com/ramsey/uuid", 455 "keywords": [ 456 "guid", 457 "identifier", 458 "uuid" 459 ], 460 "time": "2014-11-09 18:42:56" 461 }, 462 { 463 "name": "tecnick.com/tcpdf", 464 "version": "6.2.6", 465 "source": { 466 "type": "git", 467 "url": "https://github.com/tecnickcom/TCPDF.git", 468 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb" 469 }, 470 "dist": { 471 "type": "zip", 472 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb", 473 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb", 474 "shasum": "" 475 }, 476 "require": { 477 "php": ">=5.3.0" 478 }, 479 "type": "library", 480 "autoload": { 481 "classmap": [ 482 "fonts", 483 "config", 484 "include", 485 "tcpdf.php", 486 "tcpdf_parser.php", 487 "tcpdf_import.php", 488 "tcpdf_barcodes_1d.php", 489 "tcpdf_barcodes_2d.php", 490 "include/tcpdf_colors.php", 491 "include/tcpdf_filters.php", 492 "include/tcpdf_font_data.php", 493 "include/tcpdf_fonts.php", 494 "include/tcpdf_images.php", 495 "include/tcpdf_static.php", 496 "include/barcodes/datamatrix.php", 497 "include/barcodes/pdf417.php", 498 "include/barcodes/qrcode.php" 499 ] 500 }, 501 "notification-url": "https://packagist.org/downloads/", 502 "license": [ 503 "LGPLv3" 504 ], 505 "authors": [ 506 { 507 "name": "Nicola Asuni", 508 "email": "info@tecnick.com", 509 "homepage": "http://nicolaasuni.tecnick.com" 510 } 511 ], 512 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 513 "homepage": "http://www.tcpdf.org/", 514 "keywords": [ 515 "PDFD32000-2008", 516 "TCPDF", 517 "barcodes", 518 "datamatrix", 519 "pdf", 520 "pdf417", 521 "qrcode" 522 ], 523 "time": "2015-01-28 18:51:40" 524 } 525 ], 526 "packages-dev": [], 527 "aliases": [], 528 "minimum-stability": "stable", 529 "stability-flags": [], 530 "prefer-stable": false, 531 "prefer-lowest": false, 532 "platform": [], 533 "platform-dev": [] 534} 535