nordsoftware/lumen-file-manager

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_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"
    ],
    "content-hash": "1311f73672df4074450a85b04645daa3",
    "packages": [
        {
            "name": "crisu83/shortid",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/crisu83/php-shortid.git",
                "reference": "73ee283fdcc94fdbc9a33824163fceebc31ef902"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/crisu83/php-shortid/zipball/73ee283fdcc94fdbc9a33824163fceebc31ef902",
                "reference": "73ee283fdcc94fdbc9a33824163fceebc31ef902",
                "shasum": ""
            },
            "require": {
                "ircmaxell/random-lib": "~1.1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "apigen/apigen": "~4.1",
                "apigen/theme-bootstrap": "~1.1",
                "codeception/codeception": "~2.0",
                "codeception/specify": "0.4.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Crisu83\\ShortId\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christoffer Niska",
                    "email": "christofferniska@gmail.com"
                }
            ],
            "time": "2015-04-22T07:56:14+00:00"
        },
        {
            "name": "ircmaxell/random-lib",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/RandomLib.git",
                "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
                "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
                "shasum": ""
            },
            "require": {
                "ircmaxell/security-lib": "^1.1",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^1.11",
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^4.8|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "RandomLib": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@ircmaxell.com",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A Library For Generating Secure Random Numbers",
            "homepage": "https://github.com/ircmaxell/RandomLib",
            "keywords": [
                "cryptography",
                "random",
                "random-numbers",
                "random-strings"
            ],
            "time": "2016-09-07T15:52:06+00:00"
        },
        {
            "name": "ircmaxell/security-lib",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/SecurityLib.git",
                "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
                "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "mikey179/vfsstream": "1.1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "SecurityLib": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@ircmaxell.com",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A Base Security Library",
            "homepage": "https://github.com/ircmaxell/SecurityLib",
            "time": "2015-03-20T14:31:23+00:00"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/translation": "~2.6 || ~3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2",
                "phpunit/phpunit": "~4.0 || ~5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.23-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Carbon\\": "src/Carbon/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2017-01-16T07:55:07+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-11-14T01:06:16+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "c740eee70783d2af4d3d6b70d5146f209e6b4d13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/c740eee70783d2af4d3d6b70d5146f209e6b4d13",
                "reference": "c740eee70783d2af4d3d6b70d5146f209e6b4d13",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/config": "<2.8"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/intl": "^2.8.18|^3.2.5",
                "symfony/yaml": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Translation Component",
            "homepage": "https://symfony.com",
            "time": "2017-03-21T21:44:32+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/inflector",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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-11-06T14:35:42+00:00"
        },
        {
            "name": "illuminate/auth",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/auth.git",
                "reference": "d8e8648b7a351084791fbfdb6315a50d66e393d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/auth/zipball/d8e8648b7a351084791fbfdb6315a50d66e393d0",
                "reference": "d8e8648b7a351084791fbfdb6315a50d66e393d0",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/http": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4"
            },
            "suggest": {
                "illuminate/console": "Required to use the auth:clear-resets command (5.4.*).",
                "illuminate/queue": "Required to fire login / logout events (5.4.*).",
                "illuminate/session": "Required to use the session based guard (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Auth\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Auth package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-16T13:31:21+00:00"
        },
        {
            "name": "illuminate/broadcasting",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/broadcasting.git",
                "reference": "6a250693e3b598c40512ff6b0a9d87d55d073443"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/6a250693e3b598c40512ff6b0a9d87d55d073443",
                "reference": "6a250693e3b598c40512ff6b0a9d87d55d073443",
                "shasum": ""
            },
            "require": {
                "illuminate/bus": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/queue": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "suggest": {
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Broadcasting\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Broadcasting package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-15T17:10:29+00:00"
        },
        {
            "name": "illuminate/bus",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/bus.git",
                "reference": "2abdce5ca18c87f4c6137ad5e97c4c2fed318fe6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/bus/zipball/2abdce5ca18c87f4c6137ad5e97c4c2fed318fe6",
                "reference": "2abdce5ca18c87f4c6137ad5e97c4c2fed318fe6",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/pipeline": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Bus\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Bus package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-17T14:21:32+00:00"
        },
        {
            "name": "illuminate/cache",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/cache.git",
                "reference": "a0a4cb345e40b18e99c0cd49e260dbddb66dec5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/cache/zipball/a0a4cb345e40b18e99c0cd49e260dbddb66dec5f",
                "reference": "a0a4cb345e40b18e99c0cd49e260dbddb66dec5f",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4"
            },
            "suggest": {
                "illuminate/database": "Required to use the database cache driver (5.4.*).",
                "illuminate/filesystem": "Required to use the file cache driver (5.4.*).",
                "illuminate/redis": "Required to use the redis cache driver (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Cache\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Cache package.",
            "homepage": "https://laravel.com",
            "time": "2017-02-27T20:54:32+00:00"
        },
        {
            "name": "illuminate/config",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/config.git",
                "reference": "8fe700aa596bc623d347e4578041fbda7a44c3d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/config/zipball/8fe700aa596bc623d347e4578041fbda7a44c3d9",
                "reference": "8fe700aa596bc623d347e4578041fbda7a44c3d9",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Config\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Config package.",
            "homepage": "https://laravel.com",
            "time": "2017-02-04T20:27:32+00:00"
        },
        {
            "name": "illuminate/console",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/console.git",
                "reference": "8ea19d470cdc0d6ab88269b1841dfd234cf308b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/console/zipball/8ea19d470cdc0d6ab88269b1841dfd234cf308b8",
                "reference": "8ea19d470cdc0d6ab88269b1841dfd234cf308b8",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4",
                "symfony/console": "~3.2"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
                "mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
                "symfony/process": "Required to use scheduling component (~3.2)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Console package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-23T15:59:01+00:00"
        },
        {
            "name": "illuminate/container",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "50aa19491d478edd907d1f67e0928944e8b2dcb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/50aa19491d478edd907d1f67e0928944e8b2dcb5",
                "reference": "50aa19491d478edd907d1f67e0928944e8b2dcb5",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-16T13:32:45+00:00"
        },
        {
            "name": "illuminate/contracts",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "ab2825726bee46a67c8cc66789852189dbef74a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/ab2825726bee46a67c8cc66789852189dbef74a9",
                "reference": "ab2825726bee46a67c8cc66789852189dbef74a9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-29T13:17:47+00:00"
        },
        {
            "name": "illuminate/database",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/database.git",
                "reference": "890564c6b84bcb2b45d41d3da072fabf422c07f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/database/zipball/890564c6b84bcb2b45d41d3da072fabf422c07f5",
                "reference": "890564c6b84bcb2b45d41d3da072fabf422c07f5",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4"
            },
            "suggest": {
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
                "illuminate/console": "Required to use the database commands (5.4.*).",
                "illuminate/events": "Required to use the observers with Eloquent (5.4.*).",
                "illuminate/filesystem": "Required to use the migrations (5.4.*).",
                "illuminate/pagination": "Required to paginate the result set (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Database\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Database package.",
            "homepage": "https://laravel.com",
            "keywords": [
                "database",
                "laravel",
                "orm",
                "sql"
            ],
            "time": "2017-04-11T22:53:18+00:00"
        },
        {
            "name": "illuminate/encryption",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/encryption.git",
                "reference": "beacee0662bf20ff60e5a319529300f29b840b94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/encryption/zipball/beacee0662bf20ff60e5a319529300f29b840b94",
                "reference": "beacee0662bf20ff60e5a319529300f29b840b94",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "paragonie/random_compat": "~1.4|~2.0",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Encryption\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Encryption package.",
            "homepage": "https://laravel.com",
            "time": "2016-12-30T22:45:27+00:00"
        },
        {
            "name": "illuminate/events",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/events.git",
                "reference": "5a50ce08fa9efaf9213a720ee7c5c2c73aa071bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/events/zipball/5a50ce08fa9efaf9213a720ee7c5c2c73aa071bf",
                "reference": "5a50ce08fa9efaf9213a720ee7c5c2c73aa071bf",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Events\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Events package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-09T00:57:11+00:00"
        },
        {
            "name": "illuminate/filesystem",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/filesystem.git",
                "reference": "7f656e3421b94d759627e891567380b50586f045"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/7f656e3421b94d759627e891567380b50586f045",
                "reference": "7f656e3421b94d759627e891567380b50586f045",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4",
                "symfony/finder": "~3.2"
            },
            "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.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Filesystem package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-07T19:38:05+00:00"
        },
        {
            "name": "illuminate/hashing",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/hashing.git",
                "reference": "b5c377960fb6dd32a0172dabbe6579589e210b9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/hashing/zipball/b5c377960fb6dd32a0172dabbe6579589e210b9e",
                "reference": "b5c377960fb6dd32a0172dabbe6579589e210b9e",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Hashing\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Hashing package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-08T23:05:14+00:00"
        },
        {
            "name": "illuminate/http",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/http.git",
                "reference": "2c66bd7791505899afa86bb4d467e3ea8b7dab8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/http/zipball/2c66bd7791505899afa86bb4d467e3ea8b7dab8c",
                "reference": "2c66bd7791505899afa86bb4d467e3ea8b7dab8c",
                "shasum": ""
            },
            "require": {
                "illuminate/session": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4",
                "symfony/http-foundation": "~3.2",
                "symfony/http-kernel": "~3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Http\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Http package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-15T14:15:59+00:00"
        },
        {
            "name": "illuminate/pagination",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/pagination.git",
                "reference": "cabab5b5a9c124efb9013d5ca28ab8d479f8dfac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/cabab5b5a9c124efb9013d5ca28ab8d479f8dfac",
                "reference": "cabab5b5a9c124efb9013d5ca28ab8d479f8dfac",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Pagination\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Pagination package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-28T13:05:02+00:00"
        },
        {
            "name": "illuminate/pipeline",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/pipeline.git",
                "reference": "ada6dc2435afa57a74e3dcd4570c31a1a1244e65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/ada6dc2435afa57a74e3dcd4570c31a1a1244e65",
                "reference": "ada6dc2435afa57a74e3dcd4570c31a1a1244e65",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Pipeline\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Pipeline package.",
            "homepage": "https://laravel.com",
            "time": "2017-01-17T14:21:32+00:00"
        },
        {
            "name": "illuminate/queue",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/queue.git",
                "reference": "f73b851bf92c049c854f3db0d8f92f8aa730b526"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/queue/zipball/f73b851bf92c049c854f3db0d8f92f8aa730b526",
                "reference": "f73b851bf92c049c854f3db0d8f92f8aa730b526",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "5.4.*",
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/filesystem": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4",
                "symfony/debug": "~3.2",
                "symfony/process": "~3.2"
            },
            "suggest": {
                "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
                "illuminate/redis": "Required to use the Redis queue driver (5.4.*).",
                "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Queue\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Queue package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-12T19:11:35+00:00"
        },
        {
            "name": "illuminate/session",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/session.git",
                "reference": "59f994b299318ba5a91b390fe482e24fdaa08ec5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/session/zipball/59f994b299318ba5a91b390fe482e24fdaa08ec5",
                "reference": "59f994b299318ba5a91b390fe482e24fdaa08ec5",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/filesystem": "5.4.*",
                "illuminate/support": "5.4.*",
                "nesbot/carbon": "~1.20",
                "php": ">=5.6.4",
                "symfony/finder": "~3.2",
                "symfony/http-foundation": "~3.2"
            },
            "suggest": {
                "illuminate/console": "Required to use the session:table command (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Session\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Session package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-30T14:26:45+00:00"
        },
        {
            "name": "illuminate/support",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "b8cb37e15331c59da51c8ee5838038baa22d7955"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/b8cb37e15331c59da51c8ee5838038baa22d7955",
                "reference": "b8cb37e15331c59da51c8ee5838038baa22d7955",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "~1.0",
                "ext-mbstring": "*",
                "illuminate/contracts": "5.4.*",
                "paragonie/random_compat": "~1.4|~2.0",
                "php": ">=5.6.4"
            },
            "replace": {
                "tightenco/collect": "self.version"
            },
            "suggest": {
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
                "symfony/process": "Required to use the composer class (~3.2).",
                "symfony/var-dumper": "Required to use the dd function (~3.2)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-09T14:34:57+00:00"
        },
        {
            "name": "illuminate/translation",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/translation.git",
                "reference": "9c81480d66e6f4a225e319ca1d36b95a422890d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/translation/zipball/9c81480d66e6f4a225e319ca1d36b95a422890d5",
                "reference": "9c81480d66e6f4a225e319ca1d36b95a422890d5",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.4.*",
                "illuminate/filesystem": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Translation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Translation package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-07T13:49:47+00:00"
        },
        {
            "name": "illuminate/validation",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/validation.git",
                "reference": "935aac1451069c23db9ff928b0051d91bf298d64"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/validation/zipball/935aac1451069c23db9ff928b0051d91bf298d64",
                "reference": "935aac1451069c23db9ff928b0051d91bf298d64",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/support": "5.4.*",
                "illuminate/translation": "5.4.*",
                "php": ">=5.6.4",
                "symfony/http-foundation": "~3.2"
            },
            "suggest": {
                "illuminate/database": "Required to use the database presence verifier (5.4.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Validation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Validation package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-05T14:24:42+00:00"
        },
        {
            "name": "illuminate/view",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/view.git",
                "reference": "f56446ee98479b9891d78b388bb015e45ff58bc7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/view/zipball/f56446ee98479b9891d78b388bb015e45ff58bc7",
                "reference": "f56446ee98479b9891d78b388bb015e45ff58bc7",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/events": "5.4.*",
                "illuminate/filesystem": "5.4.*",
                "illuminate/support": "5.4.*",
                "php": ">=5.6.4",
                "symfony/debug": "~3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\View\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate View package.",
            "homepage": "https://laravel.com",
            "time": "2017-04-09T14:27:27+00:00"
        },
        {
            "name": "laravel/lumen-framework",
            "version": "v5.4.6",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/lumen-framework.git",
                "reference": "5997a38fe261ed88cac215cb191f45cf35f70a02"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/5997a38fe261ed88cac215cb191f45cf35f70a02",
                "reference": "5997a38fe261ed88cac215cb191f45cf35f70a02",
                "shasum": ""
            },
            "require": {
                "illuminate/auth": "5.4.*",
                "illuminate/broadcasting": "5.4.*",
                "illuminate/bus": "5.4.*",
                "illuminate/cache": "5.4.*",
                "illuminate/config": "5.4.*",
                "illuminate/container": "5.4.*",
                "illuminate/contracts": "5.4.*",
                "illuminate/database": "5.4.*",
                "illuminate/encryption": "5.4.*",
                "illuminate/events": "5.4.*",
                "illuminate/filesystem": "5.4.*",
                "illuminate/hashing": "5.4.*",
                "illuminate/http": "5.4.*",
                "illuminate/pagination": "5.4.*",
                "illuminate/pipeline": "5.4.*",
                "illuminate/queue": "5.4.*",
                "illuminate/support": "5.4.*",
                "illuminate/translation": "5.4.*",
                "illuminate/validation": "5.4.*",
                "illuminate/view": "5.4.*",
                "monolog/monolog": "~1.11",
                "mtdowling/cron-expression": "~1.0",
                "nikic/fast-route": "~1.0",
                "paragonie/random_compat": "~1.4|~2.0",
                "php": ">=5.6.4",
                "symfony/http-foundation": "~3.2",
                "symfony/http-kernel": "~3.2"
            },
            "require-dev": {
                "mockery/mockery": "~0.9",
                "phpunit/phpunit": "~5.7"
            },
            "suggest": {
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
                "vlucas/phpdotenv": "Required to use .env files (~2.2)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Lumen\\": "src/"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "The Laravel Lumen Framework.",
            "homepage": "http://laravel.com",
            "keywords": [
                "framework",
                "laravel",
                "lumen"
            ],
            "time": "2017-04-03T21:20:22+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "~5.3"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "time": "2017-03-13T07:08:03+00:00"
        },
        {
            "name": "mtdowling/cron-expression",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mtdowling/cron-expression.git",
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0|~5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Cron\\": "src/Cron/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "time": "2017-01-23T04:29:33+00:00"
        },
        {
            "name": "nikic/fast-route",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/FastRoute.git",
                "reference": "b5f95749071c82a8e0f58586987627054400cdf6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6",
                "reference": "b5f95749071c82a8e0f58586987627054400cdf6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "FastRoute\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov",
                    "email": "nikic@php.net"
                }
            ],
            "description": "Fast request router for PHP",
            "keywords": [
                "router",
                "routing"
            ],
            "time": "2017-01-19T11:35:12+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2017-03-13T16:27:32+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2016-10-10T12:19:37+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "c30243cc51f726812be3551316b109a2f5deaf8d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d",
                "reference": "c30243cc51f726812be3551316b109a2f5deaf8d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/debug": "~2.8|~3.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/filesystem": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/filesystem": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Console Component",
            "homepage": "https://symfony.com",
            "time": "2017-04-04T14:33:42+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "56f613406446a4a0a031475cfd0a01751de22659"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659",
                "reference": "56f613406446a4a0a031475cfd0a01751de22659",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
            },
            "require-dev": {
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/http-kernel": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Debug Component",
            "homepage": "https://symfony.com",
            "time": "2017-03-28T21:38:24+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/154bb1ef7b0e42ccc792bd53edbce18ed73440ca",
                "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/dependency-injection": "~2.8|~3.0",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/stopwatch": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 EventDispatcher Component",
            "homepage": "https://symfony.com",
            "time": "2017-04-04T07:26:27+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a",
                "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "2017-03-20T09:32:19+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cb0b6418f588952c9290b3df4ca650f1b7ab570a",
                "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 HttpFoundation Component",
            "homepage": "https://symfony.com",
            "time": "2017-04-04T15:30:56+00:00"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8285ab5faf1306b1a5ebcf287fe91c231a6de88e",
                "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0",
                "symfony/debug": "~2.8|~3.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
            },
            "conflict": {
                "symfony/config": "<2.8"
            },
            "require-dev": {
                "symfony/browser-kit": "~2.8|~3.0",
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/console": "~2.8|~3.0",
                "symfony/css-selector": "~2.8|~3.0",
                "symfony/dependency-injection": "~2.8|~3.0",
                "symfony/dom-crawler": "~2.8|~3.0",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/finder": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0",
                "symfony/routing": "~2.8|~3.0",
                "symfony/stopwatch": "~2.8|~3.0",
                "symfony/templating": "~2.8|~3.0",
                "symfony/translation": "~2.8|~3.0",
                "symfony/var-dumper": "~3.2"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/class-loader": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": "",
                "symfony/finder": "",
                "symfony/var-dumper": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpKernel\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 HttpKernel Component",
            "homepage": "https://symfony.com",
            "time": "2017-04-05T12:52:03+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v3.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/57fdaa55827ae14d617550ebe71a820f0a5e2282",
                "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 Process Component",
            "homepage": "https://symfony.com",
            "time": "2017-03-27T18:07:02+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.5.9"
    },
    "platform-dev": []
}