ErrorException (E_NOTICE)
Undefined index: name ErrorException thrown with message "Undefined index: name" Stacktrace: #11 ErrorException in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:122 #10 Illuminate\Foundation\Bootstrap\HandleExceptions:handleError in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:122 #9 Illuminate\Foundation\PackageManifest:Illuminate\Foundation\{closure} in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Support/Collection.php:685 #8 Illuminate\Support\Collection:mapWithKeys in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:123 #7 Illuminate\Foundation\PackageManifest:build in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:97 #6 Illuminate\Foundation\PackageManifest:getManifest in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:80 #5 Illuminate\Foundation\PackageManifest:aliases in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php:26 #4 Illuminate\Foundation\Bootstrap\RegisterFacades:bootstrap in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:211 #3 Illuminate\Foundation\Application:bootstrapWith in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 #2 Illuminate\Foundation\Http\Kernel:bootstrap in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 #1 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in /home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 #0 Illuminate\Foundation\Http\Kernel:handle in /home/wg19pro/public_html/index.php:55
11
ErrorException
/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php122
10
Illuminate\Foundation\Bootstrap\HandleExceptions handleError
/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php122
9
Illuminate\Foundation\PackageManifest Illuminate\Foundation\{closure}
/vendor/laravel/framework/src/Illuminate/Support/Collection.php685
8
Illuminate\Support\Collection mapWithKeys
/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php123
7
Illuminate\Foundation\PackageManifest build
/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php97
6
Illuminate\Foundation\PackageManifest getManifest
/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php80
5
Illuminate\Foundation\PackageManifest aliases
/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php26
4
Illuminate\Foundation\Bootstrap\RegisterFacades bootstrap
/vendor/laravel/framework/src/Illuminate/Foundation/Application.php211
3
Illuminate\Foundation\Application bootstrapWith
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php162
2
Illuminate\Foundation\Http\Kernel bootstrap
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php146
1
Illuminate\Foundation\Http\Kernel sendRequestThroughRouter
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php116
0
Illuminate\Foundation\Http\Kernel handle
/public_html/index.php55
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
            $this->files->getRequire($this->manifestPath) : [];
    }
 
    /**
     * Build the manifest and write it to disk.
     *
     * @return void
     */
    public function build()
    {
        $packages = [];
 
        if ($this->files->exists($path = $this->vendorPath.'/composer/installed.json')) {
            $packages = json_decode($this->files->get($path), true);
        }
 
        $ignoreAll = in_array('*', $ignore = $this->packagesToIgnore());
 
        $this->write(collect($packages)->mapWithKeys(function ($package) {
            return [$this->format($package['name']) => $package['extra']['laravel'] ?? []];
        })->each(function ($configuration) use (&$ignore) {
            $ignore = array_merge($ignore, $configuration['dont-discover'] ?? []);
        })->reject(function ($configuration, $package) use ($ignore, $ignoreAll) {
            return $ignoreAll || in_array($package, $ignore);
        })->filter()->all());
    }
 
    /**
     * Format the given package name.
     *
     * @param  string  $package
     * @return string
     */
    protected function format($package)
    {
        return str_replace($this->vendorPath.'/', '', $package);
    }
 
    /**
     * Get all of the package names that should be ignored.
Arguments
  1. "Undefined index: name"
    
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
            $this->files->getRequire($this->manifestPath) : [];
    }
 
    /**
     * Build the manifest and write it to disk.
     *
     * @return void
     */
    public function build()
    {
        $packages = [];
 
        if ($this->files->exists($path = $this->vendorPath.'/composer/installed.json')) {
            $packages = json_decode($this->files->get($path), true);
        }
 
        $ignoreAll = in_array('*', $ignore = $this->packagesToIgnore());
 
        $this->write(collect($packages)->mapWithKeys(function ($package) {
            return [$this->format($package['name']) => $package['extra']['laravel'] ?? []];
        })->each(function ($configuration) use (&$ignore) {
            $ignore = array_merge($ignore, $configuration['dont-discover'] ?? []);
        })->reject(function ($configuration, $package) use ($ignore, $ignoreAll) {
            return $ignoreAll || in_array($package, $ignore);
        })->filter()->all());
    }
 
    /**
     * Format the given package name.
     *
     * @param  string  $package
     * @return string
     */
    protected function format($package)
    {
        return str_replace($this->vendorPath.'/', '', $package);
    }
 
    /**
     * Get all of the package names that should be ignored.
Arguments
  1. 8
    
  2. "Undefined index: name"
    
  3. "/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php"
    
  4. 122
    
  5. array:1 [
      "package" => array:85 [
        0 => array:15 [
          "name" => "dnoegel/php-xdg-base-dir"
          "version" => "0.1"
          "version_normalized" => "0.1.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/dnoegel/php-xdg-base-dir.git"
            "reference" => "265b8593498b997dc2d31e75b89f053b5cc9621a"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a"
            "reference" => "265b8593498b997dc2d31e75b89f053b5cc9621a"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => ">=5.3.2"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "@stable"
          ]
          "time" => "2014-10-24T07:27:01+00:00"
          "type" => "project"
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "description" => "implementation of xdg base directory specification for php"
          "install-path" => "../dnoegel/php-xdg-base-dir"
        ]
        1 => array:19 [
          "name" => "doctrine/inflector"
          "version" => "v1.3.0"
          "version_normalized" => "1.3.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/doctrine/inflector.git"
            "reference" => "5527a48b7313d15261292c149e55e26eae771b0a"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a"
            "reference" => "5527a48b7313d15261292c149e55e26eae771b0a"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7.1"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "^6.2"
          ]
          "time" => "2018-01-09T20:05:19+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:5 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
            3 => array:2 [ …2]
            4 => array:2 [ …2]
          ]
          "description" => "Common String Manipulations with regard to casing and singular/plural rules."
          "homepage" => "http://www.doctrine-project.org"
          "keywords" => array:4 [
            0 => "inflection"
            1 => "pluralize"
            2 => "singularize"
            3 => "string"
          ]
          "install-path" => "../doctrine/inflector"
        ]
        2 => array:19 [
          "name" => "doctrine/instantiator"
          "version" => "1.2.0"
          "version_normalized" => "1.2.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/doctrine/instantiator.git"
            "reference" => "a2c590166b2133a4633738648b6b064edae0814a"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a"
            "reference" => "a2c590166b2133a4633738648b6b064edae0814a"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7.1"
          ]
          "require-dev" => array:7 [
            "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"
          ]
          "time" => "2019-03-17T17:37:11+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:3 [ …3]
          ]
          "description" => "A small, lightweight utility to instantiate objects in PHP without invoking their constructors"
          "homepage" => "https://www.doctrine-project.org/projects/instantiator.html"
          "keywords" => array:2 [
            0 => "constructor"
            1 => "instantiate"
          ]
          "install-path" => "../doctrine/instantiator"
        ]
        3 => array:19 [
          "name" => "doctrine/lexer"
          "version" => "1.1.0"
          "version_normalized" => "1.1.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/doctrine/lexer.git"
            "reference" => "e17f069ede36f7534b95adec71910ed1b49c74ea"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea"
            "reference" => "e17f069ede36f7534b95adec71910ed1b49c74ea"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7.2"
          ]
          "require-dev" => array:3 [
            "doctrine/coding-standard" => "^6.0"
            "phpstan/phpstan" => "^0.11.8"
            "phpunit/phpunit" => "^8.2"
          ]
          "time" => "2019-07-30T19:33:28+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:3 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
            2 => array:2 [ …2]
          ]
          "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" => array:5 [
            0 => "annotations"
            1 => "docblock"
            2 => "lexer"
            3 => "parser"
            4 => "php"
          ]
          "install-path" => "../doctrine/lexer"
        ]
        4 => array:18 [
          "name" => "dragonmantank/cron-expression"
          "version" => "v2.3.0"
          "version_normalized" => "2.3.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/dragonmantank/cron-expression.git"
            "reference" => "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27"
            "reference" => "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7.0"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "^6.4|^7.0"
          ]
          "time" => "2019-03-31T00:38:28+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:2 [
            0 => array:3 [ …3]
            1 => array:3 [ …3]
          ]
          "description" => "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due"
          "keywords" => array:2 [
            0 => "cron"
            1 => "schedule"
          ]
          "install-path" => "../dragonmantank/cron-expression"
        ]
        5 => array:20 [
          "name" => "egulias/email-validator"
          "version" => "2.1.11"
          "version_normalized" => "2.1.11.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/egulias/EmailValidator.git"
            "reference" => "92dd169c32f6f55ba570c309d83f5209cefb5e23"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23"
            "reference" => "92dd169c32f6f55ba570c309d83f5209cefb5e23"
            "shasum" => ""
          ]
          "require" => array:2 [
            "doctrine/lexer" => "^1.0.1"
            "php" => ">= 5.5"
          ]
          "require-dev" => array:4 [
            "dominicsayers/isemail" => "dev-master"
            "phpunit/phpunit" => "^4.8.35||^5.7||^6.0"
            "satooshi/php-coveralls" => "^1.0.1"
            "symfony/phpunit-bridge" => "^4.4@dev"
          ]
          "suggest" => array:1 [
            "ext-intl" => "PHP Internationalization Libraries are required to use the SpoofChecking validation"
          ]
          "time" => "2019-08-13T17:33:27+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:1 [ …1]
          ]
          "description" => "A library for validating emails against several RFCs"
          "homepage" => "https://github.com/egulias/EmailValidator"
          "keywords" => array:5 [
            0 => "email"
            1 => "emailvalidation"
            2 => "emailvalidator"
            3 => "validation"
            4 => "validator"
          ]
          "install-path" => "../egulias/email-validator"
        ]
        6 => array:18 [
          "name" => "erusev/parsedown"
          "version" => "1.7.3"
          "version_normalized" => "1.7.3.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/erusev/parsedown.git"
            "reference" => "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
            "reference" => "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
            "shasum" => ""
          ]
          "require" => array:2 [
            "ext-mbstring" => "*"
            "php" => ">=5.3.0"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "^4.8.35"
          ]
          "time" => "2019-03-17T18:48:37+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-0" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:3 [ …3]
          ]
          "description" => "Parser for Markdown."
          "homepage" => "http://parsedown.org"
          "keywords" => array:2 [
            0 => "markdown"
            1 => "parser"
          ]
          "install-path" => "../erusev/parsedown"
        ]
        7 => array:18 [
          "name" => "facade/flare-client-php"
          "version" => "1.1.0"
          "version_normalized" => "1.1.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/facade/flare-client-php.git"
            "reference" => "4de2e8062e66edadbff261ebb5baae6eccfb799c"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/facade/flare-client-php/zipball/4de2e8062e66edadbff261ebb5baae6eccfb799c"
            "reference" => "4de2e8062e66edadbff261ebb5baae6eccfb799c"
            "shasum" => ""
          ]
          "require" => array:5 [
            "facade/ignition-contracts" => "~1.0"
            "illuminate/pipeline" => "~5.5|~5.6|~5.7|~5.8|^6.0"
            "php" => "^7.1"
            "symfony/http-foundation" => "~3.3|~4.1"
            "symfony/var-dumper" => "^3.4|^4.0"
          ]
          "require-dev" => array:3 [
            "larapack/dd" => "^1.1"
            "phpunit/phpunit" => "^7.5.16"
            "spatie/phpunit-snapshot-assertions" => "^2.0"
          ]
          "time" => "2019-09-27T14:54:17+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:2 [
            "psr-4" => array:1 [ …1]
            "files" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "description" => "Send PHP errors to Flare"
          "homepage" => "https://github.com/facade/flare-client-php"
          "keywords" => array:4 [
            0 => "exception"
            1 => "facade"
            2 => "flare"
            3 => "reporting"
          ]
          "install-path" => "../facade/flare-client-php"
        ]
        8 => array:19 [
          "name" => "facade/ignition"
          "version" => "1.9.2"
          "version_normalized" => "1.9.2.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/facade/ignition.git"
            "reference" => "9b312a29fb6c781d5e2f4e41fb42ce3fde63a237"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/facade/ignition/zipball/9b312a29fb6c781d5e2f4e41fb42ce3fde63a237"
            "reference" => "9b312a29fb6c781d5e2f4e41fb42ce3fde63a237"
            "shasum" => ""
          ]
          "require" => array:11 [
            "ext-json" => "*"
            "ext-mbstring" => "*"
            "facade/flare-client-php" => "^1.1"
            "facade/ignition-contracts" => "^1.0"
            "filp/whoops" => "^2.4"
            "illuminate/support" => "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0"
            "monolog/monolog" => "^1.12 || ^2.0"
            "php" => "^7.1"
            "scrivo/highlight.php" => "^9.15"
            "symfony/console" => "^3.4 || ^4.0"
            "symfony/var-dumper" => "^3.4 || ^4.0"
          ]
          "require-dev" => array:3 [
            "friendsofphp/php-cs-fixer" => "^2.14"
            "mockery/mockery" => "^1.2"
            "orchestra/testbench" => "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
          ]
          "suggest" => array:1 [
            "laravel/telescope" => "^2.0"
          ]
          "time" => "2019-10-04T09:34:40+00:00"
          "type" => "library"
          "extra" => array:2 [
            "branch-alias" => array:1 [ …1]
            "laravel" => array:2 [ …2]
          ]
          "installation-source" => "dist"
          "autoload" => array:2 [
            "psr-4" => array:1 [ …1]
            "files" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "description" => "A beautiful error page for Laravel applications."
          "homepage" => "https://github.com/facade/ignition"
          "keywords" => array:4 [
            0 => "error"
            1 => "flare"
            2 => "laravel"
            3 => "page"
          ]
          "install-path" => "../facade/ignition"
        ]
        9 => array:17 [
          "name" => "facade/ignition-contracts"
          "version" => "1.0.0"
          "version_normalized" => "1.0.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/facade/ignition-contracts.git"
            "reference" => "f445db0fb86f48e205787b2592840dd9c80ded28"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28"
            "reference" => "f445db0fb86f48e205787b2592840dd9c80ded28"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7.1"
          ]
          "time" => "2019-08-30T14:06:08+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:4 [ …4]
          ]
          "description" => "Solution contracts for Ignition"
          "homepage" => "https://github.com/facade/ignition-contracts"
          "keywords" => array:3 [
            0 => "contracts"
            1 => "flare"
            2 => "ignition"
          ]
          "install-path" => "../facade/ignition-contracts"
        ]
        10 => array:18 [
          "name" => "fideloper/proxy"
          "version" => "4.2.1"
          "version_normalized" => "4.2.1.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/fideloper/TrustedProxy.git"
            "reference" => "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a"
            "reference" => "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
            "shasum" => ""
          ]
          "require" => array:2 [
            "illuminate/contracts" => "^5.0|^6.0|^7.0"
            "php" => ">=5.4.0"
          ]
          "require-dev" => array:3 [
            "illuminate/http" => "^5.0|^6.0|^7.0"
            "mockery/mockery" => "^1.0"
            "phpunit/phpunit" => "^6.0"
          ]
          "time" => "2019-09-03T16:45:42+00:00"
          "type" => "library"
          "extra" => array:1 [
            "laravel" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "Set trusted proxies for Laravel"
          "keywords" => array:3 [
            0 => "load balancing"
            1 => "proxy"
            2 => "trusted proxy"
          ]
          "install-path" => "../fideloper/proxy"
        ]
        11 => array:20 [
          "name" => "filp/whoops"
          "version" => "2.5.0"
          "version_normalized" => "2.5.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/filp/whoops.git"
            "reference" => "cde50e6720a39fdacb240159d3eea6865d51fd96"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/filp/whoops/zipball/cde50e6720a39fdacb240159d3eea6865d51fd96"
            "reference" => "cde50e6720a39fdacb240159d3eea6865d51fd96"
            "shasum" => ""
          ]
          "require" => array:2 [
            "php" => "^5.5.9 || ^7.0"
            "psr/log" => "^1.0.1"
          ]
          "require-dev" => array:3 [
            "mockery/mockery" => "^0.9 || ^1.0"
            "phpunit/phpunit" => "^4.8.35 || ^5.7"
            "symfony/var-dumper" => "^2.6 || ^3.0 || ^4.0"
          ]
          "suggest" => array:2 [
            "symfony/var-dumper" => "Pretty print complex values better with var-dumper available"
            "whoops/soap" => "Formats errors as SOAP responses"
          ]
          "time" => "2019-08-07T09:00:00+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:3 [ …3]
          ]
          "description" => "php error handling for cool kids"
          "homepage" => "https://filp.github.io/whoops/"
          "keywords" => array:6 [
            0 => "error"
            1 => "exception"
            2 => "handling"
            3 => "library"
            4 => "throwable"
            5 => "whoops"
          ]
          "install-path" => "../filp/whoops"
        ]
        12 => array:18 [
          "name" => "fzaninotto/faker"
          "version" => "v1.8.0"
          "version_normalized" => "1.8.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/fzaninotto/Faker.git"
            "reference" => "f72816b43e74063c8b10357394b6bba8cb1c10de"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de"
            "reference" => "f72816b43e74063c8b10357394b6bba8cb1c10de"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^5.3.3 || ^7.0"
          ]
          "require-dev" => array:3 [
            "ext-intl" => "*"
            "phpunit/phpunit" => "^4.8.35 || ^5.7"
            "squizlabs/php_codesniffer" => "^1.5"
          ]
          "time" => "2018-07-12T10:23:15+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:1 [ …1]
          ]
          "description" => "Faker is a PHP library that generates fake data for you."
          "keywords" => array:3 [
            0 => "data"
            1 => "faker"
            2 => "fixtures"
          ]
          "install-path" => "../fzaninotto/faker"
        ]
        13 => array:18 [
          "name" => "hamcrest/hamcrest-php"
          "version" => "v2.0.0"
          "version_normalized" => "2.0.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/hamcrest/hamcrest-php.git"
            "reference" => "776503d3a8e85d4f9a1148614f95b7a608b046ad"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad"
            "reference" => "776503d3a8e85d4f9a1148614f95b7a608b046ad"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^5.3|^7.0"
          ]
          "replace" => array:3 [
            "cordoval/hamcrest-php" => "*"
            "davedevelopment/hamcrest-php" => "*"
            "kodova/hamcrest-php" => "*"
          ]
          "require-dev" => array:3 [
            "phpunit/php-file-iterator" => "1.3.3"
            "phpunit/phpunit" => "~4.0"
            "satooshi/php-coveralls" => "^1.0"
          ]
          "time" => "2016-01-20T08:20:44+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "classmap" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "BSD"
          ]
          "description" => "This is the PHP port of Hamcrest Matchers"
          "keywords" => array:1 [
            0 => "test"
          ]
          "install-path" => "../hamcrest/hamcrest-php"
        ]
        14 => array:15 [
          "name" => "jakub-onderka/php-console-color"
          "version" => "v0.2"
          "version_normalized" => "0.2.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/JakubOnderka/PHP-Console-Color.git"
            "reference" => "d5deaecff52a0d61ccb613bb3804088da0307191"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191"
            "reference" => "d5deaecff52a0d61ccb613bb3804088da0307191"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => ">=5.4.0"
          ]
          "require-dev" => array:5 [
            "jakub-onderka/php-code-style" => "1.0"
            "jakub-onderka/php-parallel-lint" => "1.0"
            "jakub-onderka/php-var-dump-check" => "0.*"
            "phpunit/phpunit" => "~4.3"
            "squizlabs/php_codesniffer" => "1.*"
          ]
          "time" => "2018-09-29T17:23:10+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "BSD-2-Clause"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "install-path" => "../jakub-onderka/php-console-color"
        ]
        15 => array:16 [
          "name" => "jakub-onderka/php-console-highlighter"
          "version" => "v0.4"
          "version_normalized" => "0.4.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/JakubOnderka/PHP-Console-Highlighter.git"
            "reference" => "9f7a229a69d52506914b4bc61bfdb199d90c5547"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547"
            "reference" => "9f7a229a69d52506914b4bc61bfdb199d90c5547"
            "shasum" => ""
          ]
          "require" => array:3 [
            "ext-tokenizer" => "*"
            "jakub-onderka/php-console-color" => "~0.2"
            "php" => ">=5.4.0"
          ]
          "require-dev" => array:5 [
            "jakub-onderka/php-code-style" => "~1.0"
            "jakub-onderka/php-parallel-lint" => "~1.0"
            "jakub-onderka/php-var-dump-check" => "~0.1"
            "phpunit/phpunit" => "~4.0"
            "squizlabs/php_codesniffer" => "~1.5"
          ]
          "time" => "2018-09-29T18:48:56+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:3 [ …3]
          ]
          "description" => "Highlight PHP code in terminal"
          "install-path" => "../jakub-onderka/php-console-highlighter"
        ]
        16 => array:16 [
          "name" => "laravel-frontend-presets/tailwindcss"
          "version" => "2.0.2"
          "version_normalized" => "2.0.2.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/laravel-frontend-presets/tailwindcss.git"
            "reference" => "a0f437f65d3047b2c07839f966538600bfec14e7"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/laravel-frontend-presets/tailwindcss/zipball/a0f437f65d3047b2c07839f966538600bfec14e7"
            "reference" => "a0f437f65d3047b2c07839f966538600bfec14e7"
            "shasum" => ""
          ]
          "require" => array:1 [
            "laravel/framework" => "^5.5 || ^6.0"
          ]
          "time" => "2019-09-11T23:32:17+00:00"
          "type" => "library"
          "extra" => array:1 [
            "laravel" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "description" => "Laravel frontend preset for Tailwind CSS"
          "keywords" => array:3 [
            0 => "laravel"
            1 => "preset"
            2 => "tailwindcss"
          ]
          "install-path" => "../laravel-frontend-presets/tailwindcss"
        ]
        17 => array:22 [
          "name" => "laravel/framework"
          "version" => "v6.1.0"
          "version_normalized" => "6.1.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/laravel/framework.git"
            "reference" => "a365bea7ff0dea9a50f5904be9e41656def9af4b"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/laravel/framework/zipball/a365bea7ff0dea9a50f5904be9e41656def9af4b"
            "reference" => "a365bea7ff0dea9a50f5904be9e41656def9af4b"
            "shasum" => ""
          ]
          "require" => array:26 [
            "doctrine/inflector" => "^1.1"
            "dragonmantank/cron-expression" => "^2.0"
            "egulias/email-validator" => "^2.1.10"
            "erusev/parsedown" => "^1.7"
            "ext-json" => "*"
            "ext-mbstring" => "*"
            "ext-openssl" => "*"
            "league/flysystem" => "^1.0.8"
            "monolog/monolog" => "^1.12|^2.0"
            "nesbot/carbon" => "^2.0"
            "opis/closure" => "^3.1"
            "php" => "^7.2"
            "psr/container" => "^1.0"
            "psr/simple-cache" => "^1.0"
            "ramsey/uuid" => "^3.7"
            "swiftmailer/swiftmailer" => "^6.0"
            "symfony/console" => "^4.3.4"
            "symfony/debug" => "^4.3.4"
            "symfony/finder" => "^4.3.4"
            "symfony/http-foundation" => "^4.3.4"
            "symfony/http-kernel" => "^4.3.4"
            "symfony/process" => "^4.3.4"
            "symfony/routing" => "^4.3.4"
            "symfony/var-dumper" => "^4.3.4"
            "tijsverkoyen/css-to-inline-styles" => "^2.2.1"
            "vlucas/phpdotenv" => "^3.3"
          ]
          "conflict" => array:1 [
            "tightenco/collect" => "<5.5.33"
          ]
          "replace" => array:28 [
            "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" => array:13 [
            "aws/aws-sdk-php" => "^3.0"
            "doctrine/dbal" => "^2.6"
            "filp/whoops" => "^2.4"
            "guzzlehttp/guzzle" => "^6.3"
            "league/flysystem-cached-adapter" => "^1.0"
            "mockery/mockery" => "^1.2.3"
            "moontoast/math" => "^1.1"
            "orchestra/testbench-core" => "^4.0"
            "pda/pheanstalk" => "^4.0"
            "phpunit/phpunit" => "^8.3"
            "predis/predis" => "^1.1.1"
            "symfony/cache" => "^4.3"
            "true/punycode" => "^2.1"
          ]
          "suggest" => array:20 [
            "aws/aws-sdk-php" => "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0)."
            "doctrine/dbal" => "Required to rename columns and drop SQLite columns (^2.6)."
            "ext-gd" => "Required to use Illuminate\Http\Testing\FileFactory::image()."
            "ext-memcached" => "Required to use the memcache cache driver."
            "ext-pcntl" => "Required to use all features of the queue worker."
            "ext-posix" => "Required to use all features of the queue worker."
            "ext-redis" => "Required to use the Redis cache and queue drivers."
            "filp/whoops" => "Required for friendly error pages in development (^2.4)."
            "fzaninotto/faker" => "Required to use the eloquent factory builder (^1.4)."
            "guzzlehttp/guzzle" => "Required to use the Mailgun mail driver 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-sftp" => "Required to use the Flysystem SFTP driver (^1.0)."
            "moontoast/math" => "Required to use ordered UUIDs (^1.1)."
            "pda/pheanstalk" => "Required to use the beanstalk queue driver (^4.0)."
            "pusher/pusher-php-server" => "Required to use the Pusher broadcast driver (^4.0)."
            "symfony/cache" => "Required to PSR-6 cache bridge (^4.3.4)."
            "symfony/psr-http-message-bridge" => "Required to use PSR-7 bridging features (^1.2)."
            "wildbit/swiftmailer-postmark" => "Required to use Postmark mail driver (^3.0)."
          ]
          "time" => "2019-10-01T13:55:56+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:2 [
            "files" => array:2 [ …2]
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "The Laravel Framework."
          "homepage" => "https://laravel.com"
          "keywords" => array:2 [
            0 => "framework"
            1 => "laravel"
          ]
          "install-path" => "../laravel/framework"
        ]
        18 => array:19 [
          "name" => "laravel/tinker"
          "version" => "v1.0.10"
          "version_normalized" => "1.0.10.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/laravel/tinker.git"
            "reference" => "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7"
            "reference" => "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
            "shasum" => ""
          ]
          "require" => array:6 [
            "illuminate/console" => "~5.1|^6.0"
            "illuminate/contracts" => "~5.1|^6.0"
            "illuminate/support" => "~5.1|^6.0"
            "php" => ">=5.5.9"
            "psy/psysh" => "0.7.*|0.8.*|0.9.*"
            "symfony/var-dumper" => "~3.0|~4.0"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "~4.0|~5.0"
          ]
          "suggest" => array:1 [
            "illuminate/database" => "The Illuminate Database package (~5.1)."
          ]
          "time" => "2019-08-07T15:10:45+00:00"
          "type" => "library"
          "extra" => array:2 [
            "branch-alias" => array:1 [ …1]
            "laravel" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "Powerful REPL for the Laravel framework."
          "keywords" => array:4 [
            0 => "REPL"
            1 => "Tinker"
            2 => "laravel"
            3 => "psysh"
          ]
          "install-path" => "../laravel/tinker"
        ]
        19 => array:20 [
          "name" => "league/flysystem"
          "version" => "1.0.55"
          "version_normalized" => "1.0.55.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/thephpleague/flysystem.git"
            "reference" => "33c91155537c6dc899eacdc54a13ac6303f156e6"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/thephpleague/flysystem/zipball/33c91155537c6dc899eacdc54a13ac6303f156e6"
            "reference" => "33c91155537c6dc899eacdc54a13ac6303f156e6"
            "shasum" => ""
          ]
          "require" => array:2 [
            "ext-fileinfo" => "*"
            "php" => ">=5.5.9"
          ]
          "conflict" => array:1 [
            "league/flysystem-sftp" => "<1.0.6"
          ]
          "require-dev" => array:2 [
            "phpspec/phpspec" => "^3.4"
            "phpunit/phpunit" => "^5.7.10"
          ]
          "suggest" => array:14 [
            "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"
          ]
          "time" => "2019-08-24T11:17:19+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "Filesystem abstraction: Many filesystems, one API."
          "keywords" => array:17 [
            0 => "Cloud Files"
            1 => "WebDAV"
            2 => "abstraction"
            3 => "aws"
            4 => "cloud"
            5 => "copy.com"
            6 => "dropbox"
            7 => "file systems"
            8 => "files"
            9 => "filesystem"
            10 => "filesystems"
            11 => "ftp"
            12 => "rackspace"
            13 => "remote"
            14 => "s3"
            15 => "sftp"
            16 => "storage"
          ]
          "install-path" => "../league/flysystem"
        ]
        20 => array:19 [
          "name" => "mockery/mockery"
          "version" => "1.2.4"
          "version_normalized" => "1.2.4.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/mockery/mockery.git"
            "reference" => "b3453f75fd23d9fd41685f2148f4abeacabc6405"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/mockery/mockery/zipball/b3453f75fd23d9fd41685f2148f4abeacabc6405"
            "reference" => "b3453f75fd23d9fd41685f2148f4abeacabc6405"
            "shasum" => ""
          ]
          "require" => array:3 [
            "hamcrest/hamcrest-php" => "~2.0"
            "lib-pcre" => ">=7.0"
            "php" => ">=5.6.0"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "~5.7.10|~6.5|~7.0|~8.0"
          ]
          "time" => "2019-09-30T08:30:27+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-0" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "BSD-3-Clause"
          ]
          "authors" => array:2 [
            0 => array:3 [ …3]
            1 => array:3 [ …3]
          ]
          "description" => "Mockery is a simple yet flexible PHP mock object framework"
          "homepage" => "https://github.com/mockery/mockery"
          "keywords" => array:10 [
            0 => "BDD"
            1 => "TDD"
            2 => "library"
            3 => "mock"
            4 => "mock objects"
            5 => "mockery"
            6 => "stub"
            7 => "test"
            8 => "test double"
            9 => "testing"
          ]
          "install-path" => "../mockery/mockery"
        ]
        21 => array:21 [
          "name" => "monolog/monolog"
          "version" => "2.0.0"
          "version_normalized" => "2.0.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/Seldaek/monolog.git"
            "reference" => "68545165e19249013afd1d6f7485aecff07a2d22"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/Seldaek/monolog/zipball/68545165e19249013afd1d6f7485aecff07a2d22"
            "reference" => "68545165e19249013afd1d6f7485aecff07a2d22"
            "shasum" => ""
          ]
          "require" => array:2 [
            "php" => "^7.2"
            "psr/log" => "^1.0.1"
          ]
          "provide" => array:1 [
            "psr/log-implementation" => "1.0.0"
          ]
          "require-dev" => array:13 [
            "aws/aws-sdk-php" => "^2.4.9 || ^3.0"
            "doctrine/couchdb" => "~1.0@dev"
            "elasticsearch/elasticsearch" => "^6.0"
            "graylog2/gelf-php" => "^1.4.2"
            "jakub-onderka/php-parallel-lint" => "^0.9"
            "php-amqplib/php-amqplib" => "~2.4"
            "php-console/php-console" => "^3.1.3"
            "phpspec/prophecy" => "^1.6.1"
            "phpunit/phpunit" => "^8.3"
            "predis/predis" => "^1.1"
            "rollbar/rollbar" => "^1.3"
            "ruflin/elastica" => ">=0.90 <3.0"
            "swiftmailer/swiftmailer" => "^5.3|^6.0"
          ]
          "suggest" => array:12 [
            "aws/aws-sdk-php" => "Allow sending log messages to AWS services like DynamoDB"
            "doctrine/couchdb" => "Allow sending log messages to a CouchDB server"
            "elasticsearch/elasticsearch" => "Allow sending log messages to an Elasticsearch server via official client"
            "ext-amqp" => "Allow sending log messages to an AMQP server (1.0+ required)"
            "ext-mbstring" => "Allow to work properly with unicode symbols"
            "ext-mongodb" => "Allow sending log messages to a MongoDB server (via driver)"
            "graylog2/gelf-php" => "Allow sending log messages to a GrayLog2 server"
            "mongodb/mongodb" => "Allow sending log messages to a MongoDB server (via library)"
            "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"
          ]
          "time" => "2019-08-30T09:56:44+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:3 [ …3]
          ]
          "description" => "Sends your logs to files, sockets, inboxes, databases and various web services"
          "homepage" => "http://github.com/Seldaek/monolog"
          "keywords" => array:3 [
            0 => "log"
            1 => "logging"
            2 => "psr-3"
          ]
          "install-path" => "../monolog/monolog"
        ]
        22 => array:17 [
          "name" => "myclabs/deep-copy"
          "version" => "1.9.3"
          "version_normalized" => "1.9.3.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/myclabs/DeepCopy.git"
            "reference" => "007c053ae6f31bba39dfa19a7726f56e9763bbea"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea"
            "reference" => "007c053ae6f31bba39dfa19a7726f56e9763bbea"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7.1"
          ]
          "replace" => array:1 [
            "myclabs/deep-copy" => "self.version"
          ]
          "require-dev" => array:3 [
            "doctrine/collections" => "^1.0"
            "doctrine/common" => "^2.6"
            "phpunit/phpunit" => "^7.1"
          ]
          "time" => "2019-08-09T12:45:53+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:2 [
            "psr-4" => array:1 [ …1]
            "files" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "description" => "Create deep copies (clones) of your objects"
          "keywords" => array:5 [
            0 => "clone"
            1 => "copy"
            2 => "duplicate"
            3 => "object"
            4 => "object graph"
          ]
          "install-path" => "../myclabs/deep-copy"
        ]
        23 => array:20 [
          "name" => "nesbot/carbon"
          "version" => "2.25.1"
          "version_normalized" => "2.25.1.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/briannesbitt/Carbon.git"
            "reference" => "d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/briannesbitt/Carbon/zipball/d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1"
            "reference" => "d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1"
            "shasum" => ""
          ]
          "require" => array:3 [
            "ext-json" => "*"
            "php" => "^7.1.8 || ^8.0"
            "symfony/translation" => "^3.4 || ^4.0"
          ]
          "require-dev" => array:6 [
            "friendsofphp/php-cs-fixer" => "^2.14 || ^3.0"
            "kylekatarnls/multi-tester" => "^1.1"
            "phpmd/phpmd" => "dev-php-7.1-compatibility"
            "phpstan/phpstan" => "^0.11"
            "phpunit/phpunit" => "^7.5 || ^8.0"
            "squizlabs/php_codesniffer" => "^3.4"
          ]
          "time" => "2019-10-05T15:52:23+00:00"
          "bin" => array:1 [
            0 => "bin/carbon"
          ]
          "type" => "library"
          "extra" => array:1 [
            "laravel" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:2 [
            0 => array:3 [ …3]
            1 => array:2 [ …2]
          ]
          "description" => "An API extension for DateTime that supports 281 different languages."
          "homepage" => "http://carbon.nesbot.com"
          "keywords" => array:3 [
            0 => "date"
            1 => "datetime"
            2 => "time"
          ]
          "install-path" => "../nesbot/carbon"
        ]
        24 => array:19 [
          "name" => "nikic/php-parser"
          "version" => "v4.2.4"
          "version_normalized" => "4.2.4.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/nikic/PHP-Parser.git"
            "reference" => "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4"
            "reference" => "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
            "shasum" => ""
          ]
          "require" => array:2 [
            "ext-tokenizer" => "*"
            "php" => ">=7.0"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "^6.5 || ^7.0 || ^8.0"
          ]
          "time" => "2019-09-01T07:51:21+00:00"
          "bin" => array:1 [
            0 => "bin/php-parse"
          ]
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "BSD-3-Clause"
          ]
          "authors" => array:1 [
            0 => array:1 [ …1]
          ]
          "description" => "A PHP parser written in PHP"
          "keywords" => array:2 [
            0 => "parser"
            1 => "php"
          ]
          "install-path" => "../nikic/php-parser"
        ]
        25 => array:18 [
          "name" => "nunomaduro/collision"
          "version" => "v3.0.1"
          "version_normalized" => "3.0.1.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/nunomaduro/collision.git"
            "reference" => "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
            "reference" => "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
            "shasum" => ""
          ]
          "require" => array:4 [
            "filp/whoops" => "^2.1.4"
            "jakub-onderka/php-console-highlighter" => "0.3.*|0.4.*"
            "php" => "^7.1"
            "symfony/console" => "~2.8|~3.3|~4.0"
          ]
          "require-dev" => array:4 [
            "laravel/framework" => "5.8.*"
            "nunomaduro/larastan" => "^0.3.0"
            "phpstan/phpstan" => "^0.11"
            "phpunit/phpunit" => "~8.0"
          ]
          "time" => "2019-03-07T21:35:13+00:00"
          "type" => "library"
          "extra" => array:1 [
            "laravel" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "Cli error handling for console/command-line PHP applications."
          "keywords" => array:10 [
            0 => "artisan"
            1 => "cli"
            2 => "command-line"
            3 => "console"
            4 => "error"
            5 => "handling"
            6 => "laravel"
            7 => "laravel-zero"
            8 => "php"
            9 => "symfony"
          ]
          "install-path" => "../nunomaduro/collision"
        ]
        26 => array:19 [
          "name" => "opis/closure"
          "version" => "3.4.0"
          "version_normalized" => "3.4.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/opis/closure.git"
            "reference" => "60a97fff133b1669a5b1776aa8ab06db3f3962b7"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/opis/closure/zipball/60a97fff133b1669a5b1776aa8ab06db3f3962b7"
            "reference" => "60a97fff133b1669a5b1776aa8ab06db3f3962b7"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^5.4 || ^7.0"
          ]
          "require-dev" => array:2 [
            "jeremeamia/superclosure" => "^2.0"
            "phpunit/phpunit" => "^4.0 || ^5.0 || ^6.0 || ^7.0"
          ]
          "time" => "2019-09-02T21:07:33+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:2 [
            "psr-4" => array:1 [ …1]
            "files" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:2 [
            0 => array:2 [ …2]
            1 => array:2 [ …2]
          ]
          "description" => "A library that can be used to serialize closures (anonymous functions) and arbitrary objects."
          "homepage" => "https://opis.io/closure"
          "keywords" => array:6 [
            0 => "anonymous functions"
            1 => "closure"
            2 => "function"
            3 => "serializable"
            4 => "serialization"
            5 => "serialize"
          ]
          "install-path" => "../opis/closure"
        ]
        27 => array:17 [
          "name" => "paragonie/random_compat"
          "version" => "v9.99.99"
          "version_normalized" => "9.99.99.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/paragonie/random_compat.git"
            "reference" => "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
            "reference" => "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^7"
          ]
          "require-dev" => array:2 [
            "phpunit/phpunit" => "4.*|5.*"
            "vimeo/psalm" => "^1"
          ]
          "suggest" => array:1 [
            "ext-libsodium" => "Provides a modern crypto API that can be used to generate random bytes."
          ]
          "time" => "2018-07-02T15:55:56+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:3 [ …3]
          ]
          "description" => "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7"
          "keywords" => array:4 [
            0 => "csprng"
            1 => "polyfill"
            2 => "pseudorandom"
            3 => "random"
          ]
          "install-path" => "../paragonie/random_compat"
        ]
        28 => array:16 [
          "name" => "phar-io/manifest"
          "version" => "1.0.3"
          "version_normalized" => "1.0.3.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/phar-io/manifest.git"
            "reference" => "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
            "reference" => "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
            "shasum" => ""
          ]
          "require" => array:4 [
            "ext-dom" => "*"
            "ext-phar" => "*"
            "phar-io/version" => "^2.0"
            "php" => "^5.6 || ^7.0"
          ]
          "time" => "2018-07-08T19:23:20+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "classmap" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "BSD-3-Clause"
          ]
          "authors" => array:3 [
            0 => array:3 [ …3]
            1 => array:3 [ …3]
            2 => array:3 [ …3]
          ]
          "description" => "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
          "install-path" => "../phar-io/manifest"
        ]
        29 => array:15 [
          "name" => "phar-io/version"
          "version" => "2.0.1"
          "version_normalized" => "2.0.1.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/phar-io/version.git"
            "reference" => "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6"
            "reference" => "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => "^5.6 || ^7.0"
          ]
          "time" => "2018-07-08T19:19:57+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [
            "classmap" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "BSD-3-Clause"
          ]
          "authors" => array:3 [
            0 => array:3 [ …3]
            1 => array:3 [ …3]
            2 => array:3 [ …3]
          ]
          "description" => "Library for handling version information and constraints"
          "install-path" => "../phar-io/version"
        ]
        30 => array:19 [
          "name" => "phpdocumentor/reflection-common"
          "version" => "2.0.0"
          "version_normalized" => "2.0.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/phpDocumentor/ReflectionCommon.git"
            "reference" => "63a995caa1ca9e5590304cd845c15ad6d482a62a"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a"
            "reference" => "63a995caa1ca9e5590304cd845c15ad6d482a62a"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => ">=7.1"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "~6"
          ]
          "time" => "2018-08-07T13:53:10+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "Common reflection classes used by phpdocumentor to reflect the code structure"
          "homepage" => "http://www.phpdoc.org"
          "keywords" => array:5 [
            0 => "FQSEN"
            1 => "phpDocumentor"
            2 => "phpdoc"
            3 => "reflection"
            4 => "static analysis"
          ]
          "install-path" => "../phpdocumentor/reflection-common"
        ]
        31 => array:17 [
          "name" => "phpdocumentor/reflection-docblock"
          "version" => "4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/phpDocumentor/ReflectionDocBlock.git"
            "reference" => "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
            "reference" => "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
            "shasum" => ""
          ]
          "require" => array:4 [
            "php" => "^7.0"
            "phpdocumentor/reflection-common" => "^1.0.0 || ^2.0.0"
            "phpdocumentor/type-resolver" => "~0.4 || ^1.0.0"
            "webmozart/assert" => "^1.0"
          ]
          "require-dev" => array:3 [
            "doctrine/instantiator" => "^1.0.5"
            "mockery/mockery" => "^1.0"
            "phpunit/phpunit" => "^6.4"
          ]
          "time" => "2019-09-12T14:27:41+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
          "install-path" => "../phpdocumentor/reflection-docblock"
        ]
        32 => array:17 [
          "name" => "phpdocumentor/type-resolver"
          "version" => "1.0.1"
          "version_normalized" => "1.0.1.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/phpDocumentor/TypeResolver.git"
            "reference" => "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
            "reference" => "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
            "shasum" => ""
          ]
          "require" => array:2 [
            "php" => "^7.1"
            "phpdocumentor/reflection-common" => "^2.0"
          ]
          "require-dev" => array:3 [
            "ext-tokenizer" => "^7.1"
            "mockery/mockery" => "~1"
            "phpunit/phpunit" => "^7.0"
          ]
          "time" => "2019-08-22T18:11:29+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "A PSR-5 based resolver of Class names, Types and Structural Element Names"
          "install-path" => "../phpdocumentor/type-resolver"
        ]
        33 => array:18 [
          "name" => "phpoption/phpoption"
          "version" => "1.5.0"
          "version_normalized" => "1.5.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/schmittjoh/php-option.git"
            "reference" => "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed"
            "reference" => "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
            "shasum" => ""
          ]
          "require" => array:1 [
            "php" => ">=5.3.0"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "4.7.*"
          ]
          "time" => "2015-07-25T16:39:46+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-0" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "Apache2"
          ]
          "authors" => array:1 [
            0 => array:2 [ …2]
          ]
          "description" => "Option Type for PHP"
          "keywords" => array:4 [
            0 => "language"
            1 => "option"
            2 => "php"
            3 => "type"
          ]
          "install-path" => "../phpoption/phpoption"
        ]
        34 => array:19 [
          "name" => "phpspec/prophecy"
          "version" => "1.9.0"
          "version_normalized" => "1.9.0.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/phpspec/prophecy.git"
            "reference" => "f6811d96d97bdf400077a0cc100ae56aa32b9203"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203"
            "reference" => "f6811d96d97bdf400077a0cc100ae56aa32b9203"
            "shasum" => ""
          ]
          "require" => array:5 [
            "doctrine/instantiator" => "^1.0.2"
            "php" => "^5.3|^7.0"
            "phpdocumentor/reflection-docblock" => "^2.0|^3.0.2|^4.0|^5.0"
            "sebastian/comparator" => "^1.1|^2.0|^3.0"
            "sebastian/recursion-context" => "^1.0|^2.0|^3.0"
          ]
          "require-dev" => array:2 [
            "phpspec/phpspec" => "^2.5|^3.2"
            "phpunit/phpunit" => "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
          ]
          "time" => "2019-10-03T11:07:50+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [
            "psr-4" => array:1 [ …1]
          ]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [
            0 => "MIT"
          ]
          "authors" => array:2 [
            0 => array:3 [ …3]
            1 => array:2 [ …2]
          ]
          "description" => "Highly opinionated mocking framework for PHP 5.3+"
          "homepage" => "https://github.com/phpspec/prophecy"
          "keywords" => array:6 [
            0 => "Double"
            1 => "Dummy"
            2 => "fake"
            3 => "mock"
            4 => "spy"
            5 => "stub"
          ]
          "install-path" => "../phpspec/prophecy"
        ]
        35 => array:20 [
          "name" => "phpunit/php-code-coverage"
          "version" => "7.0.8"
          "version_normalized" => "7.0.8.0"
          "source" => array:3 [
            "type" => "git"
            "url" => "https://github.com/sebastianbergmann/php-code-coverage.git"
            "reference" => "aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
          ]
          "dist" => array:4 [
            "type" => "zip"
            "url" => "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
            "reference" => "aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
            "shasum" => ""
          ]
          "require" => array:10 [
            "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.1.1"
            "sebastian/code-unit-reverse-lookup" => "^1.0.1"
            "sebastian/environment" => "^4.2.2"
            "sebastian/version" => "^2.0.1"
            "theseer/tokenizer" => "^1.1.3"
          ]
          "require-dev" => array:1 [
            "phpunit/phpunit" => "^8.2.2"
          ]
          "suggest" => array:1 [
            "ext-xdebug" => "^2.7.2"
          ]
          "time" => "2019-09-17T06:24:36+00:00"
          "type" => "library"
          "extra" => array:1 [
            "branch-alias" => array:1 [ …1]
          ]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Library that provides collection, processing, and rendering functionality for PHP code coverage information."
          "homepage" => "https://github.com/sebastianbergmann/php-code-coverage"
          "keywords" => array:3 [ …3]
          "install-path" => "../phpunit/php-code-coverage"
        ]
        36 => array:19 [
          "name" => "phpunit/php-file-iterator"
          "version" => "2.0.2"
          "version_normalized" => "2.0.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2018-09-13T20:33:42+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "FilterIterator implementation that filters files based on a list of suffixes."
          "homepage" => "https://github.com/sebastianbergmann/php-file-iterator/"
          "keywords" => array:2 [ …2]
          "install-path" => "../phpunit/php-file-iterator"
        ]
        37 => array:17 [
          "name" => "phpunit/php-text-template"
          "version" => "1.2.1"
          "version_normalized" => "1.2.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2015-06-21T13:50:34+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Simple template engine."
          "homepage" => "https://github.com/sebastianbergmann/php-text-template/"
          "keywords" => array:1 [ …1]
          "install-path" => "../phpunit/php-text-template"
        ]
        38 => array:19 [
          "name" => "phpunit/php-timer"
          "version" => "2.1.2"
          "version_normalized" => "2.1.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-06-07T04:22:29+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Utility class for timing"
          "homepage" => "https://github.com/sebastianbergmann/php-timer/"
          "keywords" => array:1 [ …1]
          "install-path" => "../phpunit/php-timer"
        ]
        39 => array:19 [
          "name" => "phpunit/php-token-stream"
          "version" => "3.1.1"
          "version_normalized" => "3.1.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2019-09-17T06:23:10+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Wrapper around PHP's tokenizer extension."
          "homepage" => "https://github.com/sebastianbergmann/php-token-stream/"
          "keywords" => array:1 [ …1]
          "install-path" => "../phpunit/php-token-stream"
        ]
        40 => array:21 [
          "name" => "phpunit/phpunit"
          "version" => "8.4.1"
          "version_normalized" => "8.4.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:25 [ …25]
          "require-dev" => array:1 [ …1]
          "suggest" => array:3 [ …3]
          "time" => "2019-10-07T12:57:41+00:00"
          "bin" => array:1 [ …1]
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "The PHP Unit Testing framework."
          "homepage" => "https://phpunit.de/"
          "keywords" => array:3 [ …3]
          "install-path" => "../phpunit/phpunit"
        ]
        41 => array:18 [
          "name" => "psr/container"
          "version" => "1.0.0"
          "version_normalized" => "1.0.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2017-02-14T16:28:37+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Common Container Interface (PHP FIG PSR-11)"
          "homepage" => "https://github.com/php-fig/container"
          "keywords" => array:5 [ …5]
          "install-path" => "../psr/container"
        ]
        42 => array:18 [
          "name" => "psr/log"
          "version" => "1.1.0"
          "version_normalized" => "1.1.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2018-11-20T15:27:04+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Common interface for logging libraries"
          "homepage" => "https://github.com/php-fig/log"
          "keywords" => array:3 [ …3]
          "install-path" => "../psr/log"
        ]
        43 => array:17 [
          "name" => "psr/simple-cache"
          "version" => "1.0.1"
          "version_normalized" => "1.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2017-10-23T01:57:42+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Common interfaces for simple caching"
          "keywords" => array:5 [ …5]
          "install-path" => "../psr/simple-cache"
        ]
        44 => array:21 [
          "name" => "psy/psysh"
          "version" => "v0.9.9"
          "version_normalized" => "0.9.9.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:8 [ …8]
          "require-dev" => array:3 [ …3]
          "suggest" => array:5 [ …5]
          "time" => "2018-10-13T15:16:03+00:00"
          "bin" => array:1 [ …1]
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "An interactive shell for modern PHP."
          "homepage" => "http://psysh.org"
          "keywords" => array:4 [ …4]
          "install-path" => "../psy/psysh"
        ]
        45 => array:21 [
          "name" => "ramsey/uuid"
          "version" => "3.8.0"
          "version_normalized" => "3.8.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "replace" => array:1 [ …1]
          "require-dev" => array:10 [ …10]
          "suggest" => array:7 [ …7]
          "time" => "2018-07-19T23:38:55+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:3 [ …3]
          "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" => array:3 [ …3]
          "install-path" => "../ramsey/uuid"
        ]
        46 => array:18 [
          "name" => "scrivo/highlight.php"
          "version" => "v9.15.10.0"
          "version_normalized" => "9.15.10.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-27T04:27:48+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:3 [ …3]
          "description" => "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js"
          "keywords" => array:5 [ …5]
          "install-path" => "../scrivo/highlight.php"
        ]
        47 => array:18 [
          "name" => "sebastian/code-unit-reverse-lookup"
          "version" => "1.0.1"
          "version_normalized" => "1.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2017-03-04T06:30:41+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Looks up which function or method a line of code belongs to"
          "homepage" => "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
          "install-path" => "../sebastian/code-unit-reverse-lookup"
        ]
        48 => array:19 [
          "name" => "sebastian/comparator"
          "version" => "3.0.2"
          "version_normalized" => "3.0.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:1 [ …1]
          "time" => "2018-07-12T15:12:46+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:4 [ …4]
          "description" => "Provides the functionality to compare PHP values for equality"
          "homepage" => "https://github.com/sebastianbergmann/comparator"
          "keywords" => array:3 [ …3]
          "install-path" => "../sebastian/comparator"
        ]
        49 => array:19 [
          "name" => "sebastian/diff"
          "version" => "3.0.2"
          "version_normalized" => "3.0.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2019-02-04T06:01:07+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Diff implementation"
          "homepage" => "https://github.com/sebastianbergmann/diff"
          "keywords" => array:4 [ …4]
          "install-path" => "../sebastian/diff"
        ]
        50 => array:20 [
          "name" => "sebastian/environment"
          "version" => "4.2.2"
          "version_normalized" => "4.2.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-05-05T09:05:15+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Provides functionality to handle HHVM/PHP environments"
          "homepage" => "http://www.github.com/sebastianbergmann/environment"
          "keywords" => array:3 [ …3]
          "install-path" => "../sebastian/environment"
        ]
        51 => array:19 [
          "name" => "sebastian/exporter"
          "version" => "3.1.2"
          "version_normalized" => "3.1.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:2 [ …2]
          "time" => "2019-09-14T09:02:43+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:5 [ …5]
          "description" => "Provides the functionality to export PHP variables for visualization"
          "homepage" => "http://www.github.com/sebastianbergmann/exporter"
          "keywords" => array:2 [ …2]
          "install-path" => "../sebastian/exporter"
        ]
        52 => array:20 [
          "name" => "sebastian/global-state"
          "version" => "3.0.0"
          "version_normalized" => "3.0.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2019-02-01T05:30:01+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Snapshotting of global state"
          "homepage" => "http://www.github.com/sebastianbergmann/global-state"
          "keywords" => array:1 [ …1]
          "install-path" => "../sebastian/global-state"
        ]
        53 => array:18 [
          "name" => "sebastian/object-enumerator"
          "version" => "3.0.3"
          "version_normalized" => "3.0.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:1 [ …1]
          "time" => "2017-08-03T12:35:26+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Traverses array structures and object graphs to enumerate all referenced objects"
          "homepage" => "https://github.com/sebastianbergmann/object-enumerator/"
          "install-path" => "../sebastian/object-enumerator"
        ]
        54 => array:18 [
          "name" => "sebastian/object-reflector"
          "version" => "1.1.1"
          "version_normalized" => "1.1.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2017-03-29T09:07:27+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Allows reflection of object attributes, including inherited and non-public ones"
          "homepage" => "https://github.com/sebastianbergmann/object-reflector/"
          "install-path" => "../sebastian/object-reflector"
        ]
        55 => array:18 [
          "name" => "sebastian/recursion-context"
          "version" => "3.0.0"
          "version_normalized" => "3.0.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2017-03-03T06:23:57+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:3 [ …3]
          "description" => "Provides functionality to recursively process PHP variables"
          "homepage" => "http://www.github.com/sebastianbergmann/recursion-context"
          "install-path" => "../sebastian/recursion-context"
        ]
        56 => array:17 [
          "name" => "sebastian/resource-operations"
          "version" => "2.0.1"
          "version_normalized" => "2.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2018-10-04T04:07:39+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Provides a list of PHP built-in functions that operate on resources"
          "homepage" => "https://www.github.com/sebastianbergmann/resource-operations"
          "install-path" => "../sebastian/resource-operations"
        ]
        57 => array:18 [
          "name" => "sebastian/type"
          "version" => "1.1.3"
          "version_normalized" => "1.1.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-07-02T08:10:15+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Collection of value objects that represent the types of the PHP type system"
          "homepage" => "https://github.com/sebastianbergmann/type"
          "install-path" => "../sebastian/type"
        ]
        58 => array:17 [
          "name" => "sebastian/version"
          "version" => "2.0.1"
          "version_normalized" => "2.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2016-10-03T07:35:21+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Library that helps with managing the version number of Git-hosted PHP projects"
          "homepage" => "https://github.com/sebastianbergmann/version"
          "install-path" => "../sebastian/version"
        ]
        59 => array:20 [
          "name" => "swiftmailer/swiftmailer"
          "version" => "v6.2.1"
          "version_normalized" => "6.2.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:2 [ …2]
          "suggest" => array:2 [ …2]
          "time" => "2019-04-21T09:21:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Swiftmailer, free feature-rich PHP mailer"
          "homepage" => "https://swiftmailer.symfony.com"
          "keywords" => array:3 [ …3]
          "install-path" => "../swiftmailer/swiftmailer"
        ]
        60 => array:21 [
          "name" => "symfony/console"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "conflict" => array:3 [ …3]
          "provide" => array:1 [ …1]
          "require-dev" => array:7 [ …7]
          "suggest" => array:4 [ …4]
          "time" => "2019-08-26T08:26:39+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony Console Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/console"
        ]
        61 => array:17 [
          "name" => "symfony/css-selector"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-08-20T14:07:54+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:3 [ …3]
          "description" => "Symfony CssSelector Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/css-selector"
        ]
        62 => array:19 [
          "name" => "symfony/debug"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "conflict" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-08-20T14:27:59+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony Debug Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/debug"
        ]
        63 => array:21 [
          "name" => "symfony/event-dispatcher"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "conflict" => array:1 [ …1]
          "provide" => array:2 [ …2]
          "require-dev" => array:7 [ …7]
          "suggest" => array:2 [ …2]
          "time" => "2019-08-26T08:55:16+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony EventDispatcher Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/event-dispatcher"
        ]
        64 => array:19 [
          "name" => "symfony/event-dispatcher-contracts"
          "version" => "v1.1.5"
          "version_normalized" => "1.1.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:2 [ …2]
          "time" => "2019-06-20T06:46:26+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Generic abstractions related to dispatching event"
          "homepage" => "https://symfony.com"
          "keywords" => array:6 [ …6]
          "install-path" => "../symfony/event-dispatcher-contracts"
        ]
        65 => array:17 [
          "name" => "symfony/finder"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-08-14T12:26:46+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony Finder Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/finder"
        ]
        66 => array:18 [
          "name" => "symfony/http-foundation"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "time" => "2019-08-26T08:55:16+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony HttpFoundation Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/http-foundation"
        ]
        67 => array:21 [
          "name" => "symfony/http-kernel"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:7 [ …7]
          "conflict" => array:6 [ …6]
          "provide" => array:1 [ …1]
          "require-dev" => array:17 [ …17]
          "suggest" => array:5 [ …5]
          "time" => "2019-08-26T16:47:42+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony HttpKernel Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/http-kernel"
        ]
        68 => array:19 [
          "name" => "symfony/mime"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "time" => "2019-08-22T08:16:11+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "A library to manipulate MIME messages"
          "homepage" => "https://symfony.com"
          "keywords" => array:2 [ …2]
          "install-path" => "../symfony/mime"
        ]
        69 => array:19 [
          "name" => "symfony/polyfill-ctype"
          "version" => "v1.12.0"
          "version_normalized" => "1.12.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-06T08:03:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony polyfill for ctype functions"
          "homepage" => "https://symfony.com"
          "keywords" => array:4 [ …4]
          "install-path" => "../symfony/polyfill-ctype"
        ]
        70 => array:19 [
          "name" => "symfony/polyfill-iconv"
          "version" => "v1.12.0"
          "version_normalized" => "1.12.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-06T08:03:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony polyfill for the Iconv extension"
          "homepage" => "https://symfony.com"
          "keywords" => array:5 [ …5]
          "install-path" => "../symfony/polyfill-iconv"
        ]
        71 => array:19 [
          "name" => "symfony/polyfill-intl-idn"
          "version" => "v1.12.0"
          "version_normalized" => "1.12.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-06T08:03:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions"
          "homepage" => "https://symfony.com"
          "keywords" => array:6 [ …6]
          "install-path" => "../symfony/polyfill-intl-idn"
        ]
        72 => array:19 [
          "name" => "symfony/polyfill-mbstring"
          "version" => "v1.12.0"
          "version_normalized" => "1.12.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-06T08:03:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony polyfill for the Mbstring extension"
          "homepage" => "https://symfony.com"
          "keywords" => array:5 [ …5]
          "install-path" => "../symfony/polyfill-mbstring"
        ]
        73 => array:18 [
          "name" => "symfony/polyfill-php72"
          "version" => "v1.12.0"
          "version_normalized" => "1.12.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-08-06T08:03:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions"
          "homepage" => "https://symfony.com"
          "keywords" => array:4 [ …4]
          "install-path" => "../symfony/polyfill-php72"
        ]
        74 => array:18 [
          "name" => "symfony/polyfill-php73"
          "version" => "v1.12.0"
          "version_normalized" => "1.12.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-08-06T08:03:45+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:3 [ …3]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions"
          "homepage" => "https://symfony.com"
          "keywords" => array:4 [ …4]
          "install-path" => "../symfony/polyfill-php73"
        ]
        75 => array:17 [
          "name" => "symfony/process"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-08-26T08:26:39+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony Process Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/process"
        ]
        76 => array:21 [
          "name" => "symfony/routing"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "conflict" => array:3 [ …3]
          "require-dev" => array:7 [ …7]
          "suggest" => array:5 [ …5]
          "time" => "2019-08-26T08:26:39+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony Routing Component"
          "homepage" => "https://symfony.com"
          "keywords" => array:4 [ …4]
          "install-path" => "../symfony/routing"
        ]
        77 => array:19 [
          "name" => "symfony/service-contracts"
          "version" => "v1.1.6"
          "version_normalized" => "1.1.6.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-20T14:44:19+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Generic abstractions related to writing services"
          "homepage" => "https://symfony.com"
          "keywords" => array:6 [ …6]
          "install-path" => "../symfony/service-contracts"
        ]
        78 => array:21 [
          "name" => "symfony/translation"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "conflict" => array:3 [ …3]
          "provide" => array:1 [ …1]
          "require-dev" => array:10 [ …10]
          "suggest" => array:3 [ …3]
          "time" => "2019-08-26T08:55:16+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony Translation Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/translation"
        ]
        79 => array:19 [
          "name" => "symfony/translation-contracts"
          "version" => "v1.1.6"
          "version_normalized" => "1.1.6.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-08-02T12:15:04+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Generic abstractions related to translation"
          "homepage" => "https://symfony.com"
          "keywords" => array:6 [ …6]
          "install-path" => "../symfony/translation-contracts"
        ]
        80 => array:22 [
          "name" => "symfony/var-dumper"
          "version" => "v4.3.4"
          "version_normalized" => "4.3.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "conflict" => array:2 [ …2]
          "require-dev" => array:4 [ …4]
          "suggest" => array:3 [ …3]
          "time" => "2019-08-26T08:26:39+00:00"
          "bin" => array:1 [ …1]
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:3 [ …3]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Symfony mechanism for exploring and dumping PHP variables"
          "homepage" => "https://symfony.com"
          "keywords" => array:2 [ …2]
          "install-path" => "../symfony/var-dumper"
        ]
        81 => array:15 [
          "name" => "theseer/tokenizer"
          "version" => "1.1.3"
          "version_normalized" => "1.1.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "time" => "2019-06-13T22:48:21+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "A small library for converting tokenized PHP source code into XML and potentially other formats"
          "install-path" => "../theseer/tokenizer"
        ]
        82 => array:18 [
          "name" => "tijsverkoyen/css-to-inline-styles"
          "version" => "2.2.1"
          "version_normalized" => "2.2.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2017-11-27T11:13:29+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "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"
          "install-path" => "../tijsverkoyen/css-to-inline-styles"
        ]
        83 => array:18 [
          "name" => "vlucas/phpdotenv"
          "version" => "v3.6.0"
          "version_normalized" => "3.6.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:1 [ …1]
          "time" => "2019-09-10T21:37:39+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically."
          "keywords" => array:3 [ …3]
          "install-path" => "../vlucas/phpdotenv"
        ]
        84 => array:18 [
          "name" => "webmozart/assert"
          "version" => "1.5.0"
          "version_normalized" => "1.5.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2019-08-24T08:43:50+00:00"
          "type" => "library"
          "extra" => array:1 [ …1]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Assertions to validate method input/output with nice error messages."
          "keywords" => array:3 [ …3]
          "install-path" => "../webmozart/assert"
        ]
      ]
    ]
    
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Support/Collection.php
            $dictionary[$key][] = $value;
        }
 
        return new static($dictionary);
    }
 
    /**
     * Run an associative map over each of the items.
     *
     * The callback should return an associative array with a single key/value pair.
     *
     * @param  callable  $callback
     * @return static
     */
    public function mapWithKeys(callable $callback)
    {
        $result = [];
 
        foreach ($this->items as $key => $value) {
            $assoc = $callback($value, $key);
 
            foreach ($assoc as $mapKey => $mapValue) {
                $result[$mapKey] = $mapValue;
            }
        }
 
        return new static($result);
    }
 
    /**
     * Merge the collection with the given items.
     *
     * @param  mixed  $items
     * @return static
     */
    public function merge($items)
    {
        return new static(array_merge($this->items, $this->getArrayableItems($items)));
    }
 
