ErrorException (E_NOTICE)
Undefined index: name ErrorException thrown with message "Undefined index: name" Stacktrace: #11 ErrorException in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:122 #10 Illuminate\Foundation\Bootstrap\HandleExceptions:handleError in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:122 #9 Illuminate\Foundation\PackageManifest:Illuminate\Foundation\{closure} in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1197 #8 Illuminate\Support\Collection:mapWithKeys in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:123 #7 Illuminate\Foundation\PackageManifest:build in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:97 #6 Illuminate\Foundation\PackageManifest:getManifest in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:80 #5 Illuminate\Foundation\PackageManifest:aliases in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php:26 #4 Illuminate\Foundation\Bootstrap\RegisterFacades:bootstrap in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:210 #3 Illuminate\Foundation\Application:bootstrapWith in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:162 #2 Illuminate\Foundation\Http\Kernel:bootstrap in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:146 #1 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in /var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 #0 Illuminate\Foundation\Http\Kernel:handle in /var/www/vhosts/gefsgp.kz/httpdocs/public/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.php1197
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.php210
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/index.php55
/var/www/vhosts/gefsgp.kz/httpdocs/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"
    
/var/www/vhosts/gefsgp.kz/httpdocs/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. "/var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php"
    
  4. 122
    
  5. array:1 [
      "package" => array:134 [
        0 => array:16 [
          "name" => "almasaeed2010/adminlte"
          "version" => "v2.4.3"
          "version_normalized" => "2.4.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2018-02-04T12:54:57+00:00"
          "type" => "template"
          "installation-source" => "dist"
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3"
          "homepage" => "https://adminlte.io/"
          "keywords" => array:9 [ …9]
          "install-path" => "../almasaeed2010/adminlte"
        ]
        1 => array:18 [
          "name" => "artesaos/seotools"
          "version" => "v0.18.0"
          "version_normalized" => "0.18.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:2 [ …2]
          "time" => "2020-06-19T22:31: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:1 [ …1]
          "description" => "SEO Tools for Laravel and Lumen"
          "keywords" => array:8 [ …8]
          "install-path" => "../artesaos/seotools"
        ]
        2 => array:20 [
          "name" => "aws/aws-sdk-php"
          "version" => "3.112.0"
          "version_normalized" => "3.112.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:8 [ …8]
          "require-dev" => array:12 [ …12]
          "suggest" => array:5 [ …5]
          "time" => "2019-09-12T18:09:53+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:1 [ …1]
          "description" => "AWS SDK for PHP - Use Amazon Web Services in your PHP project"
          "homepage" => "http://aws.amazon.com/sdkforphp"
          "keywords" => array:8 [ …8]
          "install-path" => "../aws/aws-sdk-php"
        ]
        3 => array:19 [
          "name" => "backpack/base"
          "version" => "1.1.5"
          "version_normalized" => "1.1.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:5 [ …5]
          "time" => "2019-06-24T05:07:31+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Laravel Backpack's base package, which offers admin authentication and a blank admin panel using AdminLTE"
          "homepage" => "https://github.com/laravel-backpack/base"
          "keywords" => array:2 [ …2]
          "install-path" => "../backpack/base"
        ]
        4 => array:19 [
          "name" => "backpack/crud"
          "version" => "3.6.21"
          "version_normalized" => "3.6.21.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:5 [ …5]
          "time" => "2019-05-16T08:19:45+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes."
          "homepage" => "https://github.com/laravel-backpack/CRUD"
          "keywords" => array:10 [ …10]
          "install-path" => "../backpack/crud"
        ]
        5 => array:19 [
          "name" => "backpack/generators"
          "version" => "1.2.7"
          "version_normalized" => "1.2.7.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2019-02-27T20:03:32+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Generate files for laravel projects"
          "homepage" => "https://github.com/laravel-backpack/generators"
          "keywords" => array:5 [ …5]
          "install-path" => "../backpack/generators"
        ]
        6 => array:19 [
          "name" => "backpack/langfilemanager"
          "version" => "1.0.26"
          "version_normalized" => "1.0.26.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2019-05-08T13:56:38+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "An interface to edit language files, for Laravel Backpack."
          "homepage" => "https://github.com/laravel-backpack/langfilemanager"
          "keywords" => array:14 [ …14]
          "install-path" => "../backpack/langfilemanager"
        ]
        7 => array:19 [
          "name" => "backpack/menucrud"
          "version" => "1.0.13"
          "version_normalized" => "1.0.13.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:3 [ …3]
          "time" => "2017-11-29T11:21:55+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "An admin panel for menu items, using Backpack\CRUD on Laravel 5."
          "homepage" => "https://github.com/backpack/MenuCRUD"
          "keywords" => array:2 [ …2]
          "install-path" => "../backpack/menucrud"
        ]
        8 => array:19 [
          "name" => "backpack/newscrud"
          "version" => "2.1.10"
          "version_normalized" => "2.1.10.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:3 [ …3]
          "time" => "2019-03-12T08:31:58+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "An admin panel for news with categories and tags, using Backpack\CRUD on Laravel 5."
          "homepage" => "https://github.com/Laravel-Backpack/NewsCRUD"
          "keywords" => array:2 [ …2]
          "install-path" => "../backpack/newscrud"
        ]
        9 => array:19 [
          "name" => "backpack/pagemanager"
          "version" => "1.1.28"
          "version_normalized" => "1.1.28.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:3 [ …3]
          "time" => "2019-02-27T18:07:35+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Create admin panels for presentation websites on Laravel, using page templates and Backpack\CRUD."
          "homepage" => "https://github.com/laravel-backpack/PageManager"
          "keywords" => array:11 [ …11]
          "install-path" => "../backpack/pagemanager"
        ]
        10 => array:19 [
          "name" => "backpack/settings"
          "version" => "2.1.3"
          "version_normalized" => "2.1.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2019-03-12T07:26:44+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Application settings interface for Laravel 5 using Backpack CRUD."
          "homepage" => "https://github.com/laravel-backpack/settings"
          "keywords" => array:9 [ …9]
          "install-path" => "../backpack/settings"
        ]
        11 => array:18 [
          "name" => "barryvdh/elfinder-flysystem-driver"
          "version" => "v0.2.1"
          "version_normalized" => "0.2.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "suggest" => array:1 [ …1]
          "time" => "2017-07-08T17:59:38+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:1 [ …1]
          "description" => "A Flysystem Driver for elFinder"
          "keywords" => array:3 [ …3]
          "install-path" => "../barryvdh/elfinder-flysystem-driver"
        ]
        12 => array:17 [
          "name" => "barryvdh/laravel-elfinder"
          "version" => "v0.4.2"
          "version_normalized" => "0.4.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:6 [ …6]
          "time" => "2019-02-26T20:36:33+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "A Laravel Package to integrate elFinder 2"
          "keywords" => array:4 [ …4]
          "install-path" => "../barryvdh/laravel-elfinder"
        ]
        13 => array:19 [
          "name" => "beyondcode/laravel-dump-server"
          "version" => "1.2.2"
          "version_normalized" => "1.2.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:2 [ …2]
          "time" => "2018-10-04T07:22:24+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:1 [ …1]
          "description" => "Symfony Var-Dump Server for Laravel"
          "homepage" => "https://github.com/beyondcode/laravel-dump-server"
          "keywords" => array:2 [ …2]
          "install-path" => "../beyondcode/laravel-dump-server"
        ]
        14 => array:15 [
          "name" => "ckfinder/ckfinder-laravel-package"
          "version" => "v3.5.1"
          "version_normalized" => "3.5.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:8 [ …8]
          "time" => "2019-09-06T08:55:03+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]
          "description" => "CKFinder 3 package for Laravel"
          "install-path" => "../ckfinder/ckfinder-laravel-package"
        ]
        15 => array:17 [
          "name" => "cocur/slugify"
          "version" => "v3.2"
          "version_normalized" => "3.2.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:17 [ …17]
          "time" => "2019-01-31T20:38:55+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "Converts a string into a slug."
          "keywords" => array:2 [ …2]
          "install-path" => "../cocur/slugify"
        ]
        16 => array:22 [
          "name" => "composer/installers"
          "version" => "1.x-dev"
          "version_normalized" => "1.9999999.9999999.9999999-dev"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "replace" => array:2 [ …2]
          "require-dev" => array:6 [ …6]
          "time" => "2022-03-15T21:23:54+00:00"
          "type" => "composer-plugin"
          "extra" => array:3 [ …3]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "A multi-framework Composer library installer"
          "homepage" => "https://composer.github.io/installers/"
          "keywords" => array:75 [ …75]
          "support" => array:2 [ …2]
          "funding" => array:3 [ …3]
          "install-path" => "./installers"
        ]
        17 => array:17 [
          "name" => "creativeorange/gravatar"
          "version" => "v1.0.12"
          "version_normalized" => "1.0.12.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "time" => "2019-06-03T08:45:09+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" => "Gravatar for Laravel 5.0.x through 5.5.x package for retrieving gravatar image URLs or checking the existance of an image."
          "keywords" => array:3 [ …3]
          "install-path" => "../creativeorange/gravatar"
        ]
        18 => array:19 [
          "name" => "cviebrock/eloquent-sluggable"
          "version" => "4.8.0"
          "version_normalized" => "4.8.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:5 [ …5]
          "time" => "2019-03-01T05:04: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" => "Easy creation of slugs for your Eloquent models in Laravel 5."
          "homepage" => "https://github.com/cviebrock/eloquent-sluggable"
          "keywords" => array:6 [ …6]
          "install-path" => "../cviebrock/eloquent-sluggable"
        ]
        19 => array:15 [
          "name" => "dnoegel/php-xdg-base-dir"
          "version" => "0.1"
          "version_normalized" => "0.1.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2014-10-24T07:27:01+00:00"
          "type" => "project"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "description" => "implementation of xdg base directory specification for php"
          "install-path" => "../dnoegel/php-xdg-base-dir"
        ]
        20 => array:21 [
          "name" => "doctrine/cache"
          "version" => "v1.8.0"
          "version_normalized" => "1.8.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "conflict" => array:1 [ …1]
          "require-dev" => array:5 [ …5]
          "suggest" => array:1 [ …1]
          "time" => "2018-08-21T18:01: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" => "Caching library offering an object-oriented API for many cache backends"
          "homepage" => "https://www.doctrine-project.org"
          "keywords" => array:2 [ …2]
          "install-path" => "../doctrine/cache"
        ]
        21 => array:21 [
          "name" => "doctrine/dbal"
          "version" => "v2.9.2"
          "version_normalized" => "2.9.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:6 [ …6]
          "suggest" => array:1 [ …1]
          "time" => "2018-12-31T03:27:51+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:4 [ …4]
          "description" => "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management."
          "homepage" => "https://www.doctrine-project.org/projects/dbal.html"
          "keywords" => array:8 [ …8]
          "install-path" => "../doctrine/dbal"
        ]
        22 => array:20 [
          "name" => "doctrine/event-manager"
          "version" => "v1.0.0"
          "version_normalized" => "1.0.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "conflict" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2018-06-11T11:59:03+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:6 [ …6]
          "description" => "Doctrine Event Manager component"
          "homepage" => "https://www.doctrine-project.org/projects/event-manager.html"
          "keywords" => array:3 [ …3]
          "install-path" => "../doctrine/event-manager"
        ]
        23 => array:19 [
          "name" => "doctrine/inflector"
          "version" => "v1.3.0"
          "version_normalized" => "1.3.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2018-01-09T20:05: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:5 [ …5]
          "description" => "Common String Manipulations with regard to casing and singular/plural rules."
          "homepage" => "http://www.doctrine-project.org"
          "keywords" => array:4 [ …4]
          "install-path" => "../doctrine/inflector"
        ]
        24 => array:19 [
          "name" => "doctrine/instantiator"
          "version" => "1.2.0"
          "version_normalized" => "1.2.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:7 [ …7]
          "time" => "2019-03-17T17:37:11+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" => "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 [ …2]
          "install-path" => "../doctrine/instantiator"
        ]
        25 => array:19 [
          "name" => "doctrine/lexer"
          "version" => "1.0.2"
          "version_normalized" => "1.0.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-06-08T11:03: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:3 [ …3]
          "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 [ …5]
          "install-path" => "../doctrine/lexer"
        ]
        26 => array:18 [
          "name" => "dragonmantank/cron-expression"
          "version" => "v2.3.0"
          "version_normalized" => "2.3.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-03-31T00:38:28+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" => "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due"
          "keywords" => array:2 [ …2]
          "install-path" => "../dragonmantank/cron-expression"
        ]
        27 => array:20 [
          "name" => "egulias/email-validator"
          "version" => "2.1.9"
          "version_normalized" => "2.1.9.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:3 [ …3]
          "suggest" => array:1 [ …1]
          "time" => "2019-06-23T10:14: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" => "A library for validating emails against several RFCs"
          "homepage" => "https://github.com/egulias/EmailValidator"
          "keywords" => array:5 [ …5]
          "install-path" => "../egulias/email-validator"
        ]
        28 => array:18 [
          "name" => "erusev/parsedown"
          "version" => "1.7.3"
          "version_normalized" => "1.7.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2019-03-17T18:48:37+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" => "Parser for Markdown."
          "homepage" => "http://parsedown.org"
          "keywords" => array:2 [ …2]
          "install-path" => "../erusev/parsedown"
        ]
        29 => array:18 [
          "name" => "fideloper/proxy"
          "version" => "4.1.0"
          "version_normalized" => "4.1.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:3 [ …3]
          "time" => "2019-01-10T14:06:47+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" => "Set trusted proxies for Laravel"
          "keywords" => array:3 [ …3]
          "install-path" => "../fideloper/proxy"
        ]
        30 => array:20 [
          "name" => "filp/whoops"
          "version" => "2.4.0"
          "version_normalized" => "2.4.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:3 [ …3]
          "suggest" => array:2 [ …2]
          "time" => "2019-06-23T09:00:00+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" => "php error handling for cool kids"
          "homepage" => "https://filp.github.io/whoops/"
          "keywords" => array:6 [ …6]
          "install-path" => "../filp/whoops"
        ]
        31 => array:18 [
          "name" => "fzaninotto/faker"
          "version" => "v1.8.0"
          "version_normalized" => "1.8.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:3 [ …3]
          "time" => "2018-07-12T10:23: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" => "Faker is a PHP library that generates fake data for you."
          "keywords" => array:3 [ …3]
          "install-path" => "../fzaninotto/faker"
        ]
        32 => array:18 [
          "name" => "graham-campbell/guzzle-factory"
          "version" => "v3.0.2"
          "version_normalized" => "3.0.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:2 [ …2]
          "time" => "2019-08-23T13:19:30+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 Simple Guzzle Factory With Good Defaults"
          "keywords" => array:6 [ …6]
          "install-path" => "../graham-campbell/guzzle-factory"
        ]
        33 => array:20 [
          "name" => "guzzlehttp/guzzle"
          "version" => "6.3.3"
          "version_normalized" => "6.3.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:3 [ …3]
          "suggest" => array:1 [ …1]
          "time" => "2018-04-22T15:46:56+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:1 [ …1]
          "description" => "Guzzle is a PHP HTTP client library"
          "homepage" => "http://guzzlephp.org/"
          "keywords" => array:7 [ …7]
          "install-path" => "../guzzlehttp/guzzle"
        ]
        34 => array:18 [
          "name" => "guzzlehttp/promises"
          "version" => "v1.3.1"
          "version_normalized" => "1.3.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2016-12-20T10:07: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:1 [ …1]
          "description" => "Guzzle promises library"
          "keywords" => array:1 [ …1]
          "install-path" => "../guzzlehttp/promises"
        ]
        35 => array:19 [
          "name" => "guzzlehttp/psr7"
          "version" => "1.5.2"
          "version_normalized" => "1.5.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "provide" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2018-12-04T20:46: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" => "PSR-7 message implementation that also provides common utility methods"
          "keywords" => array:8 [ …8]
          "install-path" => "../guzzlehttp/psr7"
        ]
        36 => array:18 [
          "name" => "hamcrest/hamcrest-php"
          "version" => "v2.0.0"
          "version_normalized" => "2.0.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "replace" => array:3 [ …3]
          "require-dev" => array:3 [ …3]
          "time" => "2016-01-20T08:20:44+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]
          "description" => "This is the PHP port of Hamcrest Matchers"
          "keywords" => array:1 [ …1]
          "install-path" => "../hamcrest/hamcrest-php"
        ]
        37 => array:20 [
          "name" => "intervention/image"
          "version" => "2.5.0"
          "version_normalized" => "2.5.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "suggest" => array:3 [ …3]
          "time" => "2019-06-24T14:06:31+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Image handling and manipulation library with support for Laravel integration"
          "homepage" => "http://image.intervention.io/"
          "keywords" => array:6 [ …6]
          "install-path" => "../intervention/image"
        ]
        38 => array:16 [
          "name" => "jakub-onderka/php-console-color"
          "version" => "v0.2"
          "version_normalized" => "0.2.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:5 [ …5]
          "time" => "2018-09-29T17:23:10+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]
          "abandoned" => "php-parallel-lint/php-console-color"
          "install-path" => "../jakub-onderka/php-console-color"
        ]
        39 => array:17 [
          "name" => "jakub-onderka/php-console-highlighter"
          "version" => "v0.4"
          "version_normalized" => "0.4.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:5 [ …5]
          "time" => "2018-09-29T18:48:56+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" => "Highlight PHP code in terminal"
          "abandoned" => "php-parallel-lint/php-console-highlighter"
          "install-path" => "../jakub-onderka/php-console-highlighter"
        ]
        40 => array:19 [
          "name" => "jenssegers/date"
          "version" => "v3.5.0"
          "version_normalized" => "3.5.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "time" => "2019-03-10T08:50:58+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "A date library to help you work with dates in different languages"
          "homepage" => "https://github.com/jenssegers/date"
          "keywords" => array:7 [ …7]
          "install-path" => "../jenssegers/date"
        ]
        41 => array:18 [
          "name" => "laracasts/generators"
          "version" => "dev-master"
          "version_normalized" => "dev-master"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2018-05-07T06:29:34+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" => "Extend Laravel 5's generators."
          "keywords" => array:2 [ …2]
          "install-path" => "../laracasts/generators"
        ]
        42 => array:22 [
          "name" => "laravel/framework"
          "version" => "v5.8.26"
          "version_normalized" => "5.8.26.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:26 [ …26]
          "conflict" => array:1 [ …1]
          "replace" => array:28 [ …28]
          "require-dev" => array:14 [ …14]
          "suggest" => array:21 [ …21]
          "time" => "2019-06-25T16:20:51+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:1 [ …1]
          "description" => "The Laravel Framework."
          "homepage" => "https://laravel.com"
          "keywords" => array:2 [ …2]
          "install-path" => "../laravel/framework"
        ]
        43 => array:19 [
          "name" => "laravel/tinker"
          "version" => "v1.0.8"
          "version_normalized" => "1.0.8.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:6 [ …6]
          "require-dev" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2018-10-12T19:39:35+00:00"
          "type" => "library"
          "extra" => array:2 [ …2]
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "Powerful REPL for the Laravel framework."
          "keywords" => array:4 [ …4]
          "install-path" => "../laravel/tinker"
        ]
        44 => array:20 [
          "name" => "league/flysystem"
          "version" => "1.0.53"
          "version_normalized" => "1.0.53.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "conflict" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "suggest" => array:14 [ …14]
          "time" => "2019-06-18T20:09: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" => "Filesystem abstraction: Many filesystems, one API."
          "keywords" => array:17 [ …17]
          "install-path" => "../league/flysystem"
        ]
        45 => array:17 [
          "name" => "league/flysystem-aws-s3-v3"
          "version" => "1.0.23"
          "version_normalized" => "1.0.23.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "time" => "2019-06-05T17:18: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" => "Flysystem adapter for the AWS S3 SDK v3.x"
          "install-path" => "../league/flysystem-aws-s3-v3"
        ]
        46 => array:17 [
          "name" => "league/flysystem-cached-adapter"
          "version" => "1.0.9"
          "version_normalized" => "1.0.9.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:5 [ …5]
          "suggest" => array:1 [ …1]
          "time" => "2018-07-09T20:51:04+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" => "An adapter decorator to enable meta-data caching."
          "install-path" => "../league/flysystem-cached-adapter"
        ]
        47 => array:19 [
          "name" => "league/glide"
          "version" => "1.5.0"
          "version_normalized" => "1.5.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:3 [ …3]
          "time" => "2019-04-03T23:46: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" => "Wonderfully easy on-demand image manipulation library with an HTTP based API."
          "homepage" => "http://glide.thephpleague.com"
          "keywords" => array:8 [ …8]
          "install-path" => "../league/glide"
        ]
        48 => array:20 [
          "name" => "mcamara/laravel-localization"
          "version" => "1.3.19"
          "version_normalized" => "1.3.19.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2019-03-05T15:37:01+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:1 [ …1]
          "description" => "Easy localization for Laravel"
          "homepage" => "https://github.com/mcamara/laravel-localization"
          "keywords" => array:3 [ …3]
          "install-path" => "../mcamara/laravel-localization"
        ]
        49 => array:19 [
          "name" => "mockery/mockery"
          "version" => "1.2.2"
          "version_normalized" => "1.2.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:1 [ …1]
          "time" => "2019-02-13T09:37:52+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" => "Mockery is a simple yet flexible PHP mock object framework"
          "homepage" => "https://github.com/mockery/mockery"
          "keywords" => array:10 [ …10]
          "install-path" => "../mockery/mockery"
        ]
        50 => array:21 [
          "name" => "monolog/monolog"
          "version" => "1.24.0"
          "version_normalized" => "1.24.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "provide" => array:1 [ …1]
          "require-dev" => array:11 [ …11]
          "suggest" => array:11 [ …11]
          "time" => "2018-11-05T09:00:11+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" => "Sends your logs to files, sockets, inboxes, databases and various web services"
          "homepage" => "http://github.com/Seldaek/monolog"
          "keywords" => array:3 [ …3]
          "install-path" => "../monolog/monolog"
        ]
        51 => array:19 [
          "name" => "mtdowling/jmespath.php"
          "version" => "2.4.0"
          "version_normalized" => "2.4.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2016-12-03T22:08:25+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" => "Declaratively specify how to extract elements from a JSON document"
          "keywords" => array:2 [ …2]
          "install-path" => "../mtdowling/jmespath.php"
        ]
        52 => array:17 [
          "name" => "myclabs/deep-copy"
          "version" => "1.9.1"
          "version_normalized" => "1.9.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "replace" => array:1 [ …1]
          "require-dev" => array:3 [ …3]
          "time" => "2019-04-07T13:18:21+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:2 [ …2]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "description" => "Create deep copies (clones) of your objects"
          "keywords" => array:5 [ …5]
          "install-path" => "../myclabs/deep-copy"
        ]
        53 => array:19 [
          "name" => "nesbot/carbon"
          "version" => "2.20.0"
          "version_normalized" => "2.20.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:6 [ …6]
          "time" => "2019-06-25T10:00: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:1 [ …1]
          "description" => "A simple API extension for DateTime."
          "homepage" => "http://carbon.nesbot.com"
          "keywords" => array:3 [ …3]
          "install-path" => "../nesbot/carbon"
        ]
        54 => array:15 [
          "name" => "nicmart/tree"
          "version" => "v0.2.7"
          "version_normalized" => "0.2.7.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2015-08-20T20:50:35+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 basic but flexible php tree data structure and a fluent tree builder implementation."
          "install-path" => "../nicmart/tree"
        ]
        55 => array:19 [
          "name" => "nikic/php-parser"
          "version" => "v4.2.2"
          "version_normalized" => "4.2.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2019-05-25T20:07:01+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" => "A PHP parser written in PHP"
          "keywords" => array:2 [ …2]
          "install-path" => "../nikic/php-parser"
        ]
        56 => array:18 [
          "name" => "nunomaduro/collision"
          "version" => "v2.1.1"
          "version_normalized" => "2.1.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:4 [ …4]
          "time" => "2018-11-21T21:40:54+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" => "Cli error handling for console/command-line PHP applications."
          "keywords" => array:10 [ …10]
          "install-path" => "../nunomaduro/collision"
        ]
        57 => array:19 [
          "name" => "opis/closure"
          "version" => "3.3.0"
          "version_normalized" => "3.3.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2019-05-31T20:04:32+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 that can be used to serialize closures (anonymous functions) and arbitrary objects."
          "homepage" => "https://opis.io/closure"
          "keywords" => array:6 [ …6]
          "install-path" => "../opis/closure"
        ]
        58 => array:17 [
          "name" => "paragonie/random_compat"
          "version" => "v9.99.99"
          "version_normalized" => "9.99.99.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2018-07-02T15:55:56+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:1 [ …1]
          "description" => "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7"
          "keywords" => array:4 [ …4]
          "install-path" => "../paragonie/random_compat"
        ]
        59 => array:16 [
          "name" => "phar-io/manifest"
          "version" => "1.0.3"
          "version_normalized" => "1.0.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "time" => "2018-07-08T19:23:20+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" => "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
          "install-path" => "../phar-io/manifest"
        ]
        60 => array:15 [
          "name" => "phar-io/version"
          "version" => "2.0.1"
          "version_normalized" => "2.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2018-07-08T19:19:57+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:3 [ …3]
          "description" => "Library for handling version information and constraints"
          "install-path" => "../phar-io/version"
        ]
        61 => array:19 [
          "name" => "phpdocumentor/reflection-common"
          "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-09-11T18:02: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:1 [ …1]
          "description" => "Common reflection classes used by phpdocumentor to reflect the code structure"
          "homepage" => "http://www.phpdoc.org"
          "keywords" => array:5 [ …5]
          "install-path" => "../phpdocumentor/reflection-common"
        ]
        62 => array:17 [
          "name" => "phpdocumentor/reflection-docblock"
          "version" => "4.3.1"
          "version_normalized" => "4.3.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:3 [ …3]
          "time" => "2019-04-30T17:48:53+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" => "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"
        ]
        63 => array:16 [
          "name" => "phpdocumentor/type-resolver"
          "version" => "0.4.0"
          "version_normalized" => "0.4.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:2 [ …2]
          "time" => "2017-07-14T14:27:02+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]
          "install-path" => "../phpdocumentor/type-resolver"
        ]
        64 => array:18 [
          "name" => "phpoption/phpoption"
          "version" => "1.5.0"
          "version_normalized" => "1.5.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2015-07-25T16:39: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:1 [ …1]
          "description" => "Option Type for PHP"
          "keywords" => array:4 [ …4]
          "install-path" => "../phpoption/phpoption"
        ]
        65 => array:19 [
          "name" => "phpspec/prophecy"
          "version" => "1.8.1"
          "version_normalized" => "1.8.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:5 [ …5]
          "require-dev" => array:2 [ …2]
          "time" => "2019-06-13T12:50:23+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" => "Highly opinionated mocking framework for PHP 5.3+"
          "homepage" => "https://github.com/phpspec/prophecy"
          "keywords" => array:6 [ …6]
          "install-path" => "../phpspec/prophecy"
        ]
        66 => array:20 [
          "name" => "phpunit/php-code-coverage"
          "version" => "6.1.4"
          "version_normalized" => "6.1.4.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:10 [ …10]
          "require-dev" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2018-10-31T16:06:48+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 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"
        ]
        67 => 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"
        ]
        68 => 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"
        ]
        69 => 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"
        ]
        70 => array:19 [
          "name" => "phpunit/php-token-stream"
          "version" => "3.0.1"
          "version_normalized" => "3.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2018-10-30T05:52:18+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"
        ]
        71 => array:22 [
          "name" => "phpunit/phpunit"
          "version" => "7.5.13"
          "version_normalized" => "7.5.13.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:23 [ …23]
          "conflict" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "suggest" => array:3 [ …3]
          "time" => "2019-06-19T12:01:51+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"
        ]
        72 => array:19 [
          "name" => "pimple/pimple"
          "version" => "v3.2.3"
          "version_normalized" => "3.2.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:1 [ …1]
          "time" => "2018-01-21T07:42:36+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" => "Pimple, a simple Dependency Injection Container"
          "homepage" => "http://pimple.sensiolabs.org"
          "keywords" => array:2 [ …2]
          "install-path" => "../pimple/pimple"
        ]
        73 => array:18 [
          "name" => "prologue/alerts"
          "version" => "0.4.3"
          "version_normalized" => "0.4.3.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:2 [ …2]
          "time" => "2019-01-22T07:44: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" => "Prologue Alerts is a package that handles global site messages."
          "keywords" => array:3 [ …3]
          "install-path" => "../prologue/alerts"
        ]
        74 => array:17 [
          "name" => "psr/cache"
          "version" => "1.0.1"
          "version_normalized" => "1.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2016-08-06T20:24:11+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 caching libraries"
          "keywords" => array:3 [ …3]
          "install-path" => "../psr/cache"
        ]
        75 => 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"
        ]
        76 => array:18 [
          "name" => "psr/http-message"
          "version" => "1.0.1"
          "version_normalized" => "1.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2016-08-06T14:39:51+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 HTTP messages"
          "homepage" => "https://github.com/php-fig/http-message"
          "keywords" => array:6 [ …6]
          "install-path" => "../psr/http-message"
        ]
        77 => 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"
        ]
        78 => 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"
        ]
        79 => 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"
        ]
        80 => array:16 [
          "name" => "ralouphie/getallheaders"
          "version" => "2.0.5"
          "version_normalized" => "2.0.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2016-02-11T07:05:27+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 polyfill for getallheaders."
          "install-path" => "../ralouphie/getallheaders"
        ]
        81 => 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"
        ]
        82 => 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"
        ]
        83 => 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"
        ]
        84 => 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"
        ]
        85 => 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"
        ]
        86 => array:19 [
          "name" => "sebastian/exporter"
          "version" => "3.1.0"
          "version_normalized" => "3.1.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:2 [ …2]
          "time" => "2017-04-03T13:19:02+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"
        ]
        87 => array:20 [
          "name" => "sebastian/global-state"
          "version" => "2.0.0"
          "version_normalized" => "2.0.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2017-04-27T15:39: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" => "Snapshotting of global state"
          "homepage" => "http://www.github.com/sebastianbergmann/global-state"
          "keywords" => array:1 [ …1]
          "install-path" => "../sebastian/global-state"
        ]
        88 => 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"
        ]
        89 => 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"
        ]
        90 => 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"
        ]
        91 => 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"
        ]
        92 => 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"
        ]
        93 => array:18 [
          "name" => "spatie/browsershot"
          "version" => "3.33.1"
          "version_normalized" => "3.33.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:2 [ …2]
          "time" => "2019-11-24T12:33:08+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" => "Convert a webpage to an image or pdf using headless Chrome"
          "homepage" => "https://github.com/spatie/browsershot"
          "keywords" => array:8 [ …8]
          "install-path" => "../spatie/browsershot"
        ]
        94 => array:19 [
          "name" => "spatie/crawler"
          "version" => "4.6.5"
          "version_normalized" => "4.6.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:8 [ …8]
          "require-dev" => array:2 [ …2]
          "time" => "2019-11-23T19:49: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" => "Crawl all internal links found on a website"
          "homepage" => "https://github.com/spatie/crawler"
          "keywords" => array:4 [ …4]
          "install-path" => "../spatie/crawler"
        ]
        95 => array:18 [
          "name" => "spatie/dropbox-api"
          "version" => "1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:1 [ …1]
          "time" => "2019-07-04T19:04:14+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:2 [ …2]
          "description" => "A minimal implementation of Dropbox API v2"
          "homepage" => "https://github.com/spatie/dropbox-api"
          "keywords" => array:5 [ …5]
          "install-path" => "../spatie/dropbox-api"
        ]
        96 => array:18 [
          "name" => "spatie/flysystem-dropbox"
          "version" => "1.1.0"
          "version_normalized" => "1.1.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:1 [ …1]
          "time" => "2019-05-30T10:34:25+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" => "Flysystem Adapter for the Dropbox v2 API"
          "homepage" => "https://github.com/spatie/flysystem-dropbox"
          "keywords" => array:6 [ …6]
          "install-path" => "../spatie/flysystem-dropbox"
        ]
        97 => array:18 [
          "name" => "spatie/image"
          "version" => "1.7.5"
          "version_normalized" => "1.7.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:6 [ …6]
          "require-dev" => array:3 [ …3]
          "time" => "2019-11-23T17:56: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" => "Manipulate images with an expressive API"
          "homepage" => "https://github.com/spatie/image"
          "keywords" => array:2 [ …2]
          "install-path" => "../spatie/image"
        ]
        98 => array:18 [
          "name" => "spatie/image-optimizer"
          "version" => "1.2.1"
          "version_normalized" => "1.2.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:2 [ …2]
          "time" => "2019-11-25T12:29:24+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" => "Easily optimize images using PHP"
          "homepage" => "https://github.com/spatie/image-optimizer"
          "keywords" => array:2 [ …2]
          "install-path" => "../spatie/image-optimizer"
        ]
        99 => array:19 [
          "name" => "spatie/laravel-sitemap"
          "version" => "5.5.0"
          "version_normalized" => "5.5.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:4 [ …4]
          "require-dev" => array:4 [ …4]
          "time" => "2019-09-24T11:34:59+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" => "Create and generate sitemaps with ease"
          "homepage" => "https://github.com/spatie/laravel-sitemap"
          "keywords" => array:2 [ …2]
          "install-path" => "../spatie/laravel-sitemap"
        ]
        100 => array:18 [
          "name" => "spatie/laravel-translatable"
          "version" => "4.1.2"
          "version_normalized" => "4.1.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "require-dev" => array:3 [ …3]
          "time" => "2019-06-05T07:47:10+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:3 [ …3]
          "description" => "A trait to make an Eloquent model hold translations"
          "homepage" => "https://github.com/spatie/laravel-translatable"
          "keywords" => array:7 [ …7]
          "install-path" => "../spatie/laravel-translatable"
        ]
        101 => array:18 [
          "name" => "spatie/robots-txt"
          "version" => "1.0.5"
          "version_normalized" => "1.0.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "time" => "2019-08-07T22:29:10+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" => "Determine if a page may be crawled from robots.txt and robots meta tags"
          "homepage" => "https://github.com/spatie/robots-txt"
          "keywords" => array:2 [ …2]
          "install-path" => "../spatie/robots-txt"
        ]
        102 => array:18 [
          "name" => "spatie/temporary-directory"
          "version" => "1.2.2"
          "version_normalized" => "1.2.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-12-15T18:52:09+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" => "Easily create, use and destroy temporary directories"
          "homepage" => "https://github.com/spatie/temporary-directory"
          "keywords" => array:2 [ …2]
          "install-path" => "../spatie/temporary-directory"
        ]
        103 => array:17 [
          "name" => "studio-42/elfinder"
          "version" => "2.1.49"
          "version_normalized" => "2.1.49.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:4 [ …4]
          "time" => "2019-04-16T15:16:44+00:00"
          "type" => "library"
          "installation-source" => "dist"
          "autoload" => array:1 [ …1]
          "notification-url" => "https://packagist.org/downloads/"
          "license" => array:1 [ …1]
          "authors" => array:4 [ …4]
          "description" => "File manager for web"
          "homepage" => "http://elfinder.org"
          "install-path" => "../studio-42/elfinder"
        ]
        104 => 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"
        ]
        105 => array:21 [
          "name" => "symfony/console"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.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-06-13T11:03:18+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"
        ]
        106 => array:17 [
          "name" => "symfony/css-selector"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-01-16T21:53: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:3 [ …3]
          "description" => "Symfony CssSelector Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/css-selector"
        ]
        107 => array:19 [
          "name" => "symfony/debug"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "conflict" => array:1 [ …1]
          "require-dev" => array:1 [ …1]
          "time" => "2019-06-19T15:27:09+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"
        ]
        108 => array:20 [
          "name" => "symfony/dom-crawler"
          "version" => "v5.0.1"
          "version_normalized" => "5.0.1.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "conflict" => array:1 [ …1]
          "require-dev" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2019-11-18T17:27: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" => "Symfony DomCrawler Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/dom-crawler"
        ]
        109 => array:21 [
          "name" => "symfony/event-dispatcher"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.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-06-13T11:03:18+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"
        ]
        110 => 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"
        ]
        111 => array:17 [
          "name" => "symfony/finder"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-06-13T11:03:18+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"
        ]
        112 => array:18 [
          "name" => "symfony/http-foundation"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "time" => "2019-06-26T09:25:00+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"
        ]
        113 => array:21 [
          "name" => "symfony/http-kernel"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.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-06-26T14:26: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 HttpKernel Component"
          "homepage" => "https://symfony.com"
          "install-path" => "../symfony/http-kernel"
        ]
        114 => array:19 [
          "name" => "symfony/mime"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "require-dev" => array:2 [ …2]
          "time" => "2019-06-04T09:22: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:2 [ …2]
          "description" => "A library to manipulate MIME messages"
          "homepage" => "https://symfony.com"
          "keywords" => array:2 [ …2]
          "install-path" => "../symfony/mime"
        ]
        115 => array:19 [
          "name" => "symfony/polyfill-ctype"
          "version" => "v1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-02-06T07:57:58+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"
        ]
        116 => array:19 [
          "name" => "symfony/polyfill-iconv"
          "version" => "v1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-02-06T07:57:58+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"
        ]
        117 => array:19 [
          "name" => "symfony/polyfill-intl-idn"
          "version" => "v1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:3 [ …3]
          "suggest" => array:1 [ …1]
          "time" => "2019-03-04T13:44:35+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"
        ]
        118 => array:19 [
          "name" => "symfony/polyfill-mbstring"
          "version" => "v1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "suggest" => array:1 [ …1]
          "time" => "2019-02-06T07:57:58+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"
        ]
        119 => array:18 [
          "name" => "symfony/polyfill-php72"
          "version" => "v1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-02-06T07:57:58+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"
        ]
        120 => array:18 [
          "name" => "symfony/polyfill-php73"
          "version" => "v1.11.0"
          "version_normalized" => "1.11.0.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-02-06T07:57:58+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"
        ]
        121 => array:17 [
          "name" => "symfony/process"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:1 [ …1]
          "time" => "2019-05-30T16:10:05+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"
        ]
        122 => array:21 [
          "name" => "symfony/routing"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.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-06-26T13:54: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"
        ]
        123 => array:19 [
          "name" => "symfony/service-contracts"
          "version" => "v1.1.5"
          "version_normalized" => "1.1.5.0"
          "source" => array:3 [ …3]
          "dist" => array:4 [ …4]
          "require" => array:2 [ …2]
          "suggest" => array:1 [ …1]
          "time" => "2019-06-13T11:15:36+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"
        ]
        124 => array:21 [
          "name" => "symfony/translation"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.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-06-13T11:03:18+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"
        ]
        125 => array:19 [
          "name" => "symfony/translation-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:1 [ …1]
          "time" => "2019-06-13T11:15:36+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"
        ]
        126 => array:22 [
          "name" => "symfony/var-dumper"
          "version" => "v4.3.2"
          "version_normalized" => "4.3.2.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-06-17T17:37:00+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"
        ]
        127 => 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]
           …9
        ]
        128 => array:17 [ …17]
        129 => array:18 [ …18]
        130 => array:18 [ …18]
        131 => array:18 [ …18]
        132 => array:18 [ …18]
        133 => array:18 [ …18]
      ]
    ]
    
