{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "809712d7285318cc78f88bdb9e8e89ff",
    "packages": [
        {
            "name": "danielstjules/stringy",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/danielstjules/Stringy.git",
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Stringy\\": "src/"
                },
                "files": [
                    "src/Create.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel St. Jules",
                    "email": "danielst.jules@gmail.com",
                    "homepage": "http://www.danielstjules.com"
                }
            ],
            "description": "A string manipulation library with multibyte support",
            "homepage": "https://github.com/danielstjules/Stringy",
            "keywords": [
                "UTF",
                "helpers",
                "manipulation",
                "methods",
                "multibyte",
                "string",
                "utf-8",
                "utility",
                "utils"
            ],
            "time": "2015-07-23 00:54:12"
        },
        {
            "name": "doctrine/inflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "b0b2feffb47906a03b570777c07044c529d1d124"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/b0b2feffb47906a03b570777c07044c529d1d124",
                "reference": "b0b2feffb47906a03b570777c07044c529d1d124",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2015-07-07 15:32:45"
        },
        {
            "name": "grandt/binstring",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPBinString.git",
                "reference": "2221de86a053e0f04dd2eca4f6bef11a93d00f58"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/2221de86a053e0f04dd2eca4f6bef11a93d00f58",
                "reference": "2221de86a053e0f04dd2eca4f6bef11a93d00f58",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "BinString.php",
                    "BinStringStatic.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "A. Grandt",
                    "email": "php@grandt.com",
                    "role": "Developer"
                }
            ],
            "description": "A class for working around the use of mbstring.func_override",
            "homepage": "https://github.com/Grandt/PHPBinString",
            "keywords": [
                "binary strings",
                "mbstring"
            ],
            "time": "2015-07-02 05:17:00"
        },
        {
            "name": "grandt/phpepub",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPePub.git",
                "reference": "8d790c6dee0dbf69cd94a11c4bc46551a6e5a11f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/8d790c6dee0dbf69cd94a11c4bc46551a6e5a11f",
                "reference": "8d790c6dee0dbf69cd94a11c4bc46551a6e5a11f",
                "shasum": ""
            },
            "require": {
                "grandt/phpresizegif": ">=1.0.3",
                "grandt/relativepath": ">=1.0.1",
                "php": ">=5.3.0",
                "phpzip/phpzip": ">=2.0.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPePub\\": "src/PHPePub"
                },
                "classmap": [
                    "src/lib.uuid.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "A. Grandt",
                    "email": "php@grandt.com",
                    "homepage": "http://grandt.com",
                    "role": "Developer"
                }
            ],
            "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
            "homepage": "https://github.com/Grandt/PHPZip",
            "keywords": [
                "e-book",
                "epub"
            ],
            "time": "2015-07-02 04:24:38"
        },
        {
            "name": "grandt/phpresizegif",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPResizeGif.git",
                "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
                "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
                "shasum": ""
            },
            "require": {
                "grandt/binstring": ">=0.2.0",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "grandt\\ResizeGif\\": "src/ResizeGif",
                    "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
                    "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
                    "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "A. Grandt",
                    "email": "php@grandt.com",
                    "homepage": "http://grandt.com",
                    "role": "Developer"
                }
            ],
            "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
            "homepage": "https://github.com/Grandt/PHPResizeGif",
            "keywords": [
                "GIF89a",
                "animated gif",
                "gif",
                "resize"
            ],
            "time": "2015-05-10 10:52:24"
        },
        {
            "name": "grandt/phpzipmerge",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPZipMerge.git",
                "reference": "b254713a341b94794f2a97112c470216460a4995"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/b254713a341b94794f2a97112c470216460a4995",
                "reference": "b254713a341b94794f2a97112c470216460a4995",
                "shasum": ""
            },
            "require": {
                "grandt/binstring": ">=0.2.0",
                "grandt/relativepath": ">=1.0.1",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ZipMerge\\": "src/ZipMerge"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "A. Grandt",
                    "email": "php@grandt.com",
                    "homepage": "http://grandt.com",
                    "role": "Developer"
                },
                {
                    "name": "Greg Kappatos",
                    "homepage": "http://websiteconnect.com.au",
                    "role": "Developer"
                }
            ],
            "description": "Merge and stream multiple Zip files on the fly.",
            "homepage": "https://github.com/Grandt/PHPZipMerge",
            "keywords": [
                "archive",
                "compressed",
                "compression",
                "merge",
                "phpzip",
                "pkzip",
                "stream",
                "zip"
            ],
            "time": "2015-04-30 06:35:34"
        },
        {
            "name": "grandt/relativepath",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPRelativePath.git",
                "reference": "f63ea3af57e4afde94c97475899163199f872eee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/f63ea3af57e4afde94c97475899163199f872eee",
                "reference": "f63ea3af57e4afde94c97475899163199f872eee",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "RelativePath.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "A. Grandt",
                    "email": "php@grandt.com",
                    "role": "Developer"
                }
            ],
            "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
            "homepage": "https://github.com/Grandt/PHPRelativePath",
            "keywords": [
                "file path"
            ],
            "time": "2015-05-15 17:54:54"
        },
        {
            "name": "illuminate/container",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "817ae489c9441ce80b6452914db083cb8a976d20"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/817ae489c9441ce80b6452914db083cb8a976d20",
                "reference": "817ae489c9441ce80b6452914db083cb8a976d20",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.2.*",
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "http://laravel.com",
            "time": "2015-08-01 01:46:57"
        },
        {
            "name": "illuminate/contracts",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "549a9a82664aa31952c2c1c46ac5f7b8c5ab6d16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/549a9a82664aa31952c2c1c46ac5f7b8c5ab6d16",
                "reference": "549a9a82664aa31952c2c1c46ac5f7b8c5ab6d16",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "http://laravel.com",
            "time": "2015-08-01 01:46:57"
        },
        {
            "name": "illuminate/events",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/events.git",
                "reference": "84258751765f644d6367f7b740fc7971f69dc639"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/events/zipball/84258751765f644d6367f7b740fc7971f69dc639",
                "reference": "84258751765f644d6367f7b740fc7971f69dc639",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.2.*",
                "illuminate/contracts": "5.2.*",
                "illuminate/support": "5.2.*",
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Events\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Events package.",
            "homepage": "http://laravel.com",
            "time": "2015-08-08 23:05:25"
        },
        {
            "name": "illuminate/filesystem",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/filesystem.git",
                "reference": "e4df311158480d9c3355a394a70cafd6be206e0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e4df311158480d9c3355a394a70cafd6be206e0a",
                "reference": "e4df311158480d9c3355a394a70cafd6be206e0a",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.2.*",
                "illuminate/support": "5.2.*",
                "php": ">=5.5.9",
                "symfony/finder": "3.0.*"
            },
            "suggest": {
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Filesystem package.",
            "homepage": "http://laravel.com",
            "time": "2015-08-01 01:46:57"
        },
        {
            "name": "illuminate/support",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "cb959a05055f2144fe7d9642e671a2b2494183ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/cb959a05055f2144fe7d9642e671a2b2494183ff",
                "reference": "cb959a05055f2144fe7d9642e671a2b2494183ff",
                "shasum": ""
            },
            "require": {
                "danielstjules/stringy": "~1.8",
                "doctrine/inflector": "~1.0",
                "ext-mbstring": "*",
                "illuminate/contracts": "5.2.*",
                "php": ">=5.5.9"
            },
            "suggest": {
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
                "symfony/var-dumper": "Required to use the dd function (3.0.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "http://laravel.com",
            "time": "2015-08-06 13:15:15"
        },
        {
            "name": "illuminate/view",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/view.git",
                "reference": "c72f80a1d86060ae30e3661a6304f232087b78af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/view/zipball/c72f80a1d86060ae30e3661a6304f232087b78af",
                "reference": "c72f80a1d86060ae30e3661a6304f232087b78af",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.2.*",
                "illuminate/contracts": "5.2.*",
                "illuminate/events": "5.2.*",
                "illuminate/filesystem": "5.2.*",
                "illuminate/support": "5.2.*",
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\View\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Illuminate View package.",
            "homepage": "http://laravel.com",
            "time": "2015-08-01 01:46:57"
        },
        {
            "name": "league/html-to-markdown",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/html-to-markdown.git",
                "reference": "17ff71f6d784ae460005ab2a1a88ff76e06f1a4a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/17ff71f6d784ae460005ab2a1a88ff76e06f1a4a",
                "reference": "17ff71f6d784ae460005ab2a1a88ff76e06f1a4a",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "scrutinizer/ocular": "~1.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "http://www.colinodell.com",
                    "role": "Lead Developer"
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "time": "2015-07-23 12:31:52"
        },
        {
            "name": "phpoffice/phpword",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PHPWord.git",
                "reference": "3f136501b3dfea94766a704e17782c8a942a7b9b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/3f136501b3dfea94766a704e17782c8a942a7b9b",
                "reference": "3f136501b3dfea94766a704e17782c8a942a7b9b",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "dompdf/dompdf": "0.6.*",
                "mpdf/mpdf": "5.*",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "2.*",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "3.7.*",
                "sebastian/phpcpd": "2.*",
                "squizlabs/php_codesniffer": "1.*",
                "tecnick.com/tcpdf": "6.*"
            },
            "suggest": {
                "dompdf/dompdf": "Used to write PDF",
                "ext-gd2": "Used to add images",
                "ext-xmlwriter": "Used to write DOCX and ODT",
                "ext-xsl": "Used to apply XSL style sheet to main document part of OOXML template",
                "ext-zip": "Used to write DOCX and ODT"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpWord\\": "src/PhpWord"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Mark Baker"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "http://blog.rootslabs.net"
                },
                {
                    "name": "Gabriel Bull",
                    "email": "me@gabrielbull.com",
                    "homepage": "http://gabrielbull.com/"
                },
                {
                    "name": "Ivan Lanin",
                    "homepage": "http://ivan.lanin.org"
                },
                {
                    "name": "Roman Syroeshko",
                    "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
                }
            ],
            "description": "PHPWord - A pure PHP library for reading and writing word processing documents (DOCX, ODT, RTF, HTML, PDF)",
            "homepage": "http://phpoffice.github.io",
            "keywords": [
                "ISO IEC 29500",
                "OOXML",
                "Office Open XML",
                "OpenDocument",
                "OpenXML",
                "PhpOffice",
                "PhpWord",
                "Rich Text Format",
                "WordprocessingML",
                "doc",
                "docx",
                "html",
                "odt",
                "office",
                "pdf",
                "php",
                "reader",
                "rtf",
                "template",
                "template processor",
                "word",
                "writer"
            ],
            "time": "2015-01-03 09:42:48"
        },
        {
            "name": "phpzip/phpzip",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPZip.git",
                "reference": "a6a9b816b04a5d4fb88d20be1d092396c68ce1f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/a6a9b816b04a5d4fb88d20be1d092396c68ce1f7",
                "reference": "a6a9b816b04a5d4fb88d20be1d092396c68ce1f7",
                "shasum": ""
            },
            "require": {
                "grandt/binstring": ">=0.2.0",
                "grandt/phpzipmerge": ">=1.0.3",
                "grandt/relativepath": ">=1.0.1",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPZip\\Zip\\": "src/Zip"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Adam Schmalhofer",
                    "email": "Adam.Schmalhofer@gmx.de",
                    "role": "Developer"
                },
                {
                    "name": "A. Grandt",
                    "email": "php@grandt.com",
                    "homepage": "http://grandt.com",
                    "role": "Developer"
                },
                {
                    "name": "Greg Kappatos",
                    "homepage": "http://websiteconnect.com.au",
                    "role": "Developer"
                }
            ],
            "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
            "homepage": "https://github.com/Grandt/PHPZip",
            "keywords": [
                "archive",
                "compressed",
                "compression",
                "phpzip",
                "pkzip",
                "stream",
                "zip"
            ],
            "time": "2015-04-30 06:52:29"
        },
        {
            "name": "symfony/finder",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "9f0e31a1dd55f527c669b6de11bfedd950db7fe1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Finder/zipball/9f0e31a1dd55f527c669b6de11bfedd950db7fe1",
                "reference": "9f0e31a1dd55f527c669b6de11bfedd950db7fe1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Finder Component",
            "homepage": "https://symfony.com",
            "time": "2015-07-09 16:12:34"
        },
        {
            "name": "symfony/yaml",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
                "reference": "d067e47c2be88b62c3e50d1362d959efc46ffefc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/d067e47c2be88b62c3e50d1362d959efc46ffefc",
                "reference": "d067e47c2be88b62c3e50d1362d959efc46ffefc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "https://symfony.com",
            "time": "2015-08-01 06:48:35"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "grandt/phpepub": 20,
        "illuminate/events": 20,
        "league/html-to-markdown": 20,
        "symfony/yaml": 20,
        "phpoffice/phpword": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}
