{
    "packages": [
        {
            "name": "mlocati\/ip-lib",
            "version": "1.18.0",
            "version_normalized": "1.18.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mlocati\/ip-lib.git",
                "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mlocati\/ip-lib\/zipball\/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
                "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "phpunit\/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5"
            },
            "time": "2022-01-13T18:05:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\IPLib\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michele Locati",
                    "email": "mlocati@gmail.com",
                    "homepage": "https:\/\/github.com\/mlocati",
                    "role": "Author"
                }
            ],
            "description": "Handle IPv4, IPv6 addresses and ranges",
            "homepage": "https:\/\/github.com\/mlocati\/ip-lib",
            "keywords": [
                "IP",
                "address",
                "addresses",
                "ipv4",
                "ipv6",
                "manage",
                "managing",
                "matching",
                "network",
                "networking",
                "range",
                "subnet"
            ],
            "support": {
                "issues": "https:\/\/github.com\/mlocati\/ip-lib\/issues",
                "source": "https:\/\/github.com\/mlocati\/ip-lib\/tree\/1.18.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/mlocati",
                    "type": "github"
                },
                {
                    "url": "https:\/\/paypal.me\/mlocati",
                    "type": "other"
                }
            ],
            "install-path": "..\/mlocati\/ip-lib"
        },
        {
            "name": "php-http\/discovery",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/discovery.git",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/discovery\/zipball\/82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm\/psr7": "<1.0",
                "zendframework\/zend-diactoros": "*"
            },
            "provide": {
                "php-http\/async-client-implementation": "*",
                "php-http\/client-implementation": "*",
                "psr\/http-client-implementation": "*",
                "psr\/http-factory-implementation": "*",
                "psr\/http-message-implementation": "*"
            },
            "require-dev": {
                "composer\/composer": "^1.0.2|^2.0",
                "graham-campbell\/phpspec-skip-example-extension": "^5.0",
                "php-http\/httplug": "^1.0 || ^2.0",
                "php-http\/message-factory": "^1.0",
                "phpspec\/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian\/comparator": "^3.0.5 || ^4.0.8",
                "symfony\/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "time": "2024-10-02T11:20:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Http\\Discovery\\": "src\/"
                },
                "exclude-from-classmap": [
                    "src\/Composer\/Plugin.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http:\/\/php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/discovery\/issues",
                "source": "https:\/\/github.com\/php-http\/discovery\/tree\/1.20.0"
            },
            "install-path": "..\/php-http\/discovery"
        },
        {
            "name": "psr\/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Psr\\Container\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https:\/\/github.com\/php-fig\/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
                "source": "https:\/\/github.com\/php-fig\/container\/tree\/2.0.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "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": {
                    "ScobyAnalyticsDeps\\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"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-client"
            },
            "install-path": "..\/psr\/http-client"
        },
        {
            "name": "psr\/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-factory"
            },
            "install-path": "..\/psr\/http-factory"
        },
        {
            "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": {
                    "ScobyAnalyticsDeps\\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\/1.1"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "name": "psr\/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Psr\\Log\\": "Psr\/Log\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https:\/\/github.com\/php-fig\/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/log\/tree\/1.1.4"
            },
            "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.",
            "support": {
                "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues",
                "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop"
            },
            "install-path": "..\/ralouphie\/getallheaders"
        },
        {
            "name": "rebelcode\/psr7",
            "version": "v1.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/RebelCode\/psr7.git",
                "reference": "0181f474ba9b3133b2ce158ec4a6bf3ddcf299fd"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/RebelCode\/psr7\/zipball\/0181f474ba9b3133b2ce158ec4a6bf3ddcf299fd",
                "reference": "0181f474ba9b3133b2ce158ec4a6bf3ddcf299fd",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.0",
                "ralouphie\/getallheaders": "^3.0"
            },
            "provide": {
                "psr\/http-factory-implementation": "1.0",
                "psr\/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.4.1",
                "http-interop\/http-factory-tests": "^0.9",
                "phpunit\/phpunit": "^7.0 | ^8.0 | ^9.0",
                "slevomat\/coding-standard": "^6.0",
                "vimeo\/psalm": "^4.0",
                "webmozart\/path-util": "^2.3@stable"
            },
            "suggest": {
                "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2021-06-17T12:54:19+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\RebelCode\\Psr7\\": "src"
                }
            },
            "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"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/sagikazarmark.hu"
                },
                {
                    "name": "Miguel Muscat",
                    "email": "miguel.muscat@rebelcode.com",
                    "homepage": "https:\/\/github.com\/mecha"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/RebelCode\/psr7\/issues",
                "source": "https:\/\/github.com\/RebelCode\/psr7\/tree\/v1.0"
            },
            "install-path": "..\/rebelcode\/psr7"
        },
        {
            "name": "rebelcode\/wp-http",
            "version": "0.3",
            "version_normalized": "0.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/RebelCode\/wp-http.git",
                "reference": "ce50ac162479776dc2ba0449c84285c4fda69612"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/RebelCode\/wp-http\/zipball\/ce50ac162479776dc2ba0449c84285c4fda69612",
                "reference": "ce50ac162479776dc2ba0449c84285c4fda69612",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr\/http-client": "^1.0",
                "rebelcode\/psr7": "^1.0"
            },
            "provide": {
                "psr\/http-client-implementation": "1.0"
            },
            "require-dev": {
                "10up\/wp_mock": "^0.4",
                "humanmade\/psalm-plugin-wordpress": "^2.0",
                "johnpbloch\/wordpress-core": ">=5.5",
                "phpunit\/phpunit": "^7.0 | ^8.0 | ^9.0",
                "slevomat\/coding-standard": "^6.0",
                "vimeo\/psalm": "^4.0",
                "webmozart\/path-util": "^2.3"
            },
            "time": "2021-07-26T16:21:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\RebelCode\\WordPress\\Http\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Miguel Muscat",
                    "email": "miguel.muscat@rebelcode.com",
                    "role": "Developer"
                }
            ],
            "description": "A PSR-18 compliant HTTP client adapter for WordPress",
            "keywords": [
                "client",
                "http",
                "psr-18",
                "psr-7",
                "wordpress"
            ],
            "support": {
                "issues": "https:\/\/github.com\/RebelCode\/wp-http\/issues",
                "source": "https:\/\/github.com\/RebelCode\/wp-http\/tree\/0.3"
            },
            "install-path": "..\/rebelcode\/wp-http"
        },
        {
            "name": "scoby\/analytics",
            "version": "2.0.0-alpha",
            "version_normalized": "2.0.0.0-alpha",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/scoby-io\/analytics-php.git",
                "reference": "ee8a007f338aa6cf22afc27563feea2dea8e7912"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/scoby-io\/analytics-php\/zipball\/ee8a007f338aa6cf22afc27563feea2dea8e7912",
                "reference": "ee8a007f338aa6cf22afc27563feea2dea8e7912",
                "shasum": ""
            },
            "require": {
                "mlocati\/ip-lib": "1.18.0",
                "php-http\/discovery": "^1.17",
                "psr\/http-client": "^1.0",
                "psr\/http-client-implementation": "*",
                "psr\/http-factory": "^1.0",
                "psr\/http-factory-implementation": "*",
                "psr\/log": "1.1.4",
                "spatie\/url": "1.3.5"
            },
            "require-dev": {
                "guzzlehttp\/guzzle": "7.5.0",
                "nyholm\/psr7": "1.8.1",
                "phpunit\/phpunit": "^9.5",
                "spatie\/phpunit-snapshot-assertions": "4.2.16"
            },
            "time": "2023-11-27T15:35:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/scoby\/Analytics\/Client.php"
                ],
                "psr-4": {
                    "ScobyAnalyticsDeps\\Scoby\\": "src\/scoby\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Peter Viergutz",
                    "email": "peter@scoby.io"
                }
            ],
            "description": "Client to measure web traffic in scoby",
            "support": {
                "issues": "https:\/\/github.com\/scoby-io\/analytics-php\/issues",
                "source": "https:\/\/github.com\/scoby-io\/analytics-php\/tree\/v2.0.0-alpha"
            },
            "install-path": "..\/scoby\/analytics"
        },
        {
            "name": "spatie\/macroable",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/spatie\/macroable.git",
                "reference": "7a99549fc001c925714b329220dea680c04bfa48"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/spatie\/macroable\/zipball\/7a99549fc001c925714b329220dea680c04bfa48",
                "reference": "7a99549fc001c925714b329220dea680c04bfa48",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.0|^9.3"
            },
            "time": "2020-11-03T10:15:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Spatie\\Macroable\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https:\/\/spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "A trait to dynamically add methods to a class",
            "homepage": "https:\/\/github.com\/spatie\/macroable",
            "keywords": [
                "macroable",
                "spatie"
            ],
            "support": {
                "issues": "https:\/\/github.com\/spatie\/macroable\/issues",
                "source": "https:\/\/github.com\/spatie\/macroable\/tree\/1.0.1"
            },
            "install-path": "..\/spatie\/macroable"
        },
        {
            "name": "spatie\/url",
            "version": "1.3.5",
            "version_normalized": "1.3.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/spatie\/url.git",
                "reference": "3633de58e0709ea98cecceff61ee51caf1fde7e3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/spatie\/url\/zipball\/3633de58e0709ea98cecceff61ee51caf1fde7e3",
                "reference": "3633de58e0709ea98cecceff61ee51caf1fde7e3",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0",
                "psr\/http-message": "^1.0",
                "spatie\/macroable": "^1.0.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.0|^9.3"
            },
            "time": "2020-11-03T10:36:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Spatie\\Url\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https:\/\/spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Parse, build and manipulate URL's",
            "homepage": "https:\/\/github.com\/spatie\/url",
            "keywords": [
                "spatie",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/spatie\/url\/issues",
                "source": "https:\/\/github.com\/spatie\/url\/tree\/1.3.5"
            },
            "install-path": "..\/spatie\/url"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "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.6.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\/http-client",
            "version": "v7.3.6",
            "version_normalized": "7.3.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/http-client.git",
                "reference": "3c0a55a2c8e21e30a37022801c11c7ab5a6cb2de"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/http-client\/zipball\/3c0a55a2c8e21e30a37022801c11c7ab5a6cb2de",
                "reference": "3c0a55a2c8e21e30a37022801c11c7ab5a6cb2de",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr\/log": "^1|^2|^3",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/http-client-contracts": "~3.4.4|^3.5.2",
                "symfony\/polyfill-php83": "^1.29",
                "symfony\/service-contracts": "^2.5|^3"
            },
            "conflict": {
                "amphp\/amp": "<2.5",
                "amphp\/socket": "<1.1",
                "php-http\/discovery": "<1.15",
                "symfony\/http-foundation": "<6.4"
            },
            "provide": {
                "php-http\/async-client-implementation": "*",
                "php-http\/client-implementation": "*",
                "psr\/http-client-implementation": "1.0",
                "symfony\/http-client-implementation": "3.0"
            },
            "require-dev": {
                "amphp\/http-client": "^4.2.1|^5.0",
                "amphp\/http-tunnel": "^1.0|^2.0",
                "guzzlehttp\/promises": "^1.4|^2.0",
                "nyholm\/psr7": "^1.0",
                "php-http\/httplug": "^1.0|^2.0",
                "psr\/http-client": "^1.0",
                "symfony\/amphp-http-client-meta": "^1.0|^2.0",
                "symfony\/dependency-injection": "^6.4|^7.0",
                "symfony\/http-kernel": "^6.4|^7.0",
                "symfony\/messenger": "^6.4|^7.0",
                "symfony\/process": "^6.4|^7.0",
                "symfony\/rate-limiter": "^6.4|^7.0",
                "symfony\/stopwatch": "^6.4|^7.0"
            },
            "time": "2025-11-05T17:41:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Symfony\\Component\\HttpClient\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "http"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/http-client\/tree\/v7.3.6"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/http-client"
        },
        {
            "name": "symfony\/http-client-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/http-client-contracts.git",
                "reference": "75d7043853a42837e68111812f4d964b01e5101c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/http-client-contracts\/zipball\/75d7043853a42837e68111812f4d964b01e5101c",
                "reference": "75d7043853a42837e68111812f4d964b01e5101c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2025-04-29T11:18:49+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Symfony\\Contracts\\HttpClient\\": ""
                },
                "exclude-from-classmap": [
                    "\/Test\/"
                ]
            },
            "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": "Generic abstractions related to HTTP clients",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/http-client-contracts\/tree\/v3.6.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\/http-client-contracts"
        },
        {
            "name": "symfony\/polyfill-php83",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php83.git",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php83\/zipball\/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-07-08T02:45:35+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "ScobyAnalyticsDeps\\Symfony\\Polyfill\\Php83\\": ""
                },
                "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 8.3+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php83\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php83"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v3.6.1",
            "version_normalized": "3.6.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/45112560a3ba2d715666a509a0bc9521d10b6c43",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/container": "^1.1|^2.0",
                "symfony\/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "time": "2025-07-15T11:30:57+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScobyAnalyticsDeps\\Symfony\\Contracts\\Service\\": ""
                },
                "exclude-from-classmap": [
                    "\/Test\/"
                ]
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v3.6.1"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/service-contracts"
        }
    ],
    "dev": true,
    "dev-package-names": []
}