[
    {
        "name": "kylekatarnls/update-helper",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kylekatarnls/update-helper.git",
            "reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
            "reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1.0 || ^2.0.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "composer/composer": "2.0.x-dev || ^2.0.0-dev",
            "phpunit/phpunit": ">=4.8.35 <6.0"
        },
        "time": "2020-04-07T20:44:10+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "UpdateHelper\\ComposerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "UpdateHelper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kyle",
                "email": "kylekatarnls@gmail.com"
            }
        ],
        "description": "Update helper"
    },
    {
        "name": "laminas/laminas-config",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-config.git",
            "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
            "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^5.6 || ^7.0",
            "psr/container": "^1.0"
        },
        "conflict": {
            "container-interop/container-interop": "<1.2.0"
        },
        "replace": {
            "zendframework/zend-config": "self.version"
        },
        "require-dev": {
            "laminas/laminas-coding-standard": "~1.0.0",
            "laminas/laminas-filter": "^2.7.2",
            "laminas/laminas-i18n": "^2.7.4",
            "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
            "malukenho/docheader": "^0.1.6",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
        },
        "suggest": {
            "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
            "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
            "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
        },
        "time": "2019-12-31T16:30:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-develop": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laminas\\Config\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a nested object property based user interface for accessing this configuration data within application code",
        "homepage": "https://laminas.dev",
        "keywords": [
            "config",
            "laminas"
        ]
    },
    {
        "name": "laminas/laminas-stdlib",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-stdlib.git",
            "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
            "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
            "shasum": ""
        },
        "require": {
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^5.6 || ^7.0"
        },
        "replace": {
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "laminas/laminas-coding-standard": "~1.0.0",
            "phpbench/phpbench": "^0.13",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
        },
        "time": "2019-12-31T17:51:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laminas\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SPL extensions, array utilities, error handlers, and more",
        "homepage": "https://laminas.dev",
        "keywords": [
            "laminas",
            "stdlib"
        ]
    },
    {
        "name": "laminas/laminas-zendframework-bridge",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
            "reference": "fcd87520e4943d968557803919523772475e8ea3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
            "reference": "fcd87520e4943d968557803919523772475e8ea3",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-05-20T16:45:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev",
                "dev-develop": "1.1.x-dev"
            },
            "laminas": {
                "module": "Laminas\\ZendFrameworkBridge"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/autoload.php"
            ],
            "psr-4": {
                "Laminas\\ZendFrameworkBridge\\": "src//"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Alias legacy ZF class names to Laminas Project equivalents.",
        "keywords": [
            "ZendFramework",
            "autoloading",
            "laminas",
            "zf"
        ]
    },
    {
        "name": "mashape/unirest-php",
        "version": "v3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Mashape/unirest-php.git",
            "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
            "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "0.1.*",
            "phpunit/phpunit": "~4.4"
        },
        "suggest": {
            "ext-json": "Allows using JSON Bodies for sending and parsing requests"
        },
        "time": "2016-08-11T17:49:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Unirest\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Unirest PHP",
        "homepage": "https://github.com/Mashape/unirest-php",
        "keywords": [
            "client",
            "curl",
            "http",
            "https",
            "rest"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "1.39.1",
        "version_normalized": "1.39.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
            "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
            "shasum": ""
        },
        "require": {
            "kylekatarnls/update-helper": "^1.1",
            "php": ">=5.3.9",
            "symfony/translation": "~2.6 || ~3.0 || ~4.0"
        },
        "require-dev": {
            "composer/composer": "^1.2",
            "friendsofphp/php-cs-fixer": "~2",
            "phpunit/phpunit": "^4.8.35 || ^5.7"
        },
        "time": "2019-10-14T05:51:36+00:00",
        "bin": [
            "bin/upgrade-carbon"
        ],
        "type": "library",
        "extra": {
            "update-helper": "Carbon\\Upgrade",
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "phpfastcache/phpfastcache",
        "version": "7.1.1",
        "version_normalized": "7.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPSocialNetwork/phpfastcache.git",
            "reference": "43586728fae8660d5ffc5b0d105502872ee8c17c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/43586728fae8660d5ffc5b0d105502872ee8c17c",
            "reference": "43586728fae8660d5ffc5b0d105502872ee8c17c",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=7.0",
            "psr/cache": "~1.0.0",
            "psr/simple-cache": "~1.0.0"
        },
        "conflict": {
            "basho/riak": "*",
            "doctrine/couchdb": "*"
        },
        "suggest": {
            "ext-apc": "*",
            "ext-couchbase": "*",
            "ext-intl": "*",
            "ext-leveldb": "*",
            "ext-memcache": "*",
            "ext-memcached": "*",
            "ext-redis": "*",
            "ext-sqlite": "*",
            "ext-wincache": "*",
            "ext-xcache": "*",
            "mongodb/mongodb": "^1.1",
            "phpfastcache/couchdb": "~1.0.0",
            "phpfastcache/phpssdb": "~1.0.0",
            "phpfastcache/riak-client": "~1.4.4",
            "predis/predis": "~1.1.0"
        },
        "time": "2020-04-24T21:51:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Phpfastcache\\": "lib/Phpfastcache/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Georges.L",
                "email": "contact@geolim4.com",
                "homepage": "https://github.com/Geolim4",
                "role": "Actual Project Manager/Developer"
            },
            {
                "name": "Khoa Bui",
                "email": "khoaofgod@gmail.com",
                "homepage": "https://www.phpfastcache.com",
                "role": "Former Project Developer/Original Creator"
            }
        ],
        "description": "PHP Abstract Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.",
        "homepage": "https://www.phpfastcache.com",
        "keywords": [
            "LevelDb",
            "abstract",
            "apc",
            "apcu",
            "cache",
            "cache class",
            "caching",
            "cassandra",
            "cookie",
            "couchbase",
            "couchdb",
            "files cache",
            "memcache",
            "memcached",
            "mongodb",
            "mysql cache",
            "pdo cache",
            "php cache",
            "predis",
            "redis",
            "ssdb",
            "wincache",
            "xcache",
            "zend",
            "zend data cache",
            "zend disk cache",
            "zend memory cache",
            "zend server"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "raiym/instagram-php-scraper",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/ActiveNothing/instagram-php-scraper.git",
            "reference": "37d47fb0964e052d12552db89d75e2dc25e74ec4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ActiveNothing/instagram-php-scraper/zipball/37d47fb0964e052d12552db89d75e2dc25e74ec4",
            "reference": "37d47fb0964e052d12552db89d75e2dc25e74ec4",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "mashape/unirest-php": "3.0.*",
            "php": ">=5.4.0",
            "psr/simple-cache": "~1.0"
        },
        "require-dev": {
            "phpfastcache/phpfastcache": "^7.1",
            "phpunit/phpunit": "5.5.*"
        },
        "time": "2020-06-21T23:44:58+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "InstagramScraper\\": "src/InstagramScraper/"
            }
        },
        "autoload-dev": {
            "psr-4": {
                "InstagramScraper\\Tests\\": "tests/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "raiym",
                "email": "r.kapishev@gmail.com"
            }
        ],
        "description": "Instagram PHP Scraper. Get account information, photos and videos without any authorization",
        "homepage": "https://github.com/raiym/instagram-php-scraper",
        "keywords": [
            "instagram",
            "scraper"
        ],
        "support": {
            "email": "r.kapishev@gmail.com",
            "source": "https://github.com/ActiveNothing/instagram-php-scraper/tree/master"
        }
    },
    {
        "name": "rakit/validation",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rakit/validation.git",
            "reference": "d7710a2c8133d89b5640b79e832f370ad2d58767"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rakit/validation/zipball/d7710a2c8133d89b5640b79e832f370ad2d58767",
            "reference": "d7710a2c8133d89b5640b79e832f370ad2d58767",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2019-07-10T03:20:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Rakit\\Validation\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Muhammad Syifa",
                "email": "emsifa@gmail.com"
            }
        ],
        "description": "PHP Laravel like standalone validation library"
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
            "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
            "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/yaml": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/intl": "^2.8.18|^3.2.5",
            "symfony/yaml": "~3.3"
        },
        "suggest": {
            "psr/log": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2017-06-24T16:45:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/var-dumper",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "b2623bccb969ad595c2090f9be498b74670d0663"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
            "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "require-dev": {
            "ext-iconv": "*",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-symfony_debug": ""
        },
        "time": "2017-07-28T06:06:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "tightenco/collect",
        "version": "v5.5.49",
        "version_normalized": "5.5.49.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tightenco/collect.git",
            "reference": "79e6bbf22da0e685c8122030374e5db953750b3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tightenco/collect/zipball/79e6bbf22da0e685c8122030374e5db953750b3b",
            "reference": "79e6bbf22da0e685c8122030374e5db953750b3b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0",
            "symfony/var-dumper": "~3.3"
        },
        "require-dev": {
            "mockery/mockery": "~1.0",
            "nesbot/carbon": "^1.26.3",
            "phpunit/phpunit": "~6.0"
        },
        "time": "2019-07-10T19:10:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Collect/Support/helpers.php",
                "src/Collect/Support/alias.php"
            ],
            "psr-4": {
                "Tightenco\\Collect\\": "src/Collect"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ],
        "description": "Collect - Illuminate Collections as a separate package.",
        "keywords": [
            "collection",
            "laravel"
        ]
    }
]