Arguments
  1. array:85 [
      0 => array:15 [
        "name" => "dnoegel/php-xdg-base-dir"
        "version" => "0.1"
        "version_normalized" => "0.1.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/dnoegel/php-xdg-base-dir.git"
          "reference" => "265b8593498b997dc2d31e75b89f053b5cc9621a"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a"
          "reference" => "265b8593498b997dc2d31e75b89f053b5cc9621a"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => ">=5.3.2"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "@stable"
        ]
        "time" => "2014-10-24T07:27:01+00:00"
        "type" => "project"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "description" => "implementation of xdg base directory specification for php"
        "install-path" => "../dnoegel/php-xdg-base-dir"
      ]
      1 => array:19 [
        "name" => "doctrine/inflector"
        "version" => "v1.3.0"
        "version_normalized" => "1.3.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/doctrine/inflector.git"
          "reference" => "5527a48b7313d15261292c149e55e26eae771b0a"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a"
          "reference" => "5527a48b7313d15261292c149e55e26eae771b0a"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.1"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^6.2"
        ]
        "time" => "2018-01-09T20:05:19+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:5 [
          0 => array:2 [ …2]
          1 => array:2 [ …2]
          2 => array:2 [ …2]
          3 => array:2 [ …2]
          4 => array:2 [ …2]
        ]
        "description" => "Common String Manipulations with regard to casing and singular/plural rules."
        "homepage" => "http://www.doctrine-project.org"
        "keywords" => array:4 [
          0 => "inflection"
          1 => "pluralize"
          2 => "singularize"
          3 => "string"
        ]
        "install-path" => "../doctrine/inflector"
      ]
      2 => array:19 [
        "name" => "doctrine/instantiator"
        "version" => "1.2.0"
        "version_normalized" => "1.2.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/doctrine/instantiator.git"
          "reference" => "a2c590166b2133a4633738648b6b064edae0814a"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a"
          "reference" => "a2c590166b2133a4633738648b6b064edae0814a"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.1"
        ]
        "require-dev" => array:7 [
          "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"
        ]
        "time" => "2019-03-17T17:37:11+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "A small, lightweight utility to instantiate objects in PHP without invoking their constructors"
        "homepage" => "https://www.doctrine-project.org/projects/instantiator.html"
        "keywords" => array:2 [
          0 => "constructor"
          1 => "instantiate"
        ]
        "install-path" => "../doctrine/instantiator"
      ]
      3 => array:19 [
        "name" => "doctrine/lexer"
        "version" => "1.1.0"
        "version_normalized" => "1.1.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/doctrine/lexer.git"
          "reference" => "e17f069ede36f7534b95adec71910ed1b49c74ea"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea"
          "reference" => "e17f069ede36f7534b95adec71910ed1b49c74ea"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.2"
        ]
        "require-dev" => array:3 [
          "doctrine/coding-standard" => "^6.0"
          "phpstan/phpstan" => "^0.11.8"
          "phpunit/phpunit" => "^8.2"
        ]
        "time" => "2019-07-30T19:33:28+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:3 [
          0 => array:2 [ …2]
          1 => array:2 [ …2]
          2 => array:2 [ …2]
        ]
        "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" => array:5 [
          0 => "annotations"
          1 => "docblock"
          2 => "lexer"
          3 => "parser"
          4 => "php"
        ]
        "install-path" => "../doctrine/lexer"
      ]
      4 => array:18 [
        "name" => "dragonmantank/cron-expression"
        "version" => "v2.3.0"
        "version_normalized" => "2.3.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/dragonmantank/cron-expression.git"
          "reference" => "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27"
          "reference" => "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.0"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^6.4|^7.0"
        ]
        "time" => "2019-03-31T00:38:28+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "description" => "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due"
        "keywords" => array:2 [
          0 => "cron"
          1 => "schedule"
        ]
        "install-path" => "../dragonmantank/cron-expression"
      ]
      5 => array:20 [
        "name" => "egulias/email-validator"
        "version" => "2.1.11"
        "version_normalized" => "2.1.11.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/egulias/EmailValidator.git"
          "reference" => "92dd169c32f6f55ba570c309d83f5209cefb5e23"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23"
          "reference" => "92dd169c32f6f55ba570c309d83f5209cefb5e23"
          "shasum" => ""
        ]
        "require" => array:2 [
          "doctrine/lexer" => "^1.0.1"
          "php" => ">= 5.5"
        ]
        "require-dev" => array:4 [
          "dominicsayers/isemail" => "dev-master"
          "phpunit/phpunit" => "^4.8.35||^5.7||^6.0"
          "satooshi/php-coveralls" => "^1.0.1"
          "symfony/phpunit-bridge" => "^4.4@dev"
        ]
        "suggest" => array:1 [
          "ext-intl" => "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        ]
        "time" => "2019-08-13T17:33:27+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:1 [ …1]
        ]
        "description" => "A library for validating emails against several RFCs"
        "homepage" => "https://github.com/egulias/EmailValidator"
        "keywords" => array:5 [
          0 => "email"
          1 => "emailvalidation"
          2 => "emailvalidator"
          3 => "validation"
          4 => "validator"
        ]
        "install-path" => "../egulias/email-validator"
      ]
      6 => array:18 [
        "name" => "erusev/parsedown"
        "version" => "1.7.3"
        "version_normalized" => "1.7.3.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/erusev/parsedown.git"
          "reference" => "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
          "reference" => "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
          "shasum" => ""
        ]
        "require" => array:2 [
          "ext-mbstring" => "*"
          "php" => ">=5.3.0"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^4.8.35"
        ]
        "time" => "2019-03-17T18:48:37+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-0" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "Parser for Markdown."
        "homepage" => "http://parsedown.org"
        "keywords" => array:2 [
          0 => "markdown"
          1 => "parser"
        ]
        "install-path" => "../erusev/parsedown"
      ]
      7 => array:18 [
        "name" => "facade/flare-client-php"
        "version" => "1.1.0"
        "version_normalized" => "1.1.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/facade/flare-client-php.git"
          "reference" => "4de2e8062e66edadbff261ebb5baae6eccfb799c"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/facade/flare-client-php/zipball/4de2e8062e66edadbff261ebb5baae6eccfb799c"
          "reference" => "4de2e8062e66edadbff261ebb5baae6eccfb799c"
          "shasum" => ""
        ]
        "require" => array:5 [
          "facade/ignition-contracts" => "~1.0"
          "illuminate/pipeline" => "~5.5|~5.6|~5.7|~5.8|^6.0"
          "php" => "^7.1"
          "symfony/http-foundation" => "~3.3|~4.1"
          "symfony/var-dumper" => "^3.4|^4.0"
        ]
        "require-dev" => array:3 [
          "larapack/dd" => "^1.1"
          "phpunit/phpunit" => "^7.5.16"
          "spatie/phpunit-snapshot-assertions" => "^2.0"
        ]
        "time" => "2019-09-27T14:54:17+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:2 [
          "psr-4" => array:1 [ …1]
          "files" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "description" => "Send PHP errors to Flare"
        "homepage" => "https://github.com/facade/flare-client-php"
        "keywords" => array:4 [
          0 => "exception"
          1 => "facade"
          2 => "flare"
          3 => "reporting"
        ]
        "install-path" => "../facade/flare-client-php"
      ]
      8 => array:19 [
        "name" => "facade/ignition"
        "version" => "1.9.2"
        "version_normalized" => "1.9.2.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/facade/ignition.git"
          "reference" => "9b312a29fb6c781d5e2f4e41fb42ce3fde63a237"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/facade/ignition/zipball/9b312a29fb6c781d5e2f4e41fb42ce3fde63a237"
          "reference" => "9b312a29fb6c781d5e2f4e41fb42ce3fde63a237"
          "shasum" => ""
        ]
        "require" => array:11 [
          "ext-json" => "*"
          "ext-mbstring" => "*"
          "facade/flare-client-php" => "^1.1"
          "facade/ignition-contracts" => "^1.0"
          "filp/whoops" => "^2.4"
          "illuminate/support" => "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0"
          "monolog/monolog" => "^1.12 || ^2.0"
          "php" => "^7.1"
          "scrivo/highlight.php" => "^9.15"
          "symfony/console" => "^3.4 || ^4.0"
          "symfony/var-dumper" => "^3.4 || ^4.0"
        ]
        "require-dev" => array:3 [
          "friendsofphp/php-cs-fixer" => "^2.14"
          "mockery/mockery" => "^1.2"
          "orchestra/testbench" => "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
        ]
        "suggest" => array:1 [
          "laravel/telescope" => "^2.0"
        ]
        "time" => "2019-10-04T09:34:40+00:00"
        "type" => "library"
        "extra" => array:2 [
          "branch-alias" => array:1 [ …1]
          "laravel" => array:2 [ …2]
        ]
        "installation-source" => "dist"
        "autoload" => array:2 [
          "psr-4" => array:1 [ …1]
          "files" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "description" => "A beautiful error page for Laravel applications."
        "homepage" => "https://github.com/facade/ignition"
        "keywords" => array:4 [
          0 => "error"
          1 => "flare"
          2 => "laravel"
          3 => "page"
        ]
        "install-path" => "../facade/ignition"
      ]
      9 => array:17 [
        "name" => "facade/ignition-contracts"
        "version" => "1.0.0"
        "version_normalized" => "1.0.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/facade/ignition-contracts.git"
          "reference" => "f445db0fb86f48e205787b2592840dd9c80ded28"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28"
          "reference" => "f445db0fb86f48e205787b2592840dd9c80ded28"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.1"
        ]
        "time" => "2019-08-30T14:06:08+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:4 [ …4]
        ]
        "description" => "Solution contracts for Ignition"
        "homepage" => "https://github.com/facade/ignition-contracts"
        "keywords" => array:3 [
          0 => "contracts"
          1 => "flare"
          2 => "ignition"
        ]
        "install-path" => "../facade/ignition-contracts"
      ]
      10 => array:18 [
        "name" => "fideloper/proxy"
        "version" => "4.2.1"
        "version_normalized" => "4.2.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/fideloper/TrustedProxy.git"
          "reference" => "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a"
          "reference" => "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
          "shasum" => ""
        ]
        "require" => array:2 [
          "illuminate/contracts" => "^5.0|^6.0|^7.0"
          "php" => ">=5.4.0"
        ]
        "require-dev" => array:3 [
          "illuminate/http" => "^5.0|^6.0|^7.0"
          "mockery/mockery" => "^1.0"
          "phpunit/phpunit" => "^6.0"
        ]
        "time" => "2019-09-03T16:45:42+00:00"
        "type" => "library"
        "extra" => array:1 [
          "laravel" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Set trusted proxies for Laravel"
        "keywords" => array:3 [
          0 => "load balancing"
          1 => "proxy"
          2 => "trusted proxy"
        ]
        "install-path" => "../fideloper/proxy"
      ]
      11 => array:20 [
        "name" => "filp/whoops"
        "version" => "2.5.0"
        "version_normalized" => "2.5.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/filp/whoops.git"
          "reference" => "cde50e6720a39fdacb240159d3eea6865d51fd96"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/filp/whoops/zipball/cde50e6720a39fdacb240159d3eea6865d51fd96"
          "reference" => "cde50e6720a39fdacb240159d3eea6865d51fd96"
          "shasum" => ""
        ]
        "require" => array:2 [
          "php" => "^5.5.9 || ^7.0"
          "psr/log" => "^1.0.1"
        ]
        "require-dev" => array:3 [
          "mockery/mockery" => "^0.9 || ^1.0"
          "phpunit/phpunit" => "^4.8.35 || ^5.7"
          "symfony/var-dumper" => "^2.6 || ^3.0 || ^4.0"
        ]
        "suggest" => array:2 [
          "symfony/var-dumper" => "Pretty print complex values better with var-dumper available"
          "whoops/soap" => "Formats errors as SOAP responses"
        ]
        "time" => "2019-08-07T09:00:00+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "php error handling for cool kids"
        "homepage" => "https://filp.github.io/whoops/"
        "keywords" => array:6 [
          0 => "error"
          1 => "exception"
          2 => "handling"
          3 => "library"
          4 => "throwable"
          5 => "whoops"
        ]
        "install-path" => "../filp/whoops"
      ]
      12 => array:18 [
        "name" => "fzaninotto/faker"
        "version" => "v1.8.0"
        "version_normalized" => "1.8.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/fzaninotto/Faker.git"
          "reference" => "f72816b43e74063c8b10357394b6bba8cb1c10de"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de"
          "reference" => "f72816b43e74063c8b10357394b6bba8cb1c10de"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^5.3.3 || ^7.0"
        ]
        "require-dev" => array:3 [
          "ext-intl" => "*"
          "phpunit/phpunit" => "^4.8.35 || ^5.7"
          "squizlabs/php_codesniffer" => "^1.5"
        ]
        "time" => "2018-07-12T10:23:15+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:1 [ …1]
        ]
        "description" => "Faker is a PHP library that generates fake data for you."
        "keywords" => array:3 [
          0 => "data"
          1 => "faker"
          2 => "fixtures"
        ]
        "install-path" => "../fzaninotto/faker"
      ]
      13 => array:18 [
        "name" => "hamcrest/hamcrest-php"
        "version" => "v2.0.0"
        "version_normalized" => "2.0.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/hamcrest/hamcrest-php.git"
          "reference" => "776503d3a8e85d4f9a1148614f95b7a608b046ad"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad"
          "reference" => "776503d3a8e85d4f9a1148614f95b7a608b046ad"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^5.3|^7.0"
        ]
        "replace" => array:3 [
          "cordoval/hamcrest-php" => "*"
          "davedevelopment/hamcrest-php" => "*"
          "kodova/hamcrest-php" => "*"
        ]
        "require-dev" => array:3 [
          "phpunit/php-file-iterator" => "1.3.3"
          "phpunit/phpunit" => "~4.0"
          "satooshi/php-coveralls" => "^1.0"
        ]
        "time" => "2016-01-20T08:20:44+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD"
        ]
        "description" => "This is the PHP port of Hamcrest Matchers"
        "keywords" => array:1 [
          0 => "test"
        ]
        "install-path" => "../hamcrest/hamcrest-php"
      ]
      14 => array:15 [
        "name" => "jakub-onderka/php-console-color"
        "version" => "v0.2"
        "version_normalized" => "0.2.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/JakubOnderka/PHP-Console-Color.git"
          "reference" => "d5deaecff52a0d61ccb613bb3804088da0307191"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191"
          "reference" => "d5deaecff52a0d61ccb613bb3804088da0307191"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => ">=5.4.0"
        ]
        "require-dev" => array:5 [
          "jakub-onderka/php-code-style" => "1.0"
          "jakub-onderka/php-parallel-lint" => "1.0"
          "jakub-onderka/php-var-dump-check" => "0.*"
          "phpunit/phpunit" => "~4.3"
          "squizlabs/php_codesniffer" => "1.*"
        ]
        "time" => "2018-09-29T17:23:10+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-2-Clause"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "install-path" => "../jakub-onderka/php-console-color"
      ]
      15 => array:16 [
        "name" => "jakub-onderka/php-console-highlighter"
        "version" => "v0.4"
        "version_normalized" => "0.4.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/JakubOnderka/PHP-Console-Highlighter.git"
          "reference" => "9f7a229a69d52506914b4bc61bfdb199d90c5547"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547"
          "reference" => "9f7a229a69d52506914b4bc61bfdb199d90c5547"
          "shasum" => ""
        ]
        "require" => array:3 [
          "ext-tokenizer" => "*"
          "jakub-onderka/php-console-color" => "~0.2"
          "php" => ">=5.4.0"
        ]
        "require-dev" => array:5 [
          "jakub-onderka/php-code-style" => "~1.0"
          "jakub-onderka/php-parallel-lint" => "~1.0"
          "jakub-onderka/php-var-dump-check" => "~0.1"
          "phpunit/phpunit" => "~4.0"
          "squizlabs/php_codesniffer" => "~1.5"
        ]
        "time" => "2018-09-29T18:48:56+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "Highlight PHP code in terminal"
        "install-path" => "../jakub-onderka/php-console-highlighter"
      ]
      16 => array:16 [
        "name" => "laravel-frontend-presets/tailwindcss"
        "version" => "2.0.2"
        "version_normalized" => "2.0.2.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/laravel-frontend-presets/tailwindcss.git"
          "reference" => "a0f437f65d3047b2c07839f966538600bfec14e7"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/laravel-frontend-presets/tailwindcss/zipball/a0f437f65d3047b2c07839f966538600bfec14e7"
          "reference" => "a0f437f65d3047b2c07839f966538600bfec14e7"
          "shasum" => ""
        ]
        "require" => array:1 [
          "laravel/framework" => "^5.5 || ^6.0"
        ]
        "time" => "2019-09-11T23:32:17+00:00"
        "type" => "library"
        "extra" => array:1 [
          "laravel" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "description" => "Laravel frontend preset for Tailwind CSS"
        "keywords" => array:3 [
          0 => "laravel"
          1 => "preset"
          2 => "tailwindcss"
        ]
        "install-path" => "../laravel-frontend-presets/tailwindcss"
      ]
      17 => array:22 [
        "name" => "laravel/framework"
        "version" => "v6.1.0"
        "version_normalized" => "6.1.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/laravel/framework.git"
          "reference" => "a365bea7ff0dea9a50f5904be9e41656def9af4b"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/laravel/framework/zipball/a365bea7ff0dea9a50f5904be9e41656def9af4b"
          "reference" => "a365bea7ff0dea9a50f5904be9e41656def9af4b"
          "shasum" => ""
        ]
        "require" => array:26 [
          "doctrine/inflector" => "^1.1"
          "dragonmantank/cron-expression" => "^2.0"
          "egulias/email-validator" => "^2.1.10"
          "erusev/parsedown" => "^1.7"
          "ext-json" => "*"
          "ext-mbstring" => "*"
          "ext-openssl" => "*"
          "league/flysystem" => "^1.0.8"
          "monolog/monolog" => "^1.12|^2.0"
          "nesbot/carbon" => "^2.0"
          "opis/closure" => "^3.1"
          "php" => "^7.2"
          "psr/container" => "^1.0"
          "psr/simple-cache" => "^1.0"
          "ramsey/uuid" => "^3.7"
          "swiftmailer/swiftmailer" => "^6.0"
          "symfony/console" => "^4.3.4"
          "symfony/debug" => "^4.3.4"
          "symfony/finder" => "^4.3.4"
          "symfony/http-foundation" => "^4.3.4"
          "symfony/http-kernel" => "^4.3.4"
          "symfony/process" => "^4.3.4"
          "symfony/routing" => "^4.3.4"
          "symfony/var-dumper" => "^4.3.4"
          "tijsverkoyen/css-to-inline-styles" => "^2.2.1"
          "vlucas/phpdotenv" => "^3.3"
        ]
        "conflict" => array:1 [
          "tightenco/collect" => "<5.5.33"
        ]
        "replace" => array:28 [
          "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" => array:13 [
          "aws/aws-sdk-php" => "^3.0"
          "doctrine/dbal" => "^2.6"
          "filp/whoops" => "^2.4"
          "guzzlehttp/guzzle" => "^6.3"
          "league/flysystem-cached-adapter" => "^1.0"
          "mockery/mockery" => "^1.2.3"
          "moontoast/math" => "^1.1"
          "orchestra/testbench-core" => "^4.0"
          "pda/pheanstalk" => "^4.0"
          "phpunit/phpunit" => "^8.3"
          "predis/predis" => "^1.1.1"
          "symfony/cache" => "^4.3"
          "true/punycode" => "^2.1"
        ]
        "suggest" => array:20 [
          "aws/aws-sdk-php" => "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0)."
          "doctrine/dbal" => "Required to rename columns and drop SQLite columns (^2.6)."
          "ext-gd" => "Required to use Illuminate\Http\Testing\FileFactory::image()."
          "ext-memcached" => "Required to use the memcache cache driver."
          "ext-pcntl" => "Required to use all features of the queue worker."
          "ext-posix" => "Required to use all features of the queue worker."
          "ext-redis" => "Required to use the Redis cache and queue drivers."
          "filp/whoops" => "Required for friendly error pages in development (^2.4)."
          "fzaninotto/faker" => "Required to use the eloquent factory builder (^1.4)."
          "guzzlehttp/guzzle" => "Required to use the Mailgun mail driver 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-sftp" => "Required to use the Flysystem SFTP driver (^1.0)."
          "moontoast/math" => "Required to use ordered UUIDs (^1.1)."
          "pda/pheanstalk" => "Required to use the beanstalk queue driver (^4.0)."
          "pusher/pusher-php-server" => "Required to use the Pusher broadcast driver (^4.0)."
          "symfony/cache" => "Required to PSR-6 cache bridge (^4.3.4)."
          "symfony/psr-http-message-bridge" => "Required to use PSR-7 bridging features (^1.2)."
          "wildbit/swiftmailer-postmark" => "Required to use Postmark mail driver (^3.0)."
        ]
        "time" => "2019-10-01T13:55:56+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:2 [
          "files" => array:2 [ …2]
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "The Laravel Framework."
        "homepage" => "https://laravel.com"
        "keywords" => array:2 [
          0 => "framework"
          1 => "laravel"
        ]
        "install-path" => "../laravel/framework"
      ]
      18 => array:19 [
        "name" => "laravel/tinker"
        "version" => "v1.0.10"
        "version_normalized" => "1.0.10.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/laravel/tinker.git"
          "reference" => "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7"
          "reference" => "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
          "shasum" => ""
        ]
        "require" => array:6 [
          "illuminate/console" => "~5.1|^6.0"
          "illuminate/contracts" => "~5.1|^6.0"
          "illuminate/support" => "~5.1|^6.0"
          "php" => ">=5.5.9"
          "psy/psysh" => "0.7.*|0.8.*|0.9.*"
          "symfony/var-dumper" => "~3.0|~4.0"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "~4.0|~5.0"
        ]
        "suggest" => array:1 [
          "illuminate/database" => "The Illuminate Database package (~5.1)."
        ]
        "time" => "2019-08-07T15:10:45+00:00"
        "type" => "library"
        "extra" => array:2 [
          "branch-alias" => array:1 [ …1]
          "laravel" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Powerful REPL for the Laravel framework."
        "keywords" => array:4 [
          0 => "REPL"
          1 => "Tinker"
          2 => "laravel"
          3 => "psysh"
        ]
        "install-path" => "../laravel/tinker"
      ]
      19 => array:20 [
        "name" => "league/flysystem"
        "version" => "1.0.55"
        "version_normalized" => "1.0.55.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/thephpleague/flysystem.git"
          "reference" => "33c91155537c6dc899eacdc54a13ac6303f156e6"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/thephpleague/flysystem/zipball/33c91155537c6dc899eacdc54a13ac6303f156e6"
          "reference" => "33c91155537c6dc899eacdc54a13ac6303f156e6"
          "shasum" => ""
        ]
        "require" => array:2 [
          "ext-fileinfo" => "*"
          "php" => ">=5.5.9"
        ]
        "conflict" => array:1 [
          "league/flysystem-sftp" => "<1.0.6"
        ]
        "require-dev" => array:2 [
          "phpspec/phpspec" => "^3.4"
          "phpunit/phpunit" => "^5.7.10"
        ]
        "suggest" => array:14 [
          "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"
        ]
        "time" => "2019-08-24T11:17:19+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Filesystem abstraction: Many filesystems, one API."
        "keywords" => array:17 [
          0 => "Cloud Files"
          1 => "WebDAV"
          2 => "abstraction"
          3 => "aws"
          4 => "cloud"
          5 => "copy.com"
          6 => "dropbox"
          7 => "file systems"
          8 => "files"
          9 => "filesystem"
          10 => "filesystems"
          11 => "ftp"
          12 => "rackspace"
          13 => "remote"
          14 => "s3"
          15 => "sftp"
          16 => "storage"
        ]
        "install-path" => "../league/flysystem"
      ]
      20 => array:19 [
        "name" => "mockery/mockery"
        "version" => "1.2.4"
        "version_normalized" => "1.2.4.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/mockery/mockery.git"
          "reference" => "b3453f75fd23d9fd41685f2148f4abeacabc6405"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/mockery/mockery/zipball/b3453f75fd23d9fd41685f2148f4abeacabc6405"
          "reference" => "b3453f75fd23d9fd41685f2148f4abeacabc6405"
          "shasum" => ""
        ]
        "require" => array:3 [
          "hamcrest/hamcrest-php" => "~2.0"
          "lib-pcre" => ">=7.0"
          "php" => ">=5.6.0"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "~5.7.10|~6.5|~7.0|~8.0"
        ]
        "time" => "2019-09-30T08:30:27+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-0" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "description" => "Mockery is a simple yet flexible PHP mock object framework"
        "homepage" => "https://github.com/mockery/mockery"
        "keywords" => array:10 [
          0 => "BDD"
          1 => "TDD"
          2 => "library"
          3 => "mock"
          4 => "mock objects"
          5 => "mockery"
          6 => "stub"
          7 => "test"
          8 => "test double"
          9 => "testing"
        ]
        "install-path" => "../mockery/mockery"
      ]
      21 => array:21 [
        "name" => "monolog/monolog"
        "version" => "2.0.0"
        "version_normalized" => "2.0.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/Seldaek/monolog.git"
          "reference" => "68545165e19249013afd1d6f7485aecff07a2d22"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/Seldaek/monolog/zipball/68545165e19249013afd1d6f7485aecff07a2d22"
          "reference" => "68545165e19249013afd1d6f7485aecff07a2d22"
          "shasum" => ""
        ]
        "require" => array:2 [
          "php" => "^7.2"
          "psr/log" => "^1.0.1"
        ]
        "provide" => array:1 [
          "psr/log-implementation" => "1.0.0"
        ]
        "require-dev" => array:13 [
          "aws/aws-sdk-php" => "^2.4.9 || ^3.0"
          "doctrine/couchdb" => "~1.0@dev"
          "elasticsearch/elasticsearch" => "^6.0"
          "graylog2/gelf-php" => "^1.4.2"
          "jakub-onderka/php-parallel-lint" => "^0.9"
          "php-amqplib/php-amqplib" => "~2.4"
          "php-console/php-console" => "^3.1.3"
          "phpspec/prophecy" => "^1.6.1"
          "phpunit/phpunit" => "^8.3"
          "predis/predis" => "^1.1"
          "rollbar/rollbar" => "^1.3"
          "ruflin/elastica" => ">=0.90 <3.0"
          "swiftmailer/swiftmailer" => "^5.3|^6.0"
        ]
        "suggest" => array:12 [
          "aws/aws-sdk-php" => "Allow sending log messages to AWS services like DynamoDB"
          "doctrine/couchdb" => "Allow sending log messages to a CouchDB server"
          "elasticsearch/elasticsearch" => "Allow sending log messages to an Elasticsearch server via official client"
          "ext-amqp" => "Allow sending log messages to an AMQP server (1.0+ required)"
          "ext-mbstring" => "Allow to work properly with unicode symbols"
          "ext-mongodb" => "Allow sending log messages to a MongoDB server (via driver)"
          "graylog2/gelf-php" => "Allow sending log messages to a GrayLog2 server"
          "mongodb/mongodb" => "Allow sending log messages to a MongoDB server (via library)"
          "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"
        ]
        "time" => "2019-08-30T09:56:44+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "Sends your logs to files, sockets, inboxes, databases and various web services"
        "homepage" => "http://github.com/Seldaek/monolog"
        "keywords" => array:3 [
          0 => "log"
          1 => "logging"
          2 => "psr-3"
        ]
        "install-path" => "../monolog/monolog"
      ]
      22 => array:17 [
        "name" => "myclabs/deep-copy"
        "version" => "1.9.3"
        "version_normalized" => "1.9.3.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/myclabs/DeepCopy.git"
          "reference" => "007c053ae6f31bba39dfa19a7726f56e9763bbea"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea"
          "reference" => "007c053ae6f31bba39dfa19a7726f56e9763bbea"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.1"
        ]
        "replace" => array:1 [
          "myclabs/deep-copy" => "self.version"
        ]
        "require-dev" => array:3 [
          "doctrine/collections" => "^1.0"
          "doctrine/common" => "^2.6"
          "phpunit/phpunit" => "^7.1"
        ]
        "time" => "2019-08-09T12:45:53+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:2 [
          "psr-4" => array:1 [ …1]
          "files" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "description" => "Create deep copies (clones) of your objects"
        "keywords" => array:5 [
          0 => "clone"
          1 => "copy"
          2 => "duplicate"
          3 => "object"
          4 => "object graph"
        ]
        "install-path" => "../myclabs/deep-copy"
      ]
      23 => array:20 [
        "name" => "nesbot/carbon"
        "version" => "2.25.1"
        "version_normalized" => "2.25.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/briannesbitt/Carbon.git"
          "reference" => "d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/briannesbitt/Carbon/zipball/d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1"
          "reference" => "d59c6cea9c4a3547bb6c0dfec451319abdaa4fb1"
          "shasum" => ""
        ]
        "require" => array:3 [
          "ext-json" => "*"
          "php" => "^7.1.8 || ^8.0"
          "symfony/translation" => "^3.4 || ^4.0"
        ]
        "require-dev" => array:6 [
          "friendsofphp/php-cs-fixer" => "^2.14 || ^3.0"
          "kylekatarnls/multi-tester" => "^1.1"
          "phpmd/phpmd" => "dev-php-7.1-compatibility"
          "phpstan/phpstan" => "^0.11"
          "phpunit/phpunit" => "^7.5 || ^8.0"
          "squizlabs/php_codesniffer" => "^3.4"
        ]
        "time" => "2019-10-05T15:52:23+00:00"
        "bin" => array:1 [
          0 => "bin/carbon"
        ]
        "type" => "library"
        "extra" => array:1 [
          "laravel" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:2 [
          0 => array:3 [ …3]
          1 => array:2 [ …2]
        ]
        "description" => "An API extension for DateTime that supports 281 different languages."
        "homepage" => "http://carbon.nesbot.com"
        "keywords" => array:3 [
          0 => "date"
          1 => "datetime"
          2 => "time"
        ]
        "install-path" => "../nesbot/carbon"
      ]
      24 => array:19 [
        "name" => "nikic/php-parser"
        "version" => "v4.2.4"
        "version_normalized" => "4.2.4.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/nikic/PHP-Parser.git"
          "reference" => "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4"
          "reference" => "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
          "shasum" => ""
        ]
        "require" => array:2 [
          "ext-tokenizer" => "*"
          "php" => ">=7.0"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^6.5 || ^7.0 || ^8.0"
        ]
        "time" => "2019-09-01T07:51:21+00:00"
        "bin" => array:1 [
          0 => "bin/php-parse"
        ]
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:1 [
          0 => array:1 [ …1]
        ]
        "description" => "A PHP parser written in PHP"
        "keywords" => array:2 [
          0 => "parser"
          1 => "php"
        ]
        "install-path" => "../nikic/php-parser"
      ]
      25 => array:18 [
        "name" => "nunomaduro/collision"
        "version" => "v3.0.1"
        "version_normalized" => "3.0.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/nunomaduro/collision.git"
          "reference" => "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
          "reference" => "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
          "shasum" => ""
        ]
        "require" => array:4 [
          "filp/whoops" => "^2.1.4"
          "jakub-onderka/php-console-highlighter" => "0.3.*|0.4.*"
          "php" => "^7.1"
          "symfony/console" => "~2.8|~3.3|~4.0"
        ]
        "require-dev" => array:4 [
          "laravel/framework" => "5.8.*"
          "nunomaduro/larastan" => "^0.3.0"
          "phpstan/phpstan" => "^0.11"
          "phpunit/phpunit" => "~8.0"
        ]
        "time" => "2019-03-07T21:35:13+00:00"
        "type" => "library"
        "extra" => array:1 [
          "laravel" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Cli error handling for console/command-line PHP applications."
        "keywords" => array:10 [
          0 => "artisan"
          1 => "cli"
          2 => "command-line"
          3 => "console"
          4 => "error"
          5 => "handling"
          6 => "laravel"
          7 => "laravel-zero"
          8 => "php"
          9 => "symfony"
        ]
        "install-path" => "../nunomaduro/collision"
      ]
      26 => array:19 [
        "name" => "opis/closure"
        "version" => "3.4.0"
        "version_normalized" => "3.4.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/opis/closure.git"
          "reference" => "60a97fff133b1669a5b1776aa8ab06db3f3962b7"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/opis/closure/zipball/60a97fff133b1669a5b1776aa8ab06db3f3962b7"
          "reference" => "60a97fff133b1669a5b1776aa8ab06db3f3962b7"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^5.4 || ^7.0"
        ]
        "require-dev" => array:2 [
          "jeremeamia/superclosure" => "^2.0"
          "phpunit/phpunit" => "^4.0 || ^5.0 || ^6.0 || ^7.0"
        ]
        "time" => "2019-09-02T21:07:33+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:2 [
          "psr-4" => array:1 [ …1]
          "files" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:2 [
          0 => array:2 [ …2]
          1 => array:2 [ …2]
        ]
        "description" => "A library that can be used to serialize closures (anonymous functions) and arbitrary objects."
        "homepage" => "https://opis.io/closure"
        "keywords" => array:6 [
          0 => "anonymous functions"
          1 => "closure"
          2 => "function"
          3 => "serializable"
          4 => "serialization"
          5 => "serialize"
        ]
        "install-path" => "../opis/closure"
      ]
      27 => array:17 [
        "name" => "paragonie/random_compat"
        "version" => "v9.99.99"
        "version_normalized" => "9.99.99.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/paragonie/random_compat.git"
          "reference" => "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
          "reference" => "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7"
        ]
        "require-dev" => array:2 [
          "phpunit/phpunit" => "4.*|5.*"
          "vimeo/psalm" => "^1"
        ]
        "suggest" => array:1 [
          "ext-libsodium" => "Provides a modern crypto API that can be used to generate random bytes."
        ]
        "time" => "2018-07-02T15:55:56+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7"
        "keywords" => array:4 [
          0 => "csprng"
          1 => "polyfill"
          2 => "pseudorandom"
          3 => "random"
        ]
        "install-path" => "../paragonie/random_compat"
      ]
      28 => array:16 [
        "name" => "phar-io/manifest"
        "version" => "1.0.3"
        "version_normalized" => "1.0.3.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/phar-io/manifest.git"
          "reference" => "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
          "reference" => "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
          "shasum" => ""
        ]
        "require" => array:4 [
          "ext-dom" => "*"
          "ext-phar" => "*"
          "phar-io/version" => "^2.0"
          "php" => "^5.6 || ^7.0"
        ]
        "time" => "2018-07-08T19:23:20+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:3 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
          2 => array:3 [ …3]
        ]
        "description" => "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
        "install-path" => "../phar-io/manifest"
      ]
      29 => array:15 [
        "name" => "phar-io/version"
        "version" => "2.0.1"
        "version_normalized" => "2.0.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/phar-io/version.git"
          "reference" => "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6"
          "reference" => "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^5.6 || ^7.0"
        ]
        "time" => "2018-07-08T19:19:57+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:3 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
          2 => array:3 [ …3]
        ]
        "description" => "Library for handling version information and constraints"
        "install-path" => "../phar-io/version"
      ]
      30 => array:19 [
        "name" => "phpdocumentor/reflection-common"
        "version" => "2.0.0"
        "version_normalized" => "2.0.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/phpDocumentor/ReflectionCommon.git"
          "reference" => "63a995caa1ca9e5590304cd845c15ad6d482a62a"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a"
          "reference" => "63a995caa1ca9e5590304cd845c15ad6d482a62a"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => ">=7.1"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "~6"
        ]
        "time" => "2018-08-07T13:53:10+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Common reflection classes used by phpdocumentor to reflect the code structure"
        "homepage" => "http://www.phpdoc.org"
        "keywords" => array:5 [
          0 => "FQSEN"
          1 => "phpDocumentor"
          2 => "phpdoc"
          3 => "reflection"
          4 => "static analysis"
        ]
        "install-path" => "../phpdocumentor/reflection-common"
      ]
      31 => array:17 [
        "name" => "phpdocumentor/reflection-docblock"
        "version" => "4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/phpDocumentor/ReflectionDocBlock.git"
          "reference" => "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
          "reference" => "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
          "shasum" => ""
        ]
        "require" => array:4 [
          "php" => "^7.0"
          "phpdocumentor/reflection-common" => "^1.0.0 || ^2.0.0"
          "phpdocumentor/type-resolver" => "~0.4 || ^1.0.0"
          "webmozart/assert" => "^1.0"
        ]
        "require-dev" => array:3 [
          "doctrine/instantiator" => "^1.0.5"
          "mockery/mockery" => "^1.0"
          "phpunit/phpunit" => "^6.4"
        ]
        "time" => "2019-09-12T14:27:41+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
        "install-path" => "../phpdocumentor/reflection-docblock"
      ]
      32 => array:17 [
        "name" => "phpdocumentor/type-resolver"
        "version" => "1.0.1"
        "version_normalized" => "1.0.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/phpDocumentor/TypeResolver.git"
          "reference" => "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
          "reference" => "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
          "shasum" => ""
        ]
        "require" => array:2 [
          "php" => "^7.1"
          "phpdocumentor/reflection-common" => "^2.0"
        ]
        "require-dev" => array:3 [
          "ext-tokenizer" => "^7.1"
          "mockery/mockery" => "~1"
          "phpunit/phpunit" => "^7.0"
        ]
        "time" => "2019-08-22T18:11:29+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "A PSR-5 based resolver of Class names, Types and Structural Element Names"
        "install-path" => "../phpdocumentor/type-resolver"
      ]
      33 => array:18 [
        "name" => "phpoption/phpoption"
        "version" => "1.5.0"
        "version_normalized" => "1.5.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/schmittjoh/php-option.git"
          "reference" => "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed"
          "reference" => "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => ">=5.3.0"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "4.7.*"
        ]
        "time" => "2015-07-25T16:39:46+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-0" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "Apache2"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Option Type for PHP"
        "keywords" => array:4 [
          0 => "language"
          1 => "option"
          2 => "php"
          3 => "type"
        ]
        "install-path" => "../phpoption/phpoption"
      ]
      34 => array:19 [
        "name" => "phpspec/prophecy"
        "version" => "1.9.0"
        "version_normalized" => "1.9.0.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/phpspec/prophecy.git"
          "reference" => "f6811d96d97bdf400077a0cc100ae56aa32b9203"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203"
          "reference" => "f6811d96d97bdf400077a0cc100ae56aa32b9203"
          "shasum" => ""
        ]
        "require" => array:5 [
          "doctrine/instantiator" => "^1.0.2"
          "php" => "^5.3|^7.0"
          "phpdocumentor/reflection-docblock" => "^2.0|^3.0.2|^4.0|^5.0"
          "sebastian/comparator" => "^1.1|^2.0|^3.0"
          "sebastian/recursion-context" => "^1.0|^2.0|^3.0"
        ]
        "require-dev" => array:2 [
          "phpspec/phpspec" => "^2.5|^3.2"
          "phpunit/phpunit" => "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
        ]
        "time" => "2019-10-03T11:07:50+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "psr-4" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:2 [
          0 => array:3 [ …3]
          1 => array:2 [ …2]
        ]
        "description" => "Highly opinionated mocking framework for PHP 5.3+"
        "homepage" => "https://github.com/phpspec/prophecy"
        "keywords" => array:6 [
          0 => "Double"
          1 => "Dummy"
          2 => "fake"
          3 => "mock"
          4 => "spy"
          5 => "stub"
        ]
        "install-path" => "../phpspec/prophecy"
      ]
      35 => array:20 [
        "name" => "phpunit/php-code-coverage"
        "version" => "7.0.8"
        "version_normalized" => "7.0.8.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/sebastianbergmann/php-code-coverage.git"
          "reference" => "aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
          "reference" => "aa0d179a13284c7420fc281fc32750e6cc7c9e2f"
          "shasum" => ""
        ]
        "require" => array:10 [
          "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.1.1"
          "sebastian/code-unit-reverse-lookup" => "^1.0.1"
          "sebastian/environment" => "^4.2.2"
          "sebastian/version" => "^2.0.1"
          "theseer/tokenizer" => "^1.1.3"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^8.2.2"
        ]
        "suggest" => array:1 [
          "ext-xdebug" => "^2.7.2"
        ]
        "time" => "2019-09-17T06:24:36+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "Library that provides collection, processing, and rendering functionality for PHP code coverage information."
        "homepage" => "https://github.com/sebastianbergmann/php-code-coverage"
        "keywords" => array:3 [
          0 => "coverage"
          1 => "testing"
          2 => "xunit"
        ]
        "install-path" => "../phpunit/php-code-coverage"
      ]
      36 => array:19 [
        "name" => "phpunit/php-file-iterator"
        "version" => "2.0.2"
        "version_normalized" => "2.0.2.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/sebastianbergmann/php-file-iterator.git"
          "reference" => "050bedf145a257b1ff02746c31894800e5122946"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946"
          "reference" => "050bedf145a257b1ff02746c31894800e5122946"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.1"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^7.1"
        ]
        "time" => "2018-09-13T20:33:42+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "FilterIterator implementation that filters files based on a list of suffixes."
        "homepage" => "https://github.com/sebastianbergmann/php-file-iterator/"
        "keywords" => array:2 [
          0 => "filesystem"
          1 => "iterator"
        ]
        "install-path" => "../phpunit/php-file-iterator"
      ]
      37 => array:17 [
        "name" => "phpunit/php-text-template"
        "version" => "1.2.1"
        "version_normalized" => "1.2.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/sebastianbergmann/php-text-template.git"
          "reference" => "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
          "reference" => "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => ">=5.3.3"
        ]
        "time" => "2015-06-21T13:50:34+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "Simple template engine."
        "homepage" => "https://github.com/sebastianbergmann/php-text-template/"
        "keywords" => array:1 [
          0 => "template"
        ]
        "install-path" => "../phpunit/php-text-template"
      ]
      38 => array:19 [
        "name" => "phpunit/php-timer"
        "version" => "2.1.2"
        "version_normalized" => "2.1.2.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/sebastianbergmann/php-timer.git"
          "reference" => "1038454804406b0b5f5f520358e78c1c2f71501e"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e"
          "reference" => "1038454804406b0b5f5f520358e78c1c2f71501e"
          "shasum" => ""
        ]
        "require" => array:1 [
          "php" => "^7.1"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^7.0"
        ]
        "time" => "2019-06-07T04:22:29+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:1 [
          0 => array:3 [ …3]
        ]
        "description" => "Utility class for timing"
        "homepage" => "https://github.com/sebastianbergmann/php-timer/"
        "keywords" => array:1 [
          0 => "timer"
        ]
        "install-path" => "../phpunit/php-timer"
      ]
      39 => array:19 [
        "name" => "phpunit/php-token-stream"
        "version" => "3.1.1"
        "version_normalized" => "3.1.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/sebastianbergmann/php-token-stream.git"
          "reference" => "995192df77f63a59e47f025390d2d1fdf8f425ff"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff"
          "reference" => "995192df77f63a59e47f025390d2d1fdf8f425ff"
          "shasum" => ""
        ]
        "require" => array:2 [
          "ext-tokenizer" => "*"
          "php" => "^7.1"
        ]
        "require-dev" => array:1 [
          "phpunit/phpunit" => "^7.0"
        ]
        "time" => "2019-09-17T06:23:10+00:00"
        "type" => "library"
        "extra" => array:1 [
          "branch-alias" => array:1 [ …1]
        ]
        "installation-source" => "dist"
        "autoload" => array:1 [
          "classmap" => array:1 [ …1]
        ]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "BSD-3-Clause"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "Wrapper around PHP's tokenizer extension."
        "homepage" => "https://github.com/sebastianbergmann/php-token-stream/"
        "keywords" => array:1 [
          0 => "tokenizer"
        ]
        "install-path" => "../phpunit/php-token-stream"
      ]
      40 => array:21 [
        "name" => "phpunit/phpunit"
        "version" => "8.4.1"
        "version_normalized" => "8.4.1.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/sebastianbergmann/phpunit.git"
          "reference" => "366a4a0f2b971fd43b7c351d621e8dd7d7131869"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/366a4a0f2b971fd43b7c351d621e8dd7d7131869"
          "reference" => "366a4a0f2b971fd43b7c351d621e8dd7d7131869"
          "shasum" => ""
        ]
        "require" => array:25 [
          "doctrine/instantiator" => "^1.2.0"
          "ext-dom" => "*"
          "ext-json" => "*"
          "ext-libxml" => "*"
          "ext-mbstring" => "*"
          "ext-xml" => "*"
          "ext-xmlwriter" => "*"
          "myclabs/deep-copy" => "^1.9.1"
          "phar-io/manifest" => "^1.0.3"
          "phar-io/version" => "^2.0.1"
          "php" => "^7.2"
          "phpspec/prophecy" => "^1.8.1"
          "phpunit/php-code-coverage" => "^7.0.7"
          "phpunit/php-file-iterator" => "^2.0.2"
          "phpunit/php-text-template" => "^1.2.1"
          "phpunit/php-timer" => "^2.1.2"
           …9
        ]
        "require-dev" => array:1 [ …1]
        "suggest" => array:3 [ …3]
        "time" => "2019-10-07T12:57:41+00:00"
        "bin" => array:1 [ …1]
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "The PHP Unit Testing framework."
        "homepage" => "https://phpunit.de/"
        "keywords" => array:3 [ …3]
        "install-path" => "../phpunit/phpunit"
      ]
      41 => array:18 [
        "name" => "psr/container"
        "version" => "1.0.0"
        "version_normalized" => "1.0.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2017-02-14T16:28:37+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Common Container Interface (PHP FIG PSR-11)"
        "homepage" => "https://github.com/php-fig/container"
        "keywords" => array:5 [ …5]
        "install-path" => "../psr/container"
      ]
      42 => array:18 [
        "name" => "psr/log"
        "version" => "1.1.0"
        "version_normalized" => "1.1.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2018-11-20T15:27:04+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Common interface for logging libraries"
        "homepage" => "https://github.com/php-fig/log"
        "keywords" => array:3 [ …3]
        "install-path" => "../psr/log"
      ]
      43 => array:17 [
        "name" => "psr/simple-cache"
        "version" => "1.0.1"
        "version_normalized" => "1.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2017-10-23T01:57:42+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Common interfaces for simple caching"
        "keywords" => array:5 [ …5]
        "install-path" => "../psr/simple-cache"
      ]
      44 => array:21 [
        "name" => "psy/psysh"
        "version" => "v0.9.9"
        "version_normalized" => "0.9.9.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:8 [ …8]
        "require-dev" => array:3 [ …3]
        "suggest" => array:5 [ …5]
        "time" => "2018-10-13T15:16:03+00:00"
        "bin" => array:1 [ …1]
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "An interactive shell for modern PHP."
        "homepage" => "http://psysh.org"
        "keywords" => array:4 [ …4]
        "install-path" => "../psy/psysh"
      ]
      45 => array:21 [
        "name" => "ramsey/uuid"
        "version" => "3.8.0"
        "version_normalized" => "3.8.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "replace" => array:1 [ …1]
        "require-dev" => array:10 [ …10]
        "suggest" => array:7 [ …7]
        "time" => "2018-07-19T23:38:55+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:3 [ …3]
        "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" => array:3 [ …3]
        "install-path" => "../ramsey/uuid"
      ]
      46 => array:18 [
        "name" => "scrivo/highlight.php"
        "version" => "v9.15.10.0"
        "version_normalized" => "9.15.10.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-27T04:27:48+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:3 [ …3]
        "description" => "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js"
        "keywords" => array:5 [ …5]
        "install-path" => "../scrivo/highlight.php"
      ]
      47 => array:18 [
        "name" => "sebastian/code-unit-reverse-lookup"
        "version" => "1.0.1"
        "version_normalized" => "1.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2017-03-04T06:30:41+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Looks up which function or method a line of code belongs to"
        "homepage" => "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
        "install-path" => "../sebastian/code-unit-reverse-lookup"
      ]
      48 => array:19 [
        "name" => "sebastian/comparator"
        "version" => "3.0.2"
        "version_normalized" => "3.0.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2018-07-12T15:12:46+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:4 [ …4]
        "description" => "Provides the functionality to compare PHP values for equality"
        "homepage" => "https://github.com/sebastianbergmann/comparator"
        "keywords" => array:3 [ …3]
        "install-path" => "../sebastian/comparator"
      ]
      49 => array:19 [
        "name" => "sebastian/diff"
        "version" => "3.0.2"
        "version_normalized" => "3.0.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2019-02-04T06:01:07+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Diff implementation"
        "homepage" => "https://github.com/sebastianbergmann/diff"
        "keywords" => array:4 [ …4]
        "install-path" => "../sebastian/diff"
      ]
      50 => array:20 [
        "name" => "sebastian/environment"
        "version" => "4.2.2"
        "version_normalized" => "4.2.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-05-05T09:05:15+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Provides functionality to handle HHVM/PHP environments"
        "homepage" => "http://www.github.com/sebastianbergmann/environment"
        "keywords" => array:3 [ …3]
        "install-path" => "../sebastian/environment"
      ]
      51 => array:19 [
        "name" => "sebastian/exporter"
        "version" => "3.1.2"
        "version_normalized" => "3.1.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:2 [ …2]
        "time" => "2019-09-14T09:02:43+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:5 [ …5]
        "description" => "Provides the functionality to export PHP variables for visualization"
        "homepage" => "http://www.github.com/sebastianbergmann/exporter"
        "keywords" => array:2 [ …2]
        "install-path" => "../sebastian/exporter"
      ]
      52 => array:20 [
        "name" => "sebastian/global-state"
        "version" => "3.0.0"
        "version_normalized" => "3.0.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2019-02-01T05:30:01+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Snapshotting of global state"
        "homepage" => "http://www.github.com/sebastianbergmann/global-state"
        "keywords" => array:1 [ …1]
        "install-path" => "../sebastian/global-state"
      ]
      53 => array:18 [
        "name" => "sebastian/object-enumerator"
        "version" => "3.0.3"
        "version_normalized" => "3.0.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2017-08-03T12:35:26+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Traverses array structures and object graphs to enumerate all referenced objects"
        "homepage" => "https://github.com/sebastianbergmann/object-enumerator/"
        "install-path" => "../sebastian/object-enumerator"
      ]
      54 => array:18 [
        "name" => "sebastian/object-reflector"
        "version" => "1.1.1"
        "version_normalized" => "1.1.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2017-03-29T09:07:27+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Allows reflection of object attributes, including inherited and non-public ones"
        "homepage" => "https://github.com/sebastianbergmann/object-reflector/"
        "install-path" => "../sebastian/object-reflector"
      ]
      55 => array:18 [
        "name" => "sebastian/recursion-context"
        "version" => "3.0.0"
        "version_normalized" => "3.0.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2017-03-03T06:23:57+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:3 [ …3]
        "description" => "Provides functionality to recursively process PHP variables"
        "homepage" => "http://www.github.com/sebastianbergmann/recursion-context"
        "install-path" => "../sebastian/recursion-context"
      ]
      56 => array:17 [
        "name" => "sebastian/resource-operations"
        "version" => "2.0.1"
        "version_normalized" => "2.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2018-10-04T04:07:39+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Provides a list of PHP built-in functions that operate on resources"
        "homepage" => "https://www.github.com/sebastianbergmann/resource-operations"
        "install-path" => "../sebastian/resource-operations"
      ]
      57 => array:18 [
        "name" => "sebastian/type"
        "version" => "1.1.3"
        "version_normalized" => "1.1.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2019-07-02T08:10:15+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Collection of value objects that represent the types of the PHP type system"
        "homepage" => "https://github.com/sebastianbergmann/type"
        "install-path" => "../sebastian/type"
      ]
      58 => array:17 [
        "name" => "sebastian/version"
        "version" => "2.0.1"
        "version_normalized" => "2.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2016-10-03T07:35:21+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Library that helps with managing the version number of Git-hosted PHP projects"
        "homepage" => "https://github.com/sebastianbergmann/version"
        "install-path" => "../sebastian/version"
      ]
      59 => array:20 [
        "name" => "swiftmailer/swiftmailer"
        "version" => "v6.2.1"
        "version_normalized" => "6.2.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:2 [ …2]
        "suggest" => array:2 [ …2]
        "time" => "2019-04-21T09:21:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Swiftmailer, free feature-rich PHP mailer"
        "homepage" => "https://swiftmailer.symfony.com"
        "keywords" => array:3 [ …3]
        "install-path" => "../swiftmailer/swiftmailer"
      ]
      60 => array:21 [
        "name" => "symfony/console"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "conflict" => array:3 [ …3]
        "provide" => array:1 [ …1]
        "require-dev" => array:7 [ …7]
        "suggest" => array:4 [ …4]
        "time" => "2019-08-26T08:26:39+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony Console Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/console"
      ]
      61 => array:17 [
        "name" => "symfony/css-selector"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-08-20T14:07:54+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:3 [ …3]
        "description" => "Symfony CssSelector Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/css-selector"
      ]
      62 => array:19 [
        "name" => "symfony/debug"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "conflict" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2019-08-20T14:27:59+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony Debug Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/debug"
      ]
      63 => array:21 [
        "name" => "symfony/event-dispatcher"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "conflict" => array:1 [ …1]
        "provide" => array:2 [ …2]
        "require-dev" => array:7 [ …7]
        "suggest" => array:2 [ …2]
        "time" => "2019-08-26T08:55:16+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony EventDispatcher Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/event-dispatcher"
      ]
      64 => array:19 [
        "name" => "symfony/event-dispatcher-contracts"
        "version" => "v1.1.5"
        "version_normalized" => "1.1.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:2 [ …2]
        "time" => "2019-06-20T06:46:26+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Generic abstractions related to dispatching event"
        "homepage" => "https://symfony.com"
        "keywords" => array:6 [ …6]
        "install-path" => "../symfony/event-dispatcher-contracts"
      ]
      65 => array:17 [
        "name" => "symfony/finder"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-08-14T12:26:46+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony Finder Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/finder"
      ]
      66 => array:18 [
        "name" => "symfony/http-foundation"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "time" => "2019-08-26T08:55:16+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony HttpFoundation Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/http-foundation"
      ]
      67 => array:21 [
        "name" => "symfony/http-kernel"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:7 [ …7]
        "conflict" => array:6 [ …6]
        "provide" => array:1 [ …1]
        "require-dev" => array:17 [ …17]
        "suggest" => array:5 [ …5]
        "time" => "2019-08-26T16:47:42+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony HttpKernel Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/http-kernel"
      ]
      68 => array:19 [
        "name" => "symfony/mime"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "time" => "2019-08-22T08:16:11+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "A library to manipulate MIME messages"
        "homepage" => "https://symfony.com"
        "keywords" => array:2 [ …2]
        "install-path" => "../symfony/mime"
      ]
      69 => array:19 [
        "name" => "symfony/polyfill-ctype"
        "version" => "v1.12.0"
        "version_normalized" => "1.12.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-06T08:03:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony polyfill for ctype functions"
        "homepage" => "https://symfony.com"
        "keywords" => array:4 [ …4]
        "install-path" => "../symfony/polyfill-ctype"
      ]
      70 => array:19 [
        "name" => "symfony/polyfill-iconv"
        "version" => "v1.12.0"
        "version_normalized" => "1.12.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-06T08:03:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony polyfill for the Iconv extension"
        "homepage" => "https://symfony.com"
        "keywords" => array:5 [ …5]
        "install-path" => "../symfony/polyfill-iconv"
      ]
      71 => array:19 [
        "name" => "symfony/polyfill-intl-idn"
        "version" => "v1.12.0"
        "version_normalized" => "1.12.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-06T08:03:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions"
        "homepage" => "https://symfony.com"
        "keywords" => array:6 [ …6]
        "install-path" => "../symfony/polyfill-intl-idn"
      ]
      72 => array:19 [
        "name" => "symfony/polyfill-mbstring"
        "version" => "v1.12.0"
        "version_normalized" => "1.12.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-06T08:03:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony polyfill for the Mbstring extension"
        "homepage" => "https://symfony.com"
        "keywords" => array:5 [ …5]
        "install-path" => "../symfony/polyfill-mbstring"
      ]
      73 => array:18 [
        "name" => "symfony/polyfill-php72"
        "version" => "v1.12.0"
        "version_normalized" => "1.12.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-08-06T08:03:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions"
        "homepage" => "https://symfony.com"
        "keywords" => array:4 [ …4]
        "install-path" => "../symfony/polyfill-php72"
      ]
      74 => array:18 [
        "name" => "symfony/polyfill-php73"
        "version" => "v1.12.0"
        "version_normalized" => "1.12.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-08-06T08:03:45+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:3 [ …3]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions"
        "homepage" => "https://symfony.com"
        "keywords" => array:4 [ …4]
        "install-path" => "../symfony/polyfill-php73"
      ]
      75 => array:17 [
        "name" => "symfony/process"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-08-26T08:26:39+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony Process Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/process"
      ]
      76 => array:21 [
        "name" => "symfony/routing"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "conflict" => array:3 [ …3]
        "require-dev" => array:7 [ …7]
        "suggest" => array:5 [ …5]
        "time" => "2019-08-26T08:26:39+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony Routing Component"
        "homepage" => "https://symfony.com"
        "keywords" => array:4 [ …4]
        "install-path" => "../symfony/routing"
      ]
      77 => array:19 [
        "name" => "symfony/service-contracts"
        "version" => "v1.1.6"
        "version_normalized" => "1.1.6.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-20T14:44:19+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Generic abstractions related to writing services"
        "homepage" => "https://symfony.com"
        "keywords" => array:6 [ …6]
        "install-path" => "../symfony/service-contracts"
      ]
      78 => array:21 [
        "name" => "symfony/translation"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "conflict" => array:3 [ …3]
        "provide" => array:1 [ …1]
        "require-dev" => array:10 [ …10]
        "suggest" => array:3 [ …3]
        "time" => "2019-08-26T08:55:16+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony Translation Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/translation"
      ]
      79 => array:19 [
        "name" => "symfony/translation-contracts"
        "version" => "v1.1.6"
        "version_normalized" => "1.1.6.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-08-02T12:15:04+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Generic abstractions related to translation"
        "homepage" => "https://symfony.com"
        "keywords" => array:6 [ …6]
        "install-path" => "../symfony/translation-contracts"
      ]
      80 => array:22 [
        "name" => "symfony/var-dumper"
        "version" => "v4.3.4"
        "version_normalized" => "4.3.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "conflict" => array:2 [ …2]
        "require-dev" => array:4 [ …4]
        "suggest" => array:3 [ …3]
        "time" => "2019-08-26T08:26:39+00:00"
        "bin" => array:1 [ …1]
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:3 [ …3]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Symfony mechanism for exploring and dumping PHP variables"
        "homepage" => "https://symfony.com"
        "keywords" => array:2 [ …2]
        "install-path" => "../symfony/var-dumper"
      ]
      81 => array:15 [
        "name" => "theseer/tokenizer"
        "version" => "1.1.3"
        "version_normalized" => "1.1.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "time" => "2019-06-13T22:48:21+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "A small library for converting tokenized PHP source code into XML and potentially other formats"
        "install-path" => "../theseer/tokenizer"
      ]
      82 => array:18 [
        "name" => "tijsverkoyen/css-to-inline-styles"
        "version" => "2.2.1"
        "version_normalized" => "2.2.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2017-11-27T11:13:29+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "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"
        "install-path" => "../tijsverkoyen/css-to-inline-styles"
      ]
      83 => array:18 [
        "name" => "vlucas/phpdotenv"
        "version" => "v3.6.0"
        "version_normalized" => "3.6.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2019-09-10T21:37:39+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically."
        "keywords" => array:3 [ …3]
        "install-path" => "../vlucas/phpdotenv"
      ]
      84 => array:18 [
        "name" => "webmozart/assert"
        "version" => "1.5.0"
        "version_normalized" => "1.5.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2019-08-24T08:43:50+00:00"
        "type" => "library"
        "extra" => array:1 [ …1]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Assertions to validate method input/output with nice error messages."
        "keywords" => array:3 [ …3]
        "install-path" => "../webmozart/assert"
      ]
    ]
    
  2. "packages"
    
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
    }
 
    /**
     * Build the manifest and write it to disk.
     *
     * @return void
     */
    public function build()
    {
        $packages = [];
 
        if ($this->files->exists($path = $this->vendorPath.'/composer/installed.json')) {
            $packages = json_decode($this->files->get($path), true);
        }
 
        $ignoreAll = in_array('*', $ignore = $this->packagesToIgnore());
 
        $this->write(collect($packages)->mapWithKeys(function ($package) {
            return [$this->format($package['name']) => $package['extra']['laravel'] ?? []];
        })->each(function ($configuration) use (&$ignore) {
            $ignore = array_merge($ignore, $configuration['dont-discover'] ?? []);
        })->reject(function ($configuration, $package) use ($ignore, $ignoreAll) {
            return $ignoreAll || in_array($package, $ignore);
        })->filter()->all());
    }
 
    /**
     * Format the given package name.
     *
     * @param  string  $package
     * @return string
     */
    protected function format($package)
    {
        return str_replace($this->vendorPath.'/', '', $package);
    }
 
    /**
     * Get all of the package names that should be ignored.
     *
Arguments
  1. Closure($package) {#50 …4}
    
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
    public function aliases()
    {
        return collect($this->getManifest())->flatMap(function ($configuration) {
            return (array) ($configuration['aliases'] ?? []);
        })->filter()->all();
    }
 
    /**
     * Get the current package manifest.
     *
     * @return array
     */
    protected function getManifest()
    {
        if (! is_null($this->manifest)) {
            return $this->manifest;
        }
 
        if (! file_exists($this->manifestPath)) {
            $this->build();
        }
 
        $this->files->get($this->manifestPath);
 
        return $this->manifest = file_exists($this->manifestPath) ?
            $this->files->getRequire($this->manifestPath) : [];
    }
 
    /**
     * Build the manifest and write it to disk.
     *
     * @return void
     */
    public function build()
    {
        $packages = [];
 
        if ($this->files->exists($path = $this->vendorPath.'/composer/installed.json')) {
            $packages = json_decode($this->files->get($path), true);
        }
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
    /**
     * Get all of the service provider class names for all packages.
     *
     * @return array
     */
    public function providers()
    {
        return collect($this->getManifest())->flatMap(function ($configuration) {
            return (array) ($configuration['providers'] ?? []);
        })->filter()->all();
    }
 
    /**
     * Get all of the aliases for all packages.
     *
     * @return array
     */
    public function aliases()
    {
        return collect($this->getManifest())->flatMap(function ($configuration) {
            return (array) ($configuration['aliases'] ?? []);
        })->filter()->all();
    }
 
    /**
     * Get the current package manifest.
     *
     * @return array
     */
    protected function getManifest()
    {
        if (! is_null($this->manifest)) {
            return $this->manifest;
        }
 
        if (! file_exists($this->manifestPath)) {
            $this->build();
        }
 
        $this->files->get($this->manifestPath);
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php
use Illuminate\Foundation\PackageManifest;
use Illuminate\Support\Facades\Facade;
 
class RegisterFacades
{
    /**
     * Bootstrap the given application.
     *
     * @param  \Illuminate\Contracts\Foundation\Application  $app
     * @return void
     */
    public function bootstrap(Application $app)
    {
        Facade::clearResolvedInstances();
 
        Facade::setFacadeApplication($app);
 
        AliasLoader::getInstance(array_merge(
            $app->make('config')->get('app.aliases', []),
            $app->make(PackageManifest::class)->aliases()
        ))->register();
    }
}
 
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
    {
        $this->register(new EventServiceProvider($this));
        $this->register(new LogServiceProvider($this));
        $this->register(new RoutingServiceProvider($this));
    }
 
    /**
     * Run the given array of bootstrap classes.
     *
     * @param  string[]  $bootstrappers
     * @return void
     */
    public function bootstrapWith(array $bootstrappers)
    {
        $this->hasBeenBootstrapped = true;
 
        foreach ($bootstrappers as $bootstrapper) {
            $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
 
            $this->make($bootstrapper)->bootstrap($this);
 
            $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
        }
    }
 
    /**
     * Register a callback to run after loading the environment.
     *
     * @param  \Closure  $callback
     * @return void
     */
    public function afterLoadingEnvironment(Closure $callback)
    {
        return $this->afterBootstrapping(
            LoadEnvironmentVariables::class, $callback
        );
    }
 
    /**
     * Register a callback to run before a bootstrapper.
Arguments
  1. Application {#2}
    
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
 
        Facade::clearResolvedInstance('request');
 
        $this->bootstrap();
 
        return (new Pipeline($this->app))
                    ->send($request)
                    ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
                    ->then($this->dispatchToRouter());
    }
 
    /**
     * Bootstrap the application for HTTP requests.
     *
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
     * Get the route dispatcher callback.
     *
     * @return \Closure
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
Arguments
  1. array:6 [
      0 => "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables"
      1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
      2 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
      3 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
      4 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
      5 => "Illuminate\Foundation\Bootstrap\BootProviders"
    ]
    
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
        $this->app['events']->dispatch(
            new Events\RequestHandled($request, $response)
        );
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    protected function sendRequestThroughRouter($request)
    {
        $this->app->instance('request', $request);
 
        Facade::clearResolvedInstance('request');
 
        $this->bootstrap();
 
        return (new Pipeline($this->app))
                    ->send($request)
                    ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
                    ->then($this->dispatchToRouter());
    }
 
    /**
     * Bootstrap the application for HTTP requests.
     *
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
/home/wg19pro/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
            $router->middlewareGroup($key, $middleware);
        }
 
        foreach ($this->routeMiddleware as $key => $middleware) {
            $router->aliasMiddleware($key, $middleware);
        }
    }
 
    /**
     * Handle an incoming HTTP request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    public function handle($request)
    {
        try {
            $request->enableHttpMethodParameterOverride();
 
            $response = $this->sendRequestThroughRouter($request);
        } catch (Exception $e) {
            $this->reportException($e);
 
            $response = $this->renderException($request, $e);
        } catch (Throwable $e) {
            $this->reportException($e = new FatalThrowableError($e));
 
            $response = $this->renderException($request, $e);
        }
 
        $this->app['events']->dispatch(
            new Events\RequestHandled($request, $response)
        );
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
Arguments
  1. Request {#51
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {#53}
      +request: ParameterBag {#59}
      +query: ParameterBag {#59}
      +server: ServerBag {#55}
      +files: FileBag {#56}
      +cookies: ParameterBag {#54}
      +headers: HeaderBag {#57}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: null
      #requestUri: null
      #baseUrl: null
      #basePath: null
      #method: null
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      pathInfo: "/industry"
      requestUri: "/industry"
      baseUrl: ""
      basePath: ""
      method: "GET"
      format: "html"
    }
    
/home/wg19pro/public_html/index.php
*/
 
$app = require_once __DIR__.'/../bootstrap/app.php';
 
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Request {#51
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {#53}
      +request: ParameterBag {#59}
      +query: ParameterBag {#59}
      +server: ServerBag {#55}
      +files: FileBag {#56}
      +cookies: ParameterBag {#54}
      +headers: HeaderBag {#57}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: null
      #requestUri: null
      #baseUrl: null
      #basePath: null
      #method: null
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      pathInfo: "/industry"
      requestUri: "/industry"
      baseUrl: ""
      basePath: ""
      method: "GET"
      format: "html"
    }
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
USER
"wg19pro"
HOME
"/home/wg19pro"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/industry"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.1"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_URL
"/industry"
REMOTE_PORT
"39834"
SCRIPT_FILENAME
"/home/wg19pro/public_html/index.php"
SERVER_ADMIN
"webmaster@wixgarage.com"
CONTEXT_DOCUMENT_ROOT
"/home/wg19pro/public_html"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/home/wg19pro/public_html"
REMOTE_ADDR
"52.54.111.228"
SERVER_PORT
"443"
SERVER_ADDR
"67.227.152.123"
SERVER_NAME
"www.wixgarage.com"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
""
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
HTTP_X_HTTPS
"1"
HTTP_HOST
"www.wixgarage.com"
HTTP_REFERER
"http://wixgarage.com/industry"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
proxy-nokeepalive
"1"
SSL_TLS_SNI
"www.wixgarage.com"
HTTPS
"on"
SCRIPT_URI
"https://www.wixgarage.com/industry"
SCRIPT_URL
"/industry"
UNIQUE_ID
"ZgWnspzUZY01bvu4MJ99DAAAAEs"
REDIRECT_STATUS
"200"
REDIRECT_SSL_TLS_SNI
"www.wixgarage.com"
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.wixgarage.com/industry"
REDIRECT_SCRIPT_URL
"/industry"
REDIRECT_UNIQUE_ID
"ZgWnspzUZY01bvu4MJ99DAAAAEs"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711646642.5765
REQUEST_TIME
1711646642
argv
[]
argc
0
APP_NAME
"WIX Garage"
APP_ENV
"production"
APP_KEY
"base64:bjgWwNHzkvTFVmGNFclvnvcB+wsR9KgcfUChVkS0h98="
APP_DEBUG
"true"
APP_URL
"https://www.wixgarage.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"wg19pro_db"
DB_USERNAME
"wg19pro_user"
DB_PASSWORD
"xv*jB46%7xXBwyHTTxot}jToiu3As#s.e7H"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
Key Value
APP_NAME
"WIX Garage"
APP_ENV
"production"
APP_KEY
"base64:bjgWwNHzkvTFVmGNFclvnvcB+wsR9KgcfUChVkS0h98="
APP_DEBUG
"true"
APP_URL
"https://www.wixgarage.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"wg19pro_db"
DB_USERNAME
"wg19pro_user"
DB_PASSWORD
"xv*jB46%7xXBwyHTTxot}jToiu3As#s.e7H"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
0. Whoops\Handler\PrettyPageHandler