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": "71852960dabde2be5af68460c78445db", 8 "packages": [ 9 { 10 "name": "bombayworks/zendframework1", 11 "version": "v1.12.8", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/bombayworks/zendframework1.git", 15 "reference": "98c442a8ea215f449548db9f2269944349acc786" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/98c442a8ea215f449548db9f2269944349acc786", 20 "reference": "98c442a8ea215f449548db9f2269944349acc786", 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": "2014-08-26 16:01:25" 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": "ircmaxell/password-compat", 107 "version": "1.0.3", 108 "source": { 109 "type": "git", 110 "url": "https://github.com/ircmaxell/password_compat.git", 111 "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4" 112 }, 113 "dist": { 114 "type": "zip", 115 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4", 116 "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4", 117 "shasum": "" 118 }, 119 "type": "library", 120 "autoload": { 121 "files": [ 122 "lib/password.php" 123 ] 124 }, 125 "notification-url": "https://packagist.org/downloads/", 126 "license": [ 127 "MIT" 128 ], 129 "authors": [ 130 { 131 "name": "Anthony Ferrara", 132 "email": "ircmaxell@php.net", 133 "homepage": "http://blog.ircmaxell.com" 134 } 135 ], 136 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 137 "homepage": "https://github.com/ircmaxell/password_compat", 138 "keywords": [ 139 "hashing", 140 "password" 141 ], 142 "time": "2013-04-30 19:58:08" 143 }, 144 { 145 "name": "michelf/php-markdown", 146 "version": "1.4.1", 147 "source": { 148 "type": "git", 149 "url": "https://github.com/michelf/php-markdown.git", 150 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6" 151 }, 152 "dist": { 153 "type": "zip", 154 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", 155 "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", 156 "shasum": "" 157 }, 158 "require": { 159 "php": ">=5.3.0" 160 }, 161 "type": "library", 162 "extra": { 163 "branch-alias": { 164 "dev-lib": "1.4.x-dev" 165 } 166 }, 167 "autoload": { 168 "psr-0": { 169 "Michelf": "" 170 } 171 }, 172 "notification-url": "https://packagist.org/downloads/", 173 "license": [ 174 "BSD-3-Clause" 175 ], 176 "authors": [ 177 { 178 "name": "Michel Fortin", 179 "email": "michel.fortin@michelf.ca", 180 "homepage": "http://michelf.ca/", 181 "role": "Developer" 182 }, 183 { 184 "name": "John Gruber", 185 "homepage": "http://daringfireball.net/" 186 } 187 ], 188 "description": "PHP Markdown", 189 "homepage": "http://michelf.ca/projects/php-markdown/", 190 "keywords": [ 191 "markdown" 192 ], 193 "time": "2014-05-05 02:43:50" 194 }, 195 { 196 "name": "patchwork/utf8", 197 "version": "v1.1.25", 198 "source": { 199 "type": "git", 200 "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git", 201 "reference": "2d43bd047b120279511d45e76e61c5a9812d9a83" 202 }, 203 "dist": { 204 "type": "zip", 205 "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/2d43bd047b120279511d45e76e61c5a9812d9a83", 206 "reference": "2d43bd047b120279511d45e76e61c5a9812d9a83", 207 "shasum": "" 208 }, 209 "require": { 210 "lib-pcre": ">=7.3", 211 "php": ">=5.3.0" 212 }, 213 "suggest": { 214 "ext-iconv": "Use iconv for best performance", 215 "ext-intl": "Use Intl for best performance", 216 "ext-mbstring": "Use Mbstring for best performance" 217 }, 218 "type": "library", 219 "extra": { 220 "branch-alias": { 221 "dev-master": "1.1-dev" 222 } 223 }, 224 "autoload": { 225 "psr-0": { 226 "Patchwork": "class/", 227 "Normalizer": "class/" 228 } 229 }, 230 "notification-url": "https://packagist.org/downloads/", 231 "license": [ 232 "(Apache-2.0 or GPL-2.0)" 233 ], 234 "authors": [ 235 { 236 "name": "Nicolas Grekas", 237 "email": "p@tchwork.com", 238 "role": "Developer" 239 } 240 ], 241 "description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP", 242 "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", 243 "keywords": [ 244 "i18n", 245 "unicode", 246 "utf-8", 247 "utf8" 248 ], 249 "time": "2014-08-05 08:00:32" 250 }, 251 { 252 "name": "rhumsaa/uuid", 253 "version": "2.7.3", 254 "source": { 255 "type": "git", 256 "url": "https://github.com/ramsey/uuid.git", 257 "reference": "b976326ca5977d7333f34e3c828ae7c22a49a65a" 258 }, 259 "dist": { 260 "type": "zip", 261 "url": "https://api.github.com/repos/ramsey/uuid/zipball/b976326ca5977d7333f34e3c828ae7c22a49a65a", 262 "reference": "b976326ca5977d7333f34e3c828ae7c22a49a65a", 263 "shasum": "" 264 }, 265 "require": { 266 "php": ">=5.3.3" 267 }, 268 "require-dev": { 269 "doctrine/dbal": ">=2.3", 270 "moontoast/math": "~1.1", 271 "phpunit/phpunit": "~4.1", 272 "satooshi/php-coveralls": "~0.6", 273 "symfony/console": "~2.3" 274 }, 275 "suggest": { 276 "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", 277 "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", 278 "symfony/console": "Support for use of the bin/uuid command line tool." 279 }, 280 "bin": [ 281 "bin/uuid" 282 ], 283 "type": "library", 284 "extra": { 285 "branch-alias": { 286 "dev-master": "2.7.x-dev" 287 } 288 }, 289 "autoload": { 290 "psr-4": { 291 "Rhumsaa\\Uuid\\": "src/" 292 } 293 }, 294 "notification-url": "https://packagist.org/downloads/", 295 "license": [ 296 "MIT" 297 ], 298 "authors": [ 299 { 300 "name": "Marijn Huizendveld", 301 "email": "marijn.huizendveld@gmail.com" 302 }, 303 { 304 "name": "Ben Ramsey", 305 "homepage": "http://benramsey.com" 306 } 307 ], 308 "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 309 "homepage": "https://github.com/ramsey/uuid", 310 "keywords": [ 311 "guid", 312 "identifier", 313 "uuid" 314 ], 315 "time": "2014-08-27 22:39:41" 316 }, 317 { 318 "name": "tecnick.com/tcpdf", 319 "version": "6.0.093", 320 "source": { 321 "type": "git", 322 "url": "https://github.com/tecnickcom/TCPDF.git", 323 "reference": "8ec040b3ccedc2a0150a7b6b46c18c59d932ad59" 324 }, 325 "dist": { 326 "type": "zip", 327 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/8ec040b3ccedc2a0150a7b6b46c18c59d932ad59", 328 "reference": "8ec040b3ccedc2a0150a7b6b46c18c59d932ad59", 329 "shasum": "" 330 }, 331 "require": { 332 "php": ">=5.3.0" 333 }, 334 "type": "library", 335 "autoload": { 336 "classmap": [ 337 "fonts", 338 "config", 339 "include", 340 "tcpdf.php", 341 "tcpdf_parser.php", 342 "tcpdf_import.php", 343 "tcpdf_barcodes_1d.php", 344 "tcpdf_barcodes_2d.php", 345 "include/tcpdf_colors.php", 346 "include/tcpdf_filters.php", 347 "include/tcpdf_font_data.php", 348 "include/tcpdf_fonts.php", 349 "include/tcpdf_images.php", 350 "include/tcpdf_static.php", 351 "include/barcodes/datamatrix.php", 352 "include/barcodes/pdf417.php", 353 "include/barcodes/qrcode.php" 354 ] 355 }, 356 "notification-url": "https://packagist.org/downloads/", 357 "license": [ 358 "LGPLv3" 359 ], 360 "authors": [ 361 { 362 "name": "Nicola Asuni", 363 "email": "info@tecnick.com", 364 "homepage": "http://nicolaasuni.tecnick.com" 365 } 366 ], 367 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 368 "homepage": "http://www.tcpdf.org/", 369 "keywords": [ 370 "PDFD32000-2008", 371 "TCPDF", 372 "barcodes", 373 "datamatrix", 374 "pdf", 375 "pdf417", 376 "qrcode" 377 ], 378 "time": "2014-09-02 19:31:33" 379 } 380 ], 381 "packages-dev": [ 382 383 ], 384 "aliases": [ 385 386 ], 387 "minimum-stability": "stable", 388 "stability-flags": [ 389 390 ], 391 "prefer-stable": false, 392 "platform": [ 393 394 ], 395 "platform-dev": [ 396 397 ] 398} 399