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": "adec8149d770c8f62a3d38abcabb58a7", 8 "packages": [ 9 { 10 "name": "bombayworks/zendframework1", 11 "version": "v1.12.10", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/bombayworks/zendframework1.git", 15 "reference": "8d28b59c8fe820f6ed2683cc4fad6551a4576432" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/8d28b59c8fe820f6ed2683cc4fad6551a4576432", 20 "reference": "8d28b59c8fe820f6ed2683cc4fad6551a4576432", 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-01-14 20:01:12" 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 } 96 ], 97 "description": "Standards compliant HTML filter written in PHP", 98 "homepage": "http://htmlpurifier.org/", 99 "keywords": [ 100 "html" 101 ], 102 "time": "2013-11-30 08:25:19" 103 }, 104 { 105 "name": "fisharebest/ext-calendar", 106 "version": "1.3.0", 107 "source": { 108 "type": "git", 109 "url": "https://github.com/fisharebest/ext-calendar.git", 110 "reference": "1498941b9b83222312bb957b5a425df075421443" 111 }, 112 "dist": { 113 "type": "zip", 114 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/1498941b9b83222312bb957b5a425df075421443", 115 "reference": "1498941b9b83222312bb957b5a425df075421443", 116 "shasum": "" 117 }, 118 "require": { 119 "php": ">=5.3.0" 120 }, 121 "require-dev": { 122 "phpunit/phpunit": "*", 123 "satooshi/php-coveralls": "*" 124 }, 125 "type": "library", 126 "autoload": { 127 "psr-4": { 128 "Fisharebest\\ExtCalendar\\": "src/" 129 } 130 }, 131 "notification-url": "https://packagist.org/downloads/", 132 "license": [ 133 "GPL-3.0+" 134 ], 135 "authors": [ 136 { 137 "name": "Greg Roach", 138 "email": "fisharebest@gmail.com", 139 "role": "Developer" 140 } 141 ], 142 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Optional PHP shims for servers without the ext/calendar extension.", 143 "homepage": "https://github.com/fisharebest/ext-calendar", 144 "keywords": [ 145 "Jalali", 146 "arabic", 147 "calendar", 148 "ext-calendar", 149 "french", 150 "gregorian", 151 "hebrew", 152 "hijri", 153 "jewish", 154 "julian", 155 "julian day", 156 "julian day number", 157 "persian", 158 "shamsi" 159 ], 160 "time": "2014-10-31 19:49:13" 161 }, 162 { 163 "name": "ircmaxell/password-compat", 164 "version": "v1.0.4", 165 "source": { 166 "type": "git", 167 "url": "https://github.com/ircmaxell/password_compat.git", 168 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" 169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", 173 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", 174 "shasum": "" 175 }, 176 "require-dev": { 177 "phpunit/phpunit": "4.*" 178 }, 179 "type": "library", 180 "autoload": { 181 "files": [ 182 "lib/password.php" 183 ] 184 }, 185 "notification-url": "https://packagist.org/downloads/", 186 "license": [ 187 "MIT" 188 ], 189 "authors": [ 190 { 191 "name": "Anthony Ferrara", 192 "email": "ircmaxell@php.net", 193 "homepage": "http://blog.ircmaxell.com" 194 } 195 ], 196 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 197 "homepage": "https://github.com/ircmaxell/password_compat", 198 "keywords": [ 199 "hashing", 200 "password" 201 ], 202 "time": "2014-11-20 16:49:30" 203 }, 204 { 205 "name": "michelf/php-markdown", 206 "version": "1.4.1", 207 "source": { 208 "type": "git", 209 "url": "https://github.com/michelf/php-markdown.git", 210 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6" 211 }, 212 "dist": { 213 "type": "zip", 214 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", 215 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", 216 "shasum": "" 217 }, 218 "require": { 219 "php": ">=5.3.0" 220 }, 221 "type": "library", 222 "extra": { 223 "branch-alias": { 224 "dev-lib": "1.4.x-dev" 225 } 226 }, 227 "autoload": { 228 "psr-0": { 229 "Michelf": "" 230 } 231 }, 232 "notification-url": "https://packagist.org/downloads/", 233 "license": [ 234 "BSD-3-Clause" 235 ], 236 "authors": [ 237 { 238 "name": "Michel Fortin", 239 "email": "michel.fortin@michelf.ca", 240 "homepage": "http://michelf.ca/", 241 "role": "Developer" 242 }, 243 { 244 "name": "John Gruber", 245 "homepage": "http://daringfireball.net/" 246 } 247 ], 248 "description": "PHP Markdown", 249 "homepage": "http://michelf.ca/projects/php-markdown/", 250 "keywords": [ 251 "markdown" 252 ], 253 "time": "2014-05-05 02:43:50" 254 }, 255 { 256 "name": "patchwork/utf8", 257 "version": "v1.2.1", 258 "source": { 259 "type": "git", 260 "url": "https://github.com/tchwork/utf8.git", 261 "reference": "01f0ed1628db7794e2d4e336f55a09daef4248a5" 262 }, 263 "dist": { 264 "type": "zip", 265 "url": "https://api.github.com/repos/tchwork/utf8/zipball/01f0ed1628db7794e2d4e336f55a09daef4248a5", 266 "reference": "01f0ed1628db7794e2d4e336f55a09daef4248a5", 267 "shasum": "" 268 }, 269 "require": { 270 "lib-pcre": ">=7.3", 271 "php": ">=5.3.0" 272 }, 273 "suggest": { 274 "ext-iconv": "Use iconv for best performance", 275 "ext-intl": "Use Intl for best performance", 276 "ext-mbstring": "Use Mbstring for best performance", 277 "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" 278 }, 279 "type": "library", 280 "extra": { 281 "branch-alias": { 282 "dev-master": "1.2-dev" 283 } 284 }, 285 "autoload": { 286 "psr-0": { 287 "Patchwork": "class/", 288 "Normalizer": "class/" 289 } 290 }, 291 "notification-url": "https://packagist.org/downloads/", 292 "license": [ 293 "(Apache-2.0 or GPL-2.0)" 294 ], 295 "authors": [ 296 { 297 "name": "Nicolas Grekas", 298 "email": "p@tchwork.com" 299 } 300 ], 301 "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", 302 "homepage": "https://github.com/tchwork/utf8", 303 "keywords": [ 304 "grapheme", 305 "i18n", 306 "unicode", 307 "utf-8", 308 "utf8" 309 ], 310 "time": "2015-01-29 08:36:50" 311 }, 312 { 313 "name": "rhumsaa/uuid", 314 "version": "2.8.0", 315 "source": { 316 "type": "git", 317 "url": "https://github.com/ramsey/uuid.git", 318 "reference": "cca98c652cac412c9c2f109c69e5532f313435fc" 319 }, 320 "dist": { 321 "type": "zip", 322 "url": "https://api.github.com/repos/ramsey/uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc", 323 "reference": "cca98c652cac412c9c2f109c69e5532f313435fc", 324 "shasum": "" 325 }, 326 "require": { 327 "php": ">=5.3.3" 328 }, 329 "require-dev": { 330 "doctrine/dbal": ">=2.3", 331 "moontoast/math": "~1.1", 332 "phpunit/phpunit": "~4.1", 333 "satooshi/php-coveralls": "~0.6", 334 "symfony/console": "~2.3" 335 }, 336 "suggest": { 337 "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", 338 "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", 339 "symfony/console": "Support for use of the bin/uuid command line tool." 340 }, 341 "bin": [ 342 "bin/uuid" 343 ], 344 "type": "library", 345 "extra": { 346 "branch-alias": { 347 "dev-master": "2.8.x-dev" 348 } 349 }, 350 "autoload": { 351 "psr-4": { 352 "Rhumsaa\\Uuid\\": "src/" 353 } 354 }, 355 "notification-url": "https://packagist.org/downloads/", 356 "license": [ 357 "MIT" 358 ], 359 "authors": [ 360 { 361 "name": "Marijn Huizendveld", 362 "email": "marijn.huizendveld@gmail.com" 363 }, 364 { 365 "name": "Ben Ramsey", 366 "homepage": "http://benramsey.com" 367 } 368 ], 369 "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 370 "homepage": "https://github.com/ramsey/uuid", 371 "keywords": [ 372 "guid", 373 "identifier", 374 "uuid" 375 ], 376 "time": "2014-11-09 18:42:56" 377 }, 378 { 379 "name": "tecnick.com/tcpdf", 380 "version": "6.2.6", 381 "source": { 382 "type": "git", 383 "url": "https://github.com/tecnickcom/TCPDF.git", 384 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb" 385 }, 386 "dist": { 387 "type": "zip", 388 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb", 389 "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb", 390 "shasum": "" 391 }, 392 "require": { 393 "php": ">=5.3.0" 394 }, 395 "type": "library", 396 "autoload": { 397 "classmap": [ 398 "fonts", 399 "config", 400 "include", 401 "tcpdf.php", 402 "tcpdf_parser.php", 403 "tcpdf_import.php", 404 "tcpdf_barcodes_1d.php", 405 "tcpdf_barcodes_2d.php", 406 "include/tcpdf_colors.php", 407 "include/tcpdf_filters.php", 408 "include/tcpdf_font_data.php", 409 "include/tcpdf_fonts.php", 410 "include/tcpdf_images.php", 411 "include/tcpdf_static.php", 412 "include/barcodes/datamatrix.php", 413 "include/barcodes/pdf417.php", 414 "include/barcodes/qrcode.php" 415 ] 416 }, 417 "notification-url": "https://packagist.org/downloads/", 418 "license": [ 419 "LGPLv3" 420 ], 421 "authors": [ 422 { 423 "name": "Nicola Asuni", 424 "email": "info@tecnick.com", 425 "homepage": "http://nicolaasuni.tecnick.com" 426 } 427 ], 428 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 429 "homepage": "http://www.tcpdf.org/", 430 "keywords": [ 431 "PDFD32000-2008", 432 "TCPDF", 433 "barcodes", 434 "datamatrix", 435 "pdf", 436 "pdf417", 437 "qrcode" 438 ], 439 "time": "2015-01-28 18:51:40" 440 } 441 ], 442 "packages-dev": [], 443 "aliases": [], 444 "minimum-stability": "stable", 445 "stability-flags": [], 446 "prefer-stable": false, 447 "prefer-lowest": false, 448 "platform": [], 449 "platform-dev": [] 450} 451