[
    {
        "name": "bombayworks/zendframework1",
        "version": "v1.12.9",
        "version_normalized": "1.12.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bombayworks/zendframework1.git",
            "reference": "4bce65c9427866dc62e9ea9ab511f0edffa49f85"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/4bce65c9427866dc62e9ea9ab511f0edffa49f85",
            "reference": "4bce65c9427866dc62e9ea9ab511f0edffa49f85",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11"
        },
        "require-dev": {
            "phpunit/dbunit": "1.3.*",
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-09-17 15:01:24",
        "bin": [
            "bin/zf.sh",
            "bin/zf.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "library/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.6.0",
        "version_normalized": "4.6.0.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"
        },
        "time": "2013-11-30 08:25:19",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
            "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-05-05 02:43:50",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "fisharebest/ext-calendar",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fisharebest/ext-calendar.git",
            "reference": "1498941b9b83222312bb957b5a425df075421443"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/1498941b9b83222312bb957b5a425df075421443",
            "reference": "1498941b9b83222312bb957b5a425df075421443",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*",
            "satooshi/php-coveralls": "*"
        },
        "time": "2014-10-31 19:49:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fisharebest\\ExtCalendar\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Greg Roach",
                "email": "fisharebest@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Optional PHP shims for servers without the ext/calendar extension.",
        "homepage": "https://github.com/fisharebest/ext-calendar",
        "keywords": [
            "Jalali",
            "arabic",
            "calendar",
            "ext-calendar",
            "french",
            "gregorian",
            "hebrew",
            "hijri",
            "jewish",
            "julian",
            "julian day",
            "julian day number",
            "persian",
            "shamsi"
        ]
    },
    {
        "name": "ircmaxell/password-compat",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-11-20 16:49:30",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "patchwork/utf8",
        "version": "v1.1.26",
        "version_normalized": "1.1.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tchwork/utf8.git",
            "reference": "6b8e46603b49ee87ad6bceb314da94cc04ffcdce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tchwork/utf8/zipball/6b8e46603b49ee87ad6bceb314da94cc04ffcdce",
            "reference": "6b8e46603b49ee87ad6bceb314da94cc04ffcdce",
            "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"
        },
        "time": "2014-11-08 10:13:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ],
        "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
        "homepage": "https://github.com/tchwork/utf8",
        "keywords": [
            "grapheme",
            "i18n",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "tecnick.com/tcpdf",
        "version": "6.0.099",
        "version_normalized": "6.0.099.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "75e7ad39458e060d0cae6fcb7d50a2c9f3af1b01"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/75e7ad39458e060d0cae6fcb7d50a2c9f3af1b01",
            "reference": "75e7ad39458e060d0cae6fcb7d50a2c9f3af1b01",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2014-11-15 12:35:49",
        "type": "library",
        "installation-source": "dist",
        "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 and barcodes.",
        "homepage": "http://www.tcpdf.org/",
        "keywords": [
            "PDFD32000-2008",
            "TCPDF",
            "barcodes",
            "datamatrix",
            "pdf",
            "pdf417",
            "qrcode"
        ]
    },
    {
        "name": "rhumsaa/uuid",
        "version": "2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/uuid.git",
            "reference": "cca98c652cac412c9c2f109c69e5532f313435fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc",
            "reference": "cca98c652cac412c9c2f109c69e5532f313435fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "doctrine/dbal": ">=2.3",
            "moontoast/math": "~1.1",
            "phpunit/phpunit": "~4.1",
            "satooshi/php-coveralls": "~0.6",
            "symfony/console": "~2.3"
        },
        "suggest": {
            "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
            "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
            "symfony/console": "Support for use of the bin/uuid command line tool."
        },
        "time": "2014-11-09 18:42:56",
        "bin": [
            "bin/uuid"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Rhumsaa\\Uuid\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marijn Huizendveld",
                "email": "marijn.huizendveld@gmail.com"
            },
            {
                "name": "Ben Ramsey",
                "homepage": "http://benramsey.com"
            }
        ],
        "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
        "homepage": "https://github.com/ramsey/uuid",
        "keywords": [
            "guid",
            "identifier",
            "uuid"
        ]
    }
]
