{
    "_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": "e354a819bddd3fe8e99fca41eb214943",
    "packages": [
        {
            "name": "danielstjules/stringy",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/danielstjules/Stringy.git",
                "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
                "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
                "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-02-10 06:19:18"
        },
        {
            "name": "doctrine/inflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
                "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
                "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-01-01 18:34:57"
        },
        {
            "name": "grandt/binstring",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPBinString.git",
                "reference": "fc619d3eb291cd953166e0143c43ca2b3137622f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/fc619d3eb291cd953166e0143c43ca2b3137622f",
                "reference": "fc619d3eb291cd953166e0143c43ca2b3137622f",
                "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": "2014-08-05 06:21:17"
        },
        {
            "name": "grandt/phpepub",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Grandt/PHPePub.git",
                "reference": "292c490c42ff83f98f6236f98214fadf179c3f50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/292c490c42ff83f98f6236f98214fadf179c3f50",
                "reference": "292c490c42ff83f98f6236f98214fadf179c3f50",
                "shasum": ""
            },
            "require": {
                "grandt/phpresizegif": ">=1.0.3",
                "grandt/relativepath": ">=1.0.1",
                "php": ">=5.3.0",
                "phpzip/phpzip": ">=2.0.7",
                "roverwolf/druuid": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPePub\\": "src/PHPePub"
                }
            },
            "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-05-14 08:45:53"
        },
        {
            "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": "f39a0b1274ef1f055f6115ce82481487113a5bd6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/f39a0b1274ef1f055f6115ce82481487113a5bd6",
                "reference": "f39a0b1274ef1f055f6115ce82481487113a5bd6",
                "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-06-04 21:36:40"
        },
        {
            "name": "illuminate/contracts",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "02c53f7d5100a32901ed54cd7beaa46d3d06c6e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/02c53f7d5100a32901ed54cd7beaa46d3d06c6e3",
                "reference": "02c53f7d5100a32901ed54cd7beaa46d3d06c6e3",
                "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-06-08 19:17:38"
        },
        {
            "name": "illuminate/events",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/events.git",
                "reference": "2e3d1930005f8094b31fc84155b21c1cc1ea02c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/events/zipball/2e3d1930005f8094b31fc84155b21c1cc1ea02c1",
                "reference": "2e3d1930005f8094b31fc84155b21c1cc1ea02c1",
                "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-06-03 12:19:44"
        },
        {
            "name": "illuminate/filesystem",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/filesystem.git",
                "reference": "969272400733e96b61971b47c7a718e585957186"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/969272400733e96b61971b47c7a718e585957186",
                "reference": "969272400733e96b61971b47c7a718e585957186",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.2.*",
                "illuminate/support": "5.2.*",
                "php": ">=5.5.9",
                "symfony/finder": "2.8.*"
            },
            "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-06-12 12:26:04"
        },
        {
            "name": "illuminate/support",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "71fb24bd66de4111a0e959a85a916460cb9fc03f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/71fb24bd66de4111a0e959a85a916460cb9fc03f",
                "reference": "71fb24bd66de4111a0e959a85a916460cb9fc03f",
                "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 (2.8.*)."
            },
            "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-06-12 12:26:04"
        },
        {
            "name": "illuminate/view",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/view.git",
                "reference": "591a43e9fceb517b1f57cd339cdd06273d698c42"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/view/zipball/591a43e9fceb517b1f57cd339cdd06273d698c42",
                "reference": "591a43e9fceb517b1f57cd339cdd06273d698c42",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.2.*",
                "illuminate/contracts": "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-06-09 13:30:19"
        },
        {
            "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": "roverwolf/druuid",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/roverwolf/DrUUID.git",
                "reference": "c938aaf3ff681a50379cea9081da3419ccc6a84d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/roverwolf/DrUUID/zipball/c938aaf3ff681a50379cea9081da3419ccc6a84d",
                "reference": "c938aaf3ff681a50379cea9081da3419ccc6a84d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "lib.uuid.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "J. King",
                    "email": "jking@jkingweb.ca",
                    "homepage": "http://jkingweb.ca/"
                }
            ],
            "description": "A class for working with UUIDs",
            "homepage": "http://jkingweb.ca/code/php/lib.uuid/",
            "keywords": [
                "uuid"
            ],
            "time": "2012-12-07 18:22:24"
        },
        {
            "name": "symfony/finder",
            "version": "2.8.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "798e9a9c69f3e2e9d8766e8633e404676a09f99c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Finder/zipball/798e9a9c69f3e2e9d8766e8633e404676a09f99c",
                "reference": "798e9a9c69f3e2e9d8766e8633e404676a09f99c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-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-06-04 20:21:09"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "grandt/phpepub": 20,
        "illuminate/events": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}