/var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Support/Collection.php
    {
        $groups = $this->mapToDictionary($callback);
 
        return $groups->map([$this, 'make']);
    }
 
    /**
     * 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);
    }
 
    /**
     * Map a collection and flatten the result by a single level.
     *
     * @param  callable  $callback
     * @return static
     */
    public function flatMap(callable $callback)
    {
        return $this->map($callback)->collapse();
    }
 
Arguments
  1. array:134 [
      0 => array:16 [
        "name" => "almasaeed2010/adminlte"
        "version" => "v2.4.3"
        "version_normalized" => "2.4.3.0"
        "source" => array:3 [
          "type" => "git"
          "url" => "https://github.com/ColorlibHQ/AdminLTE.git"
          "reference" => "b3acb63ac56b13eb45b36e628b384a9a2507b50e"
        ]
        "dist" => array:4 [
          "type" => "zip"
          "url" => "https://api.github.com/repos/ColorlibHQ/AdminLTE/zipball/b3acb63ac56b13eb45b36e628b384a9a2507b50e"
          "reference" => "b3acb63ac56b13eb45b36e628b384a9a2507b50e"
          "shasum" => ""
        ]
        "require" => array:1 [
          "composer/installers" => "1.*"
        ]
        "time" => "2018-02-04T12:54:57+00:00"
        "type" => "template"
        "installation-source" => "dist"
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [
          0 => "MIT"
        ]
        "authors" => array:1 [
          0 => array:2 [ …2]
        ]
        "description" => "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3"
        "homepage" => "https://adminlte.io/"
        "keywords" => array:9 [
          0 => "JS"
          1 => "admin"
          2 => "back-end"
          3 => "css"
          4 => "less"
          5 => "responsive"
          6 => "template"
          7 => "theme"
           …1
        ]
        "install-path" => "../almasaeed2010/adminlte"
      ]
      1 => array:18 [
        "name" => "artesaos/seotools"
        "version" => "v0.18.0"
        "version_normalized" => "0.18.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:2 [ …2]
        "time" => "2020-06-19T22:31: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:1 [ …1]
        "description" => "SEO Tools for Laravel and Lumen"
        "keywords" => array:8 [ …8]
        "install-path" => "../artesaos/seotools"
      ]
      2 => array:20 [
        "name" => "aws/aws-sdk-php"
        "version" => "3.112.0"
        "version_normalized" => "3.112.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:8 [ …8]
        "require-dev" => array:12 [ …12]
        "suggest" => array:5 [ …5]
        "time" => "2019-09-12T18:09:53+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:1 [ …1]
        "description" => "AWS SDK for PHP - Use Amazon Web Services in your PHP project"
        "homepage" => "http://aws.amazon.com/sdkforphp"
        "keywords" => array:8 [ …8]
        "install-path" => "../aws/aws-sdk-php"
      ]
      3 => array:19 [
        "name" => "backpack/base"
        "version" => "1.1.5"
        "version_normalized" => "1.1.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:5 [ …5]
        "time" => "2019-06-24T05:07:31+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Laravel Backpack's base package, which offers admin authentication and a blank admin panel using AdminLTE"
        "homepage" => "https://github.com/laravel-backpack/base"
        "keywords" => array:2 [ …2]
        "install-path" => "../backpack/base"
      ]
      4 => array:19 [
        "name" => "backpack/crud"
        "version" => "3.6.21"
        "version_normalized" => "3.6.21.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:5 [ …5]
        "time" => "2019-05-16T08:19:45+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes."
        "homepage" => "https://github.com/laravel-backpack/CRUD"
        "keywords" => array:10 [ …10]
        "install-path" => "../backpack/crud"
      ]
      5 => array:19 [
        "name" => "backpack/generators"
        "version" => "1.2.7"
        "version_normalized" => "1.2.7.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2019-02-27T20:03:32+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Generate files for laravel projects"
        "homepage" => "https://github.com/laravel-backpack/generators"
        "keywords" => array:5 [ …5]
        "install-path" => "../backpack/generators"
      ]
      6 => array:19 [
        "name" => "backpack/langfilemanager"
        "version" => "1.0.26"
        "version_normalized" => "1.0.26.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2019-05-08T13:56:38+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "An interface to edit language files, for Laravel Backpack."
        "homepage" => "https://github.com/laravel-backpack/langfilemanager"
        "keywords" => array:14 [ …14]
        "install-path" => "../backpack/langfilemanager"
      ]
      7 => array:19 [
        "name" => "backpack/menucrud"
        "version" => "1.0.13"
        "version_normalized" => "1.0.13.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:3 [ …3]
        "time" => "2017-11-29T11:21:55+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "An admin panel for menu items, using Backpack\CRUD on Laravel 5."
        "homepage" => "https://github.com/backpack/MenuCRUD"
        "keywords" => array:2 [ …2]
        "install-path" => "../backpack/menucrud"
      ]
      8 => array:19 [
        "name" => "backpack/newscrud"
        "version" => "2.1.10"
        "version_normalized" => "2.1.10.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:3 [ …3]
        "time" => "2019-03-12T08:31:58+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "An admin panel for news with categories and tags, using Backpack\CRUD on Laravel 5."
        "homepage" => "https://github.com/Laravel-Backpack/NewsCRUD"
        "keywords" => array:2 [ …2]
        "install-path" => "../backpack/newscrud"
      ]
      9 => array:19 [
        "name" => "backpack/pagemanager"
        "version" => "1.1.28"
        "version_normalized" => "1.1.28.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:3 [ …3]
        "time" => "2019-02-27T18:07:35+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Create admin panels for presentation websites on Laravel, using page templates and Backpack\CRUD."
        "homepage" => "https://github.com/laravel-backpack/PageManager"
        "keywords" => array:11 [ …11]
        "install-path" => "../backpack/pagemanager"
      ]
      10 => array:19 [
        "name" => "backpack/settings"
        "version" => "2.1.3"
        "version_normalized" => "2.1.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2019-03-12T07:26:44+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Application settings interface for Laravel 5 using Backpack CRUD."
        "homepage" => "https://github.com/laravel-backpack/settings"
        "keywords" => array:9 [ …9]
        "install-path" => "../backpack/settings"
      ]
      11 => array:18 [
        "name" => "barryvdh/elfinder-flysystem-driver"
        "version" => "v0.2.1"
        "version_normalized" => "0.2.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "suggest" => array:1 [ …1]
        "time" => "2017-07-08T17:59:38+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:1 [ …1]
        "description" => "A Flysystem Driver for elFinder"
        "keywords" => array:3 [ …3]
        "install-path" => "../barryvdh/elfinder-flysystem-driver"
      ]
      12 => array:17 [
        "name" => "barryvdh/laravel-elfinder"
        "version" => "v0.4.2"
        "version_normalized" => "0.4.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:6 [ …6]
        "time" => "2019-02-26T20:36:33+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "A Laravel Package to integrate elFinder 2"
        "keywords" => array:4 [ …4]
        "install-path" => "../barryvdh/laravel-elfinder"
      ]
      13 => array:19 [
        "name" => "beyondcode/laravel-dump-server"
        "version" => "1.2.2"
        "version_normalized" => "1.2.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:2 [ …2]
        "time" => "2018-10-04T07:22:24+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:1 [ …1]
        "description" => "Symfony Var-Dump Server for Laravel"
        "homepage" => "https://github.com/beyondcode/laravel-dump-server"
        "keywords" => array:2 [ …2]
        "install-path" => "../beyondcode/laravel-dump-server"
      ]
      14 => array:15 [
        "name" => "ckfinder/ckfinder-laravel-package"
        "version" => "v3.5.1"
        "version_normalized" => "3.5.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:8 [ …8]
        "time" => "2019-09-06T08:55:03+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]
        "description" => "CKFinder 3 package for Laravel"
        "install-path" => "../ckfinder/ckfinder-laravel-package"
      ]
      15 => array:17 [
        "name" => "cocur/slugify"
        "version" => "v3.2"
        "version_normalized" => "3.2.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:17 [ …17]
        "time" => "2019-01-31T20:38:55+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "Converts a string into a slug."
        "keywords" => array:2 [ …2]
        "install-path" => "../cocur/slugify"
      ]
      16 => array:22 [
        "name" => "composer/installers"
        "version" => "1.x-dev"
        "version_normalized" => "1.9999999.9999999.9999999-dev"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "replace" => array:2 [ …2]
        "require-dev" => array:6 [ …6]
        "time" => "2022-03-15T21:23:54+00:00"
        "type" => "composer-plugin"
        "extra" => array:3 [ …3]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "A multi-framework Composer library installer"
        "homepage" => "https://composer.github.io/installers/"
        "keywords" => array:75 [ …75]
        "support" => array:2 [ …2]
        "funding" => array:3 [ …3]
        "install-path" => "./installers"
      ]
      17 => array:17 [
        "name" => "creativeorange/gravatar"
        "version" => "v1.0.12"
        "version_normalized" => "1.0.12.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "time" => "2019-06-03T08:45:09+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" => "Gravatar for Laravel 5.0.x through 5.5.x package for retrieving gravatar image URLs or checking the existance of an image."
        "keywords" => array:3 [ …3]
        "install-path" => "../creativeorange/gravatar"
      ]
      18 => array:19 [
        "name" => "cviebrock/eloquent-sluggable"
        "version" => "4.8.0"
        "version_normalized" => "4.8.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:5 [ …5]
        "time" => "2019-03-01T05:04: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" => "Easy creation of slugs for your Eloquent models in Laravel 5."
        "homepage" => "https://github.com/cviebrock/eloquent-sluggable"
        "keywords" => array:6 [ …6]
        "install-path" => "../cviebrock/eloquent-sluggable"
      ]
      19 => array:15 [
        "name" => "dnoegel/php-xdg-base-dir"
        "version" => "0.1"
        "version_normalized" => "0.1.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2014-10-24T07:27:01+00:00"
        "type" => "project"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "description" => "implementation of xdg base directory specification for php"
        "install-path" => "../dnoegel/php-xdg-base-dir"
      ]
      20 => array:21 [
        "name" => "doctrine/cache"
        "version" => "v1.8.0"
        "version_normalized" => "1.8.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "conflict" => array:1 [ …1]
        "require-dev" => array:5 [ …5]
        "suggest" => array:1 [ …1]
        "time" => "2018-08-21T18:01: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" => "Caching library offering an object-oriented API for many cache backends"
        "homepage" => "https://www.doctrine-project.org"
        "keywords" => array:2 [ …2]
        "install-path" => "../doctrine/cache"
      ]
      21 => array:21 [
        "name" => "doctrine/dbal"
        "version" => "v2.9.2"
        "version_normalized" => "2.9.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:6 [ …6]
        "suggest" => array:1 [ …1]
        "time" => "2018-12-31T03:27:51+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:4 [ …4]
        "description" => "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management."
        "homepage" => "https://www.doctrine-project.org/projects/dbal.html"
        "keywords" => array:8 [ …8]
        "install-path" => "../doctrine/dbal"
      ]
      22 => array:20 [
        "name" => "doctrine/event-manager"
        "version" => "v1.0.0"
        "version_normalized" => "1.0.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "conflict" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2018-06-11T11:59:03+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:6 [ …6]
        "description" => "Doctrine Event Manager component"
        "homepage" => "https://www.doctrine-project.org/projects/event-manager.html"
        "keywords" => array:3 [ …3]
        "install-path" => "../doctrine/event-manager"
      ]
      23 => array:19 [
        "name" => "doctrine/inflector"
        "version" => "v1.3.0"
        "version_normalized" => "1.3.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2018-01-09T20:05: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:5 [ …5]
        "description" => "Common String Manipulations with regard to casing and singular/plural rules."
        "homepage" => "http://www.doctrine-project.org"
        "keywords" => array:4 [ …4]
        "install-path" => "../doctrine/inflector"
      ]
      24 => array:19 [
        "name" => "doctrine/instantiator"
        "version" => "1.2.0"
        "version_normalized" => "1.2.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:7 [ …7]
        "time" => "2019-03-17T17:37:11+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" => "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 [ …2]
        "install-path" => "../doctrine/instantiator"
      ]
      25 => array:19 [
        "name" => "doctrine/lexer"
        "version" => "1.0.2"
        "version_normalized" => "1.0.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2019-06-08T11:03: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:3 [ …3]
        "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 [ …5]
        "install-path" => "../doctrine/lexer"
      ]
      26 => array:18 [
        "name" => "dragonmantank/cron-expression"
        "version" => "v2.3.0"
        "version_normalized" => "2.3.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2019-03-31T00:38:28+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" => "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due"
        "keywords" => array:2 [ …2]
        "install-path" => "../dragonmantank/cron-expression"
      ]
      27 => array:20 [
        "name" => "egulias/email-validator"
        "version" => "2.1.9"
        "version_normalized" => "2.1.9.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:3 [ …3]
        "suggest" => array:1 [ …1]
        "time" => "2019-06-23T10:14: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" => "A library for validating emails against several RFCs"
        "homepage" => "https://github.com/egulias/EmailValidator"
        "keywords" => array:5 [ …5]
        "install-path" => "../egulias/email-validator"
      ]
      28 => array:18 [
        "name" => "erusev/parsedown"
        "version" => "1.7.3"
        "version_normalized" => "1.7.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2019-03-17T18:48:37+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" => "Parser for Markdown."
        "homepage" => "http://parsedown.org"
        "keywords" => array:2 [ …2]
        "install-path" => "../erusev/parsedown"
      ]
      29 => array:18 [
        "name" => "fideloper/proxy"
        "version" => "4.1.0"
        "version_normalized" => "4.1.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:3 [ …3]
        "time" => "2019-01-10T14:06:47+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" => "Set trusted proxies for Laravel"
        "keywords" => array:3 [ …3]
        "install-path" => "../fideloper/proxy"
      ]
      30 => array:20 [
        "name" => "filp/whoops"
        "version" => "2.4.0"
        "version_normalized" => "2.4.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:3 [ …3]
        "suggest" => array:2 [ …2]
        "time" => "2019-06-23T09:00:00+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" => "php error handling for cool kids"
        "homepage" => "https://filp.github.io/whoops/"
        "keywords" => array:6 [ …6]
        "install-path" => "../filp/whoops"
      ]
      31 => array:18 [
        "name" => "fzaninotto/faker"
        "version" => "v1.8.0"
        "version_normalized" => "1.8.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:3 [ …3]
        "time" => "2018-07-12T10:23: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" => "Faker is a PHP library that generates fake data for you."
        "keywords" => array:3 [ …3]
        "install-path" => "../fzaninotto/faker"
      ]
      32 => array:18 [
        "name" => "graham-campbell/guzzle-factory"
        "version" => "v3.0.2"
        "version_normalized" => "3.0.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:2 [ …2]
        "time" => "2019-08-23T13:19:30+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 Simple Guzzle Factory With Good Defaults"
        "keywords" => array:6 [ …6]
        "install-path" => "../graham-campbell/guzzle-factory"
      ]
      33 => array:20 [
        "name" => "guzzlehttp/guzzle"
        "version" => "6.3.3"
        "version_normalized" => "6.3.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:3 [ …3]
        "suggest" => array:1 [ …1]
        "time" => "2018-04-22T15:46:56+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:1 [ …1]
        "description" => "Guzzle is a PHP HTTP client library"
        "homepage" => "http://guzzlephp.org/"
        "keywords" => array:7 [ …7]
        "install-path" => "../guzzlehttp/guzzle"
      ]
      34 => array:18 [
        "name" => "guzzlehttp/promises"
        "version" => "v1.3.1"
        "version_normalized" => "1.3.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2016-12-20T10:07: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:1 [ …1]
        "description" => "Guzzle promises library"
        "keywords" => array:1 [ …1]
        "install-path" => "../guzzlehttp/promises"
      ]
      35 => array:19 [
        "name" => "guzzlehttp/psr7"
        "version" => "1.5.2"
        "version_normalized" => "1.5.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "provide" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2018-12-04T20:46: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" => "PSR-7 message implementation that also provides common utility methods"
        "keywords" => array:8 [ …8]
        "install-path" => "../guzzlehttp/psr7"
      ]
      36 => array:18 [
        "name" => "hamcrest/hamcrest-php"
        "version" => "v2.0.0"
        "version_normalized" => "2.0.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "replace" => array:3 [ …3]
        "require-dev" => array:3 [ …3]
        "time" => "2016-01-20T08:20:44+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]
        "description" => "This is the PHP port of Hamcrest Matchers"
        "keywords" => array:1 [ …1]
        "install-path" => "../hamcrest/hamcrest-php"
      ]
      37 => array:20 [
        "name" => "intervention/image"
        "version" => "2.5.0"
        "version_normalized" => "2.5.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "suggest" => array:3 [ …3]
        "time" => "2019-06-24T14:06:31+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Image handling and manipulation library with support for Laravel integration"
        "homepage" => "http://image.intervention.io/"
        "keywords" => array:6 [ …6]
        "install-path" => "../intervention/image"
      ]
      38 => array:16 [
        "name" => "jakub-onderka/php-console-color"
        "version" => "v0.2"
        "version_normalized" => "0.2.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:5 [ …5]
        "time" => "2018-09-29T17:23:10+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]
        "abandoned" => "php-parallel-lint/php-console-color"
        "install-path" => "../jakub-onderka/php-console-color"
      ]
      39 => array:17 [
        "name" => "jakub-onderka/php-console-highlighter"
        "version" => "v0.4"
        "version_normalized" => "0.4.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:5 [ …5]
        "time" => "2018-09-29T18:48:56+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" => "Highlight PHP code in terminal"
        "abandoned" => "php-parallel-lint/php-console-highlighter"
        "install-path" => "../jakub-onderka/php-console-highlighter"
      ]
      40 => array:19 [
        "name" => "jenssegers/date"
        "version" => "v3.5.0"
        "version_normalized" => "3.5.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "time" => "2019-03-10T08:50:58+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "A date library to help you work with dates in different languages"
        "homepage" => "https://github.com/jenssegers/date"
        "keywords" => array:7 [ …7]
        "install-path" => "../jenssegers/date"
      ]
      41 => array:18 [
        "name" => "laracasts/generators"
        "version" => "dev-master"
        "version_normalized" => "dev-master"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2018-05-07T06:29:34+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" => "Extend Laravel 5's generators."
        "keywords" => array:2 [ …2]
        "install-path" => "../laracasts/generators"
      ]
      42 => array:22 [
        "name" => "laravel/framework"
        "version" => "v5.8.26"
        "version_normalized" => "5.8.26.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:26 [ …26]
        "conflict" => array:1 [ …1]
        "replace" => array:28 [ …28]
        "require-dev" => array:14 [ …14]
        "suggest" => array:21 [ …21]
        "time" => "2019-06-25T16:20:51+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:1 [ …1]
        "description" => "The Laravel Framework."
        "homepage" => "https://laravel.com"
        "keywords" => array:2 [ …2]
        "install-path" => "../laravel/framework"
      ]
      43 => array:19 [
        "name" => "laravel/tinker"
        "version" => "v1.0.8"
        "version_normalized" => "1.0.8.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:6 [ …6]
        "require-dev" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2018-10-12T19:39:35+00:00"
        "type" => "library"
        "extra" => array:2 [ …2]
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Powerful REPL for the Laravel framework."
        "keywords" => array:4 [ …4]
        "install-path" => "../laravel/tinker"
      ]
      44 => array:20 [
        "name" => "league/flysystem"
        "version" => "1.0.53"
        "version_normalized" => "1.0.53.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "conflict" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "suggest" => array:14 [ …14]
        "time" => "2019-06-18T20:09: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" => "Filesystem abstraction: Many filesystems, one API."
        "keywords" => array:17 [ …17]
        "install-path" => "../league/flysystem"
      ]
      45 => array:17 [
        "name" => "league/flysystem-aws-s3-v3"
        "version" => "1.0.23"
        "version_normalized" => "1.0.23.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "time" => "2019-06-05T17:18: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" => "Flysystem adapter for the AWS S3 SDK v3.x"
        "install-path" => "../league/flysystem-aws-s3-v3"
      ]
      46 => array:17 [
        "name" => "league/flysystem-cached-adapter"
        "version" => "1.0.9"
        "version_normalized" => "1.0.9.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:5 [ …5]
        "suggest" => array:1 [ …1]
        "time" => "2018-07-09T20:51:04+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" => "An adapter decorator to enable meta-data caching."
        "install-path" => "../league/flysystem-cached-adapter"
      ]
      47 => array:19 [
        "name" => "league/glide"
        "version" => "1.5.0"
        "version_normalized" => "1.5.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:3 [ …3]
        "time" => "2019-04-03T23:46: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" => "Wonderfully easy on-demand image manipulation library with an HTTP based API."
        "homepage" => "http://glide.thephpleague.com"
        "keywords" => array:8 [ …8]
        "install-path" => "../league/glide"
      ]
      48 => array:20 [
        "name" => "mcamara/laravel-localization"
        "version" => "1.3.19"
        "version_normalized" => "1.3.19.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2019-03-05T15:37:01+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:1 [ …1]
        "description" => "Easy localization for Laravel"
        "homepage" => "https://github.com/mcamara/laravel-localization"
        "keywords" => array:3 [ …3]
        "install-path" => "../mcamara/laravel-localization"
      ]
      49 => array:19 [
        "name" => "mockery/mockery"
        "version" => "1.2.2"
        "version_normalized" => "1.2.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2019-02-13T09:37:52+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" => "Mockery is a simple yet flexible PHP mock object framework"
        "homepage" => "https://github.com/mockery/mockery"
        "keywords" => array:10 [ …10]
        "install-path" => "../mockery/mockery"
      ]
      50 => array:21 [
        "name" => "monolog/monolog"
        "version" => "1.24.0"
        "version_normalized" => "1.24.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "provide" => array:1 [ …1]
        "require-dev" => array:11 [ …11]
        "suggest" => array:11 [ …11]
        "time" => "2018-11-05T09:00:11+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" => "Sends your logs to files, sockets, inboxes, databases and various web services"
        "homepage" => "http://github.com/Seldaek/monolog"
        "keywords" => array:3 [ …3]
        "install-path" => "../monolog/monolog"
      ]
      51 => array:19 [
        "name" => "mtdowling/jmespath.php"
        "version" => "2.4.0"
        "version_normalized" => "2.4.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2016-12-03T22:08:25+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" => "Declaratively specify how to extract elements from a JSON document"
        "keywords" => array:2 [ …2]
        "install-path" => "../mtdowling/jmespath.php"
      ]
      52 => array:17 [
        "name" => "myclabs/deep-copy"
        "version" => "1.9.1"
        "version_normalized" => "1.9.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "replace" => array:1 [ …1]
        "require-dev" => array:3 [ …3]
        "time" => "2019-04-07T13:18:21+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "description" => "Create deep copies (clones) of your objects"
        "keywords" => array:5 [ …5]
        "install-path" => "../myclabs/deep-copy"
      ]
      53 => array:19 [
        "name" => "nesbot/carbon"
        "version" => "2.20.0"
        "version_normalized" => "2.20.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:6 [ …6]
        "time" => "2019-06-25T10:00: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:1 [ …1]
        "description" => "A simple API extension for DateTime."
        "homepage" => "http://carbon.nesbot.com"
        "keywords" => array:3 [ …3]
        "install-path" => "../nesbot/carbon"
      ]
      54 => array:15 [
        "name" => "nicmart/tree"
        "version" => "v0.2.7"
        "version_normalized" => "0.2.7.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2015-08-20T20:50:35+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 basic but flexible php tree data structure and a fluent tree builder implementation."
        "install-path" => "../nicmart/tree"
      ]
      55 => array:19 [
        "name" => "nikic/php-parser"
        "version" => "v4.2.2"
        "version_normalized" => "4.2.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2019-05-25T20:07:01+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" => "A PHP parser written in PHP"
        "keywords" => array:2 [ …2]
        "install-path" => "../nikic/php-parser"
      ]
      56 => array:18 [
        "name" => "nunomaduro/collision"
        "version" => "v2.1.1"
        "version_normalized" => "2.1.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:4 [ …4]
        "time" => "2018-11-21T21:40:54+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" => "Cli error handling for console/command-line PHP applications."
        "keywords" => array:10 [ …10]
        "install-path" => "../nunomaduro/collision"
      ]
      57 => array:19 [
        "name" => "opis/closure"
        "version" => "3.3.0"
        "version_normalized" => "3.3.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2019-05-31T20:04:32+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 that can be used to serialize closures (anonymous functions) and arbitrary objects."
        "homepage" => "https://opis.io/closure"
        "keywords" => array:6 [ …6]
        "install-path" => "../opis/closure"
      ]
      58 => array:17 [
        "name" => "paragonie/random_compat"
        "version" => "v9.99.99"
        "version_normalized" => "9.99.99.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2018-07-02T15:55:56+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7"
        "keywords" => array:4 [ …4]
        "install-path" => "../paragonie/random_compat"
      ]
      59 => array:16 [
        "name" => "phar-io/manifest"
        "version" => "1.0.3"
        "version_normalized" => "1.0.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "time" => "2018-07-08T19:23:20+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" => "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
        "install-path" => "../phar-io/manifest"
      ]
      60 => array:15 [
        "name" => "phar-io/version"
        "version" => "2.0.1"
        "version_normalized" => "2.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2018-07-08T19:19:57+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:3 [ …3]
        "description" => "Library for handling version information and constraints"
        "install-path" => "../phar-io/version"
      ]
      61 => array:19 [
        "name" => "phpdocumentor/reflection-common"
        "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-09-11T18:02: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:1 [ …1]
        "description" => "Common reflection classes used by phpdocumentor to reflect the code structure"
        "homepage" => "http://www.phpdoc.org"
        "keywords" => array:5 [ …5]
        "install-path" => "../phpdocumentor/reflection-common"
      ]
      62 => array:17 [
        "name" => "phpdocumentor/reflection-docblock"
        "version" => "4.3.1"
        "version_normalized" => "4.3.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:3 [ …3]
        "time" => "2019-04-30T17:48:53+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" => "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"
      ]
      63 => array:16 [
        "name" => "phpdocumentor/type-resolver"
        "version" => "0.4.0"
        "version_normalized" => "0.4.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:2 [ …2]
        "time" => "2017-07-14T14:27:02+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]
        "install-path" => "../phpdocumentor/type-resolver"
      ]
      64 => array:18 [
        "name" => "phpoption/phpoption"
        "version" => "1.5.0"
        "version_normalized" => "1.5.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2015-07-25T16:39: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:1 [ …1]
        "description" => "Option Type for PHP"
        "keywords" => array:4 [ …4]
        "install-path" => "../phpoption/phpoption"
      ]
      65 => array:19 [
        "name" => "phpspec/prophecy"
        "version" => "1.8.1"
        "version_normalized" => "1.8.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:5 [ …5]
        "require-dev" => array:2 [ …2]
        "time" => "2019-06-13T12:50:23+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" => "Highly opinionated mocking framework for PHP 5.3+"
        "homepage" => "https://github.com/phpspec/prophecy"
        "keywords" => array:6 [ …6]
        "install-path" => "../phpspec/prophecy"
      ]
      66 => array:20 [
        "name" => "phpunit/php-code-coverage"
        "version" => "6.1.4"
        "version_normalized" => "6.1.4.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:10 [ …10]
        "require-dev" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2018-10-31T16:06:48+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 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"
      ]
      67 => 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"
      ]
      68 => 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"
      ]
      69 => 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"
      ]
      70 => array:19 [
        "name" => "phpunit/php-token-stream"
        "version" => "3.0.1"
        "version_normalized" => "3.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2018-10-30T05:52:18+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"
      ]
      71 => array:22 [
        "name" => "phpunit/phpunit"
        "version" => "7.5.13"
        "version_normalized" => "7.5.13.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:23 [ …23]
        "conflict" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "suggest" => array:3 [ …3]
        "time" => "2019-06-19T12:01:51+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"
      ]
      72 => array:19 [
        "name" => "pimple/pimple"
        "version" => "v3.2.3"
        "version_normalized" => "3.2.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:1 [ …1]
        "time" => "2018-01-21T07:42:36+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" => "Pimple, a simple Dependency Injection Container"
        "homepage" => "http://pimple.sensiolabs.org"
        "keywords" => array:2 [ …2]
        "install-path" => "../pimple/pimple"
      ]
      73 => array:18 [
        "name" => "prologue/alerts"
        "version" => "0.4.3"
        "version_normalized" => "0.4.3.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:2 [ …2]
        "time" => "2019-01-22T07:44: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" => "Prologue Alerts is a package that handles global site messages."
        "keywords" => array:3 [ …3]
        "install-path" => "../prologue/alerts"
      ]
      74 => array:17 [
        "name" => "psr/cache"
        "version" => "1.0.1"
        "version_normalized" => "1.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2016-08-06T20:24:11+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 caching libraries"
        "keywords" => array:3 [ …3]
        "install-path" => "../psr/cache"
      ]
      75 => 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"
      ]
      76 => array:18 [
        "name" => "psr/http-message"
        "version" => "1.0.1"
        "version_normalized" => "1.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2016-08-06T14:39:51+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 HTTP messages"
        "homepage" => "https://github.com/php-fig/http-message"
        "keywords" => array:6 [ …6]
        "install-path" => "../psr/http-message"
      ]
      77 => 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"
      ]
      78 => 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"
      ]
      79 => 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"
      ]
      80 => array:16 [
        "name" => "ralouphie/getallheaders"
        "version" => "2.0.5"
        "version_normalized" => "2.0.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2016-02-11T07:05:27+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 polyfill for getallheaders."
        "install-path" => "../ralouphie/getallheaders"
      ]
      81 => 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"
      ]
      82 => 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"
      ]
      83 => 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"
      ]
      84 => 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"
      ]
      85 => 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"
      ]
      86 => array:19 [
        "name" => "sebastian/exporter"
        "version" => "3.1.0"
        "version_normalized" => "3.1.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:2 [ …2]
        "time" => "2017-04-03T13:19:02+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"
      ]
      87 => array:20 [
        "name" => "sebastian/global-state"
        "version" => "2.0.0"
        "version_normalized" => "2.0.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2017-04-27T15:39: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" => "Snapshotting of global state"
        "homepage" => "http://www.github.com/sebastianbergmann/global-state"
        "keywords" => array:1 [ …1]
        "install-path" => "../sebastian/global-state"
      ]
      88 => 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"
      ]
      89 => 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"
      ]
      90 => 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"
      ]
      91 => 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"
      ]
      92 => 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"
      ]
      93 => array:18 [
        "name" => "spatie/browsershot"
        "version" => "3.33.1"
        "version_normalized" => "3.33.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:2 [ …2]
        "time" => "2019-11-24T12:33:08+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" => "Convert a webpage to an image or pdf using headless Chrome"
        "homepage" => "https://github.com/spatie/browsershot"
        "keywords" => array:8 [ …8]
        "install-path" => "../spatie/browsershot"
      ]
      94 => array:19 [
        "name" => "spatie/crawler"
        "version" => "4.6.5"
        "version_normalized" => "4.6.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:8 [ …8]
        "require-dev" => array:2 [ …2]
        "time" => "2019-11-23T19:49: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" => "Crawl all internal links found on a website"
        "homepage" => "https://github.com/spatie/crawler"
        "keywords" => array:4 [ …4]
        "install-path" => "../spatie/crawler"
      ]
      95 => array:18 [
        "name" => "spatie/dropbox-api"
        "version" => "1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2019-07-04T19:04:14+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:2 [ …2]
        "description" => "A minimal implementation of Dropbox API v2"
        "homepage" => "https://github.com/spatie/dropbox-api"
        "keywords" => array:5 [ …5]
        "install-path" => "../spatie/dropbox-api"
      ]
      96 => array:18 [
        "name" => "spatie/flysystem-dropbox"
        "version" => "1.1.0"
        "version_normalized" => "1.1.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2019-05-30T10:34:25+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" => "Flysystem Adapter for the Dropbox v2 API"
        "homepage" => "https://github.com/spatie/flysystem-dropbox"
        "keywords" => array:6 [ …6]
        "install-path" => "../spatie/flysystem-dropbox"
      ]
      97 => array:18 [
        "name" => "spatie/image"
        "version" => "1.7.5"
        "version_normalized" => "1.7.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:6 [ …6]
        "require-dev" => array:3 [ …3]
        "time" => "2019-11-23T17:56: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" => "Manipulate images with an expressive API"
        "homepage" => "https://github.com/spatie/image"
        "keywords" => array:2 [ …2]
        "install-path" => "../spatie/image"
      ]
      98 => array:18 [
        "name" => "spatie/image-optimizer"
        "version" => "1.2.1"
        "version_normalized" => "1.2.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:2 [ …2]
        "time" => "2019-11-25T12:29:24+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" => "Easily optimize images using PHP"
        "homepage" => "https://github.com/spatie/image-optimizer"
        "keywords" => array:2 [ …2]
        "install-path" => "../spatie/image-optimizer"
      ]
      99 => array:19 [
        "name" => "spatie/laravel-sitemap"
        "version" => "5.5.0"
        "version_normalized" => "5.5.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:4 [ …4]
        "require-dev" => array:4 [ …4]
        "time" => "2019-09-24T11:34:59+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" => "Create and generate sitemaps with ease"
        "homepage" => "https://github.com/spatie/laravel-sitemap"
        "keywords" => array:2 [ …2]
        "install-path" => "../spatie/laravel-sitemap"
      ]
      100 => array:18 [
        "name" => "spatie/laravel-translatable"
        "version" => "4.1.2"
        "version_normalized" => "4.1.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:3 [ …3]
        "time" => "2019-06-05T07:47:10+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:3 [ …3]
        "description" => "A trait to make an Eloquent model hold translations"
        "homepage" => "https://github.com/spatie/laravel-translatable"
        "keywords" => array:7 [ …7]
        "install-path" => "../spatie/laravel-translatable"
      ]
      101 => array:18 [
        "name" => "spatie/robots-txt"
        "version" => "1.0.5"
        "version_normalized" => "1.0.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "time" => "2019-08-07T22:29:10+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" => "Determine if a page may be crawled from robots.txt and robots meta tags"
        "homepage" => "https://github.com/spatie/robots-txt"
        "keywords" => array:2 [ …2]
        "install-path" => "../spatie/robots-txt"
      ]
      102 => array:18 [
        "name" => "spatie/temporary-directory"
        "version" => "1.2.2"
        "version_normalized" => "1.2.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2019-12-15T18:52:09+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" => "Easily create, use and destroy temporary directories"
        "homepage" => "https://github.com/spatie/temporary-directory"
        "keywords" => array:2 [ …2]
        "install-path" => "../spatie/temporary-directory"
      ]
      103 => array:17 [
        "name" => "studio-42/elfinder"
        "version" => "2.1.49"
        "version_normalized" => "2.1.49.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:4 [ …4]
        "time" => "2019-04-16T15:16:44+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:1 [ …1]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:4 [ …4]
        "description" => "File manager for web"
        "homepage" => "http://elfinder.org"
        "install-path" => "../studio-42/elfinder"
      ]
      104 => 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"
      ]
      105 => array:21 [
        "name" => "symfony/console"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.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-06-13T11:03:18+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"
      ]
      106 => array:17 [
        "name" => "symfony/css-selector"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-01-16T21:53: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:3 [ …3]
        "description" => "Symfony CssSelector Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/css-selector"
      ]
      107 => array:19 [
        "name" => "symfony/debug"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "conflict" => array:1 [ …1]
        "require-dev" => array:1 [ …1]
        "time" => "2019-06-19T15:27:09+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"
      ]
      108 => array:20 [
        "name" => "symfony/dom-crawler"
        "version" => "v5.0.1"
        "version_normalized" => "5.0.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "conflict" => array:1 [ …1]
        "require-dev" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2019-11-18T17:27: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" => "Symfony DomCrawler Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/dom-crawler"
      ]
      109 => array:21 [
        "name" => "symfony/event-dispatcher"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.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-06-13T11:03:18+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"
      ]
      110 => 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"
      ]
      111 => array:17 [
        "name" => "symfony/finder"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-06-13T11:03:18+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"
      ]
      112 => array:18 [
        "name" => "symfony/http-foundation"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "time" => "2019-06-26T09:25:00+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"
      ]
      113 => array:21 [
        "name" => "symfony/http-kernel"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.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-06-26T14:26: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 HttpKernel Component"
        "homepage" => "https://symfony.com"
        "install-path" => "../symfony/http-kernel"
      ]
      114 => array:19 [
        "name" => "symfony/mime"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:2 [ …2]
        "time" => "2019-06-04T09:22: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:2 [ …2]
        "description" => "A library to manipulate MIME messages"
        "homepage" => "https://symfony.com"
        "keywords" => array:2 [ …2]
        "install-path" => "../symfony/mime"
      ]
      115 => array:19 [
        "name" => "symfony/polyfill-ctype"
        "version" => "v1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-02-06T07:57:58+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"
      ]
      116 => array:19 [
        "name" => "symfony/polyfill-iconv"
        "version" => "v1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-02-06T07:57:58+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"
      ]
      117 => array:19 [
        "name" => "symfony/polyfill-intl-idn"
        "version" => "v1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "suggest" => array:1 [ …1]
        "time" => "2019-03-04T13:44:35+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"
      ]
      118 => array:19 [
        "name" => "symfony/polyfill-mbstring"
        "version" => "v1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "suggest" => array:1 [ …1]
        "time" => "2019-02-06T07:57:58+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"
      ]
      119 => array:18 [
        "name" => "symfony/polyfill-php72"
        "version" => "v1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-02-06T07:57:58+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"
      ]
      120 => array:18 [
        "name" => "symfony/polyfill-php73"
        "version" => "v1.11.0"
        "version_normalized" => "1.11.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-02-06T07:57:58+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"
      ]
      121 => array:17 [
        "name" => "symfony/process"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:1 [ …1]
        "time" => "2019-05-30T16:10:05+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"
      ]
      122 => array:21 [
        "name" => "symfony/routing"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.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-06-26T13:54: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"
      ]
      123 => array:19 [
        "name" => "symfony/service-contracts"
        "version" => "v1.1.5"
        "version_normalized" => "1.1.5.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "suggest" => array:1 [ …1]
        "time" => "2019-06-13T11:15:36+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"
      ]
      124 => array:21 [
        "name" => "symfony/translation"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.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-06-13T11:03:18+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"
      ]
      125 => array:19 [
        "name" => "symfony/translation-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:1 [ …1]
        "time" => "2019-06-13T11:15:36+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"
      ]
      126 => array:22 [
        "name" => "symfony/var-dumper"
        "version" => "v4.3.2"
        "version_normalized" => "4.3.2.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-06-17T17:37:00+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"
      ]
      127 => 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"
      ]
      128 => array:17 [
        "name" => "tightenco/collect"
        "version" => "v6.7.0"
        "version_normalized" => "6.7.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:3 [ …3]
        "time" => "2019-12-06T22:56:34+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Collect - Illuminate Collections as a separate package."
        "keywords" => array:2 [ …2]
        "install-path" => "../tightenco/collect"
      ]
      129 => 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"
      ]
      130 => array:18 [
        "name" => "venturecraft/revisionable"
        "version" => "1.30.1"
        "version_normalized" => "1.30.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2019-04-23T09:02:06+00:00"
        "type" => "library"
        "installation-source" => "dist"
        "autoload" => array:2 [ …2]
        "notification-url" => "https://packagist.org/downloads/"
        "license" => array:1 [ …1]
        "authors" => array:1 [ …1]
        "description" => "Keep a revision history for your models without thinking, created as a package for use with Laravel"
        "homepage" => "http://github.com/venturecraft/revisionable"
        "keywords" => array:6 [ …6]
        "install-path" => "../venturecraft/revisionable"
      ]
      131 => array:18 [
        "name" => "vlucas/phpdotenv"
        "version" => "v3.4.0"
        "version_normalized" => "3.4.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "require-dev" => array:1 [ …1]
        "time" => "2019-06-15T22:40:20+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" => "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically."
        "keywords" => array:3 [ …3]
        "install-path" => "../vlucas/phpdotenv"
      ]
      132 => array:18 [
        "name" => "webmozart/assert"
        "version" => "1.4.0"
        "version_normalized" => "1.4.0.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:2 [ …2]
        "require-dev" => array:2 [ …2]
        "time" => "2018-12-25T11:19: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" => "Assertions to validate method input/output with nice error messages."
        "keywords" => array:3 [ …3]
        "install-path" => "../webmozart/assert"
      ]
      133 => array:18 [
        "name" => "yoeunes/toastr"
        "version" => "v1.2.1"
        "version_normalized" => "1.2.1.0"
        "source" => array:3 [ …3]
        "dist" => array:4 [ …4]
        "require" => array:3 [ …3]
        "time" => "2019-09-06T22:01:27+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:1 [ …1]
        "description" => "toastr.js flush notifications for Laravel 5 and Lumen"
        "homepage" => "https://github.com/yoeunes/toastr"
        "keywords" => array:18 [ …18]
        "install-path" => "../yoeunes/toastr"
      ]
    ]
    
  2. "packages"
    
