bukankalengkaleng/laravel-packages

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#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "6bcf70d6da9d775b91da7a65ff96da58",
    "packages": [
        {
            "name": "algolia/algoliasearch-client-php",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/algolia/algoliasearch-client-php.git",
                "reference": "feb6b4d1972df42dc5b24900f32c6add5ee0c21d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/feb6b4d1972df42dc5b24900f32c6add5ee0c21d",
                "reference": "feb6b4d1972df42dc5b24900f32c6add5ee0c21d",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-mbstring": "*",
                "php": "^5.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.0": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "AlgoliaSearch": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Algolia Team",
                    "email": "contact@algolia.com"
                },
                {
                    "name": "Ryan T. Catlin",
                    "email": "ryan.catlin@gmail.com"
                },
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Algolia Search API Client for PHP",
            "homepage": "https://github.com/algolia/algoliasearch-client-php",
            "time": "2018-11-21T15:49:50+00:00"
        },
        {
            "name": "amphp/amp",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/amp.git",
                "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/amp/zipball/7075ef7d74dbd32626bfd31c976b23055c3ade6a",
                "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a",
                "shasum": ""
            },
            "require": {
                "php": ">=7"
            },
            "require-dev": {
                "amphp/phpunit-util": "^1",
                "friendsofphp/php-cs-fixer": "^2.3",
                "phpstan/phpstan": "^0.8.5",
                "phpunit/phpunit": "^6.0.9",
                "react/promise": "^2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Amp\\": "lib"
                },
                "files": [
                    "lib/functions.php",
                    "lib/Internal/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "A non-blocking concurrency framework for PHP applications.",
            "homepage": "http://amphp.org/amp",
            "keywords": [
                "async",
                "asynchronous",
                "awaitable",
                "concurrency",
                "event",
                "event-loop",
                "future",
                "non-blocking",
                "promise"
            ],
            "time": "2018-12-11T10:31:37+00:00"
        },
        {
            "name": "amphp/byte-stream",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/byte-stream.git",
                "reference": "c75af3778b5511deb1d760e4709cade2dabc2295"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/c75af3778b5511deb1d760e4709cade2dabc2295",
                "reference": "c75af3778b5511deb1d760e4709cade2dabc2295",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1",
                "friendsofphp/php-cs-fixer": "^2.3",
                "infection/infection": "^0.9.3",
                "phpunit/phpunit": "^6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Amp\\ByteStream\\": "lib"
                },
                "files": [
                    "lib/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "A stream abstraction to make working with non-blocking I/O simple.",
            "homepage": "http://amphp.org/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
            "time": "2019-06-03T21:45:17+00:00"
        },
        {
            "name": "amphp/parallel",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parallel.git",
                "reference": "687776dc6933af4c6009ac58f915faf45e8463ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parallel/zipball/687776dc6933af4c6009ac58f915faf45e8463ce",
                "reference": "687776dc6933af4c6009ac58f915faf45e8463ce",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.5",
                "amphp/parser": "^1",
                "amphp/process": "^1",
                "amphp/sync": "^1.0.1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1",
                "phpunit/phpunit": "^6"
            },
            "suggest": {
                "ext-pthreads": "Required for thread contexts"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Amp\\Parallel\\": "lib"
                },
                "files": [
                    "lib/Worker/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Parallel processing component for Amp.",
            "homepage": "https://github.com/amphp/parallel",
            "keywords": [
                "async",
                "asynchronous",
                "concurrent",
                "multi-processing",
                "multi-threading"
            ],
            "time": "2019-01-09T21:31:46+00:00"
        },
        {
            "name": "amphp/parallel-functions",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parallel-functions.git",
                "reference": "6d033dbd67b313f615b2b8337eaf87bfa30e6e3b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parallel-functions/zipball/6d033dbd67b313f615b2b8337eaf87bfa30e6e3b",
                "reference": "6d033dbd67b313f615b2b8337eaf87bfa30e6e3b",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2.0.3",
                "amphp/parallel": "^1.1",
                "opis/closure": "^3.0.7",
                "php": ">=7"
            },
            "require-dev": {
                "amphp/phpunit-util": "^1.0",
                "friendsofphp/php-cs-fixer": "^2.9",
                "phpunit/phpunit": "^6.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Amp\\ParallelFunctions\\": "src"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Parallel processing made simple.",
            "time": "2019-01-09T22:37:17+00:00"
        },
        {
            "name": "amphp/parser",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parser.git",
                "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
                "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
                "shasum": ""
            },
            "require": {
                "php": ">=7"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.3",
                "phpunit/phpunit": "^6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Amp\\Parser\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "A generator parser to make streaming parsers simple.",
            "homepage": "https://github.com/amphp/parser",
            "keywords": [
                "async",
                "non-blocking",
                "parser",
                "stream"
            ],
            "time": "2017-06-06T05:29:10+00:00"
        },
        {
            "name": "amphp/process",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/process.git",
                "reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/process/zipball/355b1e561b01c16ab3d78fada1ad47ccc96df70e",
                "reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.4",
                "php": ">=7"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "dev-master",
                "amphp/phpunit-util": "^1",
                "phpunit/phpunit": "^6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Amp\\Process\\": "lib"
                },
                "files": [
                    "lib/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Asynchronous process manager.",
            "homepage": "https://github.com/amphp/process",
            "time": "2019-02-26T16:33:03+00:00"
        },
        {
            "name": "amphp/sync",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/sync.git",
                "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/sync/zipball/a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
                "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2"
            },
            "require-dev": {
                "amphp/phpunit-util": "^1",
                "friendsofphp/php-cs-fixer": "^2.3",
                "phpunit/phpunit": "^6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Amp\\Sync\\": "lib"
                },
                "files": [
                    "lib/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
            "homepage": "https://github.com/amphp/sync",
            "keywords": [
                "async",
                "asynchronous",
                "mutex",
                "semaphore",
                "synchronization"
            ],
            "time": "2017-11-29T21:48:53+00:00"
        },
        {
            "name": "anahkiasen/underscore-php",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Anahkiasen/underscore-php.git",
                "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/48f97b295c82d99c1fe10d8b0684c43f051b5580",
                "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "^1.0",
                "patchwork/utf8": "^1.2",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "2.0.*@dev",
                "phpunit/phpunit": "^4.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Underscore\\": [
                        "src",
                        "tests"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maxime Fabre",
                    "email": "ehtnam6@gmail.com"
                }
            ],
            "description": "A redacted port of Underscore.js for PHP",
            "keywords": [
                "internals",
                "laravel",
                "toolkit"
            ],
            "time": "2015-05-16T19:24:58+00:00"
        },
        {
            "name": "aws/aws-php-sns-message-validator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-php-sns-message-validator.git",
                "reference": "ff4bf30d5a6f2890fb813035f86068cf8c1abf75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-php-sns-message-validator/zipball/ff4bf30d5a6f2890fb813035f86068cf8c1abf75",
                "reference": "ff4bf30d5a6f2890fb813035f86068cf8c1abf75",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">=5.4",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "guzzlehttp/psr7": "^1.4",
                "phpunit/phpunit": "^4.0",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Aws\\Sns\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "Amazon SNS message validation for PHP",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "SNS",
                "amazon",
                "aws",
                "cloud",
                "message",
                "sdk",
                "webhooks"
            ],
            "time": "2019-05-29T21:42:12+00:00"
        },
        {
            "name": "aws/aws-sdk-php",
            "version": "3.99.0",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "0a212802416698b1a452ca317c16cb909a2dd1ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0a212802416698b1a452ca317c16cb909a2dd1ca",
                "reference": "0a212802416698b1a452ca317c16cb909a2dd1ca",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^5.3.3|^6.2.1",
                "guzzlehttp/promises": "~1.0",
                "guzzlehttp/psr7": "^1.4.1",
                "mtdowling/jmespath.php": "~2.2",
                "php": ">=5.5"
            },
            "require-dev": {
                "andrewsville/php-token-reflection": "^1.4",
                "aws/aws-php-sns-message-validator": "~1.0",
                "behat/behat": "~3.0",
                "doctrine/cache": "~1.4",
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-pcntl": "*",
                "ext-sockets": "*",
                "nette/neon": "^2.3",
                "phpunit/phpunit": "^4.8.35|^5.4.3",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "suggest": {
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
                "doctrine/cache": "To use the DoctrineCacheAdapter",
                "ext-curl": "To send requests using cURL",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "ext-sockets": "To use client-side monitoring"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Aws\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "time": "2019-06-03T18:16:19+00:00"
        },
        {
            "name": "aws/aws-sdk-php-laravel",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php-laravel.git",
                "reference": "3e8e8801d6666bc60dfaf5429febceb84eed0cec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/3e8e8801d6666bc60dfaf5429febceb84eed0cec",
                "reference": "3e8e8801d6666bc60dfaf5429febceb84eed0cec",
                "shasum": ""
            },
            "require": {
                "aws/aws-sdk-php": "~3.0",
                "illuminate/support": "~5.1",
                "php": ">=5.5.9"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0|~5.0",
                "vlucas/phpdotenv": "~2.0|~3.0"
            },
            "suggest": {
                "laravel/framework": "To test the Laravel bindings",
                "laravel/lumen-framework": "To test the Lumen bindings"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Aws\\Laravel\\AwsServiceProvider"
                    ],
                    "aliases": {
                        "AWS": "Aws\\Laravel\\AwsFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Aws\\Laravel\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "A simple Laravel 5 service provider for including the AWS SDK for PHP.",
            "homepage": "http://aws.amazon.com/sdkforphp2",
            "keywords": [
                "amazon",
                "aws",
                "dynamodb",
                "ec2",
                "laravel",
                "laravel 5",
                "s3",
                "sdk"
            ],
            "time": "2019-03-15T17:57:46+00:00"
        },
        {
            "name": "barryvdh/laravel-snappy",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/barryvdh/laravel-snappy.git",
                "reference": "02345b4d362c8a50e42953ccadd626dd3dbff24a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/02345b4d362c8a50e42953ccadd626dd3dbff24a",
                "reference": "02345b4d362c8a50e42953ccadd626dd3dbff24a",
                "shasum": ""
            },
            "require": {
                "illuminate/filesystem": "5.5.x|5.6.x|5.7.x|5.8.x",
                "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
                "knplabs/knp-snappy": "^1",
                "php": ">=7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                },
                "laravel": {
                    "providers": [
                        "Barryvdh\\Snappy\\ServiceProvider"
                    ],
                    "aliases": {
                        "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
                        "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Barryvdh\\Snappy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Barry vd. Heuvel",
                    "email": "barryvdh@gmail.com"
                }
            ],
            "description": "Snappy PDF/Image for Laravel",
            "keywords": [
                "image",
                "laravel",
                "pdf",
                "snappy",
                "wkhtmltoimage",
                "wkhtmltopdf"
            ],
            "time": "2019-03-14T06:37:29+00:00"
        },
        {
            "name": "beberlei/assert",
            "version": "v3.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/beberlei/assert.git",
                "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beberlei/assert/zipball/ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7",
                "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7",
                "shasum": ""
            },
            "require": {
                "php": "^7"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "*",
                "phpstan/phpstan-shim": "*",
                "phpunit/phpunit": ">=6.0.0 <8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Assert\\": "lib/Assert"
                },
                "files": [
                    "lib/Assert/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de",
                    "role": "Lead Developer"
                },
                {
                    "name": "Richard Quadling",
                    "email": "rquadling@gmail.com",
                    "role": "Collaborator"
                }
            ],
            "description": "Thin assertion library for input validation in business models.",
            "keywords": [
                "assert",
                "assertion",
                "validation"
            ],
            "time": "2019-05-28T15:18:28+00:00"
        },
        {
            "name": "beyondcode/dusk-dashboard",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/beyondcode/dusk-dashboard.git",
                "reference": "c12c31e0db141aaecb51c2e44da93f52061f99a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beyondcode/dusk-dashboard/zipball/c12c31e0db141aaecb51c2e44da93f52061f99a4",
                "reference": "c12c31e0db141aaecb51c2e44da93f52061f99a4",
                "shasum": ""
            },
            "require": {
                "cboden/ratchet": "^0.4.1",
                "clue/buzz-react": "^2.5",
                "guzzlehttp/guzzle": "^6.3",
                "illuminate/console": "5.6.*|5.7.*|5.8.*",
                "illuminate/support": "5.6.*|5.7.*|5.8.*",
                "laravel/dusk": "^4.0|^5.0",
                "php": "^7.1",
                "yosymfony/resource-watcher": "^1.2"
            },
            "require-dev": {
                "larapack/dd": "^1.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "BeyondCode\\DuskDashboard\\DuskDashboardServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "BeyondCode\\DuskDashboard\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marcel Pociot",
                    "email": "marcel@beyondco.de",
                    "homepage": "https://beyondcode.de",
                    "role": "Developer"
                }
            ],
            "description": "A beautiful dashboard for your Laravel Dusk tests",
            "homepage": "https://github.com/beyondcode/dusk-dashboard",
            "keywords": [
                "beyondcode",
                "dusk-dashboard"
            ],
            "time": "2019-05-15T14:33:28+00:00"
        },
        {
            "name": "beyondcode/laravel-comments",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/beyondcode/laravel-comments.git",
                "reference": "c7d599349d6063860280dafb07e9757106428b76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beyondcode/laravel-comments/zipball/c7d599349d6063860280dafb07e9757106428b76",
                "reference": "c7d599349d6063860280dafb07e9757106428b76",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.1"
            },
            "require-dev": {
                "orchestra/testbench": "^3.6",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "BeyondCode\\Comments\\CommentsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "BeyondCode\\Comments\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marcel Pociot",
                    "email": "marcel@beyondco.de",
                    "homepage": "https://beyondcode.de",
                    "role": "Developer"
                }
            ],
            "description": "Add comments to your Laravel application",
            "homepage": "https://github.com/beyondcode/laravel-comments",
            "keywords": [
                "beyondcode",
                "comments",
                "laravel-comments"
            ],
            "time": "2019-02-28T13:36:52+00:00"
        },
        {
            "name": "beyondcode/laravel-credentials",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/beyondcode/laravel-credentials.git",
                "reference": "9ac30f57f7a61f01bfc4da21dcbc6980c2d72db6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beyondcode/laravel-credentials/zipball/9ac30f57f7a61f01bfc4da21dcbc6980c2d72db6",
                "reference": "9ac30f57f7a61f01bfc4da21dcbc6980c2d72db6",
                "shasum": ""
            },
            "require": {
                "illuminate/encryption": ">=5.6",
                "php": "^7.1"
            },
            "require-dev": {
                "orchestra/testbench": "~3.6",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "BeyondCode\\Credentials\\CredentialsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "BeyondCode\\Credentials\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marcel Pociot",
                    "email": "marcel@beyondco.de",
                    "homepage": "https://beyondcode.de",
                    "role": "Developer"
                }
            ],
            "description": "Store and access encrypted credentials in your Laravel application.",
            "homepage": "https://github.com/beyondcode/laravel-credentials",
            "keywords": [
                "Laravel-Credentials",
                "beyondcode"
            ],
            "time": "2018-09-18T20:09:11+00:00"
        },
        {
            "name": "beyondcode/laravel-vouchers",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/beyondcode/laravel-vouchers.git",
                "reference": "7b559c86725cf3ddcc27c715314568364f39aa86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beyondcode/laravel-vouchers/zipball/7b559c86725cf3ddcc27c715314568364f39aa86",
                "reference": "7b559c86725cf3ddcc27c715314568364f39aa86",
                "shasum": ""
            },
            "require": {
                "illuminate/config": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.1",
                "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "BeyondCode\\Vouchers\\VouchersServiceProvider"
                    ],
                    "aliases": {
                        "Vouchers": "BeyondCode\\Vouchers\\Facades\\Vouchers"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "BeyondCode\\Vouchers\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marcel Pociot",
                    "email": "marcel@beyondco.de",
                    "homepage": "https://beyondcode.de",
                    "role": "Developer"
                }
            ],
            "description": "Allow users to redeem vouchers that are bound to models..",
            "homepage": "https://github.com/beyondcode/laravel-vouchers",
            "keywords": [
                "beyondcode",
                "laravel-vouchers"
            ],
            "time": "2019-02-28T13:31:43+00:00"
        },
        {
            "name": "beyondcode/laravel-websockets",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/beyondcode/laravel-websockets.git",
                "reference": "d145cd4160c91ea69eb90be177f0b1616b29b092"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beyondcode/laravel-websockets/zipball/d145cd4160c91ea69eb90be177f0b1616b29b092",
                "reference": "d145cd4160c91ea69eb90be177f0b1616b29b092",
                "shasum": ""
            },
            "require": {
                "cboden/ratchet": "^0.4.1",
                "clue/buzz-react": "^2.5",
                "ext-json": "*",
                "guzzlehttp/psr7": "^1.5",
                "illuminate/broadcasting": "5.7.* || 5.8.*",
                "illuminate/console": "5.7.* || 5.8.*",
                "illuminate/http": "5.7.* || 5.8.*",
                "illuminate/routing": "5.7.* || 5.8.*",
                "illuminate/support": "5.7.* || 5.8.*",
                "php": "^7.1",
                "pusher/pusher-php-server": "~3.0",
                "symfony/http-kernel": "~4.0",
                "symfony/psr-http-message-bridge": "^1.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.2",
                "orchestra/testbench": "3.7.* || 3.8.*",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "BeyondCode\\LaravelWebSockets\\WebSocketsServiceProvider"
                    ],
                    "aliases": {
                        "WebSocketRouter": "BeyondCode\\LaravelWebSockets\\Facades\\WebSocketRouter"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "BeyondCode\\LaravelWebSockets\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Marcel Pociot",
                    "email": "marcel@beyondco.de",
                    "homepage": "https://beyondcode.de",
                    "role": "Developer"
                }
            ],
            "description": "An easy to use WebSocket server",
            "homepage": "https://github.com/beyondcode/laravel-websockets",
            "keywords": [
                "beyondcode",
                "laravel-websockets"
            ],
            "time": "2019-05-11T06:52:04+00:00"
        },
        {
            "name": "cakephp/chronos",
            "version": "1.2.6",
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/chronos.git",
                "reference": "5af476617f8a2919a829b92df4f8c3c62e23f4c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/5af476617f8a2919a829b92df4f8c3c62e23f4c5",
                "reference": "5af476617f8a2919a829b92df4f8c3c62e23f4c5",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|^7"
            },
            "require-dev": {
                "athletic/athletic": "~0.1",
                "cakephp/cakephp-codesniffer": "^3.0",
                "phpbench/phpbench": "@dev",
                "phpstan/phpstan": "^0.6.4",
                "phpunit/phpunit": "<6.0 || ^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Cake\\Chronos\\": "src/"
                },
                "files": [
                    "src/carbon_compat.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                },
                {
                    "name": "The CakePHP Team",
                    "homepage": "http://cakephp.org"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://cakephp.org",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2019-05-30T13:29:03+00:00"
        },
        {
            "name": "cboden/ratchet",
            "version": "v0.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/Ratchet.git",
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/0d31f3a8ad4795fd48397712709e55cd07f51360",
                "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/psr7": "^1.0",
                "php": ">=5.4.2",
                "ratchet/rfc6455": "^0.2",
                "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
                "symfony/http-foundation": "^2.6|^3.0|^4.0",
                "symfony/routing": "^2.6|^3.0|^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ratchet\\": "src/Ratchet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP WebSocket library",
            "homepage": "http://socketo.me",
            "keywords": [
                "Ratchet",
                "WebSockets",
                "server",
                "sockets",
                "websocket"
            ],
            "time": "2017-12-12T00:49:31+00:00"
        },
        {
            "name": "clue/buzz-react",
            "version": "v2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/reactphp-buzz.git",
                "reference": "83cc87d19fdc031cff3ddf3629d52ca95cbfbc92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/reactphp-buzz/zipball/83cc87d19fdc031cff3ddf3629d52ca95cbfbc92",
                "reference": "83cc87d19fdc031cff3ddf3629d52ca95cbfbc92",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "psr/http-message": "^1.0",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
                "react/http-client": "^0.5.8",
                "react/promise": "^2.2.1 || ^1.2.1",
                "react/promise-stream": "^1.0 || ^0.1.1",
                "react/promise-timer": "^1.2",
                "react/socket": "^1.1",
                "react/stream": "^1.0 || ^0.7",
                "ringcentral/psr7": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.0",
                "clue/http-proxy-react": "^1.3",
                "clue/reactphp-ssh-proxy": "^1.0",
                "clue/socks-react": "^1.0",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
                "react/http": "^0.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Clue\\React\\Buzz\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP",
            "homepage": "https://github.com/clue/reactphp-buzz",
            "keywords": [
                "async",
                "http",
                "http client",
                "psr-7",
                "reactphp"
            ],
            "time": "2019-04-03T13:58:40+00:00"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "1.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
                "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0",
                "psr/log": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Composer\\XdebugHandler\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "Restarts a process without xdebug.",
            "keywords": [
                "Xdebug",
                "performance"
            ],
            "time": "2019-05-27T17:52:04+00:00"
        },
        {
            "name": "defuse/php-encryption",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/defuse/php-encryption.git",
                "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
                "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": ">= 2",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "nikic/php-parser": "^2.0|^3.0|^4.0",
                "phpunit/phpunit": "^4|^5"
            },
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Defuse\\Crypto\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "aes",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "time": "2018-07-24T23:27:56+00:00"
        },
        {
            "name": "doctrine/cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "17ec59c730888541191c63927791523be09fe3f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/17ec59c730888541191c63927791523be09fe3f7",
                "reference": "17ec59c730888541191c63927791523be09fe3f7",
                "shasum": ""
            },
            "require": {
                "php": "~7.1"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "mongodb/mongodb": "^1.1",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~1.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "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": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "riak",
                "xcache"
            ],
            "time": "2019-05-24T17:46:08+00:00"
        },
        {
            "name": "doctrine/dbal",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "97b7305f68643edbd3b9a70cf510b99597a9823b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/97b7305f68643edbd3b9a70cf510b99597a9823b",
                "reference": "97b7305f68643edbd3b9a70cf510b99597a9823b",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.2"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "jetbrains/phpstorm-stubs": "^2018.1.2",
                "phpstan/phpstan": "^0.11.3",
                "phpunit/phpunit": "^8.1.6",
                "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5|^5.0"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10.x-dev",
                    "dev-develop": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "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"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlanywhere",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "time": "2019-06-01T15:06:20+00:00"
        },
        {
            "name": "doctrine/event-manager",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "e05ae70c633f3ada0f699b4628a2995b5dec1c26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/e05ae70c633f3ada0f699b4628a2995b5dec1c26",
                "reference": "e05ae70c633f3ada0f699b4628a2995b5dec1c26",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.9@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "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"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "time": "2019-05-24T18:17:40+00:00"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "45d9b132b262c1d03835cdeefd42938d881556fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/45d9b132b262c1d03835cdeefd42938d881556fa",
                "reference": "45d9b132b262c1d03835cdeefd42938d881556fa",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "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": "2018-06-15T19:03:38+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "ee614dd93a88d2f1f72fa98bba8cfc584ee02763"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/ee614dd93a88d2f1f72fa98bba8cfc584ee02763",
                "reference": "ee614dd93a88d2f1f72fa98bba8cfc584ee02763",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "time": "2019-05-24T18:15:21+00:00"
        },
        {
            "name": "dompdf/dompdf",
            "version": "v0.8.3",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
                "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "phenx/php-font-lib": "0.5.*",
                "phenx/php-svg-lib": "0.3.*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8|^5.5|^6.5",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                },
                {
                    "name": "Brian Sweeney",
                    "email": "eclecticgeek@gmail.com"
                },
                {
                    "name": "Gabriel Bull",
                    "email": "me@gabrielbull.com"
                }
            ],
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
            "homepage": "https://github.com/dompdf/dompdf",
            "time": "2018-12-14T02:40:31+00:00"
        },
        {
            "name": "dragonmantank/cron-expression",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/dragonmantank/cron-expression.git",
                "reference": "1aba9b92960c86e606aa9acf370817a23797179e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/1aba9b92960c86e606aa9acf370817a23797179e",
                "reference": "1aba9b92960c86e606aa9acf370817a23797179e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2",
                "phpstan/phpstan": "^0.11"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4|^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "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"
                },
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "homepage": "https://github.com/dragonmantank"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "time": "2019-03-31T01:04:45+00:00"
        },
        {
            "name": "drewm/mailchimp-api",
            "version": "v2.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/drewm/mailchimp-api.git",
                "reference": "a6519cafba509e754e748d93f3532ad7f3aa515a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/a6519cafba509e754e748d93f3532ad7f3aa515a",
                "reference": "a6519cafba509e754e748d93f3532ad7f3aa515a",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "7.0.*",
                "vlucas/phpdotenv": "^2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DrewM\\MailChimp\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Drew McLellan",
                    "email": "drew.mclellan@gmail.com",
                    "homepage": "http://allinthehead.com/"
                }
            ],
            "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
            "homepage": "https://github.com/drewm/mailchimp-api",
            "time": "2019-03-28T15:20:43+00:00"
        },
        {
            "name": "egulias/email-validator",
            "version": "2.1.8",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98",
                "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.0.1",
                "php": ">= 5.5"
            },
            "require-dev": {
                "dominicsayers/isemail": "dev-master",
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
                "satooshi/php-coveralls": "^1.0.1"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "EmailValidator"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eduardo Gulias Davis"
                }
            ],
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
            "time": "2019-05-16T22:02:54+00:00"
        },
        {
            "name": "erusev/parsedown",
            "version": "1.8.0-beta-7",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
                "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "time": "2019-03-17T18:47:21+00:00"
        },
        {
            "name": "evenement/evenement",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Evenement": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP",
            "keywords": [
                "event-dispatcher",
                "event-emitter"
            ],
            "time": "2017-07-23T21:35:13+00:00"
        },
        {
            "name": "facebook/webdriver",
            "version": "1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/facebook/php-webdriver.git",
                "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
                "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-zip": "*",
                "php": "^5.6 || ~7.0",
                "symfony/process": "^2.8 || ^3.1 || ^4.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "jakub-onderka/php-parallel-lint": "^0.9.2",
                "php-coveralls/php-coveralls": "^2.0",
                "php-mock/php-mock-phpunit": "^1.1",
                "phpunit/phpunit": "^5.7",
                "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
                "squizlabs/php_codesniffer": "^2.6",
                "symfony/var-dumper": "^3.3 || ^4.0"
            },
            "suggest": {
                "ext-SimpleXML": "For Firefox profile creation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-community": "1.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Facebook\\WebDriver\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "A PHP client for Selenium WebDriver",
            "homepage": "https://github.com/facebook/php-webdriver",
            "keywords": [
                "facebook",
                "php",
                "selenium",
                "webdriver"
            ],
            "time": "2018-05-16T17:37:13+00:00"
        },
        {
            "name": "fennb/phirehose",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fennb/phirehose.git",
                "reference": "405d125db9baa771ac0cd861f0b2b2032434d40c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fennb/phirehose/zipball/405d125db9baa771ac0cd861f0b2b2032434d40c",
                "reference": "405d125db9baa771ac0cd861f0b2b2032434d40c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL"
            ],
            "authors": [
                {
                    "name": "Fenn Bailey",
                    "homepage": "http://fennb.com/"
                }
            ],
            "description": "A PHP interface to the Twitter Streaming API.",
            "homepage": "https://github.com/fennb/phirehose",
            "keywords": [
                "api",
                "phirehose",
                "php",
                "streaming",
                "twitter"
            ],
            "time": "2018-03-15T14:09:46+00:00"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
                "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": " 4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "time": "2017-06-27T22:17:23+00:00"
        },
        {
            "name": "google/apiclient",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-api-php-client.git",
                "reference": "4bfd3edc21cceaf45fc216a4196e1993cf7a89eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/4bfd3edc21cceaf45fc216a4196e1993cf7a89eb",
                "reference": "4bfd3edc21cceaf45fc216a4196e1993cf7a89eb",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
                "google/apiclient-services": "~0.13",
                "google/auth": "^1.0",
                "guzzlehttp/guzzle": "~5.3.1||~6.0",
                "guzzlehttp/psr7": "^1.2",
                "monolog/monolog": "^1.17",
                "php": ">=5.4",
                "phpseclib/phpseclib": "~0.3.10||~2.0"
            },
            "require-dev": {
                "cache/filesystem-adapter": "^0.3.2",
                "phpunit/phpunit": "~4.8.36",
                "squizlabs/php_codesniffer": "~2.3",
                "symfony/css-selector": "~2.1",
                "symfony/dom-crawler": "~2.1"
            },
            "suggest": {
                "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Google_": "src/"
                },
                "classmap": [
                    "src/Google/Service/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Client library for Google APIs",
            "homepage": "http://developers.google.com/api-client-library/php",
            "keywords": [
                "google"
            ],
            "time": "2019-05-21T18:06:55+00:00"
        },
        {
            "name": "google/apiclient-services",
            "version": "v0.101",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-api-php-client-services.git",
                "reference": "be4d5cb91965dd03e47f88186b5ae95a21050ce7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/be4d5cb91965dd03e47f88186b5ae95a21050ce7",
                "reference": "be4d5cb91965dd03e47f88186b5ae95a21050ce7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Google_Service_": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Client library for Google APIs",
            "homepage": "http://developers.google.com/api-client-library/php",
            "keywords": [
                "google"
            ],
            "time": "2019-06-02T00:23:13+00:00"
        },
        {
            "name": "google/auth",
            "version": "v1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-auth-library-php.git",
                "reference": "0f75e20e7392e863f5550ed2c2d3d50af21710fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/0f75e20e7392e863f5550ed2c2d3d50af21710fb",
                "reference": "0f75e20e7392e863f5550ed2c2d3d50af21710fb",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
                "guzzlehttp/guzzle": "~5.3.1|~6.0",
                "guzzlehttp/psr7": "^1.2",
                "php": ">=5.4",
                "psr/cache": "^1.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^1.11",
                "guzzlehttp/promises": "0.1.1|^1.3",
                "phpseclib/phpseclib": "^2",
                "phpunit/phpunit": "^4.8.36|^5.7",
                "sebastian/comparator": ">=1.2.3"
            },
            "suggest": {
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Google\\Auth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Auth Library for PHP",
            "homepage": "http://github.com/google/google-auth-library-php",
            "keywords": [
                "Authentication",
                "google",
                "oauth2"
            ],
            "time": "2019-04-16T18:48:28+00:00"
        },
        {
            "name": "graham-campbell/guzzle-factory",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/GrahamCampbell/Guzzle-Factory.git",
                "reference": "d6494ec2d5cf1068e13489dac60336ba031766b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GrahamCampbell/Guzzle-Factory/zipball/d6494ec2d5cf1068e13489dac60336ba031766b1",
                "reference": "d6494ec2d5cf1068e13489dac60336ba031766b1",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.2",
                "php": "^7.0"
            },
            "require-dev": {
                "graham-campbell/analyzer": "^2.1",
                "phpunit/phpunit": "^6.5|^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GrahamCampbell\\GuzzleFactory\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com"
                }
            ],
            "description": "Provides A Simple Guzzle Factory With Good Defaults",
            "keywords": [
                "Graham Campbell",
                "GrahamCampbell",
                "Guzzle",
                "Guzzle Factory",
                "Guzzle-Factory",
                "http"
            ],
            "time": "2019-02-16T12:13:20+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "ca2892a8c2778c1821899fd2c79932e3b895f2ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ca2892a8c2778c1821899fd2c79932e3b895f2ad",
                "reference": "ca2892a8c2778c1821899fd2c79932e3b895f2ad",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.4",
                "php": ">=5.5"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                "psr/log": "^1.1"
            },
            "suggest": {
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2019-05-12T12:35:22+00:00"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "926eaa3ff73cde2becf652b785831bcb7618568a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/926eaa3ff73cde2becf652b785831bcb7618568a",
                "reference": "926eaa3ff73cde2becf652b785831bcb7618568a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "time": "2018-10-30T00:20:04+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "dd1ba1de1234e5e8939809bbd9e103e7aeebf0d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/dd1ba1de1234e5e8939809bbd9e103e7aeebf0d5",
                "reference": "dd1ba1de1234e5e8939809bbd9e103e7aeebf0d5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
            },
            "suggest": {
                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "time": "2019-05-26T12:43:51+00:00"
        },
        {
            "name": "hyn/multi-tenant",
            "version": "5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tenancy/multi-tenant.git",
                "reference": "81c52238225d95dc5ea32913efe9ba507d048fac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tenancy/multi-tenant/zipball/81c52238225d95dc5ea32913efe9ba507d048fac",
                "reference": "81c52238225d95dc5ea32913efe9ba507d048fac",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "~2.5",
                "laravel/framework": "5.8.*",
                "php": ">= 7.2",
                "phpseclib/phpseclib": "~2.0",
                "ramsey/uuid": "^3.5"
            },
            "require-dev": {
                "fzaninotto/faker": "^1.8",
                "laravel/laravel": "5.8.*",
                "mockery/mockery": "^0.9.9",
                "phpunit/phpunit": "~8.0",
                "symfony/dom-crawler": "~3.1"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Hyn\\Tenancy\\Providers\\TenancyProvider",
                        "Hyn\\Tenancy\\Providers\\WebserverProvider"
                    ],
                    "aliases": {
                        "Tenancy": "Hyn\\Tenancy\\Facades\\TenancyFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Hyn\\Tenancy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniël Klabbers",
                    "email": "daniel+hyn@klabbers.email",
                    "homepage": "https://luceos.com"
                }
            ],
            "description": "Run multiple websites using the same laravel installation while keeping tenant specific data separated for fully independant multi-domain setups.",
            "keywords": [
                "hyn",
                "laravel",
                "multi-tenancy",
                "multi-tenant",
                "saas",
                "tenancy"
            ],
            "time": "2019-05-24T19:43:15+00:00"
        },
        {
            "name": "intervention/image",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Intervention/image.git",
                "reference": "a8fca2aeead8168c16cd36b2507ed520d3f4fc66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Intervention/image/zipball/a8fca2aeead8168c16cd36b2507ed520d3f4fc66",
                "reference": "a8fca2aeead8168c16cd36b2507ed520d3f4fc66",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "guzzlehttp/psr7": "~1.1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.2",
                "phpunit/phpunit": "^4.8 || ^5.7"
            },
            "suggest": {
                "ext-gd": "to use GD library based image processing.",
                "ext-imagick": "to use Imagick based image processing.",
                "intervention/imagecache": "Caching extension for the Intervention Image library"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                },
                "laravel": {
                    "providers": [
                        "Intervention\\Image\\ImageServiceProvider"
                    ],
                    "aliases": {
                        "Image": "Intervention\\Image\\Facades\\Image"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Intervention\\Image\\": "src/Intervention/Image"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Vogel",
                    "email": "oliver@olivervogel.com",
                    "homepage": "http://olivervogel.com/"
                }
            ],
            "description": "Image handling and manipulation library with support for Laravel integration",
            "homepage": "http://image.intervention.io/",
            "keywords": [
                "gd",
                "image",
                "imagick",
                "laravel",
                "thumbnail",
                "watermark"
            ],
            "time": "2019-04-22T10:45:12+00:00"
        },
        {
            "name": "jean85/pretty-package-versions",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/Jean85/pretty-package-versions.git",
                "reference": "d6d851930b4433d9ac005c0aed87fc882d3eb994"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/d6d851930b4433d9ac005c0aed87fc882d3eb994",
                "reference": "d6d851930b4433d9ac005c0aed87fc882d3eb994",
                "shasum": ""
            },
            "require": {
                "ocramius/package-versions": "^1.2.0",
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Jean85\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alessandro Lai",
                    "email": "alessandro.lai85@gmail.com"
                }
            ],
            "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
            "keywords": [
                "composer",
                "package",
                "release",
                "versions"
            ],
            "time": "2019-01-14T10:28:42+00:00"
        },
        {
            "name": "knplabs/knp-snappy",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/snappy.git",
                "reference": "ea037298d3c613454da77ecb9588cf0397d695e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/ea037298d3c613454da77ecb9588cf0397d695e1",
                "reference": "ea037298d3c613454da77ecb9588cf0397d695e1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/log": "^1.0",
                "symfony/process": "~3.4||~4.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~7.4"
            },
            "suggest": {
                "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
                "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
                "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
                "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
                "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Knp\\Snappy\\": "src/Knp/Snappy"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "KnpLabs Team",
                    "homepage": "http://knplabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://github.com/KnpLabs/snappy/contributors"
                }
            ],
            "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
            "homepage": "http://github.com/KnpLabs/snappy",
            "keywords": [
                "knp",
                "knplabs",
                "pdf",
                "snapshot",
                "thumbnail",
                "wkhtmltopdf"
            ],
            "time": "2018-12-14T14:59:37+00:00"
        },
        {
            "name": "laravel/cashier",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/cashier.git",
                "reference": "1f17c8b4a2ee5d6f81a9e326fb6108efd4b21218"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/cashier/zipball/1f17c8b4a2ee5d6f81a9e326fb6108efd4b21218",
                "reference": "1f17c8b4a2ee5d6f81a9e326fb6108efd4b21218",
                "shasum": ""
            },
            "require": {
                "dompdf/dompdf": "^0.8.0",
                "ext-json": "*",
                "illuminate/contracts": "~5.8.0|~5.9.0",
                "illuminate/database": "~5.8.0|~5.9.0",
                "illuminate/http": "~5.8.0|~5.9.0",
                "illuminate/routing": "~5.8.0|~5.9.0",
                "illuminate/support": "~5.8.0|~5.9.0",
                "illuminate/view": "~5.8.0|~5.9.0",
                "nesbot/carbon": "^1.26.3|^2.0",
                "php": "^7.1.3",
                "stripe/stripe-php": "^6.0",
                "symfony/http-kernel": "^4.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "^3.8",
                "phpunit/phpunit": "^7.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Cashier\\CashierServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Cashier\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                }
            ],
            "description": "Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.",
            "keywords": [
                "billing",
                "laravel",
                "stripe"
            ],
            "time": "2019-06-04T13:29:56+00:00"
        },
        {
            "name": "laravel/dusk",
            "version": "v5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/dusk.git",
                "reference": "a6ac3e6489dc774445aa9459cdc332104591634a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/dusk/zipball/a6ac3e6489dc774445aa9459cdc332104591634a",
                "reference": "a6ac3e6489dc774445aa9459cdc332104591634a",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-zip": "*",
                "facebook/webdriver": "^1.3",
                "illuminate/console": "~5.7.0|~5.8.0|~5.9.0",
                "illuminate/support": "~5.7.0|~5.8.0|~5.9.0",
                "nesbot/carbon": "^1.20|^2.0",
                "php": ">=7.1.0",
                "symfony/console": "^4.0",
                "symfony/finder": "^4.0",
                "symfony/process": "^4.0",
                "vlucas/phpdotenv": "^2.2|^3.3"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.5|^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Dusk\\DuskServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Dusk\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
            "keywords": [
                "laravel",
                "testing",
                "webdriver"
            ],
            "time": "2019-05-02T15:08:14+00:00"
        },
        {
            "name": "laravel/framework",
            "version": "5.8.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/framework.git",
                "reference": "6c29b6fd3aa6991c7b610607d86db53aaadf165c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/framework/zipball/6c29b6fd3aa6991c7b610607d86db53aaadf165c",
                "reference": "6c29b6fd3aa6991c7b610607d86db53aaadf165c",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "^1.1",
                "dragonmantank/cron-expression": "^2.0",
                "egulias/email-validator": "^2.0",
                "erusev/parsedown": "^1.7",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "league/flysystem": "^1.0.8",
                "monolog/monolog": "^1.12",
                "nesbot/carbon": "^1.26.3 || ^2.0",
                "opis/closure": "^3.1",
                "php": "^7.1.3",
                "psr/container": "^1.0",
                "psr/simple-cache": "^1.0",
                "ramsey/uuid": "^3.7",
                "swiftmailer/swiftmailer": "^6.0",
                "symfony/console": "^4.2",
                "symfony/debug": "^4.2",
                "symfony/finder": "^4.2",
                "symfony/http-foundation": "^4.2",
                "symfony/http-kernel": "^4.2",
                "symfony/process": "^4.2",
                "symfony/routing": "^4.2",
                "symfony/var-dumper": "^4.2",
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
                "vlucas/phpdotenv": "^3.3"
            },
            "conflict": {
                "tightenco/collect": "<5.5.33"
            },
            "replace": {
                "illuminate/auth": "self.version",
                "illuminate/broadcasting": "self.version",
                "illuminate/bus": "self.version",
                "illuminate/cache": "self.version",
                "illuminate/config": "self.version",
                "illuminate/console": "self.version",
                "illuminate/container": "self.version",
                "illuminate/contracts": "self.version",
                "illuminate/cookie": "self.version",
                "illuminate/database": "self.version",
                "illuminate/encryption": "self.version",
                "illuminate/events": "self.version",
                "illuminate/filesystem": "self.version",
                "illuminate/hashing": "self.version",
                "illuminate/http": "self.version",
                "illuminate/log": "self.version",
                "illuminate/mail": "self.version",
                "illuminate/notifications": "self.version",
                "illuminate/pagination": "self.version",
                "illuminate/pipeline": "self.version",
                "illuminate/queue": "self.version",
                "illuminate/redis": "self.version",
                "illuminate/routing": "self.version",
                "illuminate/session": "self.version",
                "illuminate/support": "self.version",
                "illuminate/translation": "self.version",
                "illuminate/validation": "self.version",
                "illuminate/view": "self.version"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^3.0",
                "doctrine/dbal": "^2.6",
                "filp/whoops": "^2.1.4",
                "guzzlehttp/guzzle": "^6.3",
                "league/flysystem-cached-adapter": "^1.0",
                "mockery/mockery": "^1.0",
                "moontoast/math": "^1.1",
                "orchestra/testbench-core": "3.8.*",
                "pda/pheanstalk": "^4.0",
                "phpunit/phpunit": "^7.5|^8.0",
                "predis/predis": "^1.1.1",
                "symfony/css-selector": "^4.2",
                "symfony/dom-crawler": "^4.2",
                "true/punycode": "^2.1"
            },
            "suggest": {
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
                "ext-pcntl": "Required to use all features of the queue worker.",
                "ext-posix": "Required to use all features of the queue worker.",
                "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
                "laravel/tinker": "Required to use the tinker console command (^1.0).",
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
                "nexmo/client": "Required to use the Nexmo transport (^1.0).",
                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
                "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
                "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
                "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.8-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/Illuminate/Foundation/helpers.php",
                    "src/Illuminate/Support/helpers.php"
                ],
                "psr-4": {
                    "Illuminate\\": "src/Illuminate/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Laravel Framework.",
            "homepage": "https://laravel.com",
            "keywords": [
                "framework",
                "laravel"
            ],
            "time": "2019-06-04T13:08:34+00:00"
        },
        {
            "name": "laravel/helpers",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/helpers.git",
                "reference": "1bd6db71d24c1d4b77229a8668143136e173b0c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/helpers/zipball/1bd6db71d24c1d4b77229a8668143136e173b0c6",
                "reference": "1bd6db71d24c1d4b77229a8668143136e173b0c6",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0|~5.9.0",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                },
                {
                    "name": "Dries Vints",
                    "email": "dries.vints@gmail.com"
                }
            ],
            "description": "Provides backwards compatibility for helpers in the latest Laravel release.",
            "keywords": [
                "helpers",
                "laravel"
            ],
            "time": "2019-04-30T11:04:58+00:00"
        },
        {
            "name": "laravel/horizon",
            "version": "v3.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/horizon.git",
                "reference": "5a6a1744c7101ce509df79e4caa12198eff40faa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/horizon/zipball/5a6a1744c7101ce509df79e4caa12198eff40faa",
                "reference": "5a6a1744c7101ce509df79e4caa12198eff40faa",
                "shasum": ""
            },
            "require": {
                "cakephp/chronos": "^1.0",
                "ext-json": "*",
                "ext-pcntl": "*",
                "ext-posix": "*",
                "illuminate/contracts": "~5.7.0|~5.8.0|~5.9.0",
                "illuminate/queue": "~5.7.0|~5.8.0|~5.9.0",
                "illuminate/support": "~5.7.0|~5.8.0|~5.9.0",
                "php": ">=7.1.0",
                "predis/predis": "^1.1",
                "ramsey/uuid": "^3.5",
                "symfony/debug": "^4.2",
                "symfony/process": "^4.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "^3.7",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Horizon\\HorizonServiceProvider"
                    ],
                    "aliases": {
                        "Horizon": "Laravel\\Horizon\\Horizon"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Horizon\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Dashboard and code-driven configuration for Laravel queues.",
            "keywords": [
                "laravel",
                "queue"
            ],
            "time": "2019-06-04T13:52:41+00:00"
        },
        {
            "name": "laravel/passport",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/passport.git",
                "reference": "6f4c1f04fb393a99ea821ab58c896fa8ccf667e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/passport/zipball/6f4c1f04fb393a99ea821ab58c896fa8ccf667e5",
                "reference": "6f4c1f04fb393a99ea821ab58c896fa8ccf667e5",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "firebase/php-jwt": "^3.0|^4.0|^5.0",
                "guzzlehttp/guzzle": "^6.0",
                "illuminate/auth": "~5.8.0|~5.9.0",
                "illuminate/console": "~5.8.0|~5.9.0",
                "illuminate/container": "~5.8.0|~5.9.0",
                "illuminate/contracts": "~5.8.0|~5.9.0",
                "illuminate/database": "~5.8.0|~5.9.0",
                "illuminate/encryption": "~5.8.0|~5.9.0",
                "illuminate/http": "~5.8.0|~5.9.0",
                "illuminate/support": "~5.8.0|~5.9.0",
                "league/oauth2-server": "^7.0",
                "php": "^7.2",
                "phpseclib/phpseclib": "^2.0",
                "symfony/psr-http-message-bridge": "^1.0",
                "zendframework/zend-diactoros": "^2.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Passport\\PassportServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Passport\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Laravel Passport provides OAuth2 server support to Laravel.",
            "keywords": [
                "laravel",
                "oauth",
                "passport"
            ],
            "time": "2019-04-30T12:12:09+00:00"
        },
        {
            "name": "laravel/scout",
            "version": "v7.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/scout.git",
                "reference": "a643d5d5fd8d1598baa1e4fe4251931b0de58923"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/scout/zipball/a643d5d5fd8d1598baa1e4fe4251931b0de58923",
                "reference": "a643d5d5fd8d1598baa1e4fe4251931b0de58923",
                "shasum": ""
            },
            "require": {
                "illuminate/bus": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
                "illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
                "illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
                "illuminate/pagination": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
                "illuminate/queue": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
                "illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
                "php": "^7.1.3"
            },
            "require-dev": {
                "algolia/algoliasearch-client-php": "^2.2",
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~6.0"
            },
            "suggest": {
                "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Scout\\ScoutServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Scout\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
            "keywords": [
                "algolia",
                "laravel",
                "search"
            ],
            "time": "2019-04-30T15:43:48+00:00"
        },
        {
            "name": "laravel/slack-notification-channel",
            "version": "2.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/slack-notification-channel.git",
                "reference": "4ab252a2fc323925c45beddbed99fc69334ae034"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/4ab252a2fc323925c45beddbed99fc69334ae034",
                "reference": "4ab252a2fc323925c45beddbed99fc69334ae034",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.0",
                "illuminate/notifications": "~5.8.0|~5.9.0",
                "php": "^7.1.3"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Illuminate\\Notifications\\SlackChannelServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Notifications\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Slack Notification Channel for laravel.",
            "keywords": [
                "laravel",
                "notifications",
                "slack"
            ],
            "time": "2019-05-10T00:06:30+00:00"
        },
        {
            "name": "laravel/socialite",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/socialite.git",
                "reference": "b376c40480f71bba43d0eb0f7e36260150fcea86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/socialite/zipball/b376c40480f71bba43d0eb0f7e36260150fcea86",
                "reference": "b376c40480f71bba43d0eb0f7e36260150fcea86",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "~6.0",
                "illuminate/http": "~5.7.0|~5.8.0|~5.9.0",
                "illuminate/support": "~5.7.0|~5.8.0|~5.9.0",
                "league/oauth1-client": "~1.0",
                "php": "^7.1.3"
            },
            "require-dev": {
                "illuminate/contracts": "~5.7.0|~5.8.0|~5.9.0",
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Socialite\\SocialiteServiceProvider"
                    ],
                    "aliases": {
                        "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Socialite\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
            "homepage": "https://laravel.com",
            "keywords": [
                "laravel",
                "oauth"
            ],
            "time": "2019-04-30T12:09:50+00:00"
        },
        {
            "name": "laravel/telescope",
            "version": "2.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/telescope.git",
                "reference": "a3f15809dd1de4759d44c159e99b9474d8b83e94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/telescope/zipball/a3f15809dd1de4759d44c159e99b9474d8b83e94",
                "reference": "a3f15809dd1de4759d44c159e99b9474d8b83e94",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "laravel/framework": "~5.8.0|~5.9.0",
                "moontoast/math": "^1.1",
                "php": "^7.1.3",
                "symfony/var-dumper": "^4.1"
            },
            "require-dev": {
                "orchestra/testbench": "~3.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Telescope\\TelescopeServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Telescope\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                },
                {
                    "name": "Mohamed Said",
                    "email": "mohamed@laravel.com"
                }
            ],
            "description": "An elegant debug assistant for the Laravel framework.",
            "keywords": [
                "debugging",
                "laravel",
                "monitoring"
            ],
            "time": "2019-06-03T11:40:15+00:00"
        },
        {
            "name": "laravelcollective/html",
            "version": "5.8.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/LaravelCollective/html.git",
                "reference": "b3b35b61433e77d8673e51e3b99183d2db4621c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/LaravelCollective/html/zipball/b3b35b61433e77d8673e51e3b99183d2db4621c1",
                "reference": "b3b35b61433e77d8673e51e3b99183d2db4621c1",
                "shasum": ""
            },
            "require": {
                "illuminate/http": "5.8.*",
                "illuminate/routing": "5.8.*",
                "illuminate/session": "5.8.*",
                "illuminate/support": "5.8.*",
                "illuminate/view": "5.8.*",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "illuminate/database": "5.8.*",
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.8-dev"
                },
                "laravel": {
                    "providers": [
                        "Collective\\Html\\HtmlServiceProvider"
                    ],
                    "aliases": {
                        "Form": "Collective\\Html\\FormFacade",
                        "Html": "Collective\\Html\\HtmlFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Collective\\Html\\": "src/"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylorotwell@gmail.com"
                },
                {
                    "name": "Adam Engebretson",
                    "email": "adam@laravelcollective.com"
                }
            ],
            "description": "HTML and Form Builders for the Laravel Framework",
            "homepage": "https://laravelcollective.com",
            "time": "2019-03-03T20:06:51+00:00"
        },
        {
            "name": "lcobucci/jwt",
            "version": "3.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/jwt.git",
                "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
                "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "mikey179/vfsstream": "~1.5",
                "phpmd/phpmd": "~2.2",
                "phpunit/php-invoker": "~1.1",
                "phpunit/phpunit": "^5.7 || ^7.3",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Lcobucci\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Luís Otávio Cobucci Oblonczyk",
                    "email": "lcobucci@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
            "keywords": [
                "JWS",
                "jwt"
            ],
            "time": "2019-05-24T18:30:49+00:00"
        },
        {
            "name": "league/event",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/event.git",
                "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
                "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
                "phpspec/phpspec": "^2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Event\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Event package",
            "keywords": [
                "emitter",
                "event",
                "listener"
            ],
            "time": "2018-11-26T11:52:41+00:00"
        },
        {
            "name": "league/flysystem",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "92d93308510d4aa439df85786991a2255723c0bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/92d93308510d4aa439df85786991a2255723c0bc",
                "reference": "92d93308510d4aa439df85786991a2255723c0bc",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": ">=5.5.9"
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "require-dev": {
                "phpspec/phpspec": "^3.4",
                "phpunit/phpunit": "^5.7.10"
            },
            "suggest": {
                "ext-fileinfo": "Required for MimeType",
                "ext-ftp": "Allows you to use FTP server storage",
                "ext-openssl": "Allows you to use FTPS server storage",
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Filesystem abstraction: Many filesystems, one API.",
            "keywords": [
                "Cloud Files",
                "WebDAV",
                "abstraction",
                "aws",
                "cloud",
                "copy.com",
                "dropbox",
                "file systems",
                "files",
                "filesystem",
                "filesystems",
                "ftp",
                "rackspace",
                "remote",
                "s3",
                "sftp",
                "storage"
            ],
            "time": "2019-05-21T13:11:03+00:00"
        },
        {
            "name": "league/flysystem-aws-s3-v3",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
                "reference": "883b02c80ca9cd68cf58a9b4b2185beef24b836b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/883b02c80ca9cd68cf58a9b4b2185beef24b836b",
                "reference": "883b02c80ca9cd68cf58a9b4b2185beef24b836b",
                "shasum": ""
            },
            "require": {
                "aws/aws-sdk-php": "^3.0.0",
                "league/flysystem": "^1.0.40",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
                "phpspec/phpspec": "^2.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\AwsS3v3\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Flysystem adapter for the AWS S3 SDK v3.x",
            "time": "2019-01-31T15:07:25+00:00"
        },
        {
            "name": "league/fractal",
            "version": "0.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/fractal.git",
                "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/fractal/zipball/a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
                "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "doctrine/orm": "^2.5",
                "illuminate/contracts": "~5.0",
                "mockery/mockery": "~0.9",
                "pagerfanta/pagerfanta": "~1.0.0",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5",
                "zendframework/zend-paginator": "~2.3"
            },
            "suggest": {
                "illuminate/pagination": "The Illuminate Pagination component.",
                "pagerfanta/pagerfanta": "Pagerfanta Paginator",
                "zendframework/zend-paginator": "Zend Framework Paginator"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.13-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Fractal\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Phil Sturgeon",
                    "email": "me@philsturgeon.uk",
                    "homepage": "http://philsturgeon.uk/",
                    "role": "Developer"
                }
            ],
            "description": "Handle the output of complex data structures ready for API output.",
            "homepage": "http://fractal.thephpleague.com/",
            "keywords": [
                "api",
                "json",
                "league",
                "rest"
            ],
            "time": "2017-06-12T11:04:56+00:00"
        },
        {
            "name": "league/glide",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/glide.git",
                "reference": "a5477e9e822ed57b39861a17092b92553634932d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d",
                "reference": "a5477e9e822ed57b39861a17092b92553634932d",
                "shasum": ""
            },
            "require": {
                "intervention/image": "^2.4",
                "league/flysystem": "^1.0",
                "php": "^5.5 | ^7.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9",
                "phpunit/php-token-stream": "^1.4",
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Glide\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Reinink",
                    "email": "jonathan@reinink.ca",
                    "homepage": "http://reinink.ca"
                }
            ],
            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
            "homepage": "http://glide.thephpleague.com",
            "keywords": [
                "ImageMagick",
                "editing",
                "gd",
                "image",
                "imagick",
                "league",
                "manipulation",
                "processing"
            ],
            "time": "2019-04-03T23:46:42+00:00"
        },
        {
            "name": "league/oauth1-client",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth1-client.git",
                "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
                "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.0",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9",
                "phpunit/phpunit": "^4.0",
                "squizlabs/php_codesniffer": "^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\OAuth1\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Corlett",
                    "email": "bencorlett@me.com",
                    "homepage": "http://www.webcomm.com.au",
                    "role": "Developer"
                }
            ],
            "description": "OAuth 1.0 Client Library",
            "keywords": [
                "Authentication",
                "SSO",
                "authorization",
                "bitbucket",
                "identity",
                "idp",
                "oauth",
                "oauth1",
                "single sign on",
                "trello",
                "tumblr",
                "twitter"
            ],
            "time": "2016-08-17T00:36:58+00:00"
        },
        {
            "name": "league/oauth2-server",
            "version": "7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-server.git",
                "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
                "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
                "shasum": ""
            },
            "require": {
                "defuse/php-encryption": "^2.1",
                "ext-openssl": "*",
                "lcobucci/jwt": "^3.2.2",
                "league/event": "^2.1",
                "php": ">=7.0.0",
                "psr/http-message": "^1.0.1"
            },
            "replace": {
                "league/oauth2server": "*",
                "lncd/oauth2": "*"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.9.2",
                "phpstan/phpstan-phpunit": "^0.9.4",
                "phpstan/phpstan-strict-rules": "^0.9.0",
                "phpunit/phpunit": "^6.3 || ^7.0",
                "roave/security-advisories": "dev-master",
                "zendframework/zend-diactoros": "^1.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Bilbie",
                    "email": "hello@alexbilbie.com",
                    "homepage": "http://www.alexbilbie.com",
                    "role": "Developer"
                },
                {
                    "name": "Andy Millington",
                    "email": "andrew@noexceptions.io",
                    "homepage": "https://www.noexceptions.io",
                    "role": "Developer"
                }
            ],
            "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
            "homepage": "https://oauth2.thephpleague.com/",
            "keywords": [
                "Authentication",
                "api",
                "auth",
                "authorisation",
                "authorization",
                "oauth",
                "oauth 2",
                "oauth 2.0",
                "oauth2",
                "protect",
                "resource",
                "secure",
                "server"
            ],
            "time": "2019-05-05T09:22:01+00:00"
        },
        {
            "name": "league/url",
            "version": "3.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/url.git",
                "reference": "45f5529ea879ffc166cc4e4ffa478a212c183628"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/url/zipball/45f5529ea879ffc166cc4e4ffa478a212c183628",
                "reference": "45f5529ea879ffc166cc4e4ffa478a212c183628",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0",
                "true/punycode": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Url\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://github.com/nyamsprod/",
                    "role": "Developer"
                }
            ],
            "description": "League/url is a lightweight PHP Url manipulating library",
            "homepage": "http://url.thephpleague.com",
            "keywords": [
                "parse_url",
                "php",
                "url"
            ],
            "abandoned": "league/uri",
            "time": "2015-09-24T10:19:47+00:00"
        },
        {
            "name": "maatwebsite/excel",
            "version": "3.1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
                "reference": "af84f6a4b8128b7e78d4dca113408258d606e36d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/af84f6a4b8128b7e78d4dca113408258d606e36d",
                "reference": "af84f6a4b8128b7e78d4dca113408258d606e36d",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
                "opis/closure": "^3.1",
                "php": "^7.0",
                "phpoffice/phpspreadsheet": "^1.6"
            },
            "require-dev": {
                "mockery/mockery": "^1.1",
                "orchestra/database": "^3.8",
                "orchestra/testbench": "^3.8",
                "phpunit/phpunit": "^8.0",
                "predis/predis": "^1.1"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Maatwebsite\\Excel\\ExcelServiceProvider"
                    ],
                    "aliases": {
                        "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Maatwebsite\\Excel\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Patrick Brouwers",
                    "email": "patrick@maatwebsite.nl"
                }
            ],
            "description": "Supercharged Excel exports and imports in Laravel",
            "keywords": [
                "PHPExcel",
                "batch",
                "csv",
                "excel",
                "export",
                "import",
                "laravel",
                "php",
                "phpspreadsheet"
            ],
            "time": "2019-05-29T11:05:31+00:00"
        },
        {
            "name": "madewithlove/illuminate-psr-cache-bridge",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/madewithlove/illuminate-psr-cache-bridge.git",
                "reference": "68927525577666617603820e81b42e625f4685b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/madewithlove/illuminate-psr-cache-bridge/zipball/68927525577666617603820e81b42e625f4685b6",
                "reference": "68927525577666617603820e81b42e625f4685b6",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "^5.0",
                "php": ">=5.6.0",
                "psr/cache": "^1.0"
            },
            "provide": {
                "psr/cache-implementation": "1.0.0"
            },
            "require-dev": {
                "cache/integration-tests": "^0.16.0",
                "illuminate/cache": "^5.0",
                "nesbot/carbon": "^1.3.0",
                "phpunit/phpunit": "^4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Madewithlove\\IlluminatePsrCacheBridge\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "keywords": [
                "Bridge",
                "adapter",
                "cache",
                "implementation",
                "laravel",
                "psr-6"
            ],
            "time": "2017-06-19T13:31:41+00:00"
        },
        {
            "name": "maennchen/zipstream-php",
            "version": "v0.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
                "reference": "95922b6324955974675fd4923f987faa598408af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/95922b6324955974675fd4923f987faa598408af",
                "reference": "95922b6324955974675fd4923f987faa598408af",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">= 7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ZipStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Duncan",
                    "email": "pabs@pablotron.org"
                },
                {
                    "name": "Jesse Donat",
                    "email": "donatj@gmail.com"
                },
                {
                    "name": "Jonatan Männchen",
                    "email": "jonatan@maennchen.ch"
                }
            ],
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
            "keywords": [
                "stream",
                "zip"
            ],
            "time": "2018-02-09T09:26:57+00:00"
        },
        {
            "name": "markbaker/complex",
            "version": "1.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPComplex.git",
                "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
                "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
                "phpcompatibility/php-compatibility": "^8.0",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "2.*",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "^4.8.35|^5.4.0",
                "sebastian/phpcpd": "2.*",
                "squizlabs/php_codesniffer": "^3.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Complex\\": "classes/src/"
                },
                "files": [
                    "classes/src/functions/abs.php",
                    "classes/src/functions/acos.php",
                    "classes/src/functions/acosh.php",
                    "classes/src/functions/acot.php",
                    "classes/src/functions/acoth.php",
                    "classes/src/functions/acsc.php",
                    "classes/src/functions/acsch.php",
                    "classes/src/functions/argument.php",
                    "classes/src/functions/asec.php",
                    "classes/src/functions/asech.php",
                    "classes/src/functions/asin.php",
                    "classes/src/functions/asinh.php",
                    "classes/src/functions/atan.php",
                    "classes/src/functions/atanh.php",
                    "classes/src/functions/conjugate.php",
                    "classes/src/functions/cos.php",
                    "classes/src/functions/cosh.php",
                    "classes/src/functions/cot.php",
                    "classes/src/functions/coth.php",
                    "classes/src/functions/csc.php",
                    "classes/src/functions/csch.php",
                    "classes/src/functions/exp.php",
                    "classes/src/functions/inverse.php",
                    "classes/src/functions/ln.php",
                    "classes/src/functions/log2.php",
                    "classes/src/functions/log10.php",
                    "classes/src/functions/negative.php",
                    "classes/src/functions/pow.php",
                    "classes/src/functions/rho.php",
                    "classes/src/functions/sec.php",
                    "classes/src/functions/sech.php",
                    "classes/src/functions/sin.php",
                    "classes/src/functions/sinh.php",
                    "classes/src/functions/sqrt.php",
                    "classes/src/functions/tan.php",
                    "classes/src/functions/tanh.php",
                    "classes/src/functions/theta.php",
                    "classes/src/operations/add.php",
                    "classes/src/operations/subtract.php",
                    "classes/src/operations/multiply.php",
                    "classes/src/operations/divideby.php",
                    "classes/src/operations/divideinto.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with complex numbers",
            "homepage": "https://github.com/MarkBaker/PHPComplex",
            "keywords": [
                "complex",
                "mathematics"
            ],
            "time": "2018-10-13T23:28:42+00:00"
        },
        {
            "name": "markbaker/matrix",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
                "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/6ea97472b5baf12119b4f31f802835b820dd6d64",
                "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
                "phpcompatibility/php-compatibility": "^8.0",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "2.*",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "^4.8.35|^5.4.0",
                "sebastian/phpcpd": "2.*",
                "squizlabs/php_codesniffer": "^3.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Matrix\\": "classes/src/"
                },
                "files": [
                    "classes/src/functions/adjoint.php",
                    "classes/src/functions/antidiagonal.php",
                    "classes/src/functions/cofactors.php",
                    "classes/src/functions/determinant.php",
                    "classes/src/functions/diagonal.php",
                    "classes/src/functions/identity.php",
                    "classes/src/functions/inverse.php",
                    "classes/src/functions/minors.php",
                    "classes/src/functions/trace.php",
                    "classes/src/functions/transpose.php",
                    "classes/src/operations/add.php",
                    "classes/src/operations/directsum.php",
                    "classes/src/operations/subtract.php",
                    "classes/src/operations/multiply.php",
                    "classes/src/operations/divideby.php",
                    "classes/src/operations/divideinto.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with matrices",
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
            "keywords": [
                "mathematics",
                "matrix",
                "vector"
            ],
            "time": "2018-11-04T22:12:12+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "4d5b7e6ba1127789c7ff59d6f762298eaa29787f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4d5b7e6ba1127789c7ff59d6f762298eaa29787f",
                "reference": "4d5b7e6ba1127789c7ff59d6f762298eaa29787f",
                "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|^6.0"
            },
            "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": "2018-12-26T14:24:03+00:00"
        },
        {
            "name": "moontoast/math",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/moontoast-math.git",
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0",
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
                "satooshi/php-coveralls": "^0.6.1",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Moontoast\\Math\\": "src/Moontoast/Math/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                }
            ],
            "description": "A mathematics library, providing functionality for large numbers",
            "homepage": "https://github.com/ramsey/moontoast-math",
            "keywords": [
                "bcmath",
                "math"
            ],
            "time": "2017-02-16T16:54:46+00:00"
        },
        {
            "name": "mtdowling/jmespath.php",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jmespath/jmespath.php.git",
                "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
                "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "bin": [
                "bin/jp.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JmesPath\\": "src/"
                },
                "files": [
                    "src/JmesPath.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Declaratively specify how to extract elements from a JSON document",
            "keywords": [
                "json",
                "jsonpath"
            ],
            "time": "2016-12-03T22:08:25+00:00"
        },
        {
            "name": "nesbot/carbon",
            "version": "2.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "c3545b39197d314205226ac3c33cb4db99aa54ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/c3545b39197d314205226ac3c33cb4db99aa54ab",
                "reference": "c3545b39197d314205226ac3c33cb4db99aa54ab",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1.8 || ^8.0",
                "symfony/translation": "^3.4 || ^4.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
                "kylekatarnls/multi-tester": "^1.1",
                "phpmd/phpmd": "^2.6",
                "phpstan/phpstan": "^0.11",
                "phpunit/phpunit": "^7.5 || ^8.0",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                }
            },
            "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": "2019-05-30T10:15:05+00:00"
        },
        {
            "name": "nette/bootstrap",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/bootstrap.git",
                "reference": "6c736302535c5dc0fb736441786f216b3be5a1f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/6c736302535c5dc0fb736441786f216b3be5a1f0",
                "reference": "6c736302535c5dc0fb736441786f216b3be5a1f0",
                "shasum": ""
            },
            "require": {
                "nette/di": "^3.0",
                "nette/utils": "^3.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "latte/latte": "^2.2",
                "nette/application": "^3.0",
                "nette/caching": "^3.0",
                "nette/database": "^3.0",
                "nette/forms": "^3.0",
                "nette/http": "^3.0",
                "nette/mail": "^3.0",
                "nette/robot-loader": "^3.0",
                "nette/safe-stream": "^2.2",
                "nette/security": "^3.0",
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.6"
            },
            "suggest": {
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
                "tracy/tracy": "to use Configurator::enableTracy()"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
            "homepage": "https://nette.org",
            "keywords": [
                "bootstrapping",
                "configurator",
                "nette"
            ],
            "time": "2019-03-26T16:26:04+00:00"
        },
        {
            "name": "nette/di",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/di.git",
                "reference": "4927bc085e7a883e365e0cc472c1a56d693ce610"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/di/zipball/4927bc085e7a883e365e0cc472c1a56d693ce610",
                "reference": "4927bc085e7a883e365e0cc472c1a56d693ce610",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/neon": "^3.0",
                "nette/php-generator": "^3.2.2",
                "nette/robot-loader": "^3.2",
                "nette/schema": "^1.0",
                "nette/utils": "^3.0",
                "php": ">=7.1"
            },
            "conflict": {
                "nette/bootstrap": "<3.0"
            },
            "require-dev": {
                "nette/tester": "^2.2",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ],
                "files": [
                    "src/compatibility.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
            "homepage": "https://nette.org",
            "keywords": [
                "compiled",
                "di",
                "dic",
                "factory",
                "ioc",
                "nette",
                "static"
            ],
            "time": "2019-05-29T17:09:14+00:00"
        },
        {
            "name": "nette/finder",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/finder.git",
                "reference": "13240336bd80f9260cd35a3894b8c1aab9586ec2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/finder/zipball/13240336bd80f9260cd35a3894b8c1aab9586ec2",
                "reference": "13240336bd80f9260cd35a3894b8c1aab9586ec2",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.4 || ~3.0.0",
                "php": ">=7.1"
            },
            "conflict": {
                "nette/nette": "<2.2"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
            "homepage": "https://nette.org",
            "keywords": [
                "filesystem",
                "glob",
                "iterator",
                "nette"
            ],
            "time": "2019-03-22T00:58:33+00:00"
        },
        {
            "name": "nette/neon",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/neon.git",
                "reference": "fecb5758ca7076cadb5ebd7b47e47f11d7298030"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/neon/zipball/fecb5758ca7076cadb5ebd7b47e47f11d7298030",
                "reference": "fecb5758ca7076cadb5ebd7b47e47f11d7298030",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "ext-json": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
            "homepage": "http://ne-on.org",
            "keywords": [
                "export",
                "import",
                "neon",
                "nette",
                "yaml"
            ],
            "time": "2019-03-26T13:02:18+00:00"
        },
        {
            "name": "nette/php-generator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/php-generator.git",
                "reference": "3328cb69855463c446a887b832000676a7a30d6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/php-generator/zipball/3328cb69855463c446a887b832000676a7a30d6d",
                "reference": "3328cb69855463c446a887b832000676a7a30d6d",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.4.2 || ~3.0.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
            "homepage": "https://nette.org",
            "keywords": [
                "code",
                "nette",
                "php",
                "scaffolding"
            ],
            "time": "2019-04-02T18:41:07+00:00"
        },
        {
            "name": "nette/robot-loader",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/robot-loader.git",
                "reference": "a49e8e83e4eb762d1c0f6b7c13059cf97f493aaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/a49e8e83e4eb762d1c0f6b7c13059cf97f493aaf",
                "reference": "a49e8e83e4eb762d1c0f6b7c13059cf97f493aaf",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "nette/finder": "^2.5 || ^3.0",
                "nette/utils": "^3.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.0",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
            "homepage": "https://nette.org",
            "keywords": [
                "autoload",
                "class",
                "interface",
                "nette",
                "trait"
            ],
            "time": "2019-03-31T19:12:28+00:00"
        },
        {
            "name": "nette/schema",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/schema.git",
                "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
                "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^3.0.1",
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "^2.2",
                "tracy/tracy": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "📐 Nette Schema: validating data structures against a given Schema.",
            "homepage": "https://nette.org",
            "keywords": [
                "config",
                "nette"
            ],
            "time": "2019-04-03T15:53:25+00:00"
        },
        {
            "name": "nette/utils",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "9f9fadd7158cfff8784fdd802a0c6dfced2a8fd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/9f9fadd7158cfff8784fdd802a0c6dfced2a8fd5",
                "reference": "9f9fadd7158cfff8784fdd802a0c6dfced2a8fd5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "nette/tester": "~2.0",
                "tracy/tracy": "^2.3"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize() and toAscii()",
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
                "ext-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
            "homepage": "https://nette.org",
            "keywords": [
                "array",
                "core",
                "datetime",
                "images",
                "json",
                "nette",
                "paginator",
                "password",
                "slugify",
                "string",
                "unicode",
                "utf-8",
                "utility",
                "validation"
            ],
            "time": "2019-04-25T18:36:16+00:00"
        },
        {
            "name": "nikic/php-parser",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "624f71fa6f9cf0708d9e8625b3bea564c5fe7a24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/624f71fa6f9cf0708d9e8625b3bea564c5fe7a24",
                "reference": "624f71fa6f9cf0708d9e8625b3bea564c5fe7a24",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5 || ^7.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "time": "2019-06-04T14:25:12+00:00"
        },
        {
            "name": "nunomaduro/laravel-console-dusk",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nunomaduro/laravel-console-dusk.git",
                "reference": "163fa18fd0e3ccd53e75200efcba4bfd71a0bd2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nunomaduro/laravel-console-dusk/zipball/163fa18fd0e3ccd53e75200efcba4bfd71a0bd2d",
                "reference": "163fa18fd0e3ccd53e75200efcba4bfd71a0bd2d",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "5.6.*|5.7.*|5.8.*",
                "illuminate/support": "5.6.*|5.7.*|5.8.*",
                "laravel/dusk": "^3.0|^4.0|^5.0",
                "nunomaduro/laravel-console-task": "^1.0",
                "php": "^7.1.3"
            },
            "suggest": {
                "phpunit/phpunit": "Required to perform browser test assertions."
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "NunoMaduro\\LaravelConsoleDusk\\LaravelConsoleDuskServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "NunoMaduro\\LaravelConsoleDusk\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nuno Maduro",
                    "email": "enunomaduro@gmail.com"
                }
            ],
            "description": "Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.",
            "keywords": [
                "Laravel Dusk",
                "artisan",
                "cli",
                "command-line",
                "console",
                "laravel",
                "laravel-zero",
                "php",
                "symfony"
            ],
            "time": "2019-03-13T14:38:16+00:00"
        },
        {
            "name": "nunomaduro/laravel-console-menu",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nunomaduro/laravel-console-menu.git",
                "reference": "9be0518264b37b0aa4f06f259288bb9260b17e3d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nunomaduro/laravel-console-menu/zipball/9be0518264b37b0aa4f06f259288bb9260b17e3d",
                "reference": "9be0518264b37b0aa4f06f259288bb9260b17e3d",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "5.6.*|5.7.*|5.8.*",
                "illuminate/support": "5.6.*|5.7.*|5.8.*",
                "php": "^7.1.3",
                "php-school/cli-menu": "^3.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "NunoMaduro\\LaravelConsoleMenu\\LaravelConsoleMenuServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "NunoMaduro\\LaravelConsoleMenu\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nuno Maduro",
                    "email": "enunomaduro@gmail.com"
                }
            ],
            "description": "Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.",
            "keywords": [
                "artisan",
                "cli",
                "command-line",
                "console",
                "laravel",
                "laravel-zero",
                "php",
                "symfony"
            ],
            "time": "2019-05-28T08:23:30+00:00"
        },
        {
            "name": "nunomaduro/laravel-console-task",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nunomaduro/laravel-console-task.git",
                "reference": "712bda357b6fd09e54ff2f8d37de2188982ef4fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nunomaduro/laravel-console-task/zipball/712bda357b6fd09e54ff2f8d37de2188982ef4fd",
                "reference": "712bda357b6fd09e54ff2f8d37de2188982ef4fd",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "~5.5.26|5.6.*|5.7.*|5.8.*",
                "illuminate/support": "~5.5.26|5.6.*|5.7.*|5.8.*",
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "NunoMaduro\\LaravelConsoleTask\\LaravelConsoleTaskServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "NunoMaduro\\LaravelConsoleTask\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nuno Maduro",
                    "email": "enunomaduro@gmail.com"
                }
            ],
            "description": "Laravel Console Task is a output method for your Laravel/Laravel Zero commands.",
            "keywords": [
                "artisan",
                "cli",
                "command-line",
                "console",
                "laravel",
                "laravel-zero",
                "php",
                "symfony"
            ],
            "time": "2019-01-23T18:08:55+00:00"
        },
        {
            "name": "nwidart/laravel-modules",
            "version": "4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nWidart/laravel-modules.git",
                "reference": "0efd81aef05419a9d032e5bbd7859dd8a67cb7e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/0efd81aef05419a9d032e5bbd7859dd8a67cb7e3",
                "reference": "0efd81aef05419a9d032e5bbd7859dd8a67cb7e3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.7",
                "laravel/framework": "5.7.*",
                "mockery/mockery": "~1.0",
                "orchestra/testbench": "^3.7",
                "phpstan/phpstan": "^0.9.2",
                "phpunit/phpunit": "~7.3",
                "spatie/phpunit-snapshot-assertions": "^1.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Nwidart\\Modules\\LaravelModulesServiceProvider"
                    ],
                    "aliases": {
                        "Module": "Nwidart\\Modules\\Facades\\Module"
                    }
                },
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Nwidart\\Modules\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Widart",
                    "email": "n.widart@gmail.com",
                    "homepage": "https://nicolaswidart.com",
                    "role": "Developer"
                }
            ],
            "description": "Laravel Module management",
            "keywords": [
                "laravel",
                "module",
                "modules",
                "nwidart",
                "rad"
            ],
            "time": "2019-03-04T09:50:46+00:00"
        },
        {
            "name": "ocramius/package-versions",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/PackageVersions.git",
                "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
                "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0.0",
                "php": "^7.1.0"
            },
            "require-dev": {
                "composer/composer": "^1.6.3",
                "doctrine/coding-standard": "^5.0.1",
                "ext-zip": "*",
                "infection/infection": "^0.7.1",
                "phpunit/phpunit": "^7.0.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "time": "2019-02-21T12:16:21+00:00"
        },
        {
            "name": "opis/closure",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/opis/closure.git",
                "reference": "f846725591203098246276b2e7b9e8b7814c4965"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opis/closure/zipball/f846725591203098246276b2e7b9e8b7814c4965",
                "reference": "f846725591203098246276b2e7b9e8b7814c4965",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0"
            },
            "require-dev": {
                "jeremeamia/superclosure": "^2.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Opis\\Closure\\": "src/"
                },
                "files": [
                    "functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marius Sarca",
                    "email": "marius.sarca@gmail.com"
                },
                {
                    "name": "Sorin Sarca",
                    "email": "sarca_sorin@hotmail.com"
                }
            ],
            "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
            "homepage": "https://opis.io/closure",
            "keywords": [
                "anonymous functions",
                "closure",
                "function",
                "serializable",
                "serialization",
                "serialize"
            ],
            "time": "2019-05-31T20:04:32+00:00"
        },
        {
            "name": "owen-it/laravel-auditing",
            "version": "v9.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/owen-it/laravel-auditing.git",
                "reference": "0379d973c34e00138eb8ac7196c6661980564f72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/owen-it/laravel-auditing/zipball/0379d973c34e00138eb8ac7196c6661980564f72",
                "reference": "0379d973c34e00138eb8ac7196c6661980564f72",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "^5.8",
                "illuminate/database": "^5.8",
                "illuminate/filesystem": "^5.8",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "^3.8",
                "phpunit/phpunit": "^7.5"
            },
            "suggest": {
                "laravelista/lumen-vendor-publish": "Needed to publish the package configuration in Lumen"
            },
            "type": "package",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.0-dev"
                },
                "laravel": {
                    "providers": [
                        "OwenIt\\Auditing\\AuditingServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "OwenIt\\Auditing\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Quetzy Garcia",
                    "email": "quetzyg@altek.org"
                },
                {
                    "name": "Antério Vieira",
                    "email": "anteriovieira@gmail.com"
                },
                {
                    "name": "Raphael França",
                    "email": "raphaelfrancabsb@gmail.com"
                }
            ],
            "description": "Audit changes of your Eloquent models in Laravel/Lumen",
            "homepage": "http://laravel-auditing.com",
            "keywords": [
                "Accountability",
                "Audit",
                "auditing",
                "changes",
                "eloquent",
                "history",
                "laravel",
                "log",
                "logging",
                "lumen",
                "observer",
                "record",
                "revision",
                "tracking"
            ],
            "time": "2019-04-11T22:21:58+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.99",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                "shasum": ""
            },
            "require": {
                "php": "^7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "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",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "time": "2018-07-02T15:55:56+00:00"
        },
        {
            "name": "paragonie/sodium_compat",
            "version": "v1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/sodium_compat.git",
                "reference": "228a9fc64cf4ba84c7967c1076d94209db03e0ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/228a9fc64cf4ba84c7967c1076d94209db03e0ee",
                "reference": "228a9fc64cf4ba84c7967c1076d94209db03e0ee",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": ">=1",
                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^3|^4|^5"
            },
            "suggest": {
                "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
                "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "autoload.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                },
                {
                    "name": "Frank Denis",
                    "email": "jedisct1@pureftpd.org"
                }
            ],
            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
            "keywords": [
                "Authentication",
                "BLAKE2b",
                "ChaCha20",
                "ChaCha20-Poly1305",
                "Chapoly",
                "Curve25519",
                "Ed25519",
                "EdDSA",
                "Edwards-curve Digital Signature Algorithm",
                "Elliptic Curve Diffie-Hellman",
                "Poly1305",
                "Pure-PHP cryptography",
                "RFC 7748",
                "RFC 8032",
                "Salpoly",
                "Salsa20",
                "X25519",
                "XChaCha20-Poly1305",
                "XSalsa20-Poly1305",
                "Xchacha20",
                "Xsalsa20",
                "aead",
                "cryptography",
                "ecdh",
                "elliptic curve",
                "elliptic curve cryptography",
                "encryption",
                "libsodium",
                "php",
                "public-key cryptography",
                "secret-key cryptography",
                "side-channel resistant"
            ],
            "time": "2019-05-13T16:04:50+00:00"
        },
        {
            "name": "patchwork/utf8",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/tchwork/utf8.git",
                "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
                "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
                "shasum": ""
            },
            "require": {
                "lib-pcre": ">=7.3",
                "php": ">=5.3.0"
            },
            "suggest": {
                "ext-iconv": "Use iconv for best performance",
                "ext-intl": "Use Intl for best performance",
                "ext-mbstring": "Use Mbstring for best performance",
                "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Patchwork\\": "src/Patchwork/"
                },
                "classmap": [
                    "src/Normalizer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "(Apache-2.0 or GPL-2.0)"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                }
            ],
            "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
            "homepage": "https://github.com/tchwork/utf8",
            "keywords": [
                "grapheme",
                "i18n",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "time": "2016-05-18T13:57:10+00:00"
        },
        {
            "name": "phenx/php-font-lib",
            "version": "0.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PhenX/php-font-lib.git",
                "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
                "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "time": "2017-09-13T16:14:37+00:00"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "v0.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/PhenX/php-svg-lib.git",
                "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
                "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
                "shasum": ""
            },
            "require": {
                "sabberworm/php-css-parser": "8.1.*"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Svg\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "time": "2018-06-03T10:10:03+00:00"
        },
        {
            "name": "php-school/cli-menu",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-school/cli-menu.git",
                "reference": "2b24d576338c5add84c9515a766c6d12337ff2b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-school/cli-menu/zipball/2b24d576338c5add84c9515a766c6d12337ff2b8",
                "reference": "2b24d576338c5add84c9515a766c6d12337ff2b8",
                "shasum": ""
            },
            "require": {
                "beberlei/assert": "^2.4 | ^3",
                "ext-posix": "*",
                "php": ">=7.1",
                "php-school/terminal": "^0.2"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.11",
                "phpunit/phpunit": "^7.1",
                "squizlabs/php_codesniffer": "^3.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpSchool\\CliMenu\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Woodward",
                    "email": "mikeymike.mw@gmail.com"
                },
                {
                    "name": "Aydin Hassan",
                    "email": "aydin@hotmail.com"
                }
            ],
            "description": "A command line menu helper in PHP",
            "keywords": [
                "cli",
                "console",
                "menu",
                "php-school",
                "phpschool",
                "terminal"
            ],
            "time": "2019-04-30T14:39:32+00:00"
        },
        {
            "name": "php-school/terminal",
            "version": "0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-school/terminal.git",
                "reference": "2a0e498df9806ae4afc3963dbd70c2a8c8aebffd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-school/terminal/zipball/2a0e498df9806ae4afc3963dbd70c2a8c8aebffd",
                "reference": "2a0e498df9806ae4afc3963dbd70c2a8c8aebffd",
                "shasum": ""
            },
            "require": {
                "ext-posix": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.9.2",
                "phpunit/phpunit": "^7.1",
                "squizlabs/php_codesniffer": "^3.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpSchool\\Terminal\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Woodward",
                    "email": "mikeymike.mw@gmail.com"
                },
                {
                    "name": "Aydin Hassan",
                    "email": "aydin@hotmail.com"
                }
            ],
            "description": "A command line terminal utility in PHP",
            "keywords": [
                "cli",
                "console",
                "php-school",
                "phpschool",
                "terminal"
            ],
            "time": "2019-04-02T06:16:16+00:00"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "84e09df79855ed3da84e2eab6850eb7741d8cbda"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/84e09df79855ed3da84e2eab6850eb7741d8cbda",
                "reference": "84e09df79855ed3da84e2eab6850eb7741d8cbda",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "markbaker/complex": "^1.4",
                "markbaker/matrix": "^1.1",
                "php": "^5.6|^7.0",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "doctrine/instantiator": "^1.0.0",
                "dompdf/dompdf": "^0.8.0",
                "friendsofphp/php-cs-fixer": "@stable",
                "jpgraph/jpgraph": "^4.0",
                "mpdf/mpdf": "^7.0.0",
                "phpcompatibility/php-compatibility": "^8.0",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^3.3",
                "tecnickcom/tcpdf": "^6.2"
            },
            "suggest": {
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Adrien Crivelli"
                },
                {
                    "name": "Maarten Balliauw",
                    "homepage": "https://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "https://markbakeruk.net"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "https://rootslabs.net"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "time": "2019-05-26T02:50:36+00:00"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PhpOption\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "time": "2015-07-25T16:39:46+00:00"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "06ccf5d1f96d8413474f10b07ea3a44ce6e3f4a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/06ccf5d1f96d8413474f10b07ea3a44ce6e3f4a1",
                "reference": "06ccf5d1f96d8413474f10b07ea3a44ce6e3f4a1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
                "sami/sami": "~2.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "time": "2019-05-28T13:47:51+00:00"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "ab518a5fc8f1d90f58bd2c5552ba915e2c477b66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ab518a5fc8f1d90f58bd2c5552ba915e2c477b66",
                "reference": "ab518a5fc8f1d90f58bd2c5552ba915e2c477b66",
                "shasum": ""
            },
            "require": {
                "php": "~7.1"
            },
            "require-dev": {
                "consistence/coding-standard": "^3.5",
                "jakub-onderka/php-parallel-lint": "^0.9.2",
                "phing/phing": "^2.16.0",
                "phpstan/phpstan": "^0.10",
                "phpunit/phpunit": "^6.3",
                "slevomat/coding-standard": "^4.7.2",
                "squizlabs/php_codesniffer": "^3.3.2",
                "symfony/process": "^3.4 || ^4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "time": "2019-05-28T11:40:00+00:00"
        },
        {
            "name": "phpstan/phpstan",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "09b9bc84abca8aa9313a74f24bd1bbd8dadaecc8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/09b9bc84abca8aa9313a74f24bd1bbd8dadaecc8",
                "reference": "09b9bc84abca8aa9313a74f24bd1bbd8dadaecc8",
                "shasum": ""
            },
            "require": {
                "composer/xdebug-handler": "^1.3.0",
                "jean85/pretty-package-versions": "^1.0.3",
                "nette/bootstrap": "^2.4 || ^3.0",
                "nette/di": "^2.4.7 || ^3.0",
                "nette/robot-loader": "^3.0.1",
                "nette/schema": "^1.0",
                "nette/utils": "^2.4.5 || ^3.0",
                "nikic/php-parser": "^4.0.2",
                "php": "~7.1",
                "phpstan/phpdoc-parser": "^0.3.4",
                "symfony/console": "~3.2 || ~4.0",
                "symfony/finder": "~3.2 || ~4.0"
            },
            "conflict": {
                "symfony/console": "3.4.16 || 4.1.5"
            },
            "require-dev": {
                "brianium/paratest": "^2.0",
                "consistence/coding-standard": "^3.5",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
                "ext-intl": "*",
                "ext-mysqli": "*",
                "ext-soap": "*",
                "ext-zip": "*",
                "jakub-onderka/php-parallel-lint": "^1.0",
                "localheinz/composer-normalize": "^1.1.0",
                "phing/phing": "^2.16.0",
                "phpstan/phpstan-deprecation-rules": "^0.11",
                "phpstan/phpstan-php-parser": "^0.11",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-strict-rules": "^0.11",
                "phpunit/phpunit": "^7.0",
                "slevomat/coding-standard": "^4.7.2",
                "squizlabs/php_codesniffer": "^3.3.2"
            },
            "bin": [
                "bin/phpstan"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.11-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\": [
                        "src/",
                        "build/PHPStan"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPStan - PHP Static Analysis Tool",
            "time": "2019-06-04T09:57:19+00:00"
        },
        {
            "name": "predis/predis",
            "version": "v1.1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/nrk/predis.git",
                "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
                "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "suggest": {
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Predis\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniele Alessandri",
                    "email": "suppakilla@gmail.com",
                    "homepage": "http://clorophilla.net"
                }
            ],
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
            "homepage": "http://github.com/nrk/predis",
            "keywords": [
                "nosql",
                "predis",
                "redis"
            ],
            "time": "2017-07-12T14:39:17+00:00"
        },
        {
            "name": "psr/cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/78c5a01ddbf11cf731f1338a4f5aba23b14d5b47",
                "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "time": "2016-10-13T14:48:10+00:00"
        },
        {
            "name": "psr/container",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "014d250daebff39eba15ba990eeb2a140798e77c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/014d250daebff39eba15ba990eeb2a140798e77c",
                "reference": "014d250daebff39eba15ba990eeb2a140798e77c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "time": "2018-12-29T15:36:03+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2019-04-30T12:38:16+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/log",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "c4421fcac1edd5a324fda73e589a5cf96e52ffd0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/c4421fcac1edd5a324fda73e589a5cf96e52ffd0",
                "reference": "c4421fcac1edd5a324fda73e589a5cf96e52ffd0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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": "2018-11-21T13:42:00+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "time": "2017-10-23T01:57:42+00:00"
        },
        {
            "name": "pusher/pusher-php-server",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pusher/pusher-http-php.git",
                "reference": "f916b56efcb143bd309259c977295b6b244ca6e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/f916b56efcb143bd309259c977295b6b244ca6e8",
                "reference": "f916b56efcb143bd309259c977295b6b244ca6e8",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "paragonie/sodium_compat": "^1.6",
                "php": ">=5.4 <7.4",
                "psr/log": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Pusher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for interacting with the Pusher REST API",
            "keywords": [
                "events",
                "messaging",
                "php-pusher-server",
                "publish",
                "push",
                "pusher",
                "real time",
                "real-time",
                "realtime",
                "rest",
                "trigger"
            ],
            "time": "2019-04-30T15:15:32+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "ramsey/uuid",
            "version": "3.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "4c467ce4d5a72c3cf0832c813d4d84d222c3d4bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/4c467ce4d5a72c3cf0832c813d4d84d222c3d4bb",
                "reference": "4c467ce4d5a72c3cf0832c813d4d84d222c3d4bb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
                "php": "^5.4 || ^7.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
                "doctrine/annotations": "~1.2.0",
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
                "ircmaxell/random-lib": "^1.1",
                "jakub-onderka/php-parallel-lint": "^0.9.0",
                "mockery/mockery": "^0.9.9",
                "moontoast/math": "^1.1",
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "suggest": {
                "ext-ctype": "Provides support for PHP Ctype functions",
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marijn Huizendveld",
                    "email": "marijn.huizendveld@gmail.com"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io"
                },
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                }
            ],
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
            "homepage": "https://github.com/ramsey/uuid",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "time": "2018-08-12T15:49:01+00:00"
        },
        {
            "name": "ratchet/rfc6455",
            "version": "v0.2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/RFC6455.git",
                "reference": "c62f7cd95ffbb6e94fd657be694fc7372ecd6e62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/c62f7cd95ffbb6e94fd657be694fc7372ecd6e62",
                "reference": "c62f7cd95ffbb6e94fd657be694fc7372ecd6e62",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/psr7": "^1.0",
                "php": ">=5.4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.*",
                "react/http": "^0.4.1",
                "react/socket-client": "^0.4.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ratchet\\RFC6455\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "RFC6455 WebSocket protocol handler",
            "homepage": "http://socketo.me",
            "keywords": [
                "WebSockets",
                "rfc6455",
                "websocket"
            ],
            "time": "2019-03-10T17:10:42+00:00"
        },
        {
            "name": "react/cache",
            "version": "v0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/cache.git",
                "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66",
                "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "react/promise": "~2.0|~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async, Promise-based cache interface for ReactPHP",
            "keywords": [
                "cache",
                "caching",
                "promise",
                "reactphp"
            ],
            "time": "2018-06-25T12:52:40+00:00"
        },
        {
            "name": "react/dns",
            "version": "v0.4.17",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/dns.git",
                "reference": "0f30c6ceb71504d359d51132a97e1703051f1589"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/dns/zipball/0f30c6ceb71504d359d51132a97e1703051f1589",
                "reference": "0f30c6ceb71504d359d51132a97e1703051f1589",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "react/cache": "^1.0 || ^0.6 || ^0.5 || ^0.4 || ^0.3",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
                "react/promise": "^2.1 || ^1.2.1",
                "react/promise-timer": "^1.2",
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Dns\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async DNS resolver for ReactPHP",
            "keywords": [
                "async",
                "dns",
                "dns-resolver",
                "reactphp"
            ],
            "time": "2019-04-01T07:31:55+00:00"
        },
        {
            "name": "react/event-loop",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
                "reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "suggest": {
                "ext-event": "~1.0 for ExtEventLoop",
                "ext-pcntl": "For signal handling support when using the StreamSelectLoop",
                "ext-uv": "* for ExtUvLoop"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\EventLoop\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
            "keywords": [
                "asynchronous",
                "event-loop"
            ],
            "time": "2019-02-07T16:19:49+00:00"
        },
        {
            "name": "react/http-client",
            "version": "v0.5.9",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/http-client.git",
                "reference": "f8e81a022b61938e0b37c94c6351fc170b7d87f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/f8e81a022b61938e0b37c94c6351fc170b7d87f6",
                "reference": "f8e81a022b61938e0b37c94c6351fc170b7d87f6",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
                "react/promise": "^2.1 || ^1.2.1",
                "react/socket": "^1.0 || ^0.8.4",
                "react/stream": "^1.0 || ^0.7.1",
                "ringcentral/psr7": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
                "react/promise-stream": "^1.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\HttpClient\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event-driven, streaming HTTP client for ReactPHP",
            "keywords": [
                "http"
            ],
            "time": "2018-04-10T11:38:54+00:00"
        },
        {
            "name": "react/promise",
            "version": "2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "43896aa097d0233da13f81ca9df4efef5177cc82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/43896aa097d0233da13f81ca9df4efef5177cc82",
                "reference": "43896aa097d0233da13f81ca9df4efef5177cc82",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "time": "2019-01-08T16:10:34+00:00"
        },
        {
            "name": "react/promise-stream",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise-stream.git",
                "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/00e269d611e9c9a29356aef64c07f7e513e73dc9",
                "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/promise": "^2.1 || ^1.2",
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
            },
            "require-dev": {
                "clue/block-react": "^1.0",
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
                "react/promise-timer": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\Stream\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "The missing link between Promise-land and Stream-land for ReactPHP",
            "homepage": "https://github.com/reactphp/promise-stream",
            "keywords": [
                "Buffer",
                "async",
                "promise",
                "reactphp",
                "stream",
                "unwrap"
            ],
            "time": "2017-12-22T12:02:05+00:00"
        },
        {
            "name": "react/promise-timer",
            "version": "v1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise-timer.git",
                "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
                "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
                "react/promise": "^2.7.0 || ^1.2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\Timer\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
            "homepage": "https://github.com/reactphp/promise-timer",
            "keywords": [
                "async",
                "event-loop",
                "promise",
                "reactphp",
                "timeout",
                "timer"
            ],
            "time": "2019-03-27T18:10:32+00:00"
        },
        {
            "name": "react/socket",
            "version": "v1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "4d49bd3d6ca0257ada8645dd0f8a2f1885e290b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/4d49bd3d6ca0257ada8645dd0f8a2f1885e290b3",
                "reference": "4d49bd3d6ca0257ada8645dd0f8a2f1885e290b3",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/dns": "^0.4.13",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
                "react/promise": "^2.6.0 || ^1.2.1",
                "react/promise-timer": "^1.4.0",
                "react/stream": "^1.1"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Socket\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
            "keywords": [
                "Connection",
                "Socket",
                "async",
                "reactphp",
                "stream"
            ],
            "time": "2019-06-03T09:04:16+00:00"
        },
        {
            "name": "react/stream",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6",
                "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.8",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
            },
            "require-dev": {
                "clue/stream-filter": "~1.2",
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Stream\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
            "keywords": [
                "event-driven",
                "io",
                "non-blocking",
                "pipe",
                "reactphp",
                "readable",
                "stream",
                "writable"
            ],
            "time": "2019-01-01T16:15:09+00:00"
        },
        {
            "name": "ringcentral/psr7",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/ringcentral/psr7.git",
                "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
                "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "psr/http-message": "~1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "RingCentral\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "PSR-7 message implementation",
            "keywords": [
                "http",
                "message",
                "stream",
                "uri"
            ],
            "time": "2018-01-15T21:00:49+00:00"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
                "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
                "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Sabberworm\\CSS": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "time": "2016-07-19T19:14:21+00:00"
        },
        {
            "name": "spatie/array-to-xml",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/array-to-xml.git",
                "reference": "934a35b7505059830a515ab9b06fa25fa9dab0bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/934a35b7505059830a515ab9b06fa25fa9dab0bf",
                "reference": "934a35b7505059830a515ab9b06fa25fa9dab0bf",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.0",
                "spatie/phpunit-snapshot-assertions": "^2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\ArrayToXml\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://murze.be",
                    "role": "Developer"
                }
            ],
            "description": "Convert an array to xml",
            "homepage": "https://github.com/spatie/array-to-xml",
            "keywords": [
                "array",
                "convert",
                "xml"
            ],
            "time": "2019-05-06T06:33:48+00:00"
        },
        {
            "name": "spatie/blink",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/blink.git",
                "reference": "37dd29b1cbb613eff29744bc4a761fec146c28c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/blink/zipball/37dd29b1cbb613eff29744bc4a761fec146c28c2",
                "reference": "37dd29b1cbb613eff29744bc4a761fec146c28c2",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Blink\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Cache that expires in the blink of an eye",
            "homepage": "https://github.com/spatie/blink",
            "keywords": [
                "Blink",
                "cache",
                "caching",
                "spatie"
            ],
            "time": "2018-11-27T08:49:47+00:00"
        },
        {
            "name": "spatie/browsershot",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/browsershot.git",
                "reference": "979bc8af8c0161cf8278883c0e6c5c2888a8ddb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/browsershot/zipball/979bc8af8c0161cf8278883c0e6c5c2888a8ddb9",
                "reference": "979bc8af8c0161cf8278883c0e6c5c2888a8ddb9",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "spatie/image": "^1.5.3",
                "spatie/temporary-directory": "^1.1",
                "symfony/process": "^4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.1|^7.5",
                "spatie/phpunit-snapshot-assertions": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Browsershot\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://github.com/freekmurze",
                    "role": "Developer"
                }
            ],
            "description": "Convert a webpage to an image or pdf using headless Chrome",
            "homepage": "https://github.com/spatie/browsershot",
            "keywords": [
                "chrome",
                "convert",
                "headless",
                "image",
                "pdf",
                "puppeteer",
                "screenshot",
                "webpage"
            ],
            "time": "2019-05-20T19:21:06+00:00"
        },
        {
            "name": "spatie/calendar-links",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/calendar-links.git",
                "reference": "67caaf959f798cb48400bd0dc1c2c950377e59f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/calendar-links/zipball/67caaf959f798cb48400bd0dc1c2c950377e59f6",
                "reference": "67caaf959f798cb48400bd0dc1c2c950377e59f6",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0",
                "spatie/phpunit-snapshot-assertions": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\CalendarLinks\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Generate add to calendar links for Google, iCal and other calendar systems",
            "homepage": "https://github.com/spatie/calendar-links",
            "keywords": [
                "calendar-links",
                "spatie"
            ],
            "time": "2019-05-23T15:10:41+00:00"
        },
        {
            "name": "spatie/color",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/color.git",
                "reference": "439e00be193a9ba23b5673f2f0f89f7bb030d654"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/color/zipball/439e00be193a9ba23b5673f2f0f89f7bb030d654",
                "reference": "439e00be193a9ba23b5673f2f0f89f7bb030d654",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Color\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A little library to handle color conversions",
            "homepage": "https://github.com/spatie/color",
            "keywords": [
                "color",
                "conversion",
                "rgb",
                "spatie"
            ],
            "time": "2018-05-04T12:39:04+00:00"
        },
        {
            "name": "spatie/db-dumper",
            "version": "2.14.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/db-dumper.git",
                "reference": "c9b699c74b56adeff75da76cef8a82a8529765ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/db-dumper/zipball/c9b699c74b56adeff75da76cef8a82a8529765ad",
                "reference": "c9b699c74b56adeff75da76cef8a82a8529765ad",
                "shasum": ""
            },
            "require": {
                "php": "^7.3",
                "symfony/process": "^4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0|^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\DbDumper\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Dump databases",
            "homepage": "https://github.com/spatie/db-dumper",
            "keywords": [
                "database",
                "db-dumper",
                "dump",
                "mysqldump",
                "spatie"
            ],
            "time": "2019-05-10T09:22:23+00:00"
        },
        {
            "name": "spatie/dns",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/dns.git",
                "reference": "403865f19c01e0b9cfa9356fba5748dd5307b35c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/dns/zipball/403865f19c01e0b9cfa9356fba5748dd5307b35c",
                "reference": "403865f19c01e0b9cfa9356fba5748dd5307b35c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "symfony/process": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Dns\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Harish Toshniwal",
                    "email": "harish@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Retrieve DNS records",
            "homepage": "https://github.com/spatie/dns",
            "keywords": [
                "dns",
                "spatie"
            ],
            "time": "2019-05-17T07:19:43+00:00"
        },
        {
            "name": "spatie/dropbox-api",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/dropbox-api.git",
                "reference": "72a7c833ada88b8eb0af7cc1c561e02b0c9a5987"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/dropbox-api/zipball/72a7c833ada88b8eb0af7cc1c561e02b0c9a5987",
                "reference": "72a7c833ada88b8eb0af7cc1c561e02b0c9a5987",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.2",
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Dropbox\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Alex Vanderbist",
                    "email": "alex.vanderbist@gmail.com",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A minimal implementation of Dropbox API v2",
            "homepage": "https://github.com/spatie/dropbox-api",
            "keywords": [
                "Dropbox-API",
                "api",
                "dropbox",
                "spatie",
                "v2"
            ],
            "time": "2019-05-21T12:13:37+00:00"
        },
        {
            "name": "spatie/eloquent-sortable",
            "version": "3.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/eloquent-sortable.git",
                "reference": "a46a91d05d4ac66b6a2b8db2eb5e134a43d42277"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/a46a91d05d4ac66b6a2b8db2eb5e134a43d42277",
                "reference": "a46a91d05d4ac66b6a2b8db2eb5e134a43d42277",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\EloquentSortable\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be"
                }
            ],
            "description": "Sortable behaviour for eloquent models",
            "homepage": "https://github.com/spatie/eloquent-sortable",
            "keywords": [
                "behaviour",
                "eloquent",
                "laravel",
                "model",
                "sort",
                "sortable"
            ],
            "time": "2019-04-01T07:05:06+00:00"
        },
        {
            "name": "spatie/emoji",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/emoji.git",
                "reference": "7a84135cfe06649e6c9bbe391f09f7881d28ebb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/emoji/zipball/7a84135cfe06649e6c9bbe391f09f7881d28ebb9",
                "reference": "7a84135cfe06649e6c9bbe391f09f7881d28ebb9",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Emoji\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Display emoji characters",
            "homepage": "https://github.com/spatie/emoji",
            "keywords": [
                "emoji",
                "spatie"
            ],
            "time": "2019-04-17T10:03:55+00:00"
        },
        {
            "name": "spatie/flysystem-dropbox",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/flysystem-dropbox.git",
                "reference": "ed19482a1a221250a6b702ff2125be182cf4120f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/flysystem-dropbox/zipball/ed19482a1a221250a6b702ff2125be182cf4120f",
                "reference": "ed19482a1a221250a6b702ff2125be182cf4120f",
                "shasum": ""
            },
            "require": {
                "league/flysystem": "^1.0",
                "php": "^7.0",
                "spatie/dropbox-api": "^1.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\FlysystemDropbox\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Vanderbist",
                    "email": "alex.vanderbist@gmail.com",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Flysystem Adapter for the Dropbox v2 API",
            "homepage": "https://github.com/spatie/flysystem-dropbox",
            "keywords": [
                "Flysystem",
                "api",
                "dropbox",
                "flysystem-dropbox",
                "spatie",
                "v2"
            ],
            "time": "2019-05-30T10:35:25+00:00"
        },
        {
            "name": "spatie/fractalistic",
            "version": "2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/fractalistic.git",
                "reference": "5b5710b748beb2c1d5c272f4d3598d44b5b59fc9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/fractalistic/zipball/5b5710b748beb2c1d5c272f4d3598d44b5b59fc9",
                "reference": "5b5710b748beb2c1d5c272f4d3598d44b5b59fc9",
                "shasum": ""
            },
            "require": {
                "league/fractal": "^0.17.0",
                "php": "^7.0"
            },
            "require-dev": {
                "illuminate/pagination": "~5.3.0|~5.4.0",
                "phpunit/phpunit": "^5.7.21"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Fractalistic\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A developer friendly wrapper around Fractal",
            "homepage": "https://github.com/spatie/fractalistic",
            "keywords": [
                "api",
                "fractal",
                "fractalistic",
                "spatie",
                "transform"
            ],
            "time": "2018-10-08T09:18:33+00:00"
        },
        {
            "name": "spatie/geocoder",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/geocoder.git",
                "reference": "2287992fffd0599a68808a15b5a8f2ff04165eb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/geocoder/zipball/2287992fffd0599a68808a15b5a8f2ff04165eb3",
                "reference": "2287992fffd0599a68808a15b5a8f2ff04165eb3",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "~6.0",
                "illuminate/support": "^5.0",
                "php": "^7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vlucas/phpdotenv": "^3.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Geocoder\\GeocoderServiceProvider"
                    ],
                    "aliases": {
                        "Geocoder": "Spatie\\Geocoder\\Facades\\Geocoder"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Geocoder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be"
                }
            ],
            "description": "Geocoding addresses to coordinates",
            "homepage": "https://github.com/spatie/geocoder",
            "keywords": [
                "coordinate",
                "geocode",
                "laravel",
                "location",
                "map"
            ],
            "time": "2019-05-31T10:41:19+00:00"
        },
        {
            "name": "spatie/image",
            "version": "1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/image.git",
                "reference": "61fa48fa4cb85eda4ef4f8f20b1c27edd9d38e85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/image/zipball/61fa48fa4cb85eda4ef4f8f20b1c27edd9d38e85",
                "reference": "61fa48fa4cb85eda4ef4f8f20b1c27edd9d38e85",
                "shasum": ""
            },
            "require": {
                "ext-exif": "*",
                "league/glide": "^1.4",
                "php": "^7.0",
                "spatie/image-optimizer": "^1.0",
                "spatie/temporary-directory": "^1.0.0",
                "symfony/process": "^3.0|^4.0"
            },
            "require-dev": {
                "larapack/dd": "^1.1",
                "phpunit/phpunit": "^6.0|^7.0",
                "symfony/var-dumper": "^3.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Image\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Manipulate images with an expressive API",
            "homepage": "https://github.com/spatie/image",
            "keywords": [
                "image",
                "spatie"
            ],
            "time": "2019-05-13T11:38:22+00:00"
        },
        {
            "name": "spatie/image-optimizer",
            "version": "1.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/image-optimizer.git",
                "reference": "e62f8b459bee0a880c8976c316e82638a74510b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/e62f8b459bee0a880c8976c316e82638a74510b5",
                "reference": "e62f8b459bee0a880c8976c316e82638a74510b5",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.2",
                "psr/log": "^1.0",
                "symfony/process": "^4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "symfony/var-dumper": "^4.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\ImageOptimizer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily optimize images using PHP",
            "homepage": "https://github.com/spatie/image-optimizer",
            "keywords": [
                "image-optimizer",
                "spatie"
            ],
            "time": "2019-02-15T12:11:38+00:00"
        },
        {
            "name": "spatie/laravel-activitylog",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-activitylog.git",
                "reference": "c1113b5eb9235ff465e6108f4d911da8fcbbbfaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/c1113b5eb9235ff465e6108f4d911da8fcbbbfaf",
                "reference": "c1113b5eb9235ff465e6108f4d911da8fcbbbfaf",
                "shasum": ""
            },
            "require": {
                "illuminate/config": "~5.8.0",
                "illuminate/database": "~5.8.0",
                "illuminate/support": "~5.8.0",
                "php": "^7.2",
                "spatie/string": "^2.1"
            },
            "require-dev": {
                "ext-json": "*",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^7.5|^8.0",
                "scrutinizer/ocular": "^1.5"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Activitylog\\ActivitylogServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Activitylog\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A very simple activity logger to monitor the users of your website or application",
            "homepage": "https://github.com/spatie/activitylog",
            "keywords": [
                "activity",
                "laravel",
                "log",
                "spatie",
                "user"
            ],
            "time": "2019-05-29T06:52:22+00:00"
        },
        {
            "name": "spatie/laravel-analytics",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-analytics.git",
                "reference": "9225e2e0e06f97bed1d1b60be8f6d716f923cbae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-analytics/zipball/9225e2e0e06f97bed1d1b60be8f6d716f923cbae",
                "reference": "9225e2e0e06f97bed1d1b60be8f6d716f923cbae",
                "shasum": ""
            },
            "require": {
                "google/apiclient": "^2.0",
                "laravel/framework": "~5.8.0",
                "madewithlove/illuminate-psr-cache-bridge": "^1.0",
                "nesbot/carbon": "^1.21 | ^2.0",
                "php": "^7.2"
            },
            "require-dev": {
                "league/flysystem": ">=1.0.8",
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Analytics\\AnalyticsServiceProvider"
                    ],
                    "aliases": {
                        "Analytics": "Spatie\\Analytics\\AnalyticsFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Analytics\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://murze.be",
                    "role": "Developer"
                }
            ],
            "description": "A Laravel 5 package to retrieve Google Analytics data.",
            "homepage": "https://github.com/spatie/laravel-analytics",
            "keywords": [
                "analytics",
                "google",
                "laravel",
                "reports",
                "retrieve",
                "spatie"
            ],
            "time": "2019-06-04T10:28:20+00:00"
        },
        {
            "name": "spatie/laravel-artisan-dd",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-artisan-dd.git",
                "reference": "155693f65d4bf4caaf72e6bb13e57546c23ef3a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-artisan-dd/zipball/155693f65d4bf4caaf72e6bb13e57546c23ef3a4",
                "reference": "155693f65d4bf4caaf72e6bb13e57546c23ef3a4",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\ArtisanDd\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Run dd from your commandline",
            "homepage": "https://github.com/spatie/laravel-artisan-dd",
            "keywords": [
                "artisan",
                "debug",
                "develop",
                "laravel-artisan-dd",
                "spatie"
            ],
            "time": "2019-02-27T07:37:11+00:00"
        },
        {
            "name": "spatie/laravel-backup",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-backup.git",
                "reference": "d706e64c2500fda276d421551c140693156c0195"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/d706e64c2500fda276d421551c140693156c0195",
                "reference": "d706e64c2500fda276d421551c140693156c0195",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "~5.8.0",
                "illuminate/contracts": "~5.8.0",
                "illuminate/events": "~5.8.0",
                "illuminate/filesystem": "~5.8.0",
                "illuminate/notifications": "~5.8.0",
                "illuminate/support": "~5.8.0",
                "league/flysystem": "^1.0.49",
                "php": "^7.2",
                "spatie/db-dumper": "^2.12",
                "spatie/temporary-directory": "^1.1",
                "symfony/finder": "^4.2"
            },
            "require-dev": {
                "laravel/slack-notification-channel": "^1.0",
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "suggest": {
                "laravel/slack-notification-channel": "Required for sending notifications via Slack"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Backup\\BackupServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Backup\\": "src"
                },
                "files": [
                    "src/Helpers/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A Laravel package to backup your application",
            "homepage": "https://github.com/spatie/laravel-backup",
            "keywords": [
                "backup",
                "database",
                "laravel-backup",
                "spatie"
            ],
            "time": "2019-04-25T11:01:00+00:00"
        },
        {
            "name": "spatie/laravel-blade-javascript",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-blade-javascript.git",
                "reference": "0b1b17a8285277208667a76eff2c546e7313d03a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-blade-javascript/zipball/0b1b17a8285277208667a76eff2c546e7313d03a",
                "reference": "0b1b17a8285277208667a76eff2c546e7313d03a",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "~5.8",
                "illuminate/support": "~5.8",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\BladeJavaScript\\BladeJavaScriptServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\BladeJavaScript\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A Blade directive to export variables to JavaScript",
            "homepage": "https://github.com/spatie/laravel-blade-javascript",
            "keywords": [
                "blade",
                "directive",
                "javascript",
                "laravel",
                "laravel-blade-javascript",
                "spatie"
            ],
            "time": "2019-03-08T21:59:02+00:00"
        },
        {
            "name": "spatie/laravel-blade-x",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-blade-x.git",
                "reference": "db4f3dfd1f5f3d05ca3f4a688cdd708129a652f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-blade-x/zipball/db4f3dfd1f5f3d05ca3f4a688cdd708129a652f4",
                "reference": "db4f3dfd1f5f3d05ca3f4a688cdd708129a652f4",
                "shasum": ""
            },
            "require": {
                "illuminate/view": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0",
                "spatie/phpunit-snapshot-assertions": "^2.1"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\BladeX\\BladeXServiceProvider"
                    ],
                    "aliases": {
                        "BladeX": "Spatie\\BladeX\\Facades\\BladeX"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\BladeX\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Alex Vanderbist",
                    "email": "alex@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Brent Roose",
                    "email": "brent@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Ruben Van Assche",
                    "email": "ruben@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Supercharged Blade components",
            "homepage": "https://github.com/spatie/laravel-blade-x",
            "keywords": [
                "blade",
                "components",
                "html",
                "laravel-blade-x",
                "spatie"
            ],
            "time": "2019-02-27T16:32:52+00:00"
        },
        {
            "name": "spatie/laravel-blink",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-blink.git",
                "reference": "80cff90d505371226853a62f71ae4b7816893b5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-blink/zipball/80cff90d505371226853a62f71ae4b7816893b5a",
                "reference": "80cff90d505371226853a62f71ae4b7816893b5a",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0",
                "php": "^7.2",
                "spatie/blink": "^1.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\LaravelBlink\\BlinkServiceProvider"
                    ],
                    "aliases": {
                        "Blink": "Spatie\\LaravelBlink\\Blink\\BlinkFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\LaravelBlink\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Cache that expires in the blink of an eye",
            "homepage": "https://github.com/spatie/laravel-blink",
            "keywords": [
                "laravel-blink",
                "spatie"
            ],
            "time": "2019-05-21T13:32:02+00:00"
        },
        {
            "name": "spatie/laravel-collection-macros",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-collection-macros.git",
                "reference": "270eeb8387d4f1c341feec9ad795d5a00cbc7d30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-collection-macros/zipball/270eeb8387d4f1c341feec9ad795d5a00cbc7d30",
                "reference": "270eeb8387d4f1c341feec9ad795d5a00cbc7d30",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.4",
                "php": "^7.2"
            },
            "require-dev": {
                "amphp/parallel": "^0.2.0",
                "amphp/parallel-functions": "^0.1.2",
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0",
                "symfony/stopwatch": "^4.0"
            },
            "suggest": {
                "amphp/parallel-functions": "Required when using the parallel*-macros."
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\CollectionMacros\\CollectionMacroServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\CollectionMacros\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://github.com/freekmurze",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://github.com/sebastiandedeyne",
                    "role": "Developer"
                }
            ],
            "description": "A set of useful Laravel collection macros",
            "homepage": "https://github.com/spatie/laravel-collection-macros",
            "keywords": [
                "laravel-collection-macros",
                "spatie"
            ],
            "time": "2019-03-19T18:07:58+00:00"
        },
        {
            "name": "spatie/laravel-cookie-consent",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-cookie-consent.git",
                "reference": "5a6158b0787a5d35e9e964f2d49a8db21b0d63c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-cookie-consent/zipball/5a6158b0787a5d35e9e964f2d49a8db21b0d63c7",
                "reference": "5a6158b0787a5d35e9e964f2d49a8db21b0d63c7",
                "shasum": ""
            },
            "require": {
                "illuminate/cookie": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/view": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "fzaninotto/faker": "~1.4",
                "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\CookieConsent\\CookieConsentServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\CookieConsent\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Willem Van Bockstal",
                    "email": "willem@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Make your Laravel app comply with the crazy EU cookie law",
            "homepage": "https://github.com/spatie/cookie-consent",
            "keywords": [
                "comply",
                "cookie",
                "cookie-consent",
                "eu",
                "law",
                "spatie"
            ],
            "time": "2019-03-28T23:14:33+00:00"
        },
        {
            "name": "spatie/laravel-cors",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-cors.git",
                "reference": "e20a929637f675fe309f3d4ad28f503d7ff6d266"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-cors/zipball/e20a929637f675fe309f3d4ad28f503d7ff6d266",
                "reference": "e20a929637f675fe309f3d4ad28f503d7ff6d266",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Cors\\CorsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Cors\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Send CORS headers in a Laravel or Lumen application",
            "homepage": "https://github.com/spatie/laravel-cors",
            "keywords": [
                "ajax",
                "api",
                "cors",
                "laravel-cors",
                "request",
                "spatie"
            ],
            "time": "2019-04-17T17:03:15+00:00"
        },
        {
            "name": "spatie/laravel-csp",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-csp.git",
                "reference": "f5a4c07359cef493c2b1e974d9fe291719c896ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-csp/zipball/f5a4c07359cef493c2b1e974d9fe291719c896ec",
                "reference": "f5a4c07359cef493c2b1e974d9fe291719c896ec",
                "shasum": ""
            },
            "require": {
                "illuminate/http": "~5.8.0",
                "illuminate/support": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Csp\\CspServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Csp\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Thomas Verhelst",
                    "email": "tvke91@gmail.com",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Add CSP headers to the responses of a Laravel app",
            "homepage": "https://github.com/spatie/laravel-csp",
            "keywords": [
                "content-security-policy",
                "csp",
                "headers",
                "laravel",
                "laravel-csp",
                "security",
                "spatie"
            ],
            "time": "2019-05-23T12:41:37+00:00"
        },
        {
            "name": "spatie/laravel-db-snapshots",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-db-snapshots.git",
                "reference": "9c6d05bac26b59bf2252bae7c91d7b01d7743a28"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-db-snapshots/zipball/9c6d05bac26b59bf2252bae7c91d7b01d7743a28",
                "reference": "9c6d05bac26b59bf2252bae7c91d7b01d7743a28",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "^5.4.30",
                "league/flysystem": "^1.0.41",
                "php": "^7.0",
                "spatie/db-dumper": "^2.11",
                "spatie/laravel-migrate-fresh": "^1.4.1",
                "spatie/temporary-directory": "^1.1"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.8",
                "orchestra/testbench": "^3.4.10",
                "phpunit/phpunit": "^6.5 || ^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\DbSnapshots\\DbSnapshotsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\DbSnapshots\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Quickly dump and load databases",
            "homepage": "https://github.com/spatie/laravel-db-snapshots",
            "keywords": [
                "laravel-db-snapshots",
                "spatie"
            ],
            "time": "2019-05-24T13:11:32+00:00"
        },
        {
            "name": "spatie/laravel-demo-mode",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-demo-mode.git",
                "reference": "6475dc5abab93d61036d8bf5acd304368e59ad42"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-demo-mode/zipball/6475dc5abab93d61036d8bf5acd304368e59ad42",
                "reference": "6475dc5abab93d61036d8bf5acd304368e59ad42",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\DemoMode\\DemoModeServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\DemoMode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A middleware to protect your work in progress from prying eyes",
            "homepage": "https://github.com/spatie/laravel-demo-mode",
            "keywords": [
                "laravel-demo-mode",
                "spatie"
            ],
            "time": "2019-02-27T08:49:40+00:00"
        },
        {
            "name": "spatie/laravel-directory-cleanup",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-directory-cleanup.git",
                "reference": "1253427a9c65d18d1f4b3380f502761fce5548d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-directory-cleanup/zipball/1253427a9c65d18d1f4b3380f502761fce5548d7",
                "reference": "1253427a9c65d18d1f4b3380f502761fce5548d7",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0",
                "nesbot/carbon": "^1.0|^2.0",
                "php": "^7.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.1",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\DirectoryCleanup\\DirectoryCleanupServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\DirectoryCleanup\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Jolita Grazyte",
                    "email": "jolita@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "This package will remove the expired files from the given directories. ",
            "homepage": "https://github.com/spatie/laravel-directory-cleanup",
            "keywords": [
                "laravel-directory-cleanup",
                "spatie"
            ],
            "time": "2019-02-27T22:24:38+00:00"
        },
        {
            "name": "spatie/laravel-event-projector",
            "version": "1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-event-projector.git",
                "reference": "e5ea9045ceebd8e1b9135abc0a2b772193fa8c32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-event-projector/zipball/e5ea9045ceebd8e1b9135abc0a2b772193fa8c32",
                "reference": "e5ea9045ceebd8e1b9135abc0a2b772193fa8c32",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "5.6.*|5.7.*|5.8.*",
                "illuminate/database": "5.6.*|5.7.*|5.8.*",
                "illuminate/events": "5.6.*|5.7.*|5.8.*",
                "illuminate/support": "5.6.*|5.7.*|5.8.*",
                "league/flysystem": "^1.0.45",
                "php": "^7.2",
                "spatie/laravel-schemaless-attributes": "^1.4",
                "symfony/property-access": "^4.0",
                "symfony/serializer": "^4.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.1",
                "orchestra/testbench": "3.6.*|3.7.*|3.8.*",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\EventProjector\\EventProjectorServiceProvider"
                    ],
                    "aliases": {
                        "Projectionist": "Spatie\\EventProjector\\Facades\\EventProjector"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\EventProjector\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Simple event sourcing in Laravel",
            "homepage": "https://github.com/spatie/laravel-event-projector",
            "keywords": [
                "event",
                "laravel-event-sourcerer",
                "sourcing",
                "spatie"
            ],
            "time": "2019-02-27T09:21:18+00:00"
        },
        {
            "name": "spatie/laravel-feed",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-feed.git",
                "reference": "b8dc5ce330d61c4b4edc851014b54cf0e0b7b68f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-feed/zipball/b8dc5ce330d61c4b4edc851014b54cf0e0b7b68f",
                "reference": "b8dc5ce330d61c4b4edc851014b54cf0e0b7b68f",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0",
                "spatie/phpunit-snapshot-assertions": "^2.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Feed\\FeedServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Feed\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Jolita Grazyte",
                    "email": "jolita@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Generates rss feed",
            "homepage": "https://github.com/spatie/laravel-feed",
            "keywords": [
                "laravel",
                "laravel-feed",
                "rss",
                "spatie"
            ],
            "time": "2019-03-06T11:44:14+00:00"
        },
        {
            "name": "spatie/laravel-fractal",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-fractal.git",
                "reference": "772de030cae20bc2fa5ec00773bb93c8f2663811"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-fractal/zipball/772de030cae20bc2fa5ec00773bb93c8f2663811",
                "reference": "772de030cae20bc2fa5ec00773bb93c8f2663811",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "~5.7.0|~5.8.0",
                "illuminate/support": "~5.7.0|~5.8.0",
                "php": "^7.2",
                "spatie/fractalistic": "^2.5"
            },
            "require-dev": {
                "dms/phpunit-arraysubset-asserts": "^0.1.0",
                "orchestra/testbench": "~3.7.0|~3.8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Fractal\\FractalServiceProvider"
                    ],
                    "aliases": {
                        "Fractal": "Spatie\\Fractal\\FractalFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Fractal\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "An easy to use Fractal integration for Laravel applications",
            "homepage": "https://github.com/spatie/laravel-fractal",
            "keywords": [
                "api",
                "fractal",
                "laravel",
                "laravel-fractal",
                "lumen",
                "spatie",
                "transform"
            ],
            "time": "2019-03-14T18:11:28+00:00"
        },
        {
            "name": "spatie/laravel-google-calendar",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-google-calendar.git",
                "reference": "d4bdf555c4c57cdc75148e88787fdf280dd6a1e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-google-calendar/zipball/d4bdf555c4c57cdc75148e88787fdf280dd6a1e7",
                "reference": "d4bdf555c4c57cdc75148e88787fdf280dd6a1e7",
                "shasum": ""
            },
            "require": {
                "google/apiclient": "^2.2",
                "illuminate/support": "^5.4.0",
                "nesbot/carbon": "^1.21 || ^2.0",
                "php": "^7.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.4.6",
                "phpunit/phpunit": "^6.2"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\GoogleCalendar\\GoogleCalendarServiceProvider"
                    ],
                    "aliases": {
                        "GoogleCalendar": "Spatie\\GoogleCalendar\\GoogleCalendarFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\GoogleCalendar\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Manage events on a Google Calendar",
            "homepage": "https://github.com/spatie/laravel-google-calendar",
            "keywords": [
                "calendar",
                "event",
                "google",
                "laravel-google-calendar",
                "schedule",
                "spatie"
            ],
            "time": "2019-02-27T20:36:21+00:00"
        },
        {
            "name": "spatie/laravel-googletagmanager",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-googletagmanager.git",
                "reference": "0ec12078ddda490aaf766976717bd8c13886090c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-googletagmanager/zipball/0ec12078ddda490aaf766976717bd8c13886090c",
                "reference": "0ec12078ddda490aaf766976717bd8c13886090c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\GoogleTagManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Google Tag Manager integration for Laravel",
            "homepage": "https://github.com/spatie/laravel-googletagmanager",
            "keywords": [
                "Google Tag Manager",
                "laravel",
                "laravel-googletagmanager",
                "spatie"
            ],
            "time": "2015-06-11T09:23:01+00:00"
        },
        {
            "name": "spatie/laravel-honeypot",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-honeypot.git",
                "reference": "3b6b7875976f4f146e22352f04a7e53f52b31cdf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-honeypot/zipball/3b6b7875976f4f146e22352f04a7e53f52b31cdf",
                "reference": "3b6b7875976f4f146e22352f04a7e53f52b31cdf",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.8.*",
                "illuminate/encryption": "5.8.*",
                "illuminate/http": "5.8.*",
                "illuminate/support": "5.8.*",
                "illuminate/validation": "5.8.*",
                "nesbot/carbon": "^2.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "3.8.*",
                "spatie/phpunit-snapshot-assertions": "^2.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Honeypot\\HoneypotServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Honeypot\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Preventing spam submitted through forms",
            "homepage": "https://github.com/spatie/laravel-honeypot",
            "keywords": [
                "laravel-honeypot",
                "spatie"
            ],
            "time": "2019-03-18T14:12:56+00:00"
        },
        {
            "name": "spatie/laravel-html",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-html.git",
                "reference": "1ee56b4fad6147beab6bee02da6b8b8a704526f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-html/zipball/1ee56b4fad6147beab6bee02da6b8b8a704526f8",
                "reference": "1ee56b4fad6147beab6bee02da6b8b8a704526f8",
                "shasum": ""
            },
            "require": {
                "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Html\\HtmlServiceProvider"
                    ],
                    "aliases": {
                        "Html": "Spatie\\Html\\Facades\\Html"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Html\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A fluent html builder",
            "homepage": "https://github.com/spatie/laravel-html",
            "keywords": [
                "html",
                "spatie"
            ],
            "time": "2019-04-26T20:00:51+00:00"
        },
        {
            "name": "spatie/laravel-http-logger",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-http-logger.git",
                "reference": "74c8a2ff7b9d6798c289903ebe9c197a96ecb457"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-http-logger/zipball/74c8a2ff7b9d6798c289903ebe9c197a96ecb457",
                "reference": "74c8a2ff7b9d6798c289903ebe9c197a96ecb457",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\HttpLogger\\HttpLoggerServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\HttpLogger\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brent Roose",
                    "email": "brent@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A Laravel 5 package to log HTTP requests",
            "homepage": "https://github.com/spatie/laravel-http-logger",
            "keywords": [
                "laravel-http-logger",
                "spatie"
            ],
            "time": "2019-03-04T21:03:15+00:00"
        },
        {
            "name": "spatie/laravel-image-optimizer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-image-optimizer.git",
                "reference": "ab2f78c9ce6ddff6aad9b8e377f7e84a5906d12d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-image-optimizer/zipball/ab2f78c9ce6ddff6aad9b8e377f7e84a5906d12d",
                "reference": "ab2f78c9ce6ddff6aad9b8e377f7e84a5906d12d",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.7.0|~5.8.0",
                "php": "^7.2",
                "spatie/image-optimizer": "^1.1.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.7.0|~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\LaravelImageOptimizer\\ImageOptimizerServiceProvider"
                    ],
                    "aliases": {
                        "ImageOptimizer": "Spatie\\LaravelImageOptimizer\\Facades\\ImageOptimizer"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\LaravelImageOptimizer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Optimize images in your Laravel app",
            "homepage": "https://github.com/spatie/laravel-image-optimizer",
            "keywords": [
                "laravel-image-optimizer",
                "spatie"
            ],
            "time": "2019-02-27T10:14:49+00:00"
        },
        {
            "name": "spatie/laravel-json-api-paginate",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-json-api-paginate.git",
                "reference": "ecec3cd60c45dd0fd6671ac1ea4d3bb9fbe7b674"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-json-api-paginate/zipball/ecec3cd60c45dd0fd6671ac1ea4d3bb9fbe7b674",
                "reference": "ecec3cd60c45dd0fd6671ac1ea4d3bb9fbe7b674",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\JsonApiPaginate\\JsonApiPaginateServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\JsonApiPaginate\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A paginator that plays nice with the JSON API spec",
            "homepage": "https://github.com/spatie/laravel-json-api-paginate",
            "keywords": [
                "laravel-json-api-paginate",
                "spatie"
            ],
            "time": "2019-02-27T21:01:45+00:00"
        },
        {
            "name": "spatie/laravel-medialibrary",
            "version": "7.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-medialibrary.git",
                "reference": "6ffb8a41e60f024abd35ff47e08628354d6efd0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/6ffb8a41e60f024abd35ff47e08628354d6efd0e",
                "reference": "6ffb8a41e60f024abd35ff47e08628354d6efd0e",
                "shasum": ""
            },
            "require": {
                "illuminate/bus": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/pipeline": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "league/flysystem": "^1.0.8",
                "maennchen/zipstream-php": "~0.4",
                "php": "^7.2",
                "spatie/image": "^1.4.0",
                "spatie/pdf-to-image": "^1.2",
                "spatie/temporary-directory": "^1.1"
            },
            "conflict": {
                "php-ffmpeg/php-ffmpeg": "<0.6.1"
            },
            "require-dev": {
                "doctrine/dbal": "^2.5.2",
                "ext-pdo_sqlite": "*",
                "guzzlehttp/guzzle": "^6.3",
                "league/flysystem-aws-s3-v3": "^1.0.13",
                "mockery/mockery": "^1.0.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0",
                "spatie/phpunit-snapshot-assertions": "^2.0"
            },
            "suggest": {
                "league/flysystem-aws-s3-v3": "Required to use AWS S3 file storage",
                "php-ffmpeg/php-ffmpeg": "Required for generating video thumbnails"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\MediaLibrary\\MediaLibraryServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\MediaLibrary\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://murze.be",
                    "role": "Developer"
                }
            ],
            "description": "Associate files with Eloquent models",
            "homepage": "https://github.com/spatie/laravel-medialibrary",
            "keywords": [
                "cms",
                "conversion",
                "downloads",
                "images",
                "laravel",
                "laravel-medialibrary",
                "media",
                "spatie"
            ],
            "time": "2019-02-27T09:31:55+00:00"
        },
        {
            "name": "spatie/laravel-menu",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-menu.git",
                "reference": "235eaf5aad88f4f7f76862ae9d8aa768be76626d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-menu/zipball/235eaf5aad88f4f7f76862ae9d8aa768be76626d",
                "reference": "235eaf5aad88f4f7f76862ae9d8aa768be76626d",
                "shasum": ""
            },
            "require": {
                "illuminate/auth": "~5.5.40|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/contracts": "~5.5.40|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.1",
                "spatie/menu": "^2.2.2"
            },
            "require-dev": {
                "fzaninotto/faker": "^1.6",
                "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
                "phpunit/phpunit": "^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Menu\\Laravel\\MenuServiceProvider"
                    ],
                    "aliases": {
                        "Menu": "Spatie\\Menu\\Laravel\\Facades\\Menu"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Menu\\Laravel\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastiandedeyne@gmail.com",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Html menu generator for Laravel",
            "homepage": "https://github.com/spatie/laravel-menu",
            "keywords": [
                "laravel-menu",
                "spatie"
            ],
            "time": "2019-02-27T12:08:18+00:00"
        },
        {
            "name": "spatie/laravel-migrate-fresh",
            "version": "1.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-migrate-fresh.git",
                "reference": "0949340fff1e34f8f004477a4f037598dd5e1352"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-migrate-fresh/zipball/0949340fff1e34f8f004477a4f037598dd5e1352",
                "reference": "0949340fff1e34f8f004477a4f037598dd5e1352",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "^5.3.28",
                "illuminate/events": "^5.3.28",
                "php": "^7.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "^3.3",
                "phpunit/phpunit": "5.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\MigrateFresh\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A command to build up the database from scratch",
            "homepage": "https://github.com/spatie/laravel-migrate-fresh",
            "keywords": [
                "database",
                "eloquent",
                "fresh",
                "laravel-migrate-fresh",
                "migrate",
                "spatie"
            ],
            "time": "2018-08-27T13:42:54+00:00"
        },
        {
            "name": "spatie/laravel-missing-page-redirector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-missing-page-redirector.git",
                "reference": "9900d499a975dc0a6c680af5b5500b934ac4683c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-missing-page-redirector/zipball/9900d499a975dc0a6c680af5b5500b934ac4683c",
                "reference": "9900d499a975dc0a6c680af5b5500b934ac4683c",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.0",
                "spatie/url": "^1.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
                "phpunit/phpunit": "^6.3|^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\MissingPageRedirector\\MissingPageRedirectorServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\MissingPageRedirector\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Redirect missing pages in your Laravel application",
            "homepage": "https://github.com/spatie/laravel-missing-page-redirector",
            "keywords": [
                "laravel-missing-page-redirector",
                "spatie"
            ],
            "time": "2019-02-27T11:44:18+00:00"
        },
        {
            "name": "spatie/laravel-model-cleanup",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-model-cleanup.git",
                "reference": "13c26f81ac15dc5abd857f3ba3d7dc81e894340c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-model-cleanup/zipball/13c26f81ac15dc5abd857f3ba3d7dc81e894340c",
                "reference": "13c26f81ac15dc5abd857f3ba3d7dc81e894340c",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0",
                "nikic/php-parser": "^4.0",
                "php": "^7.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\ModelCleanup\\ModelCleanupServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\ModelCleanup\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Jolita Grazyte",
                    "email": "jolita@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "This package deletes unneeded records in a database.",
            "homepage": "https://github.com/spatie/laravel-model-cleanup",
            "keywords": [
                "laravel-model-cleanup",
                "spatie"
            ],
            "time": "2019-02-27T11:56:58+00:00"
        },
        {
            "name": "spatie/laravel-model-status",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-model-status.git",
                "reference": "34c67ea0b686c471ec74dc1d344fff7a2c80232f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-model-status/zipball/34c67ea0b686c471ec74dc1d344fff7a2c80232f",
                "reference": "34c67ea0b686c471ec74dc1d344fff7a2c80232f",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\ModelStatus\\ModelStatusServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\ModelStatus\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Thomas Verhelst",
                    "email": "tvke91@gmail.com",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A package to enable assigning statuses to Eloquent Models",
            "homepage": "https://github.com/spatie/laravel-model-status",
            "keywords": [
                "laravel-status",
                "spatie"
            ],
            "time": "2019-02-27T12:03:54+00:00"
        },
        {
            "name": "spatie/laravel-newsletter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-newsletter.git",
                "reference": "e5b351c5bca50cf246acdb402e5bc91d0da4f337"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-newsletter/zipball/e5b351c5bca50cf246acdb402e5bc91d0da4f337",
                "reference": "e5b351c5bca50cf246acdb402e5bc91d0da4f337",
                "shasum": ""
            },
            "require": {
                "drewm/mailchimp-api": "^2.4",
                "illuminate/support": "~5.8.0",
                "php": "~7.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Newsletter\\NewsletterServiceProvider"
                    ],
                    "aliases": {
                        "Newsletter": "Spatie\\Newsletter\\NewsletterFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Newsletter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://murze.be",
                    "role": "Developer"
                }
            ],
            "description": "Manage newsletters in Laravel",
            "homepage": "https://github.com/spatie/laravel-newsletter",
            "keywords": [
                "laravel",
                "mailchimp",
                "newsletter"
            ],
            "time": "2019-05-21T07:27:27+00:00"
        },
        {
            "name": "spatie/laravel-permission",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-permission.git",
                "reference": "81dbe9d372d70c255b66a2727a235076509f8d45"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/81dbe9d372d70c255b66a2727a235076509f8d45",
                "reference": "81dbe9d372d70c255b66a2727a235076509f8d45",
                "shasum": ""
            },
            "require": {
                "illuminate/auth": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/container": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0",
                "phpunit/phpunit": "^5.7|6.2|^7.0",
                "predis/predis": "^1.1"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Permission\\PermissionServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Permission\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Permission handling for Laravel 5.4 and up",
            "homepage": "https://github.com/spatie/laravel-permission",
            "keywords": [
                "acl",
                "laravel",
                "permission",
                "security",
                "spatie"
            ],
            "time": "2019-04-09T12:45:17+00:00"
        },
        {
            "name": "spatie/laravel-query-builder",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-query-builder.git",
                "reference": "a0f5902c294d34744f46c2f88ae8a8b8d1c2dd45"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/a0f5902c294d34744f46c2f88ae8a8b8d1c2dd45",
                "reference": "a0f5902c294d34744f46c2f88ae8a8b8d1c2dd45",
                "shasum": ""
            },
            "require": {
                "illuminate/database": "~5.6.34|~5.7.0|~5.8.0",
                "illuminate/http": "~5.6.34|~5.7.0|~5.8.0",
                "illuminate/support": "~5.6.34|~5.7.0|~5.8.0",
                "php": "^7.1"
            },
            "require-dev": {
                "ext-json": "*",
                "orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0",
                "phpunit/phpunit": "^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\QueryBuilder\\QueryBuilderServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\QueryBuilder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Vanderbist",
                    "email": "alex@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily build Eloquent queries from API requests",
            "homepage": "https://github.com/spatie/laravel-query-builder",
            "keywords": [
                "laravel-query-builder",
                "spatie"
            ],
            "time": "2019-06-03T09:47:17+00:00"
        },
        {
            "name": "spatie/laravel-referer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-referer.git",
                "reference": "4c2ae7498ed87bd9ae8b2072bdf585ccff05d5dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-referer/zipball/4c2ae7498ed87bd9ae8b2072bdf585ccff05d5dc",
                "reference": "4c2ae7498ed87bd9ae8b2072bdf585ccff05d5dc",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "~5.8.0",
                "illuminate/http": "~5.8.0",
                "illuminate/support": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Referer\\RefererServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Referer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Keep a visitor's original referer in session",
            "homepage": "https://github.com/spatie/laravel-referer",
            "keywords": [
                "laravel-referer",
                "spatie"
            ],
            "time": "2019-02-27T12:10:06+00:00"
        },
        {
            "name": "spatie/laravel-responsecache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-responsecache.git",
                "reference": "045f60aefcbac779725cac52ec1513d5dc43f910"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-responsecache/zipball/045f60aefcbac779725cac52ec1513d5dc43f910",
                "reference": "045f60aefcbac779725cac52ec1513d5dc43f910",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.0",
                "nesbot/carbon": "^2.0",
                "php": "^7.3"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\ResponseCache\\ResponseCacheServiceProvider"
                    ],
                    "aliases": {
                        "ResponseCache": "Spatie\\ResponseCache\\Facades\\ResponseCache"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\ResponseCache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Speed up a Laravel application by caching the entire response",
            "homepage": "https://github.com/spatie/laravel-responsecache",
            "keywords": [
                "cache",
                "laravel",
                "laravel-responsecache",
                "performance",
                "response",
                "spatie"
            ],
            "time": "2019-06-04T10:48:50+00:00"
        },
        {
            "name": "spatie/laravel-robots-middleware",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-robots-middleware.git",
                "reference": "4169629c95fca197601c7f116e5d50631a4a7723"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-robots-middleware/zipball/4169629c95fca197601c7f116e5d50631a4a7723",
                "reference": "4169629c95fca197601c7f116e5d50631a4a7723",
                "shasum": ""
            },
            "require": {
                "illuminate/http": "^5.1",
                "php": "^7.0"
            },
            "require-dev": {
                "orchestra/testbench": "^3.2",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\RobotsMiddleware\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Add an `all` or `none` robots header to your requests via a middleware in Laravel",
            "homepage": "https://github.com/spatie/laravel-robots-middleware",
            "keywords": [
                "index",
                "robots",
                "seo",
                "spatie"
            ],
            "time": "2017-10-16T20:29:32+00:00"
        },
        {
            "name": "spatie/laravel-schemaless-attributes",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-schemaless-attributes.git",
                "reference": "99d36228973dcd84f3d983140eefcf6afcf50346"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-schemaless-attributes/zipball/99d36228973dcd84f3d983140eefcf6afcf50346",
                "reference": "99d36228973dcd84f3d983140eefcf6afcf50346",
                "shasum": ""
            },
            "require": {
                "illuminate/database": "^5.6",
                "illuminate/support": "^5.6",
                "php": "^7.2"
            },
            "require-dev": {
                "larapack/dd": "^1.0",
                "orchestra/testbench": "^3.6",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\SchemalessAttributes\\SchemalessAttributesServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\SchemalessAttributes\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Add schemaless attributes to Eloquent models",
            "homepage": "https://github.com/spatie/laravel-schemaless-attributes",
            "keywords": [
                "laravel-schemaless-attributes",
                "spatie"
            ],
            "time": "2019-02-27T09:08:55+00:00"
        },
        {
            "name": "spatie/laravel-searchable",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-searchable.git",
                "reference": "d8fe718c0977cfab979305dbcc00de3012f30483"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-searchable/zipball/d8fe718c0977cfab979305dbcc00de3012f30483",
                "reference": "d8fe718c0977cfab979305dbcc00de3012f30483",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "larapack/dd": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^7.5|^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Searchable\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Alex Vanderbist",
                    "email": "alex@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Pragmatically search through models and other sources",
            "homepage": "https://github.com/spatie/laravel-searchable",
            "keywords": [
                "laravel-searchable",
                "spatie"
            ],
            "time": "2019-04-10T09:40:54+00:00"
        },
        {
            "name": "spatie/laravel-server-monitor",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-server-monitor.git",
                "reference": "df439247d51bacfec493d844b99343d1259efab9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-server-monitor/zipball/df439247d51bacfec493d844b99343d1259efab9",
                "reference": "df439247d51bacfec493d844b99343d1259efab9",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "^6.3",
                "laravel/framework": "~5.8.0",
                "php": "^7.2",
                "spatie/laravel-blink": "~1.2.0",
                "spatie/regex": "~1.1",
                "symfony/process": "~4.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\ServerMonitor\\ServerMonitorServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\ServerMonitor\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Monitor servers",
            "homepage": "https://github.com/spatie/laravel-server-monitor",
            "keywords": [
                "laravel-server-monitor",
                "spatie"
            ],
            "time": "2019-02-27T12:31:47+00:00"
        },
        {
            "name": "spatie/laravel-server-side-rendering",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-server-side-rendering.git",
                "reference": "b078ebb5e76ed26ea04fbcfa6d5e2c986255dae1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-server-side-rendering/zipball/b078ebb5e76ed26ea04fbcfa6d5e2c986255dae1",
                "reference": "b078ebb5e76ed26ea04fbcfa6d5e2c986255dae1",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
                "php": "^7.1",
                "spatie/server-side-rendering": "^0.2"
            },
            "require-dev": {
                "orchestra/testbench": "~3.5|~3.6|~3.7|~3.8",
                "phpunit/phpunit": "^6.0|^7.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Ssr\\SsrServiceProvider"
                    ],
                    "aliases": {
                        "Ssr": "Spatie\\Ssr\\Facades\\Ssr"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Ssr\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Server side rendering JavaScript in your Laravel application",
            "homepage": "https://github.com/spatie/laravel-server-side-rendering",
            "keywords": [
                "SSR",
                "laravel-server-side-rendering",
                "spatie"
            ],
            "time": "2019-04-12T12:50:29+00:00"
        },
        {
            "name": "spatie/laravel-slack-slash-command",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-slack-slash-command.git",
                "reference": "58f3e9a7d34a920ee10383b2ddf7051387992ce7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-slack-slash-command/zipball/58f3e9a7d34a920ee10383b2ddf7051387992ce7",
                "reference": "58f3e9a7d34a920ee10383b2ddf7051387992ce7",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.3",
                "illuminate/config": "~5.8.0",
                "illuminate/queue": "~5.8.0",
                "illuminate/routing": "~5.8.0",
                "illuminate/support": "~5.8.0",
                "laravel/helpers": "^1.0",
                "php": "^7.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\SlashCommand\\SlashCommandServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\SlashCommand\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Make a Laravel app respond to a slash command from Slack",
            "homepage": "https://github.com/spatie/laravel-slack-slash-command",
            "keywords": [
                "laravel-slack",
                "spatie"
            ],
            "time": "2019-06-01T09:52:16+00:00"
        },
        {
            "name": "spatie/laravel-sluggable",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-sluggable.git",
                "reference": "1467323aaee9b09e1b09d5b55dfab723be06f931"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/1467323aaee9b09e1b09d5b55dfab723be06f931",
                "reference": "1467323aaee9b09e1b09d5b55dfab723be06f931",
                "shasum": ""
            },
            "require": {
                "illuminate/database": "~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.6.0|~5.7.0|~5.8.0",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Sluggable\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Generate slugs when saving Eloquent models",
            "homepage": "https://github.com/spatie/laravel-sluggable",
            "keywords": [
                "laravel-sluggable",
                "spatie"
            ],
            "time": "2019-04-01T06:42:13+00:00"
        },
        {
            "name": "spatie/laravel-stripe-webhooks",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-stripe-webhooks.git",
                "reference": "16ed10cc705224fb58ab45b58b0b6d3b0fd9af32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-stripe-webhooks/zipball/16ed10cc705224fb58ab45b58b0b6d3b0fd9af32",
                "reference": "16ed10cc705224fb58ab45b58b0b6d3b0fd9af32",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.8.0",
                "php": "^7.2",
                "stripe/stripe-php": "^5.2|^6.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\StripeWebhooks\\StripeWebhooksServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\StripeWebhooks\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Handle stripe webhooks in a Laravel application",
            "homepage": "https://github.com/spatie/laravel-stripe-webhooks",
            "keywords": [
                "laravel-stripe-webhooks",
                "spatie"
            ],
            "time": "2019-02-27T12:40:01+00:00"
        },
        {
            "name": "spatie/laravel-tags",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-tags.git",
                "reference": "b452ce85a285173028917cbc29dae2d63b184033"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/b452ce85a285173028917cbc29dae2d63b184033",
                "reference": "b452ce85a285173028917cbc29dae2d63b184033",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8",
                "php": "^7.2",
                "spatie/eloquent-sortable": "^3.5",
                "spatie/laravel-translatable": "^4.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Tags\\TagsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Tags\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Add tags and taggable behaviour to your Laravel app",
            "homepage": "https://github.com/spatie/laravel-tags",
            "keywords": [
                "laravel-tags",
                "spatie"
            ],
            "time": "2019-04-17T17:05:48+00:00"
        },
        {
            "name": "spatie/laravel-tail",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-tail.git",
                "reference": "c0b5708adbf00e81c41b2e753be1e253f961f57e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-tail/zipball/c0b5708adbf00e81c41b2e753be1e253f961f57e",
                "reference": "c0b5708adbf00e81c41b2e753be1e253f961f57e",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.0",
                "symfony/process": "^3.3|^4.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Tail\\TailServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Tail\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://murze.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily tail the application log",
            "homepage": "https://github.com/spatie/laravel-tail",
            "keywords": [
                "development",
                "laravel",
                "laravel-tail",
                "log",
                "tail"
            ],
            "time": "2019-02-26T17:09:23+00:00"
        },
        {
            "name": "spatie/laravel-translatable",
            "version": "4.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-translatable.git",
                "reference": "c1b7f16c49bec3a93ae6c0f7b38e682fb04c6c30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/c1b7f16c49bec3a93ae6c0f7b38e682fb04c6c30",
                "reference": "c1b7f16c49bec3a93ae6c0f7b38e682fb04c6c30",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.0",
                "php": "^7.2"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Translatable\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Mohamed Said",
                    "email": "theMohamedSaid@gmail.com",
                    "role": "Original idea"
                }
            ],
            "description": "A trait to make an Eloquent model hold translations",
            "homepage": "https://github.com/spatie/laravel-translatable",
            "keywords": [
                "eloquent",
                "i8n",
                "laravel-translatable",
                "model",
                "multilingual",
                "spatie",
                "translate"
            ],
            "time": "2019-02-27T17:24:03+00:00"
        },
        {
            "name": "spatie/laravel-translation-loader",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-translation-loader.git",
                "reference": "a730e5e8bedf3fda9ff5fc253a68179e3dbf5f14"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-translation-loader/zipball/a730e5e8bedf3fda9ff5fc253a68179e3dbf5f14",
                "reference": "a730e5e8bedf3fda9ff5fc253a68179e3dbf5f14",
                "shasum": ""
            },
            "require": {
                "illuminate/translation": "~5.8.0",
                "php": "^7.1"
            },
            "require-dev": {
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\TranslationLoader\\TranslationServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\TranslationLoader\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Store your language lines in the database, yaml or other sources",
            "homepage": "https://github.com/spatie/laravel-translation-loader",
            "keywords": [
                "database",
                "db",
                "i8n",
                "language",
                "laravel",
                "laravel-translation-loader",
                "spatie",
                "translate"
            ],
            "time": "2019-02-27T20:43:06+00:00"
        },
        {
            "name": "spatie/laravel-twitter-streaming-api",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-twitter-streaming-api.git",
                "reference": "55d9d6255fc8363af56d3b318eb3b4648e61c6d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-twitter-streaming-api/zipball/55d9d6255fc8363af56d3b318eb3b4648e61c6d1",
                "reference": "55d9d6255fc8363af56d3b318eb3b4648e61c6d1",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "^5.3",
                "php": "^7.0",
                "spatie/twitter-streaming-api": "^1.0.1"
            },
            "require-dev": {
                "orchestra/testbench": "^3.3",
                "phpunit/phpunit": "5.*|6.*|7.*"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\LaravelTwitterStreamingApi\\TwitterStreamingApiServiceProvider"
                    ],
                    "aliases": {
                        "TwitterStreamingApi": "Spatie\\LaravelTwitterStreamingApi\\TwitterStreamingApiFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\LaravelTwitterStreamingApi\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily work with the Twitter Streaming API in a Laravel app",
            "homepage": "https://github.com/spatie/laravel-twitter-streaming-api",
            "keywords": [
                "laravel-twitter-streaming-api",
                "spatie"
            ],
            "time": "2019-03-08T12:04:40+00:00"
        },
        {
            "name": "spatie/laravel-uptime-monitor",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-uptime-monitor.git",
                "reference": "7bb7afdace5cdd55024cc0cb6887fb7c3914b39a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-uptime-monitor/zipball/7bb7afdace5cdd55024cc0cb6887fb7c3914b39a",
                "reference": "7bb7afdace5cdd55024cc0cb6887fb7c3914b39a",
                "shasum": ""
            },
            "require": {
                "graham-campbell/guzzle-factory": "^3.0",
                "guzzlehttp/guzzle": "^6.3",
                "laravel/framework": "~5.8.0",
                "laravel/slack-notification-channel": "^2.0",
                "php": "^7.2",
                "spatie/ssl-certificate": "^1.5.0",
                "spatie/url": "^1.0.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "orchestra/testbench": "~3.8.0",
                "phpunit/phpunit": "^7.5|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\UptimeMonitor\\UptimeMonitorServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\UptimeMonitor\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A powerful, easy to configure uptime monitor",
            "homepage": "https://github.com/spatie/laravel-uptime-monitor",
            "keywords": [
                "laravel-uptime-monitor",
                "spatie"
            ],
            "time": "2019-05-17T10:31:54+00:00"
        },
        {
            "name": "spatie/laravel-varnish",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-varnish.git",
                "reference": "e1ce45a3784821179080ddb827a181c02dfac2c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-varnish/zipball/e1ce45a3784821179080ddb827a181c02dfac2c5",
                "reference": "e1ce45a3784821179080ddb827a181c02dfac2c5",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
                "php": "^7.0"
            },
            "require-dev": {
                "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
                "phpunit/phpunit": "^6.3|^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\Varnish\\VarnishServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\Varnish\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Making Varnish and Laravel play nice together",
            "homepage": "https://github.com/spatie/laravel-varnish",
            "keywords": [
                "laravel-varnish",
                "spatie"
            ],
            "time": "2019-02-27T13:42:51+00:00"
        },
        {
            "name": "spatie/laravel-view-components",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-view-components.git",
                "reference": "9ab41ea8bc22a2432c61522a713f4117c6bf8b85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-view-components/zipball/9ab41ea8bc22a2432c61522a713f4117c6bf8b85",
                "reference": "9ab41ea8bc22a2432c61522a713f4117c6bf8b85",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "5.6.*|5.7.*|5.8.*",
                "php": "^7.1"
            },
            "require-dev": {
                "orchestra/testbench": "3.6.*|3.7.*|3.8.*",
                "phpunit/phpunit": "^7.0|^8.0"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\ViewComponents\\ViewComponentsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\ViewComponents\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A better way to connect data with view rendering in Laravel",
            "homepage": "https://github.com/spatie/laravel-view-components",
            "keywords": [
                "laravel-view-components",
                "spatie"
            ],
            "time": "2019-02-27T08:05:30+00:00"
        },
        {
            "name": "spatie/laravel-view-models",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/laravel-view-models.git",
                "reference": "64eaa45828bed62d922e3f689fc0caef1a08eb80"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/laravel-view-models/zipball/64eaa45828bed62d922e3f689fc0caef1a08eb80",
                "reference": "64eaa45828bed62d922e3f689fc0caef1a08eb80",
                "shasum": ""
            },
            "require": {
                "illuminate/support": "~5.5|~5.6|~5.7|~5.8",
                "php": "^7.1"
            },
            "require-dev": {
                "orchestra/testbench": "~3.5|~3.6|~3.7|~3.8"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Spatie\\ViewModels\\Providers\\ViewModelsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\ViewModels\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brent Roose",
                    "email": "brent@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "View models in Laravel",
            "homepage": "https://github.com/spatie/laravel-view-models",
            "keywords": [
                "laravel-view-models",
                "spatie"
            ],
            "time": "2019-02-28T18:37:33+00:00"
        },
        {
            "name": "spatie/macroable",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/macroable.git",
                "reference": "74b0d189ce75142f1706aad834d5a428dfc7c3c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/macroable/zipball/74b0d189ce75142f1706aad834d5a428dfc7c3c3",
                "reference": "74b0d189ce75142f1706aad834d5a428dfc7c3c3",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Macroable\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A trait to dynamically add methods to a class",
            "homepage": "https://github.com/spatie/macroable",
            "keywords": [
                "macroable",
                "spatie"
            ],
            "time": "2017-09-18T09:51:20+00:00"
        },
        {
            "name": "spatie/menu",
            "version": "2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/menu.git",
                "reference": "e6d01d0b8a0982bdc71fa83a18341ee4b7205a60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/menu/zipball/e6d01d0b8a0982bdc71fa83a18341ee4b7205a60",
                "reference": "e6d01d0b8a0982bdc71fa83a18341ee4b7205a60",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "spatie/url": "^1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Menu\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Html menu generator",
            "homepage": "https://github.com/spatie/menu",
            "keywords": [
                "menu",
                "navigation",
                "spatie"
            ],
            "time": "2018-11-05T12:33:26+00:00"
        },
        {
            "name": "spatie/once",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/once.git",
                "reference": "05ce42ec46a2039a952e761588d5eab5662b4e11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/once/zipball/05ce42ec46a2039a952e761588d5eab5662b4e11",
                "reference": "05ce42ec46a2039a952e761588d5eab5662b4e11",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "illuminate/support": "~5.3.0",
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Once\\": "src"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A magic memoization function",
            "homepage": "https://github.com/spatie/once",
            "keywords": [
                "cache",
                "callable",
                "memozation",
                "once",
                "spatie"
            ],
            "time": "2019-01-22T16:25:55+00:00"
        },
        {
            "name": "spatie/opening-hours",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/opening-hours.git",
                "reference": "1487462c356ce2c683655cc542576e7c31c5c2a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/opening-hours/zipball/1487462c356ce2c683655cc542576e7c31c5c2a2",
                "reference": "1487462c356ce2c683655cc542576e7c31c5c2a2",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "kylekatarnls/multi-tester": "^1.1",
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\OpeningHours\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A helper to query and format a set of opening hours",
            "homepage": "https://github.com/spatie/opening-hours",
            "keywords": [
                "hours",
                "opening",
                "opening-hours",
                "schedule",
                "spatie"
            ],
            "time": "2019-06-04T15:54:22+00:00"
        },
        {
            "name": "spatie/packagist-api",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/packagist-api.git",
                "reference": "2af4d1833abfbc6bf517dcfb75bbf4fa208eb93b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/packagist-api/zipball/2af4d1833abfbc6bf517dcfb75bbf4fa208eb93b",
                "reference": "2af4d1833abfbc6bf517dcfb75bbf4fa208eb93b",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.2.3",
                "php": "^5.5|^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Packagist\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Jolita Grazyte",
                    "email": "jolita@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Fetch package info from Packagist",
            "homepage": "https://github.com/spatie/packagist-api",
            "keywords": [
                "api",
                "packagist",
                "spatie"
            ],
            "time": "2019-04-17T10:04:07+00:00"
        },
        {
            "name": "spatie/pdf-to-image",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/pdf-to-image.git",
                "reference": "f33afc92ff7bff272fa6a9ba1cc335e96c57eb26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/pdf-to-image/zipball/f33afc92ff7bff272fa6a9ba1cc335e96c57eb26",
                "reference": "f33afc92ff7bff272fa6a9ba1cc335e96c57eb26",
                "shasum": ""
            },
            "require": {
                "ext-imagick": "*",
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\PdfToImage\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Convert a pdf to an image",
            "homepage": "https://github.com/spatie/pdf-to-image",
            "keywords": [
                "convert",
                "image",
                "pdf",
                "pdf-to-image",
                "spatie"
            ],
            "time": "2018-07-02T09:30:32+00:00"
        },
        {
            "name": "spatie/pdf-to-text",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/pdf-to-text.git",
                "reference": "53b43c592c0a3f2df7bc0ceb48c6ce8bd51bb7e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/pdf-to-text/zipball/53b43c592c0a3f2df7bc0ceb48c6ce8bd51bb7e5",
                "reference": "53b43c592c0a3f2df7bc0ceb48c6ce8bd51bb7e5",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "symfony/process": "^3.3|^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\PdfToText\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Extract text from a pdf",
            "homepage": "https://github.com/spatie/pdf-to-text",
            "keywords": [
                "pdf-to-text",
                "spatie"
            ],
            "time": "2019-05-15T06:12:04+00:00"
        },
        {
            "name": "spatie/regex",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/regex.git",
                "reference": "eca5dab5cfcc313def6e674cf9a4f3f0c81a7c11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/regex/zipball/eca5dab5cfcc313def6e674cf9a4f3f0c81a7c11",
                "reference": "eca5dab5cfcc313def6e674cf9a4f3f0c81a7c11",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Regex\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A sane interface for php's built in preg_* functions",
            "homepage": "https://github.com/spatie/regex",
            "keywords": [
                "expression",
                "expressions",
                "regex",
                "regular",
                "spatie"
            ],
            "time": "2019-01-28T15:47:35+00:00"
        },
        {
            "name": "spatie/robots-txt",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/robots-txt.git",
                "reference": "a07b2e896ac68edde6b69fca6bcbc621ac6913b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/robots-txt/zipball/a07b2e896ac68edde6b69fca6bcbc621ac6913b4",
                "reference": "a07b2e896ac68edde6b69fca6bcbc621ac6913b4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "larapack/dd": "^1.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Robots\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brent Roose",
                    "email": "brent@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Determine if a page may be crawled from robots.txt and robots meta tags",
            "homepage": "https://github.com/spatie/robots-txt",
            "keywords": [
                "robots-txt",
                "spatie"
            ],
            "time": "2019-03-11T11:36:05+00:00"
        },
        {
            "name": "spatie/server-side-rendering",
            "version": "0.2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/server-side-rendering.git",
                "reference": "fb646f07be18e83324d7e32773c19ccf06a78530"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/server-side-rendering/zipball/fb646f07be18e83324d7e32773c19ccf06a78530",
                "reference": "fb646f07be18e83324d7e32773c19ccf06a78530",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "symfony/process": "^3.0|^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Ssr\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Server side rendering JavaScript in your PHP application",
            "homepage": "https://github.com/spatie/server-side-rendering",
            "keywords": [
                "SSR",
                "server-side-rendering",
                "spatie"
            ],
            "time": "2018-08-10T08:07:00+00:00"
        },
        {
            "name": "spatie/ssl-certificate",
            "version": "1.13.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/ssl-certificate.git",
                "reference": "dbcad507473f9817dc94367bcbbf16fddfb59e13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/ssl-certificate/zipball/dbcad507473f9817dc94367bcbbf16fddfb59e13",
                "reference": "dbcad507473f9817dc94367bcbbf16fddfb59e13",
                "shasum": ""
            },
            "require": {
                "ext-intl": "*",
                "nesbot/carbon": "^1.15|^2.0",
                "php": "^7.0",
                "spatie/macroable": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4",
                "spatie/phpunit-snapshot-assertions": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\SslCertificate\\": "src"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A class to easily query the properties of an ssl certificate",
            "homepage": "https://github.com/spatie/ssl-certificate",
            "keywords": [
                "spatie",
                "ssl-certificate"
            ],
            "time": "2019-05-23T08:37:17+00:00"
        },
        {
            "name": "spatie/string",
            "version": "2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/string.git",
                "reference": "28607b9925b4f0499d48570553ca419c6298e26b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/string/zipball/28607b9925b4f0499d48570553ca419c6298e26b",
                "reference": "28607b9925b4f0499d48570553ca419c6298e26b",
                "shasum": ""
            },
            "require": {
                "anahkiasen/underscore-php": "^2.0",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.*",
                "scrutinizer/ocular": "~1.1"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/string_functions.php"
                ],
                "psr-4": {
                    "Spatie\\String\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://murze.be",
                    "role": "Developer"
                }
            ],
            "description": "String handling evolved",
            "homepage": "https://github.com/spatie/string",
            "keywords": [
                "handling",
                "handy",
                "spatie",
                "string"
            ],
            "time": "2017-11-08T14:28:57+00:00"
        },
        {
            "name": "spatie/temporary-directory",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/temporary-directory.git",
                "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
                "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\TemporaryDirectory\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Vanderbist",
                    "email": "alex@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily create, use and destroy temporary directories",
            "homepage": "https://github.com/spatie/temporary-directory",
            "keywords": [
                "spatie",
                "temporary-directory"
            ],
            "time": "2018-04-12T09:34:43+00:00"
        },
        {
            "name": "spatie/twitter-streaming-api",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/twitter-streaming-api.git",
                "reference": "7addd59727e98f92c134fab9f6f02258d5e3943d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/twitter-streaming-api/zipball/7addd59727e98f92c134fab9f6f02258d5e3943d",
                "reference": "7addd59727e98f92c134fab9f6f02258d5e3943d",
                "shasum": ""
            },
            "require": {
                "fennb/phirehose": "dev-master#405d125db9baa771ac0cd861f0b2b2032434d40c",
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\TwitterStreamingApi\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily work with the Twitter Streaming API",
            "homepage": "https://github.com/spatie/twitter-streaming-api",
            "keywords": [
                "spatie",
                "twitter-streaming-api"
            ],
            "time": "2018-04-04T11:39:57+00:00"
        },
        {
            "name": "spatie/url",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/url.git",
                "reference": "d57c19baf1586d335f30c126681a9487da01809b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/url/zipball/d57c19baf1586d335f30c126681a9487da01809b",
                "reference": "d57c19baf1586d335f30c126681a9487da01809b",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "psr/http-message": "^1.0",
                "spatie/macroable": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Url\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Parse, build and manipulate URL's",
            "homepage": "https://github.com/spatie/url",
            "keywords": [
                "spatie",
                "url"
            ],
            "time": "2018-01-02T20:50:05+00:00"
        },
        {
            "name": "spatie/url-signer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/url-signer.git",
                "reference": "d337639e0be473d96ffb5b9716f911cbfaf0ecb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/url-signer/zipball/d337639e0be473d96ffb5b9716f911cbfaf0ecb9",
                "reference": "d337639e0be473d96ffb5b9716f911cbfaf0ecb9",
                "shasum": ""
            },
            "require": {
                "league/url": "^3.3",
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Spatie\\UrlSigner\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://github.com/sebastiandedeyne",
                    "role": "Developer"
                }
            ],
            "description": "Generate a url with an expiration date and signature to prevent unauthorized access",
            "homepage": "https://github.com/spatie/url-signer",
            "keywords": [
                "encryption",
                "security",
                "sign",
                "spatie",
                "url"
            ],
            "time": "2018-11-22T13:57:10+00:00"
        },
        {
            "name": "spatie/valuestore",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/valuestore.git",
                "reference": "798897f7d571aa0a62786ae531d573d3c6af55d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/valuestore/zipball/798897f7d571aa0a62786ae531d573d3c6af55d0",
                "reference": "798897f7d571aa0a62786ae531d573d3c6af55d0",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Valuestore\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Jolita Grazyte",
                    "email": "jolita@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily store some values",
            "homepage": "https://github.com/spatie/valuestore",
            "keywords": [
                "json",
                "spatie",
                "valuestore"
            ],
            "time": "2019-02-15T10:56:05+00:00"
        },
        {
            "name": "stripe/stripe-php",
            "version": "v6.37.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stripe/stripe-php.git",
                "reference": "6915bed0b988ca837f3e15a1f31517a6172a663a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/6915bed0b988ca837f3e15a1f31517a6172a663a",
                "reference": "6915bed0b988ca837f3e15a1f31517a6172a663a",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "1.*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0",
                "symfony/process": "~2.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Stripe\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stripe and contributors",
                    "homepage": "https://github.com/stripe/stripe-php/contributors"
                }
            ],
            "description": "Stripe PHP Library",
            "homepage": "https://stripe.com/",
            "keywords": [
                "api",
                "payment processing",
                "stripe"
            ],
            "time": "2019-05-23T23:59:23+00:00"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "b22e508d2db967630445c553572d1e9eb997ecef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/b22e508d2db967630445c553572d1e9eb997ecef",
                "reference": "b22e508d2db967630445c553572d1e9eb997ecef",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "~2.0",
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "^1.0",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
            },
            "suggest": {
                "ext-intl": "Needed to support internationalized email addresses",
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.2-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "https://swiftmailer.symfony.com",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2019-04-21T09:22:17+00:00"
        },
        {
            "name": "symfony/console",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "e2fe1002fda9ed42a97b75a2d939d9536e24b2c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/e2fe1002fda9ed42a97b75a2d939d9536e24b2c1",
                "reference": "e2fe1002fda9ed42a97b75a2d939d9536e24b2c1",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/service-contracts": "^1.1"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/lock": "^3.4|^4.0|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/var-dumper": "^4.3|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/css-selector",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "9ed158c52af88c6befa7dd00c8e6dfc273a52ab4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/9ed158c52af88c6befa7dd00c8e6dfc273a52ab4",
                "reference": "9ed158c52af88c6befa7dd00c8e6dfc273a52ab4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony CssSelector Component",
            "homepage": "https://symfony.com",
            "time": "2019-05-09T07:23:25+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "8278839457fe9f0daae826a6e5ac33e6ae392a86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/8278839457fe9f0daae826a6e5ac33e6ae392a86",
                "reference": "8278839457fe9f0daae826a6e5ac33e6ae392a86",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": "<3.4"
            },
            "require-dev": {
                "symfony/http-kernel": "^3.4|^4.0|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "993d54248f4b05b9597cea0e45475b87cd1edf21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/993d54248f4b05b9597cea0e45475b87cd1edf21",
                "reference": "993d54248f4b05b9597cea0e45475b87cd1edf21",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/event-dispatcher-contracts": "^1.1"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "1.1"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1",
                "symfony/stopwatch": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "6ca5da72cfd23383abdbf224c5964384ff5caef9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/6ca5da72cfd23383abdbf224c5964384ff5caef9",
                "reference": "6ca5da72cfd23383abdbf224c5964384ff5caef9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.9"
            },
            "suggest": {
                "psr/event-dispatcher": "",
                "symfony/event-dispatcher-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "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": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "time": "2019-05-31T18:58:54+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "1b5ec12340b26745bdbc582d7c9ec141e21ed91b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/1b5ec12340b26745bdbc582d7c9ec141e21ed91b",
                "reference": "1b5ec12340b26745bdbc582d7c9ec141e21ed91b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-05-26T20:48:03+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "cff1f95e928b71e07f28e80e34aa97171f9c6045"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cff1f95e928b71e07f28e80e34aa97171f9c6045",
                "reference": "cff1f95e928b71e07f28e80e34aa97171f9c6045",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "predis/predis": "~1.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/http-kernel",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "7bf05d197b14791432479f224c2672fc6caf81df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7bf05d197b14791432479f224c2672fc6caf81df",
                "reference": "7bf05d197b14791432479f224c2672fc6caf81df",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "psr/log": "~1.0",
                "symfony/debug": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/http-foundation": "^4.1.1|^5.0",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-php73": "^1.9"
            },
            "conflict": {
                "symfony/browser-kit": "<4.3",
                "symfony/config": "<3.4",
                "symfony/console": ">=5",
                "symfony/dependency-injection": "<4.3",
                "symfony/translation": "<4.2",
                "symfony/var-dumper": "<4.1.1",
                "twig/twig": "<1.34|<2.4,>=2"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/cache": "~1.0",
                "symfony/browser-kit": "^4.3|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0",
                "symfony/css-selector": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^4.3|^5.0",
                "symfony/dom-crawler": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/finder": "^3.4|^4.0|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/routing": "^3.4|^4.0|^5.0",
                "symfony/stopwatch": "^3.4|^4.0|^5.0",
                "symfony/templating": "^3.4|^4.0|^5.0",
                "symfony/translation": "^4.2|^5.0",
                "symfony/translation-contracts": "^1.1",
                "symfony/var-dumper": "^4.1.1|^5.0",
                "twig/twig": "^1.34|^2.4"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": "",
                "symfony/var-dumper": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-06-03T20:28:03+00:00"
        },
        {
            "name": "symfony/inflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/inflector.git",
                "reference": "10697714409d532f9b76e6464c0cb62df121cbf5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/inflector/zipball/10697714409d532f9b76e6464c0cb62df121cbf5",
                "reference": "10697714409d532f9b76e6464c0cb62df121cbf5",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.9",
                "symfony/polyfill-ctype": "~1.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Inflector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Inflector Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string",
                "symfony",
                "words"
            ],
            "time": "2019-05-30T13:57:29+00:00"
        },
        {
            "name": "symfony/mime",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "d39ae861a257ab23b253cee08e55f0b751bdb6e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/d39ae861a257ab23b253cee08e55f0b751bdb6e5",
                "reference": "d39ae861a257ab23b253cee08e55f0b751bdb6e5",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.9",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "require-dev": {
                "egulias/email-validator": "^2.0",
                "symfony/dependency-injection": "^4.4|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "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": "A library to manipulate MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "time": "2019-06-04T12:24:56+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "82ebae02209c21113908c229e9883c419720738a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
                "reference": "82ebae02209c21113908c229e9883c419720738a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                },
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "time": "2019-02-06T07:57:58+00:00"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
                "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                },
                "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 Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2019-02-06T07:57:58+00:00"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
                "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.9"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                },
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2019-03-04T13:44:35+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
                "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11-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": "2019-02-06T07:57:58+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
                "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "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 backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2019-02-06T07:57:58+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
                "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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 backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2019-02-06T07:57:58+00:00"
        },
        {
            "name": "symfony/process",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "1a42849a7fadb0130d2854f96db8d234da150403"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/1a42849a7fadb0130d2854f96db8d234da150403",
                "reference": "1a42849a7fadb0130d2854f96db8d234da150403",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/property-access",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-access.git",
                "reference": "038a202ba7e01e50da5a3e657f0cc4b2586af925"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-access/zipball/038a202ba7e01e50da5a3e657f0cc4b2586af925",
                "reference": "038a202ba7e01e50da5a3e657f0cc4b2586af925",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/inflector": "^3.4|^4.0|^5.0"
            },
            "require-dev": {
                "symfony/cache": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "psr/cache-implementation": "To cache access methods."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyAccess\\": ""
                },
                "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 PropertyAccess Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property path",
                "reflection"
            ],
            "time": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/psr-http-message-bridge",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
                "reference": "81ae86d3394c994bbff10c6ebcade4fb3fba4e9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/81ae86d3394c994bbff10c6ebcade4fb3fba4e9d",
                "reference": "81ae86d3394c994bbff10c6ebcade4fb3fba4e9d",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "psr/http-message": "^1.0",
                "symfony/http-foundation": "^3.4 || ^4.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.1",
                "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
                "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
            },
            "suggest": {
                "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
            },
            "type": "symfony-bridge",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\PsrHttpMessage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "PSR HTTP message bridge",
            "homepage": "http://symfony.com",
            "keywords": [
                "http",
                "http-message",
                "psr-17",
                "psr-7"
            ],
            "time": "2019-04-03T17:12:25+00:00"
        },
        {
            "name": "symfony/routing",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "a02cb3d36d634485dc16dd1419ec56c4fd4f6f50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/a02cb3d36d634485dc16dd1419ec56c4fd4f6f50",
                "reference": "a02cb3d36d634485dc16dd1419ec56c4fd4f6f50",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "conflict": {
                "symfony/config": "<4.2",
                "symfony/dependency-injection": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "doctrine/annotations": "~1.2",
                "psr/log": "~1.0",
                "symfony/config": "^4.2|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation loader",
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "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 Routing Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "time": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/serializer",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/serializer.git",
                "reference": "67077a6b68e6ee409a559951efcc43f7991ff843"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/serializer/zipball/67077a6b68e6ee409a559951efcc43f7991ff843",
                "reference": "67077a6b68e6ee409a559951efcc43f7991ff843",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "phpdocumentor/type-resolver": "<0.2.1",
                "symfony/dependency-injection": "<3.4",
                "symfony/property-access": "<3.4",
                "symfony/property-info": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "doctrine/annotations": "~1.0",
                "doctrine/cache": "~1.0",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
                "symfony/cache": "^3.4|^4.0|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/property-access": "^3.4|^4.0|^5.0",
                "symfony/property-info": "^3.4.13|~4.0|^5.0",
                "symfony/validator": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
                "psr/cache-implementation": "For using the metadata cache.",
                "symfony/config": "For using the XML mapping loader.",
                "symfony/http-foundation": "To use the DataUriNormalizer.",
                "symfony/property-access": "For using the ObjectNormalizer.",
                "symfony/property-info": "To deserialize relations.",
                "symfony/yaml": "For using the default YAML mapping loader."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Serializer\\": ""
                },
                "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 Serializer Component",
            "homepage": "https://symfony.com",
            "time": "2019-05-30T16:10:19+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "0c81a04f6841760464155d51d147e69cdaa76829"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/0c81a04f6841760464155d51d147e69cdaa76829",
                "reference": "0c81a04f6841760464155d51d147e69cdaa76829",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.9"
            },
            "suggest": {
                "psr/container": "",
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "time": "2019-05-28T16:49:20+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "c0076512df64be1980be8aa27324a36180ead49f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/c0076512df64be1980be8aa27324a36180ead49f",
                "reference": "c0076512df64be1980be8aa27324a36180ead49f",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/translation-contracts": "^1.1.2"
            },
            "conflict": {
                "symfony/config": "<3.4",
                "symfony/dependency-injection": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "provide": {
                "symfony/translation-implementation": "1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
                "symfony/http-kernel": "^3.4|^4.0|^5.0",
                "symfony/intl": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1.2",
                "symfony/var-dumper": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-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": "2019-06-04T06:11:00+00:00"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "3dc02aaa148c4c0ac85682ca9e9a1ab7a459fbc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/3dc02aaa148c4c0ac85682ca9e9a1ab7a459fbc6",
                "reference": "3dc02aaa148c4c0ac85682ca9e9a1ab7a459fbc6",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.9"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "time": "2019-05-28T16:49:20+00:00"
        },
        {
            "name": "symfony/var-dumper",
            "version": "4.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "ddb49a9259381206ebc30d86c1f86892c9837849"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ddb49a9259381206ebc30d86c1f86892c9837849",
                "reference": "ddb49a9259381206ebc30d86c1f86892c9837849",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php72": "~1.5"
            },
            "conflict": {
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^3.4|^4.0|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "twig/twig": "~1.34|~2.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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 mechanism for exploring and dumping PHP variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "time": "2019-06-04T12:24:01+00:00"
        },
        {
            "name": "tijsverkoyen/css-to-inline-styles",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Tijs Verkoyen",
                    "email": "css_to_inline_styles@verkoyen.eu",
                    "role": "Developer"
                }
            ],
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
            "time": "2017-11-27T11:13:29+00:00"
        },
        {
            "name": "true/punycode",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/true/php-punycode.git",
                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.7",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "TrueBV\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Renan Gonçalves",
                    "email": "renan.saddam@gmail.com"
                }
            ],
            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
            "homepage": "https://github.com/true/php-punycode",
            "keywords": [
                "idna",
                "punycode"
            ],
            "time": "2016-11-16T10:37:54+00:00"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "ffcaf1dfee56c8830d83d9812efad2a98c08f02e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/ffcaf1dfee56c8830d83d9812efad2a98c08f02e",
                "reference": "ffcaf1dfee56c8830d83d9812efad2a98c08f02e",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0",
                "phpoption/phpoption": "^1.5",
                "symfony/polyfill-ctype": "^1.9"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dotenv\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Vance Lucas",
                    "email": "vance@vancelucas.com",
                    "homepage": "http://www.vancelucas.com"
                }
            ],
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "time": "2019-03-23T10:56:16+00:00"
        },
        {
            "name": "writingink/wink",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/writingink/wink.git",
                "reference": "3851ed37cd62cc19c94b6652671ec5173e40d10f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/writingink/wink/zipball/3851ed37cd62cc19c94b6652671ec5173e40d10f",
                "reference": "3851ed37cd62cc19c94b6652671ec5173e40d10f",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.7",
                "php": "^7.1"
            },
            "require-dev": {
                "nunomaduro/larastan": "^0.3.8"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Wink\\WinkServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Wink\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mohamed Said",
                    "email": "mohamed@laravel.com"
                }
            ],
            "description": "Wink Publishing Framework.",
            "keywords": [
                "blog",
                "framework",
                "laravel"
            ],
            "time": "2019-05-24T06:54:20+00:00"
        },
        {
            "name": "yajra/laravel-datatables-buttons",
            "version": "v4.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/laravel-datatables-buttons.git",
                "reference": "291c129ab9db63e5ec5353336181e8c6a95e3e19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yajra/laravel-datatables-buttons/zipball/291c129ab9db63e5ec5353336181e8c6a95e3e19",
                "reference": "291c129ab9db63e5ec5353336181e8c6a95e3e19",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "^5.5",
                "maatwebsite/excel": "^3.0",
                "php": ">=7.0",
                "yajra/laravel-datatables-html": "3.*|4.*",
                "yajra/laravel-datatables-oracle": "8.*|9.*"
            },
            "require-dev": {
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "suggest": {
                "barryvdh/laravel-snappy": "Allows exporting of dataTable to PDF using the print view.",
                "dompdf/dompdf": "Allows exporting of dataTable to PDF using the DomPDF."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Yajra\\DataTables\\ButtonsServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Yajra\\DataTables\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arjay Angeles",
                    "email": "aqangeles@gmail.com"
                }
            ],
            "description": "Laravel DataTables Buttons Plugin.",
            "keywords": [
                "buttons",
                "datatables",
                "jquery",
                "laravel"
            ],
            "time": "2019-02-27T03:26:12+00:00"
        },
        {
            "name": "yajra/laravel-datatables-editor",
            "version": "v1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/laravel-datatables-editor.git",
                "reference": "7ccf53d00bfc1ecd89aa013f465c9334f877a100"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yajra/laravel-datatables-editor/zipball/7ccf53d00bfc1ecd89aa013f465c9334f877a100",
                "reference": "7ccf53d00bfc1ecd89aa013f465c9334f877a100",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*",
                "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
                "illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*",
                "illuminate/validation": "5.5.*|5.6.*|5.7.*|5.8.*",
                "php": ">=7.0",
                "yajra/laravel-datatables-buttons": "3.*|4.*"
            },
            "require-dev": {
                "orchestra/testbench": "~3.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Yajra\\DataTables\\EditorServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Yajra\\DataTables\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arjay Angeles",
                    "email": "aqangeles@gmail.com"
                }
            ],
            "description": "Laravel DataTables Editor plugin for Laravel 5.5+.",
            "keywords": [
                "JS",
                "datatables",
                "editor",
                "html",
                "jquery",
                "laravel"
            ],
            "time": "2019-02-27T03:30:13+00:00"
        },
        {
            "name": "yajra/laravel-datatables-fractal",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/laravel-datatables-fractal.git",
                "reference": "796c5f49527900032886dc02864e5aa88e5a99bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yajra/laravel-datatables-fractal/zipball/796c5f49527900032886dc02864e5aa88e5a99bf",
                "reference": "796c5f49527900032886dc02864e5aa88e5a99bf",
                "shasum": ""
            },
            "require": {
                "league/fractal": "^0.17.0",
                "php": ">=7.0",
                "yajra/laravel-datatables-oracle": "8.*|9.*"
            },
            "require-dev": {
                "mockery/mockery": "0.9.*",
                "phpunit/phpunit": "~6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Yajra\\DataTables\\FractalServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Yajra\\DataTables\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arjay Angeles",
                    "email": "aqangeles@gmail.com"
                }
            ],
            "description": "Laravel DataTables Fractal Plugin.",
            "keywords": [
                "api",
                "datatables",
                "fractal",
                "laravel"
            ],
            "time": "2019-03-05T01:33:25+00:00"
        },
        {
            "name": "yajra/laravel-datatables-html",
            "version": "v4.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/laravel-datatables-html.git",
                "reference": "80f340f6b659bed6f0fa19bc26ce9474ab663d17"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yajra/laravel-datatables-html/zipball/80f340f6b659bed6f0fa19bc26ce9474ab663d17",
                "reference": "80f340f6b659bed6f0fa19bc26ce9474ab663d17",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "laravelcollective/html": "^5.4",
                "php": ">=7.0",
                "yajra/laravel-datatables-oracle": "8.*|9.*"
            },
            "require-dev": {
                "mockery/mockery": "0.9.*",
                "phpunit/phpunit": "~6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Yajra\\DataTables\\HtmlServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Yajra\\DataTables\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arjay Angeles",
                    "email": "aqangeles@gmail.com"
                }
            ],
            "description": "Laravel DataTables HTML builder plugin for Laravel 5.4+.",
            "keywords": [
                "JS",
                "datatables",
                "html",
                "jquery",
                "laravel"
            ],
            "time": "2019-04-25T02:26:26+00:00"
        },
        {
            "name": "yajra/laravel-datatables-oracle",
            "version": "v9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/laravel-datatables.git",
                "reference": "62f14b28ed15bb2c419489ff196fed3884ff8613"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/62f14b28ed15bb2c419489ff196fed3884ff8613",
                "reference": "62f14b28ed15bb2c419489ff196fed3884ff8613",
                "shasum": ""
            },
            "require": {
                "illuminate/database": "5.8.*",
                "illuminate/filesystem": "5.8.*",
                "illuminate/http": "5.8.*",
                "illuminate/support": "5.8.*",
                "illuminate/view": "5.8.*",
                "php": "^7.1.3"
            },
            "require-dev": {
                "orchestra/testbench": "^3.8"
            },
            "suggest": {
                "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.",
                "yajra/laravel-datatables-editor": "Plugin to use DataTables Editor (requires a license).",
                "yajra/laravel-datatables-fractal": "Plugin for server-side response using Fractal.",
                "yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTables."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Yajra\\DataTables\\DataTablesServiceProvider"
                    ],
                    "aliases": {
                        "DataTables": "Yajra\\DataTables\\Facades\\DataTables"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Yajra\\DataTables\\": "src/"
                },
                "files": [
                    "src/helper.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arjay Angeles",
                    "email": "aqangeles@gmail.com"
                }
            ],
            "description": "jQuery DataTables API for Laravel 4|5",
            "keywords": [
                "datatables",
                "jquery",
                "laravel"
            ],
            "time": "2019-05-21T05:15:44+00:00"
        },
        {
            "name": "yosymfony/resource-watcher",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yosymfony/resource-watcher.git",
                "reference": "8a8c8c21515eaec0b3f8fc2b5aa15c6f8bd8ca98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yosymfony/resource-watcher/zipball/8a8c8c21515eaec0b3f8fc2b5aa15c6f8bd8ca98",
                "reference": "8a8c8c21515eaec0b3f8fc2b5aa15c6f8bd8ca98",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "symfony/finder": "^2.7|^3.0|^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0",
                "symfony/filesystem": "^2.7|^3.0|^4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Yosymfony\\ResourceWatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Victor Puertas",
                    "email": "vpgugr@gmail.com"
                }
            ],
            "description": "A simple resource watcher using Symfony Finder",
            "homepage": "http://yosymfony.com",
            "keywords": [
                "finder",
                "resources",
                "symfony",
                "watcher"
            ],
            "time": "2018-02-18T08:28:25+00:00"
        },
        {
            "name": "zendframework/zend-diactoros",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-diactoros.git",
                "reference": "47b15b38b00426f0d96e11a24ea9b7684e9279c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/47b15b38b00426f0d96e11a24ea9b7684e9279c8",
                "reference": "47b15b38b00426f0d96e11a24ea9b7684e9279c8",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "http-interop/http-factory-tests": "^0.5.0",
                "php-http/psr7-integration-tests": "dev-master",
                "phpunit/phpunit": "^7.0.2",
                "zendframework/zend-coding-standard": "~1.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev",
                    "dev-develop": "2.2.x-dev",
                    "dev-release-1.8": "1.8.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php"
                ],
                "psr-4": {
                    "Zend\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "keywords": [
                "http",
                "psr",
                "psr-7"
            ],
            "time": "2019-04-29T21:12:56+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "fb21dea73761426178f8665f6b567c58fee488ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/fb21dea73761426178f8665f6b567c58fee488ff",
                "reference": "fb21dea73761426178f8665f6b567c58fee488ff",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-shim": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2019-05-24T18:15:18+00:00"
        },
        {
            "name": "fzaninotto/faker",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fzaninotto/Faker.git",
                "reference": "fb218ada627f7c750c6e0e41cae486d2db48e911"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fb218ada627f7c750c6e0e41cae486d2db48e911",
                "reference": "fb218ada627f7c750c6e0e41cae486d2db48e911",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "ext-intl": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7",
                "squizlabs/php_codesniffer": "^1.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Faker\\": "src/Faker/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "François Zaninotto"
                }
            ],
            "description": "Faker is a PHP library that generates fake data for you.",
            "keywords": [
                "data",
                "faker",
                "fixtures"
            ],
            "time": "2019-04-16T09:48:34+00:00"
        },
        {
            "name": "hamcrest/hamcrest-php",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/hamcrest/hamcrest-php.git",
                "reference": "c0436bf63689fc334f67ccaa5e17458af9700b42"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/c0436bf63689fc334f67ccaa5e17458af9700b42",
                "reference": "c0436bf63689fc334f67ccaa5e17458af9700b42",
                "shasum": ""
            },
            "require": {
                "php": "^5.3|^7.0"
            },
            "replace": {
                "cordoval/hamcrest-php": "*",
                "davedevelopment/hamcrest-php": "*",
                "kodova/hamcrest-php": "*"
            },
            "require-dev": {
                "phpunit/php-file-iterator": "^1.4",
                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "hamcrest"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "This is the PHP port of Hamcrest Matchers",
            "keywords": [
                "test"
            ],
            "time": "2019-04-18T04:49:30+00:00"
        },
        {
            "name": "mockery/mockery",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/mockery/mockery.git",
                "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
                "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
                "shasum": ""
            },
            "require": {
                "hamcrest/hamcrest-php": "~2.0",
                "lib-pcre": ">=7.0",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Mockery": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Pádraic Brady",
                    "email": "padraic.brady@gmail.com",
                    "homepage": "http://blog.astrumfutura.com"
                },
                {
                    "name": "Dave Marshall",
                    "email": "dave.marshall@atstsolutions.co.uk",
                    "homepage": "http://davedevelopment.co.uk"
                }
            ],
            "description": "Mockery is a simple yet flexible PHP mock object framework",
            "homepage": "https://github.com/mockery/mockery",
            "keywords": [
                "BDD",
                "TDD",
                "library",
                "mock",
                "mock objects",
                "mockery",
                "stub",
                "test",
                "test double",
                "testing"
            ],
            "time": "2019-02-13T09:37:52+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "replace": {
                "myclabs/deep-copy": "self.version"
            },
            "require-dev": {
                "doctrine/collections": "^1.0",
                "doctrine/common": "^2.6",
                "phpunit/phpunit": "^7.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                },
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "time": "2019-04-07T13:18:21+00:00"
        },
        {
            "name": "orchestra/testbench",
            "version": "3.8.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/orchestral/testbench.git",
                "reference": "171b29bb9dbd754dc1eb8d9ba0ff05b914b8db1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/171b29bb9dbd754dc1eb8d9ba0ff05b914b8db1d",
                "reference": "171b29bb9dbd754dc1eb8d9ba0ff05b914b8db1d",
                "shasum": ""
            },
            "require": {
                "laravel/framework": "~5.8.19",
                "mockery/mockery": "^1.0",
                "orchestra/testbench-core": "~3.8.4",
                "php": ">=7.1",
                "phpunit/phpunit": "^7.5 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.8-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mior Muhammad Zaki",
                    "email": "crynobone@gmail.com",
                    "homepage": "https://github.com/crynobone"
                }
            ],
            "description": "Laravel Testing Helper for Packages Development",
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
            "keywords": [
                "BDD",
                "TDD",
                "laravel",
                "orchestra-platform",
                "orchestral",
                "testing"
            ],
            "time": "2019-05-29T23:14:15+00:00"
        },
        {
            "name": "orchestra/testbench-core",
            "version": "3.8.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/orchestral/testbench-core.git",
                "reference": "be41abfe2bcd1564beb4ba8bac6bca1e82cef732"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/be41abfe2bcd1564beb4ba8bac6bca1e82cef732",
                "reference": "be41abfe2bcd1564beb4ba8bac6bca1e82cef732",
                "shasum": ""
            },
            "require": {
                "fzaninotto/faker": "^1.4",
                "php": ">=7.1"
            },
            "require-dev": {
                "laravel/framework": "~5.8.3",
                "laravel/laravel": "dev-master",
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.0"
            },
            "suggest": {
                "laravel/framework": "Required for testing (~5.8.19).",
                "mockery/mockery": "Allow to use Mockery for testing (^1.0).",
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (^3.8).",
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (^3.8).",
                "phpunit/phpunit": "Allow to use PHPUnit for testing (^7.5 || ^8.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Orchestra\\Testbench\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mior Muhammad Zaki",
                    "email": "crynobone@gmail.com",
                    "homepage": "https://github.com/crynobone"
                }
            ],
            "description": "Testing Helper for Laravel Development",
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
            "keywords": [
                "BDD",
                "TDD",
                "laravel",
                "orchestra-platform",
                "orchestral",
                "testing"
            ],
            "time": "2019-05-30T21:48:09+00:00"
        },
        {
            "name": "phar-io/manifest",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-phar": "*",
                "phar-io/version": "^2.0",
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "time": "2018-07-08T19:23:20+00:00"
        },
        {
            "name": "phar-io/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "time": "2018-07-08T19:19:57+00:00"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2017-09-11T18:02:19+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "4.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
                "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "phpdocumentor/reflection-common": "^1.0.0",
                "phpdocumentor/type-resolver": "^0.4.0",
                "webmozart/assert": "^1.0"
            },
            "require-dev": {
                "doctrine/instantiator": "~1.0.5",
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "time": "2019-04-30T17:48:53+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "time": "2017-07-14T14:27:02+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "7e272180527c34a97680de85eb5aba0847a664e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/7e272180527c34a97680de85eb5aba0847a664e0",
                "reference": "7e272180527c34a97680de85eb5aba0847a664e0",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                "sebastian/comparator": "^1.1|^2.0|^3.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.5|^3.2",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Prophecy\\": "src/Prophecy"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2018-12-18T15:40:51+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "1efa47062cc142ee3bf5b2b84e1abc3f4b25e318"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1efa47062cc142ee3bf5b2b84e1abc3f4b25e318",
                "reference": "1efa47062cc142ee3bf5b2b84e1abc3f4b25e318",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2",
                "phpunit/php-file-iterator": "^2.0.2",
                "phpunit/php-text-template": "^1.2.1",
                "phpunit/php-token-stream": "^3.0.1",
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
                "sebastian/environment": "^4.1",
                "sebastian/version": "^2.0.1",
                "theseer/tokenizer": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "suggest": {
                "ext-xdebug": "^2.6.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2019-06-03T11:17:03+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "80ca798a9fb7b60c6a2169d8c6cad9f00eb3a06a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/80ca798a9fb7b60c6a2169d8c6cad9f00eb3a06a",
                "reference": "80ca798a9fb7b60c6a2169d8c6cad9f00eb3a06a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2019-05-24T06:36:01+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "e826e3ab11b1ca789b10a00b1a2188feb381beb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e826e3ab11b1ca789b10a00b1a2188feb381beb5",
                "reference": "e826e3ab11b1ca789b10a00b1a2188feb381beb5",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2019-05-24T06:37:41+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "2d574d6767341959316726121431ecb9c4a61037"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/2d574d6767341959316726121431ecb9c4a61037",
                "reference": "2d574d6767341959316726121431ecb9c4a61037",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2019-05-24T06:39:22+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "04019b9743dd1417d4e537b5d0b96d357f42336c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/04019b9743dd1417d4e537b5d0b96d357f42336c",
                "reference": "04019b9743dd1417d4e537b5d0b96d357f42336c",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.1",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "myclabs/deep-copy": "^1.7",
                "phar-io/manifest": "^1.0.2",
                "phar-io/version": "^2.0",
                "php": "^7.2",
                "phpspec/prophecy": "^1.7",
                "phpunit/php-code-coverage": "^7.0",
                "phpunit/php-file-iterator": "^2.0.1",
                "phpunit/php-text-template": "^1.2.1",
                "phpunit/php-timer": "^2.1",
                "sebastian/comparator": "^3.0",
                "sebastian/diff": "^3.0",
                "sebastian/environment": "^4.2.1",
                "sebastian/exporter": "^3.1",
                "sebastian/global-state": "^3.0",
                "sebastian/object-enumerator": "^3.0.3",
                "sebastian/resource-operations": "^2.0",
                "sebastian/type": "^1.0",
                "sebastian/version": "^2.0.1"
            },
            "require-dev": {
                "ext-pdo": "*"
            },
            "suggest": {
                "ext-soap": "*",
                "ext-xdebug": "*",
                "phpunit/php-invoker": "^2.0"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2019-05-31T08:55:35+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "aa169192fe98c7270af0ec5c57e631094ad930df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/aa169192fe98c7270af0ec5c57e631094ad930df",
                "reference": "aa169192fe98c7270af0ec5c57e631094ad930df",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "time": "2019-05-24T06:36:34+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "6ddb43a0106887320958344fc6e55aa033154b9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6ddb43a0106887320958344fc6e55aa033154b9d",
                "reference": "6ddb43a0106887320958344fc6e55aa033154b9d",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "sebastian/diff": "^3.0",
                "sebastian/exporter": "^3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2019-05-24T06:32:56+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "1d90f91424a056ebd763d7046ee5957d160c1c24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1d90f91424a056ebd763d7046ee5957d160c1c24",
                "reference": "1d90f91424a056ebd763d7046ee5957d160c1c24",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.0",
                "symfony/process": "^2 || ^3.3 || ^4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "time": "2019-05-24T06:38:22+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "48c9235dc43ce325b15d950f53996da748f2d571"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/48c9235dc43ce325b15d950f53996da748f2d571",
                "reference": "48c9235dc43ce325b15d950f53996da748f2d571",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2019-05-24T06:34:26+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "cf3a70cdc3af7b80ad571adae1ab718eb578be2b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/cf3a70cdc3af7b80ad571adae1ab718eb578be2b",
                "reference": "cf3a70cdc3af7b80ad571adae1ab718eb578be2b",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2019-05-24T06:35:43+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "6ddc744049960cad6878d2b9c82d7ccd37afb061"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/6ddc744049960cad6878d2b9c82d7ccd37afb061",
                "reference": "6ddc744049960cad6878d2b9c82d7ccd37afb061",
                "shasum": ""
            },
            "require": {
                "php": "^7.2",
                "sebastian/object-reflector": "^1.1.1",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit/phpunit": "^8.0"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2019-05-24T06:34:46+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "eb45b4b8fd5f845d36851767a6fe00ee15cb8952"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/eb45b4b8fd5f845d36851767a6fe00ee15cb8952",
                "reference": "eb45b4b8fd5f845d36851767a6fe00ee15cb8952",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "sebastian/object-reflector": "^1.1.1",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2019-05-24T06:37:20+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "a2539861984780016bb3d75420452d95f798e25d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/a2539861984780016bb3d75420452d95f798e25d",
                "reference": "a2539861984780016bb3d75420452d95f798e25d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
            "time": "2019-05-24T06:35:22+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "b6a7e76741fee33ec10ccb55772e65d817a8f2fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b6a7e76741fee33ec10ccb55772e65d817a8f2fd",
                "reference": "b6a7e76741fee33ec10ccb55772e65d817a8f2fd",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2019-05-24T06:37:03+00:00"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "366bbb128ea2fd570ab9986e6d79a7167fd5c041"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/366bbb128ea2fd570ab9986e6d79a7167fd5c041",
                "reference": "366bbb128ea2fd570ab9986e6d79a7167fd5c041",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "time": "2019-05-24T06:40:48+00:00"
        },
        {
            "name": "sebastian/type",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
                "reference": "5de1c9e0753b992b0e6d711a3bb6f8f94ed56d62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/5de1c9e0753b992b0e6d711a3bb6f8f94ed56d62",
                "reference": "5de1c9e0753b992b0e6d711a3bb6f8f94ed56d62",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
            "time": "2019-05-26T06:11:23+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2016-10-03T07:35:21+00:00"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "time": "2019-04-04T09:56:43+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "time": "2018-12-25T11:19:39+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "aws/aws-php-sns-message-validator": 20,
        "amphp/parallel-functions": 20,
        "barryvdh/laravel-snappy": 20,
        "beyondcode/dusk-dashboard": 20,
        "beyondcode/laravel-comments": 20,
        "beyondcode/laravel-credentials": 20,
        "beyondcode/laravel-vouchers": 20,
        "beyondcode/laravel-websockets": 20,
        "doctrine/dbal": 20,
        "hyn/multi-tenant": 20,
        "laravel/cashier": 20,
        "laravel/horizon": 20,
        "laravel/passport": 20,
        "laravel/scout": 20,
        "laravel/socialite": 20,
        "laravel/telescope": 20,
        "league/flysystem-aws-s3-v3": 20,
        "maatwebsite/excel": 20,
        "nunomaduro/laravel-console-dusk": 20,
        "nunomaduro/laravel-console-menu": 20,
        "nwidart/laravel-modules": 20,
        "spatie/array-to-xml": 20,
        "spatie/browsershot": 20,
        "spatie/calendar-links": 20,
        "spatie/color": 20,
        "spatie/dns": 20,
        "spatie/emoji": 20,
        "spatie/flysystem-dropbox": 20,
        "spatie/geocoder": 20,
        "spatie/laravel-activitylog": 20,
        "spatie/laravel-analytics": 20,
        "spatie/laravel-artisan-dd": 20,
        "spatie/laravel-backup": 20,
        "spatie/laravel-blade-javascript": 20,
        "spatie/laravel-collection-macros": 20,
        "spatie/laravel-cookie-consent": 20,
        "spatie/laravel-cors": 20,
        "spatie/laravel-csp": 20,
        "spatie/laravel-db-snapshots": 20,
        "spatie/laravel-demo-mode": 20,
        "spatie/laravel-directory-cleanup": 20,
        "spatie/laravel-feed": 20,
        "spatie/laravel-fractal": 20,
        "spatie/laravel-google-calendar": 20,
        "spatie/laravel-googletagmanager": 20,
        "spatie/laravel-html": 20,
        "spatie/laravel-honeypot": 20,
        "spatie/laravel-http-logger": 20,
        "spatie/laravel-image-optimizer": 20,
        "spatie/laravel-json-api-paginate": 20,
        "spatie/laravel-menu": 20,
        "spatie/laravel-missing-page-redirector": 20,
        "spatie/laravel-model-cleanup": 20,
        "spatie/laravel-model-status": 20,
        "spatie/laravel-newsletter": 20,
        "spatie/laravel-permission": 20,
        "spatie/laravel-query-builder": 20,
        "spatie/laravel-responsecache": 20,
        "spatie/laravel-referer": 20,
        "spatie/laravel-robots-middleware": 20,
        "spatie/robots-txt": 20,
        "spatie/laravel-searchable": 20,
        "spatie/laravel-server-side-rendering": 20,
        "spatie/laravel-slack-slash-command": 20,
        "spatie/laravel-sluggable": 20,
        "spatie/laravel-stripe-webhooks": 20,
        "spatie/laravel-tags": 20,
        "spatie/laravel-tail": 20,
        "spatie/laravel-translation-loader": 20,
        "spatie/laravel-twitter-streaming-api": 20,
        "spatie/laravel-uptime-monitor": 20,
        "spatie/laravel-varnish": 20,
        "spatie/laravel-view-components": 20,
        "spatie/laravel-view-models": 20,
        "spatie/once": 20,
        "spatie/opening-hours": 20,
        "spatie/packagist-api": 20,
        "spatie/pdf-to-text": 20,
        "spatie/url-signer": 20,
        "spatie/valuestore": 20,
        "writingink/wink": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "^7.3"
    },
    "platform-dev": []
}