{
        "packages": [
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "6.5.3",
                        "version_normalized": "6.5.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
                                "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "guzzlehttp/promises": "^1.0",
                                "guzzlehttp/psr7": "^1.6.1",
                                "php": ">=5.5",
                                "symfony/polyfill-intl-idn": "^1.11"
                        },
                        "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"
                        },
                        "time": "2020-04-18T10:38:46+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "6.5-dev"
                                }
                        },
                        "installation-source": "dist",
                        "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"
                        ],
                        "install-path": "../guzzlehttp/guzzle"
                },
                {
                        "name": "guzzlehttp/promises",
                        "version": "v1.3.1",
                        "version_normalized": "1.3.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.0"
                        },
                        "time": "2016-12-20T10:07:11+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "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"
                        ],
                        "install-path": "../guzzlehttp/promises"
                },
                {
                        "name": "guzzlehttp/psr7",
                        "version": "1.6.1",
                        "version_normalized": "1.6.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
                                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
                                "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.8"
                        },
                        "suggest": {
                                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
                        },
                        "time": "2019-07-01T23:21:34+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.6-dev"
                                }
                        },
                        "installation-source": "dist",
                        "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"
                        ],
                        "install-path": "../guzzlehttp/psr7"
                },
                {
                        "name": "league/oauth2-client",
                        "version": "2.4.1",
                        "version_normalized": "2.4.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/oauth2-client.git",
                                "reference": "cc114abc622a53af969e8664722e84ca36257530"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/cc114abc622a53af969e8664722e84ca36257530",
                                "reference": "cc114abc622a53af969e8664722e84ca36257530",
                                "shasum": ""
                        },
                        "require": {
                                "guzzlehttp/guzzle": "^6.0",
                                "paragonie/random_compat": "^1|^2|^9.99",
                                "php": "^5.6|^7.0"
                        },
                        "require-dev": {
                                "eloquent/liberator": "^2.0",
                                "eloquent/phony-phpunit": "^1.0|^3.0",
                                "jakub-onderka/php-parallel-lint": "^0.9.2",
                                "phpunit/phpunit": "^5.7|^6.0",
                                "squizlabs/php_codesniffer": "^2.3|^3.0"
                        },
                        "time": "2018-11-22T18:33:57+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-2.x": "2.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\OAuth2\\Client\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Alex Bilbie",
                                        "email": "hello@alexbilbie.com",
                                        "homepage": "http://www.alexbilbie.com",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Woody Gilk",
                                        "homepage": "https://github.com/shadowhand",
                                        "role": "Contributor"
                                }
                        ],
                        "description": "OAuth 2.0 Client Library",
                        "keywords": [
                                "Authentication",
                                "SSO",
                                "authorization",
                                "identity",
                                "idp",
                                "oauth",
                                "oauth2",
                                "single sign on"
                        ],
                        "install-path": "../league/oauth2-client"
                },
                {
                        "name": "league/oauth2-google",
                        "version": "3.0.2",
                        "version_normalized": "3.0.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/oauth2-google.git",
                                "reference": "cfe9b0ae69eb5dbac64a282f04410b731f6b9c04"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/cfe9b0ae69eb5dbac64a282f04410b731f6b9c04",
                                "reference": "cfe9b0ae69eb5dbac64a282f04410b731f6b9c04",
                                "shasum": ""
                        },
                        "require": {
                                "league/oauth2-client": "^2.0"
                        },
                        "require-dev": {
                                "eloquent/phony-phpunit": "^2.0",
                                "php-coveralls/php-coveralls": "^2.1",
                                "phpunit/phpunit": "^6.0",
                                "squizlabs/php_codesniffer": "^2.0"
                        },
                        "time": "2019-11-16T14:11:06+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\OAuth2\\Client\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Woody Gilk",
                                        "email": "woody.gilk@gmail.com",
                                        "homepage": "http://shadowhand.me"
                                }
                        ],
                        "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
                        "keywords": [
                                "Authentication",
                                "authorization",
                                "client",
                                "google",
                                "oauth",
                                "oauth2"
                        ],
                        "install-path": "../league/oauth2-google"
                },
                {
                        "name": "paragonie/random_compat",
                        "version": "v9.99.99",
                        "version_normalized": "9.99.99.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/random_compat.git",
                                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "4.*|5.*",
                                "vimeo/psalm": "^1"
                        },
                        "suggest": {
                                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                        },
                        "time": "2018-07-02T15:55:56+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "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"
                        ],
                        "install-path": "../paragonie/random_compat"
                },
                {
                        "name": "phpmailer/phpmailer",
                        "version": "v6.9.1",
                        "version_normalized": "6.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/PHPMailer/PHPMailer.git",
                                "reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
                                "reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
                                "shasum": ""
                        },
                        "require": {
                                "ext-ctype": "*",
                                "ext-filter": "*",
                                "ext-hash": "*",
                                "php": ">=5.5.0"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                                "phpcompatibility/php-compatibility": "^9.3.5",
                                "roave/security-advisories": "dev-latest",
                                "squizlabs/php_codesniffer": "^3.7.2",
                                "yoast/phpunit-polyfills": "^1.0.4"
                        },
                        "suggest": {
                                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                                "psr/log": "For optional PSR-3 debug logging",
                                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
                        },
                        "time": "2023-11-25T22:23:28+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PHPMailer\\PHPMailer\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-2.1-only"
                        ],
                        "authors": [
                                {
                                        "name": "Marcus Bointon",
                                        "email": "phpmailer@synchromedia.co.uk"
                                },
                                {
                                        "name": "Jim Jagielski",
                                        "email": "jimjag@gmail.com"
                                },
                                {
                                        "name": "Andy Prevost",
                                        "email": "codeworxtech@users.sourceforge.net"
                                },
                                {
                                        "name": "Brent R. Matzelle"
                                }
                        ],
                        "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
                        "support": {
                                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/Synchro",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../phpmailer/phpmailer"
                },
                {
                        "name": "psr/http-message",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-message.git",
                                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2016-08-06T14:39:51+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "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"
                        ],
                        "install-path": "../psr/http-message"
                },
                {
                        "name": "psr/log",
                        "version": "1.1.3",
                        "version_normalized": "1.1.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/log.git",
                                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2020-03-23T09:12:05+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Log\\": "Psr/Log/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for logging libraries",
                        "homepage": "https://github.com/php-fig/log",
                        "keywords": [
                                "log",
                                "psr",
                                "psr-3"
                        ],
                        "install-path": "../psr/log"
                },
                {
                        "name": "ralouphie/getallheaders",
                        "version": "3.0.3",
                        "version_normalized": "3.0.3.0",
                        "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"
                        },
                        "time": "2019-03-08T08:55:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "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.",
                        "install-path": "../ralouphie/getallheaders"
                },
                {
                        "name": "symfony/polyfill-intl-idn",
                        "version": "v1.17.0",
                        "version_normalized": "1.17.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                                "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
                                "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3",
                                "symfony/polyfill-mbstring": "^1.3",
                                "symfony/polyfill-php72": "^1.10"
                        },
                        "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\\Idn\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Laurent Bassin",
                                        "email": "laurent@bassin.info"
                                },
                                {
                                        "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"
                        ],
                        "install-path": "../symfony/polyfill-intl-idn"
                },
                {
                        "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"
                        ],
                        "install-path": "../symfony/polyfill-mbstring"
                },
                {
                        "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"
                        ],
                        "install-path": "../symfony/polyfill-php72"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
