[
    {
        "name": "amphp/amp",
        "version": "v2.4.4",
        "version_normalized": "2.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/amphp/amp.git",
            "reference": "1e58d53e4af390efc7813e36cd215bd82cba4b06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/amphp/amp/zipball/1e58d53e4af390efc7813e36cd215bd82cba4b06",
            "reference": "1e58d53e4af390efc7813e36cd215bd82cba4b06",
            "shasum": ""
        },
        "require": {
            "php": ">=7"
        },
        "require-dev": {
            "amphp/php-cs-fixer-config": "dev-master",
            "amphp/phpunit-util": "^1",
            "ext-json": "*",
            "jetbrains/phpstorm-stubs": "^2019.3",
            "phpunit/phpunit": "^6.0.9 | ^7",
            "react/promise": "^2",
            "vimeo/psalm": "^3.11@dev"
        },
        "time": "2020-04-30T04:54:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Amp\\": "lib"
            },
            "files": [
                "lib/functions.php",
                "lib/Internal/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniel Lowrey",
                "email": "rdlowrey@php.net"
            },
            {
                "name": "Aaron Piotrowski",
                "email": "aaron@trowski.com"
            },
            {
                "name": "Bob Weinand",
                "email": "bobwei9@hotmail.com"
            },
            {
                "name": "Niklas Keller",
                "email": "me@kelunik.com"
            }
        ],
        "description": "A non-blocking concurrency framework for PHP applications.",
        "homepage": "http://amphp.org/amp",
        "keywords": [
            "async",
            "asynchronous",
            "awaitable",
            "concurrency",
            "event",
            "event-loop",
            "future",
            "non-blocking",
            "promise"
        ]
    },
    {
        "name": "symfony/css-selector",
        "version": "v5.0.8",
        "version_normalized": "5.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "5f8d5271303dad260692ba73dfa21777d38e124e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e",
            "reference": "5f8d5271303dad260692ba73dfa21777d38e124e",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
            "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "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\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-grapheme",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
            "reference": "e094b0770f7833fdf257e6ba4775be4e258230b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e094b0770f7833fdf257e6ba4775be4e258230b2",
            "reference": "e094b0770f7833fdf257e6ba4775be4e258230b2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-intl": "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\\Intl\\Grapheme\\": ""
            },
            "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 intl's grapheme_* functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "grapheme",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
            "reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/1357b1d168eb7f68ad6a134838e46b0b159444a9",
            "reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-05-12T16:14:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's Normalizer class and related functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "intl",
            "normalizer",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "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/polyfill-php72",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "f048e612a3905f34931127360bdd2def19a5e582"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
            "reference": "f048e612a3905f34931127360bdd2def19a5e582",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "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\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "voku/portable-ascii",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-ascii.git",
            "reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/e7f9bd5deff09a57318f9b900ab33a05acfcf4d3",
            "reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2020-05-26T06:40:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
        "homepage": "https://github.com/voku/portable-ascii",
        "keywords": [
            "ascii",
            "clean",
            "php"
        ]
    },
    {
        "name": "voku/portable-utf8",
        "version": "5.4.45",
        "version_normalized": "5.4.45.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-utf8.git",
            "reference": "5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-utf8/zipball/5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07",
            "reference": "5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "~1.0",
            "symfony/polyfill-intl-grapheme": "~1.0",
            "symfony/polyfill-intl-normalizer": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.0",
            "voku/portable-ascii": "~1.5"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
            "ext-fileinfo": "Use Fileinfo for better binary file detection",
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-json": "Use JSON for string detection",
            "ext-mbstring": "Use Mbstring for best performance"
        },
        "time": "2020-05-26T07:35:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Hamid Sarfraz",
                "homepage": "http://pageconfig.com/"
            },
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
        "homepage": "https://github.com/voku/portable-utf8",
        "keywords": [
            "UTF",
            "clean",
            "php",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "voku/simple_html_dom",
        "version": "4.7.17",
        "version_normalized": "4.7.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/simple_html_dom.git",
            "reference": "804aca422f1fe0104b1320ca09fd06cd0062782c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/804aca422f1fe0104b1320ca09fd06cd0062782c",
            "reference": "804aca422f1fe0104b1320ca09fd06cd0062782c",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "ext-simplexml": "*",
            "php": ">=7.0.0",
            "symfony/css-selector": "~3.0 || ~4.0 || ~5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
        },
        "time": "2020-04-09T21:20:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\helper\\": "src/voku/helper/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "dimabdc",
                "email": "support@titor.ru",
                "homepage": "http://github.com/dimabdc",
                "role": "Developer"
            },
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/",
                "role": "Developer"
            }
        ],
        "description": "Simple HTML DOM package.",
        "homepage": "http://simplehtmldom.sourceforge.net/",
        "keywords": [
            "HTML Parser",
            "dom",
            "php dom"
        ]
    }
]
