{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], "hash": "e45b6fb68c9db8d3398bd31d828eed57", "packages": [ { "name": "bombayworks/zendframework1", "version": "v1.12.6", "source": { "type": "git", "url": "https://github.com/bombayworks/zendframework1.git", "reference": "f83796e2fcaf18bea1480988ab61de02a8168535" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/f83796e2fcaf18bea1480988ab61de02a8168535", "reference": "f83796e2fcaf18bea1480988ab61de02a8168535", "shasum": "" }, "require": { "php": ">=5.2.11" }, "require-dev": { "phpunit/dbunit": "1.3.*", "phpunit/phpunit": "3.7.*" }, "bin": [ "bin/zf.sh", "bin/zf.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.12.x-dev" } }, "autoload": { "psr-0": { "Zend_": "library/", "ZendX_": "extras/library/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "library/", "extras/library/" ], "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework" ], "time": "2014-04-15 17:01:21" }, { "name": "ezyang/htmlpurifier", "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com", "role": "Developer" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2013-11-30 08:25:19" }, { "name": "ircmaxell/password-compat", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4", "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4", "shasum": "" }, "type": "library", "autoload": { "files": [ "lib/password.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", "homepage": "https://github.com/ircmaxell/password_compat", "keywords": [ "hashing", "password" ], "time": "2013-04-30 19:58:08" }, { "name": "michelf/php-markdown", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "96d8150406f67e683ef4acc09fef91785fef1266" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266", "reference": "96d8150406f67e683ef4acc09fef91785fef1266", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-lib": "1.4.x-dev" } }, "autoload": { "psr-0": { "Michelf": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "http://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "http://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "http://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2013-11-29 17:09:24" }, { "name": "patchwork/utf8", "version": "v1.1.21", "source": { "type": "git", "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git", "reference": "f45ba8bc7962b7356847724989a6949b68d975a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/f45ba8bc7962b7356847724989a6949b68d975a2", "reference": "f45ba8bc7962b7356847724989a6949b68d975a2", "shasum": "" }, "require": { "lib-pcre": ">=7.3", "php": ">=5.3.0" }, "suggest": { "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-mbstring": "Use Mbstring for best performance" }, "type": "library", "autoload": { "psr-0": { "Patchwork": "class/", "Normalizer": "class/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com", "role": "Developer" } ], "description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP", "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", "keywords": [ "i18n", "unicode", "utf-8", "utf8" ], "time": "2014-03-26 10:52:02" }, { "name": "tecnick.com/tcpdf", "version": "6.0.071", "source": { "type": "git", "url": "git://git.code.sf.net/p/tcpdf/code", "reference": "e85569fc0351501ed51643df1b12f66696727b8a" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "fonts", "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPLv3" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "homepage": "http://nicolaasuni.tecnick.com" } ], "description": "TCPDF is a PHP class for generating PDF documents.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "time": "2014-04-25 18:13:02" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": [ ], "platform": [ ], "platform-dev": [ ] }