{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "6188ae124a67b6cf9d5283904dadc141",
    "packages": [
        {
            "name": "al/emoji-detector",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/AlmaArmas/emoji-detector-php.git",
                "reference": "d817d586a5b22674d91e8203098987a1f2b2573e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/AlmaArmas/emoji-detector-php/zipball/d817d586a5b22674d91e8203098987a1f2b2573e",
                "reference": "d817d586a5b22674d91e8203098987a1f2b2573e",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Emoji.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "email": "aaron@parecki.com",
                    "homepage": "https://aaronparecki.com/"
                }
            ],
            "description": "Detect and return all emoji found in a string",
            "homepage": "https://github.com/aaronpk/emoji-detector-php",
            "time": "2020-06-26T09:10:17+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "2512f595e0f4c5235e99ef97603a8db902b3cc5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/2512f595e0f4c5235e99ef97603a8db902b3cc5f",
                "reference": "2512f595e0f4c5235e99ef97603a8db902b3cc5f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "require-dev": {
                "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/master"
            },
            "time": "2020-10-01T00:19:10+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "e8ed4dbf49b260ff129ff0e0400718c3269971bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e8ed4dbf49b260ff129ff0e0400718c3269971bf",
                "reference": "e8ed4dbf49b260ff129ff0e0400718c3269971bf",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.6.1",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.17.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                "psr/log": "^1.1"
            },
            "suggest": {
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://github.com/alexeyshockov",
                    "type": "github"
                },
                {
                    "url": "https://github.com/gmponos",
                    "type": "github"
                },
                {
                    "url": "https://github.com/sagikazarmark",
                    "type": "github"
                }
            ],
            "time": "2020-07-02T06:52:04+00:00"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "60d379c243457e073cff02bc323a2a86cb355631"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
                "reference": "60d379c243457e073cff02bc323a2a86cb355631",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "time": "2020-09-30T07:37:28+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
                "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "time": "2020-09-30T07:37:11+00:00"
        },
        {
            "name": "james-heinrich/getid3",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/JamesHeinrich/getID3.git",
                "reference": "79c467acde0db96edcd3ab9c0b8d4b68039f8f20"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/79c467acde0db96edcd3ab9c0b8d4b68039f8f20",
                "reference": "79c467acde0db96edcd3ab9c0b8d4b68039f8f20",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "php-parallel-lint/php-parallel-lint": "^1.0"
            },
            "suggest": {
                "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
                "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
                "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
                "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
                "ext-exif": "EXIF extension is required for graphic modules.",
                "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
                "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
                "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
                "ext-mbstring": "mbstring extension is required to work with different character sets.",
                "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
                "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
                "ext-rar": "RAR extension is required for RAR archive module.",
                "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
                "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
                "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "getid3/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-1.0-or-later",
                "LGPL-3.0-only",
                "MPL-2.0"
            ],
            "description": "PHP script that extracts useful information from popular multimedia file formats",
            "homepage": "https://www.getid3.org/",
            "keywords": [
                "codecs",
                "php",
                "tags"
            ],
            "time": "2020-10-03T14:52:30+00:00"
        },
        {
            "name": "komeiji-satori/curl",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/komeiji-satori/curl.git",
                "reference": "687d8fa621823809f5e90a7f5d2fd6a59b7e7948"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/komeiji-satori/curl/zipball/687d8fa621823809f5e90a7f5d2fd6a59b7e7948",
                "reference": "687d8fa621823809f5e90a7f5d2fd6a59b7e7948",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.6"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/cURL.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Satori",
                    "email": "i@ttt.moe"
                }
            ],
            "description": "一个轻量级的PHP网络操作类,实现GET、POST、UPLOAD、DOWNLOAD常用操作,出错自动重试,支持链式写法",
            "homepage": "https://github.com/komeiji-satori/curl",
            "keywords": [
                "PHP cURL",
                "curl download",
                "curl library",
                "curl lightweight",
                "curl post",
                "curl upload"
            ],
            "support": {
                "issues": "https://github.com/komeiji-satori/curl/issues",
                "source": "https://github.com/komeiji-satori/curl/tree/master"
            },
            "time": "2019-04-20T16:06:47+00:00"
        },
        {
            "name": "netcarver/textile",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/textile/php-textile.git",
                "reference": "d64e1f8424afd600cc2732f4f99f262aef55fca2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/textile/php-textile/zipball/d64e1f8424afd600cc2732f4f99f262aef55fca2",
                "reference": "d64e1f8424afd600cc2732f4f99f262aef55fca2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "2.1.*",
                "phpunit/phpunit": "5.7.*",
                "squizlabs/php_codesniffer": "3.*",
                "symfony/yaml": "2.4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Netcarver\\Textile\\": "src/Netcarver/Textile/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Textile markup language parser",
            "homepage": "https://github.com/textile/php-textile",
            "keywords": [
                "document",
                "format",
                "html",
                "language",
                "markup",
                "parser",
                "php-textile",
                "plaintext",
                "textile"
            ],
            "time": "2020-10-01T18:21:03+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.99.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "0947f25b883d4172df340a0d95f1b7cdabc5368a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0947f25b883d4172df340a0d95f1b7cdabc5368a",
                "reference": "0947f25b883d4172df340a0d95f1b7cdabc5368a",
                "shasum": ""
            },
            "require": {
                "php": "^7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "time": "2018-08-07T13:07:48+00:00"
        },
        {
            "name": "psr/cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "b9aa2cd4dd36cec02779bee07ee9dab8bd2d07d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/b9aa2cd4dd36cec02779bee07ee9dab8bd2d07d7",
                "reference": "b9aa2cd4dd36cec02779bee07ee9dab8bd2d07d7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "time": "2019-10-04T14:04:41+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
                "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "time": "2019-08-29T13:16:46+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "rybakit/msgpack",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/rybakit/msgpack.php.git",
                "reference": "6c8b5c119e6dd81a81a526777270e9144f9abdd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/6c8b5c119e6dd81a81a526777270e9144f9abdd4",
                "reference": "6c8b5c119e6dd81a81a526777270e9144f9abdd4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.1"
            },
            "require-dev": {
                "ext-decimal": "*",
                "ext-gmp": "*",
                "friendsofphp/php-cs-fixer": "^2.14",
                "phpunit/phpunit": "^7.1|^8.0"
            },
            "suggest": {
                "ext-decimal": "For converting overflowed integers to Decimal objects",
                "ext-gmp": "For converting overflowed integers to GMP objects"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MessagePack\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eugene Leonovich",
                    "email": "gen.work@gmail.com"
                }
            ],
            "description": "A pure PHP implementation of the MessagePack serialization format.",
            "keywords": [
                "messagepack",
                "msgpack",
                "pure",
                "streaming"
            ],
            "support": {
                "issues": "https://github.com/rybakit/msgpack.php/issues",
                "source": "https://github.com/rybakit/msgpack.php/tree/master"
            },
            "funding": [
                {
                    "url": "https://github.com/rybakit",
                    "type": "github"
                }
            ],
            "time": "2020-05-02T23:50:29+00:00"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "045643b91eaa34c4c37150ac477765c13552af33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/045643b91eaa34c4c37150ac477765c13552af33",
                "reference": "045643b91eaa34c4c37150ac477765c13552af33",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php70": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-08-04T21:02:56+00:00"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
                "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-07-14T12:35:20+00:00"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
                "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php70\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-07-14T12:35:20+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "dc6ef203f50ab65e7de9663826d2fd2d3c1e90e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/dc6ef203f50ab65e7de9663826d2fd2d3c1e90e2",
                "reference": "dc6ef203f50ab65e7de9663826d2fd2d3c1e90e2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-01T14:10:30+00:00"
        },
        {
            "name": "wapmorgan/binary-stream",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/wapmorgan/BinaryStream.git",
                "reference": "cfe40bc12a5d5a446f9b20131957bae78fc47a12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wapmorgan/BinaryStream/zipball/cfe40bc12a5d5a446f9b20131957bae78fc47a12",
                "reference": "cfe40bc12a5d5a446f9b20131957bae78fc47a12",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "wapmorgan\\BinaryStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A handy tool for working with binary data",
            "keywords": [
                "binary",
                "binary-data",
                "reader",
                "writer"
            ],
            "support": {
                "issues": "https://github.com/wapmorgan/BinaryStream/issues",
                "source": "https://github.com/wapmorgan/BinaryStream/tree/master"
            },
            "time": "2018-09-26T17:10:59+00:00"
        },
        {
            "name": "whichbrowser/parser",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/WhichBrowser/Parser-PHP.git",
                "reference": "880b9fa797401d14b28956442944c3daa70240ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/880b9fa797401d14b28956442944c3daa70240ff",
                "reference": "880b9fa797401d14b28956442944c3daa70240ff",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/cache": "^1.0"
            },
            "require-dev": {
                "icomefromthenet/reverse-regex": "0.0.6.3",
                "phpunit/php-code-coverage": "^2.2 || ^3.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "satooshi/php-coveralls": "^1.0",
                "squizlabs/php_codesniffer": "2.5.*",
                "symfony/yaml": "~2.8 || ~3.4 || ~4.2 || ~5.0"
            },
            "suggest": {
                "cache/array-adapter": "Allows testing of the caching functionality"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WhichBrowser\\": [
                        "src/",
                        "tests/src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niels Leenheer",
                    "email": "niels@leenheer.nl",
                    "role": "Developer"
                }
            ],
            "description": "Useragent sniffing library for PHP",
            "homepage": "http://whichbrowser.net",
            "keywords": [
                "browser",
                "sniffing",
                "ua",
                "useragent"
            ],
            "time": "2020-08-20T09:08:05+00:00"
        },
        {
            "name": "zadarma/user-api-v1",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zadarma/user-api-v1.git",
                "reference": "0cc0fa0d3609d346720b051818632236017784a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zadarma/user-api-v1/zipball/0cc0fa0d3609d346720b051818632236017784a1",
                "reference": "0cc0fa0d3609d346720b051818632236017784a1",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Zadarma_API\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Zadarma",
                    "email": "github@zadarma.com"
                }
            ],
            "description": "PHP class for Zadarma API",
            "homepage": "https://github.com/zadarma/user-api-v1",
            "keywords": [
                "api",
                "free calls",
                "pbx",
                "sip",
                "zadarma"
            ],
            "time": "2020-06-29T12:24:42+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "komeiji-satori/curl": 20,
        "whichbrowser/parser": 20,
        "zadarma/user-api-v1": 20,
        "james-heinrich/getid3": 20,
        "rybakit/msgpack": 20,
        "wapmorgan/binary-stream": 20,
        "netcarver/textile": 20,
        "al/emoji-detector": 20,
        "ezyang/htmlpurifier": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.0.0"
}