{
        "packages": [
                {
                        "name": "gravitypdf/querypath",
                        "version": "3.2.2",
                        "version_normalized": "3.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/GravityPDF/querypath.git",
                                "reference": "7732d88be95f8e5cbcaf2b5ff50fcd4379abbc4e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/GravityPDF/querypath/zipball/7732d88be95f8e5cbcaf2b5ff50fcd4379abbc4e",
                                "reference": "7732d88be95f8e5cbcaf2b5ff50fcd4379abbc4e",
                                "shasum": ""
                        },
                        "require": {
                                "masterminds/html5": "^2.0",
                                "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0"
                        },
                        "replace": {
                                "arthurkushman/query-path": "3.1.4",
                                "querypath/querypath": "3.0.5"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                                "mockery/mockery": "^1.1",
                                "phpcompatibility/php-compatibility": "*",
                                "yoast/phpunit-polyfills": "^1.0"
                        },
                        "time": "2022-12-11T05:24:45+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/qp_functions.php"
                                ],
                                "psr-4": {
                                        "QueryPath\\": "src/",
                                        "QueryPathTests\\": "tests/QueryPath/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.2 support",
                        "homepage": "https://github.com/gravitypdf/querypath",
                        "keywords": [
                                "css",
                                "html",
                                "jquery",
                                "php",
                                "xml"
                        ],
                        "install-path": "../gravitypdf/querypath"
                },
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "7.8.0",
                        "version_normalized": "7.8.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
                                "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
                                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
                                "php": "^7.2.5 || ^8.0",
                                "psr/http-client": "^1.0",
                                "symfony/deprecation-contracts": "^2.2 || ^3.0"
                        },
                        "provide": {
                                "psr/http-client-implementation": "1.0"
                        },
                        "require-dev": {
                                "bamarni/composer-bin-plugin": "^1.8.1",
                                "ext-curl": "*",
                                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
                                "php-http/message-factory": "^1.1",
                                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
                                "psr/log": "^1.1 || ^2.0 || ^3.0"
                        },
                        "suggest": {
                                "ext-curl": "Required for CURL handler support",
                                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                                "psr/log": "Required for using the Log middleware"
                        },
                        "time": "2023-08-27T10:20:53+00:00",
                        "type": "library",
                        "extra": {
                                "bamarni-bin": {
                                        "bin-links": true,
                                        "forward-command": false
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "psr-4": {
                                        "GuzzleHttp\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "Jeremy Lindblom",
                                        "email": "jeremeamia@gmail.com",
                                        "homepage": "https://github.com/jeremeamia"
                                },
                                {
                                        "name": "George Mponos",
                                        "email": "gmponos@gmail.com",
                                        "homepage": "https://github.com/gmponos"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://github.com/sagikazarmark"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "homepage": "https://github.com/Tobion"
                                }
                        ],
                        "description": "Guzzle is a PHP HTTP client library",
                        "keywords": [
                                "client",
                                "curl",
                                "framework",
                                "http",
                                "http client",
                                "psr-18",
                                "psr-7",
                                "rest",
                                "web service"
                        ],
                        "install-path": "../guzzlehttp/guzzle"
                },
                {
                        "name": "guzzlehttp/promises",
                        "version": "2.0.1",
                        "version_normalized": "2.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
                                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2.5 || ^8.0"
                        },
                        "require-dev": {
                                "bamarni/composer-bin-plugin": "^1.8.1",
                                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
                        },
                        "time": "2023-08-03T15:11:55+00:00",
                        "type": "library",
                        "extra": {
                                "bamarni-bin": {
                                        "bin-links": true,
                                        "forward-command": false
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "GuzzleHttp\\Promise\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "homepage": "https://github.com/Tobion"
                                }
                        ],
                        "description": "Guzzle promises library",
                        "keywords": [
                                "promise"
                        ],
                        "install-path": "../guzzlehttp/promises"
                },
                {
                        "name": "guzzlehttp/psr7",
                        "version": "1.9.1",
                        "version_normalized": "1.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                                "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"
                        },
                        "time": "2023-04-17T16:00:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "psr-4": {
                                        "GuzzleHttp\\Psr7\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "George Mponos",
                                        "email": "gmponos@gmail.com",
                                        "homepage": "https://github.com/gmponos"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://github.com/sagikazarmark"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "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": "masterminds/html5",
                        "version": "2.3.1",
                        "version_normalized": "2.3.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Masterminds/html5-php.git",
                                "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
                                "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
                                "shasum": ""
                        },
                        "require": {
                                "ext-libxml": "*",
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "4.*",
                                "sami/sami": "~2.0",
                                "satooshi/php-coveralls": "1.0.*"
                        },
                        "time": "2018-10-22T16:58:34+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.2-dev"
                                }
                        },
                        "installation-source": "source",
                        "autoload": {
                                "psr-4": {
                                        "Masterminds\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Matt Butcher",
                                        "email": "technosophos@gmail.com"
                                },
                                {
                                        "name": "Asmir Mustafic",
                                        "email": "goetas@gmail.com"
                                },
                                {
                                        "name": "Matt Farina",
                                        "email": "matt@mattfarina.com"
                                }
                        ],
                        "description": "An HTML5 parser and serializer.",
                        "homepage": "http://masterminds.github.io/html5-php",
                        "keywords": [
                                "HTML5",
                                "dom",
                                "html",
                                "parser",
                                "querypath",
                                "serializer",
                                "xml"
                        ],
                        "support": {
                                "issues": "https://github.com/Masterminds/html5-php/issues",
                                "source": "https://github.com/Masterminds/html5-php/tree/2.3.1"
                        },
                        "install-path": "../masterminds/html5"
                },
                {
                        "name": "myclabs/php-enum",
                        "version": "1.8.4",
                        "version_normalized": "1.8.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/myclabs/php-enum.git",
                                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
                                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "php": "^7.3 || ^8.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^9.5",
                                "squizlabs/php_codesniffer": "1.*",
                                "vimeo/psalm": "^4.6.2"
                        },
                        "time": "2022-08-04T09:53:51+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "MyCLabs\\Enum\\": "src/"
                                },
                                "classmap": [
                                        "stubs/Stringable.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP Enum contributors",
                                        "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                                }
                        ],
                        "description": "PHP Enum implementation",
                        "homepage": "http://github.com/myclabs/php-enum",
                        "keywords": [
                                "enum"
                        ],
                        "install-path": "../myclabs/php-enum"
                },
                {
                        "name": "paquettg/php-html-parser",
                        "version": "3.1.1",
                        "version_normalized": "3.1.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paquettg/php-html-parser.git",
                                "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/4e01a438ad5961cc2d7427eb9798d213c8a12629",
                                "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629",
                                "shasum": ""
                        },
                        "require": {
                                "ext-curl": "*",
                                "ext-mbstring": "*",
                                "ext-zlib": "*",
                                "guzzlehttp/guzzle": "^7.0",
                                "guzzlehttp/psr7": "^1.6",
                                "myclabs/php-enum": "^1.7",
                                "paquettg/string-encode": "~1.0.0",
                                "php": ">=7.2",
                                "php-http/httplug": "^2.1"
                        },
                        "require-dev": {
                                "friendsofphp/php-cs-fixer": "^2.16",
                                "infection/infection": "^0.13.4",
                                "mockery/mockery": "^1.2",
                                "phan/phan": "^2.4",
                                "phpunit/phpunit": "^7.5.1"
                        },
                        "time": "2020-11-01T20:34:43+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PHPHtmlParser\\": "src/PHPHtmlParser"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gilles Paquette",
                                        "email": "paquettg@gmail.com",
                                        "homepage": "http://gillespaquette.ca"
                                }
                        ],
                        "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
                        "homepage": "https://github.com/paquettg/php-html-parser",
                        "keywords": [
                                "dom",
                                "html",
                                "parser"
                        ],
                        "install-path": "../paquettg/php-html-parser"
                },
                {
                        "name": "paquettg/string-encode",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paquettg/string-encoder.git",
                                "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
                                "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.5.1"
                        },
                        "time": "2018-12-21T02:25:09+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "stringEncode": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gilles Paquette",
                                        "email": "paquettg@gmail.com",
                                        "homepage": "http://gillespaquette.ca"
                                }
                        ],
                        "description": "Facilitating the process of altering string encoding in PHP.",
                        "homepage": "https://github.com/paquettg/string-encoder",
                        "keywords": [
                                "charset",
                                "encoding",
                                "string"
                        ],
                        "install-path": "../paquettg/string-encode"
                },
                {
                        "name": "php-http/httplug",
                        "version": "2.4.0",
                        "version_normalized": "2.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/httplug.git",
                                "reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
                                "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1 || ^8.0",
                                "php-http/promise": "^1.1",
                                "psr/http-client": "^1.0",
                                "psr/http-message": "^1.0 || ^2.0"
                        },
                        "require-dev": {
                                "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
                                "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
                        },
                        "time": "2023-04-14T15:10:03+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Client\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Eric GELOEN",
                                        "email": "geloen.eric@gmail.com"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://sagikazarmark.hu"
                                }
                        ],
                        "description": "HTTPlug, the HTTP client abstraction for PHP",
                        "homepage": "http://httplug.io",
                        "keywords": [
                                "client",
                                "http"
                        ],
                        "install-path": "../php-http/httplug"
                },
                {
                        "name": "php-http/promise",
                        "version": "1.1.0",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/promise.git",
                                "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
                                "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
                                "phpspec/phpspec": "^5.1.2 || ^6.2"
                        },
                        "time": "2020-07-07T09:29:14+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Promise\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Joel Wurtz",
                                        "email": "joel.wurtz@gmail.com"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                }
                        ],
                        "description": "Promise used for asynchronous HTTP requests",
                        "homepage": "http://httplug.io",
                        "keywords": [
                                "promise"
                        ],
                        "install-path": "../php-http/promise"
                },
                {
                        "name": "psr/http-client",
                        "version": "1.0.3",
                        "version_normalized": "1.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-client.git",
                                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0 || ^8.0",
                                "psr/http-message": "^1.0 || ^2.0"
                        },
                        "time": "2023-09-23T14:17:50+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Client\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "https://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for HTTP clients",
                        "homepage": "https://github.com/php-fig/http-client",
                        "keywords": [
                                "http",
                                "http-client",
                                "psr",
                                "psr-18"
                        ],
                        "install-path": "../psr/http-client"
                },
                {
                        "name": "psr/http-message",
                        "version": "1.1",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-message.git",
                                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2 || ^8.0"
                        },
                        "time": "2023-04-04T09:50:52+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1.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": "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/deprecation-contracts",
                        "version": "v3.3.0",
                        "version_normalized": "3.3.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/deprecation-contracts.git",
                                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
                                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.1"
                        },
                        "time": "2023-05-23T14:45:45+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "3.4-dev"
                                },
                                "thanks": {
                                        "name": "symfony/contracts",
                                        "url": "https://github.com/symfony/contracts"
                                }
                        },
                        "installation-source": "source",
                        "autoload": {
                                "files": [
                                        "function.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": "A generic function and convention to trigger deprecation notices",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
                        },
                        "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"
                                }
                        ],
                        "install-path": "../symfony/deprecation-contracts"
                },
                {
                        "name": "symfony/polyfill-mbstring",
                        "version": "v1.28.0",
                        "version_normalized": "1.28.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-mbstring.git",
                                "reference": "42292d99c55abe617799667f454222c54c60e229"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
                                "reference": "42292d99c55abe617799667f454222c54c60e229",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "provide": {
                                "ext-mbstring": "*"
                        },
                        "suggest": {
                                "ext-mbstring": "For best performance"
                        },
                        "time": "2023-07-28T09:04:16+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "1.28-dev"
                                },
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "source",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Mbstring\\": ""
                                }
                        },
                        "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"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
                        },
                        "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"
                                }
                        ],
                        "install-path": "../symfony/polyfill-mbstring"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