/var/www/vhosts/gefsgp.kz/httpdocs/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) {#51 …4}
    
/var/www/vhosts/gefsgp.kz/httpdocs/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);
        }
/var/www/vhosts/gefsgp.kz/httpdocs/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);
/var/www/vhosts/gefsgp.kz/httpdocs/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php
use Illuminate\Foundation\PackageManifest;
use Illuminate\Contracts\Foundation\Application;
 
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();
    }
}
 
/var/www/vhosts/gefsgp.kz/httpdocs/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}
    
/var/www/vhosts/gefsgp.kz/httpdocs/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"
    ]
    
/var/www/vhosts/gefsgp.kz/httpdocs/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());
        }
    }
 
    /**
/var/www/vhosts/gefsgp.kz/httpdocs/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 {#44
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {#46}
      +request: ParameterBag {#52}
      +query: ParameterBag {#52}
      +server: ServerBag {#48}
      +files: FileBag {#49}
      +cookies: ParameterBag {#47}
      +headers: HeaderBag {#50}
      #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: "/en/biblioteka/degradaciya-zemel"
      requestUri: "/en/biblioteka/degradaciya-zemel"
      baseUrl: ""
      basePath: ""
      method: "GET"
      format: "html"
    }
    
/var/www/vhosts/gefsgp.kz/httpdocs/public/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 {#44
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {#46}
      +request: ParameterBag {#52}
      +query: ParameterBag {#52}
      +server: ServerBag {#48}
      +files: FileBag {#49}
      +cookies: ParameterBag {#47}
      +headers: HeaderBag {#50}
      #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: "/en/biblioteka/degradaciya-zemel"
      requestUri: "/en/biblioteka/degradaciya-zemel"
      baseUrl: ""
      basePath: ""
      method: "GET"
      format: "html"
    }
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
PHPRC
"/var/www/vhosts/system/gefsgp.kz/etc/php.ini"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
CONTENT_LENGTH
"0"
HTTP_HOST
"gefsgp.kz"
HTTP_USER_AGENT
"claudebot"
HTTP_X_REAL_IP
"18.234.55.154"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
REDIRECT_UNIQUE_ID
"ZgXw83eFo6iW5M1yvDYB0AAAAAk"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_STATUS
"200"
UNIQUE_ID
"ZgXw83eFo6iW5M1yvDYB0AAAAAk"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"gefsgp.kz"
SERVER_ADDR
"185.98.5.165"
SERVER_PORT
"80"
REMOTE_ADDR
"18.234.55.154"
DOCUMENT_ROOT
"/var/www/vhosts/gefsgp.kz/httpdocs/public"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/gefsgp.kz/httpdocs/public"
SERVER_ADMIN
"root@localhost"
SCRIPT_FILENAME
"/var/www/vhosts/gefsgp.kz/httpdocs/public/index.php"
REMOTE_PORT
"57748"
REDIRECT_URL
"/en/biblioteka/degradaciya-zemel"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/en/biblioteka/degradaciya-zemel"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711665395.0593
REQUEST_TIME
1711665395
APP_NAME
"Laravel"
APP_ENV
"local"
APP_KEY
""
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"p-335914_base"
DB_USERNAME
"p-335914_base"
DB_PASSWORD
"347V0xbl%"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"nurik9293709@gmail.com"
MAIL_PASSWORD
"gzyjzsqsgobuhqho"
MAIL_ENCRYPTION
"tls"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
Key Value
PHPRC
"/var/www/vhosts/system/gefsgp.kz/etc/php.ini"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
APP_NAME
"Laravel"
APP_ENV
"local"
APP_KEY
""
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"p-335914_base"
DB_USERNAME
"p-335914_base"
DB_PASSWORD
"347V0xbl%"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"nurik9293709@gmail.com"
MAIL_PASSWORD
"gzyjzsqsgobuhqho"
MAIL_ENCRYPTION
"tls"
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