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 ], 6 "hash": "e45b6fb68c9db8d3398bd31d828eed57", 7 "packages": [ 8 { 9 "name": "bombayworks/zendframework1", 10 "version": "v1.12.6", 11 "source": { 12 "type": "git", 13 "url": "https://github.com/bombayworks/zendframework1.git", 14 "reference": "f83796e2fcaf18bea1480988ab61de02a8168535" 15 }, 16 "dist": { 17 "type": "zip", 18 "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/f83796e2fcaf18bea1480988ab61de02a8168535", 19 "reference": "f83796e2fcaf18bea1480988ab61de02a8168535", 20 "shasum": "" 21 }, 22 "require": { 23 "php": ">=5.2.11" 24 }, 25 "require-dev": { 26 "phpunit/dbunit": "1.3.*", 27 "phpunit/phpunit": "3.7.*" 28 }, 29 "bin": [ 30 "bin/zf.sh", 31 "bin/zf.php" 32 ], 33 "type": "library", 34 "extra": { 35 "branch-alias": { 36 "dev-master": "1.12.x-dev" 37 } 38 }, 39 "autoload": { 40 "psr-0": { 41 "Zend_": "library/", 42 "ZendX_": "extras/library/" 43 } 44 }, 45 "notification-url": "https://packagist.org/downloads/", 46 "include-path": [ 47 "library/", 48 "extras/library/" 49 ], 50 "license": [ 51 "BSD-3-Clause" 52 ], 53 "description": "Zend Framework 1", 54 "homepage": "http://framework.zend.com/", 55 "keywords": [ 56 "ZF1", 57 "framework" 58 ], 59 "time": "2014-04-15 17:01:21" 60 }, 61 { 62 "name": "ezyang/htmlpurifier", 63 "version": "v4.6.0", 64 "source": { 65 "type": "git", 66 "url": "https://github.com/ezyang/htmlpurifier.git", 67 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" 68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", 72 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", 73 "shasum": "" 74 }, 75 "require": { 76 "php": ">=5.2" 77 }, 78 "type": "library", 79 "autoload": { 80 "psr-0": { 81 "HTMLPurifier": "library/" 82 }, 83 "files": [ 84 "library/HTMLPurifier.composer.php" 85 ] 86 }, 87 "notification-url": "https://packagist.org/downloads/", 88 "license": [ 89 "LGPL" 90 ], 91 "authors": [ 92 { 93 "name": "Edward Z. Yang", 94 "email": "admin@htmlpurifier.org", 95 "homepage": "http://ezyang.com", 96 "role": "Developer" 97 } 98 ], 99 "description": "Standards compliant HTML filter written in PHP", 100 "homepage": "http://htmlpurifier.org/", 101 "keywords": [ 102 "html" 103 ], 104 "time": "2013-11-30 08:25:19" 105 }, 106 { 107 "name": "ircmaxell/password-compat", 108 "version": "1.0.3", 109 "source": { 110 "type": "git", 111 "url": "https://github.com/ircmaxell/password_compat.git", 112 "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4" 113 }, 114 "dist": { 115 "type": "zip", 116 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4", 117 "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4", 118 "shasum": "" 119 }, 120 "type": "library", 121 "autoload": { 122 "files": [ 123 "lib/password.php" 124 ] 125 }, 126 "notification-url": "https://packagist.org/downloads/", 127 "license": [ 128 "MIT" 129 ], 130 "authors": [ 131 { 132 "name": "Anthony Ferrara", 133 "email": "ircmaxell@php.net", 134 "homepage": "http://blog.ircmaxell.com" 135 } 136 ], 137 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", 138 "homepage": "https://github.com/ircmaxell/password_compat", 139 "keywords": [ 140 "hashing", 141 "password" 142 ], 143 "time": "2013-04-30 19:58:08" 144 }, 145 { 146 "name": "michelf/php-markdown", 147 "version": "1.4.0", 148 "source": { 149 "type": "git", 150 "url": "https://github.com/michelf/php-markdown.git", 151 "reference": "96d8150406f67e683ef4acc09fef91785fef1266" 152 }, 153 "dist": { 154 "type": "zip", 155 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266", 156 "reference": "96d8150406f67e683ef4acc09fef91785fef1266", 157 "shasum": "" 158 }, 159 "require": { 160 "php": ">=5.3.0" 161 }, 162 "type": "library", 163 "extra": { 164 "branch-alias": { 165 "dev-lib": "1.4.x-dev" 166 } 167 }, 168 "autoload": { 169 "psr-0": { 170 "Michelf": "" 171 } 172 }, 173 "notification-url": "https://packagist.org/downloads/", 174 "license": [ 175 "BSD-3-Clause" 176 ], 177 "authors": [ 178 { 179 "name": "Michel Fortin", 180 "email": "michel.fortin@michelf.ca", 181 "homepage": "http://michelf.ca/", 182 "role": "Developer" 183 }, 184 { 185 "name": "John Gruber", 186 "homepage": "http://daringfireball.net/" 187 } 188 ], 189 "description": "PHP Markdown", 190 "homepage": "http://michelf.ca/projects/php-markdown/", 191 "keywords": [ 192 "markdown" 193 ], 194 "time": "2013-11-29 17:09:24" 195 }, 196 { 197 "name": "patchwork/utf8", 198 "version": "v1.1.21", 199 "source": { 200 "type": "git", 201 "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git", 202 "reference": "f45ba8bc7962b7356847724989a6949b68d975a2" 203 }, 204 "dist": { 205 "type": "zip", 206 "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/f45ba8bc7962b7356847724989a6949b68d975a2", 207 "reference": "f45ba8bc7962b7356847724989a6949b68d975a2", 208 "shasum": "" 209 }, 210 "require": { 211 "lib-pcre": ">=7.3", 212 "php": ">=5.3.0" 213 }, 214 "suggest": { 215 "ext-iconv": "Use iconv for best performance", 216 "ext-intl": "Use Intl for best performance", 217 "ext-mbstring": "Use Mbstring for best performance" 218 }, 219 "type": "library", 220 "autoload": { 221 "psr-0": { 222 "Patchwork": "class/", 223 "Normalizer": "class/" 224 } 225 }, 226 "notification-url": "https://packagist.org/downloads/", 227 "license": [ 228 "(Apache-2.0 or GPL-2.0)" 229 ], 230 "authors": [ 231 { 232 "name": "Nicolas Grekas", 233 "email": "p@tchwork.com", 234 "role": "Developer" 235 } 236 ], 237 "description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP", 238 "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", 239 "keywords": [ 240 "i18n", 241 "unicode", 242 "utf-8", 243 "utf8" 244 ], 245 "time": "2014-03-26 10:52:02" 246 }, 247 { 248 "name": "tecnick.com/tcpdf", 249 "version": "6.0.071", 250 "source": { 251 "type": "git", 252 "url": "git://git.code.sf.net/p/tcpdf/code", 253 "reference": "e85569fc0351501ed51643df1b12f66696727b8a" 254 }, 255 "require": { 256 "php": ">=5.3.0" 257 }, 258 "type": "library", 259 "autoload": { 260 "classmap": [ 261 "fonts", 262 "config", 263 "include", 264 "tcpdf.php", 265 "tcpdf_parser.php", 266 "tcpdf_import.php", 267 "tcpdf_barcodes_1d.php", 268 "tcpdf_barcodes_2d.php", 269 "include/tcpdf_colors.php", 270 "include/tcpdf_filters.php", 271 "include/tcpdf_font_data.php", 272 "include/tcpdf_fonts.php", 273 "include/tcpdf_images.php", 274 "include/tcpdf_static.php", 275 "include/barcodes/datamatrix.php", 276 "include/barcodes/pdf417.php", 277 "include/barcodes/qrcode.php" 278 ] 279 }, 280 "notification-url": "https://packagist.org/downloads/", 281 "license": [ 282 "LGPLv3" 283 ], 284 "authors": [ 285 { 286 "name": "Nicola Asuni", 287 "email": "info@tecnick.com", 288 "homepage": "http://nicolaasuni.tecnick.com" 289 } 290 ], 291 "description": "TCPDF is a PHP class for generating PDF documents.", 292 "homepage": "http://www.tcpdf.org/", 293 "keywords": [ 294 "PDFD32000-2008", 295 "TCPDF", 296 "barcodes", 297 "datamatrix", 298 "pdf", 299 "pdf417", 300 "qrcode" 301 ], 302 "time": "2014-04-25 18:13:02" 303 } 304 ], 305 "packages-dev": [ 306 307 ], 308 "aliases": [ 309 310 ], 311 "minimum-stability": "stable", 312 "stability-flags": [ 313 314 ], 315 "platform": [ 316 317 ], 318 "platform-dev": [ 319 320 ] 321} 322