{
    "packages": [
        {
            "name": "amphp\/amp",
            "version": "v2.6.2",
            "version_normalized": "2.6.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/amp.git",
                "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/amp\/zipball\/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
                "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1",
                "ext-json": "*",
                "jetbrains\/phpstorm-stubs": "^2019.3",
                "phpunit\/phpunit": "^7 | ^8 | ^9",
                "psalm\/phar": "^3.11@dev",
                "react\/promise": "^2"
            },
            "time": "2022-02-20T17:52:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib\/functions.php",
                    "lib\/Internal\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\": "lib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A non-blocking concurrency framework for PHP applications.",
            "homepage": "https:\/\/amphp.org\/amp",
            "keywords": [
                "async",
                "asynchronous",
                "awaitable",
                "concurrency",
                "event",
                "event-loop",
                "future",
                "non-blocking",
                "promise"
            ],
            "support": {
                "irc": "irc:\/\/irc.freenode.org\/amphp",
                "issues": "https:\/\/github.com\/amphp\/amp\/issues",
                "source": "https:\/\/github.com\/amphp\/amp\/tree\/v2.6.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/amp"
        },
        {
            "name": "amphp\/byte-stream",
            "version": "v1.8.1",
            "version_normalized": "1.8.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/byte-stream.git",
                "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/byte-stream\/zipball\/acbd8002b3536485c997c4e019206b3f10ca15bd",
                "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1.4",
                "friendsofphp\/php-cs-fixer": "^2.3",
                "jetbrains\/phpstorm-stubs": "^2019.3",
                "phpunit\/phpunit": "^6 || ^7 || ^8",
                "psalm\/phar": "^3.11.4"
            },
            "time": "2021-03-30T17:13:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\ByteStream\\": "lib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A stream abstraction to make working with non-blocking I\/O simple.",
            "homepage": "http:\/\/amphp.org\/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
            "support": {
                "irc": "irc:\/\/irc.freenode.org\/amphp",
                "issues": "https:\/\/github.com\/amphp\/byte-stream\/issues",
                "source": "https:\/\/github.com\/amphp\/byte-stream\/tree\/v1.8.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/byte-stream"
        },
        {
            "name": "amphp\/cache",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/cache.git",
                "reference": "2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/cache\/zipball\/2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28",
                "reference": "2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2",
                "amphp\/serialization": "^1",
                "amphp\/sync": "^1.2",
                "php": ">=7.1"
            },
            "conflict": {
                "amphp\/file": "<0.2 || >=3"
            },
            "require-dev": {
                "amphp\/file": "^1 || ^2",
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1.1",
                "phpunit\/phpunit": "^6 | ^7 | ^8 | ^9",
                "vimeo\/psalm": "^4"
            },
            "time": "2021-06-29T17:12:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Cache\\": "lib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                }
            ],
            "description": "A promise-aware caching API for Amp.",
            "homepage": "https:\/\/github.com\/amphp\/cache",
            "support": {
                "irc": "irc:\/\/irc.freenode.org\/amphp",
                "issues": "https:\/\/github.com\/amphp\/cache\/issues",
                "source": "https:\/\/github.com\/amphp\/cache\/tree\/v1.5.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/cache"
        },
        {
            "name": "amphp\/dns",
            "version": "v1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/dns.git",
                "reference": "852292532294d7972c729a96b49756d781f7c59d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/dns\/zipball\/852292532294d7972c729a96b49756d781f7c59d",
                "reference": "852292532294d7972c729a96b49756d781f7c59d",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2",
                "amphp\/byte-stream": "^1.1",
                "amphp\/cache": "^1.2",
                "amphp\/parser": "^1",
                "amphp\/windows-registry": "^0.3",
                "daverandom\/libdns": "^2.0.1",
                "ext-filter": "*",
                "ext-json": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1",
                "phpunit\/phpunit": "^6 || ^7 || ^8 || ^9"
            },
            "time": "2020-07-21T19:04:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Dns\\": "lib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Wright",
                    "email": "addr@daverandom.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Async DNS resolution for Amp.",
            "homepage": "https:\/\/github.com\/amphp\/dns",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "client",
                "dns",
                "resolve"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/dns\/issues",
                "source": "https:\/\/github.com\/amphp\/dns\/tree\/v1.2.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/dns"
        },
        {
            "name": "amphp\/hpack",
            "version": "v3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/hpack.git",
                "reference": "95895d29ae577a3a5995b46d16def04e11e39947"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/hpack\/zipball\/95895d29ae577a3a5995b46d16def04e11e39947",
                "reference": "95895d29ae577a3a5995b46d16def04e11e39947",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "http2jp\/hpack-test-case": "^1",
                "nikic\/php-fuzzer": "^0.0.10",
                "phpunit\/phpunit": "^7 | ^8 | ^9"
            },
            "time": "2023-09-05T19:59:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Http\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "HTTP\/2 HPack implementation.",
            "homepage": "https:\/\/github.com\/amphp\/hpack",
            "keywords": [
                "headers",
                "hpack",
                "http-2"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/hpack\/issues",
                "source": "https:\/\/github.com\/amphp\/hpack\/tree\/v3.2.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/hpack"
        },
        {
            "name": "amphp\/http",
            "version": "v1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/http.git",
                "reference": "0d729b09fbace00dd1fd35ae8d4d45eb25f39d96"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/http\/zipball\/0d729b09fbace00dd1fd35ae8d4d45eb25f39d96",
                "reference": "0d729b09fbace00dd1fd35ae8d4d45eb25f39d96",
                "shasum": ""
            },
            "require": {
                "amphp\/hpack": "^3",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2-dev",
                "phpunit\/phpunit": "^9 || ^8 || ^7"
            },
            "time": "2023-02-08T00:29:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Http\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Basic HTTP primitives which can be shared by servers and clients.",
            "support": {
                "issues": "https:\/\/github.com\/amphp\/http\/issues",
                "source": "https:\/\/github.com\/amphp\/http\/tree\/v1.7.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/http"
        },
        {
            "name": "amphp\/http-client",
            "version": "v4.6.3",
            "version_normalized": "4.6.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/http-client.git",
                "reference": "6d4dcc7b7bd9a6ea58e26652eba632ccbc16c030"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/http-client\/zipball\/6d4dcc7b7bd9a6ea58e26652eba632ccbc16c030",
                "reference": "6d4dcc7b7bd9a6ea58e26652eba632ccbc16c030",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2.4",
                "amphp\/byte-stream": "^1.6",
                "amphp\/hpack": "^3",
                "amphp\/http": "^1.6",
                "amphp\/socket": "^1",
                "amphp\/sync": "^1.3",
                "league\/uri": "^6 | ^7",
                "php": ">=7.2",
                "psr\/http-message": "^1 | ^2"
            },
            "conflict": {
                "amphp\/file": "<0.2 || >=3"
            },
            "require-dev": {
                "amphp\/file": "^0.2 || ^0.3 || ^1 || ^2",
                "amphp\/http-server": "^2",
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1.1",
                "amphp\/react-adapter": "^2.1",
                "clue\/socks-react": "^1.0",
                "ext-json": "*",
                "kelunik\/link-header-rfc5988": "^1.0",
                "laminas\/laminas-diactoros": "^2.3",
                "phpunit\/phpunit": "^7 || ^8 || ^9",
                "vimeo\/psalm": "^5"
            },
            "suggest": {
                "amphp\/file": "Required for file request bodies and HTTP archive logging",
                "ext-json": "Required for logging HTTP archives",
                "ext-zlib": "Allows using compression for response bodies."
            },
            "time": "2023-08-15T20:09:57+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/Internal\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Http\\Client\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Asynchronous concurrent HTTP\/2 and HTTP\/1.1 client built on the Amp concurrency framework",
            "homepage": "https:\/\/github.com\/amphp\/http-client",
            "keywords": [
                "async",
                "client",
                "concurrent",
                "http",
                "non-blocking",
                "rest"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/http-client\/issues",
                "source": "https:\/\/github.com\/amphp\/http-client\/tree\/v4.6.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/http-client"
        },
        {
            "name": "amphp\/parser",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/parser.git",
                "reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/parser\/zipball\/ff1de4144726c5dad5fab97f66692ebe8de3e151",
                "reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.4"
            },
            "time": "2022-12-30T18:08:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Parser\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A generator parser to make streaming parsers simple.",
            "homepage": "https:\/\/github.com\/amphp\/parser",
            "keywords": [
                "async",
                "non-blocking",
                "parser",
                "stream"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/parser\/issues",
                "source": "https:\/\/github.com\/amphp\/parser\/tree\/v1.1.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/parser"
        },
        {
            "name": "amphp\/process",
            "version": "v1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/process.git",
                "reference": "76e9495fd6818b43a20167cb11d8a67f7744ee0f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/process\/zipball\/76e9495fd6818b43a20167cb11d8a67f7744ee0f",
                "reference": "76e9495fd6818b43a20167cb11d8a67f7744ee0f",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2",
                "amphp\/byte-stream": "^1.4",
                "php": ">=7"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1",
                "phpunit\/phpunit": "^6"
            },
            "time": "2022-07-06T23:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Process\\": "lib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Asynchronous process manager.",
            "homepage": "https:\/\/github.com\/amphp\/process",
            "support": {
                "issues": "https:\/\/github.com\/amphp\/process\/issues",
                "source": "https:\/\/github.com\/amphp\/process\/tree\/v1.1.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/process"
        },
        {
            "name": "amphp\/serialization",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/serialization.git",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/serialization\/zipball\/693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "phpunit\/phpunit": "^9 || ^8 || ^7"
            },
            "time": "2020-03-25T21:39:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Serialization\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Serialization tools for IPC and data storage in PHP.",
            "homepage": "https:\/\/github.com\/amphp\/serialization",
            "keywords": [
                "async",
                "asynchronous",
                "serialization",
                "serialize"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/serialization\/issues",
                "source": "https:\/\/github.com\/amphp\/serialization\/tree\/master"
            },
            "install-path": "..\/amphp\/serialization"
        },
        {
            "name": "amphp\/socket",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/socket.git",
                "reference": "a8af9f5d0a66c5fe9567da45a51509e592788fe6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/socket\/zipball\/a8af9f5d0a66c5fe9567da45a51509e592788fe6",
                "reference": "a8af9f5d0a66c5fe9567da45a51509e592788fe6",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2",
                "amphp\/byte-stream": "^1.6",
                "amphp\/dns": "^1 || ^0.9",
                "ext-openssl": "*",
                "kelunik\/certificate": "^1.1",
                "league\/uri-parser": "^1.4",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1",
                "phpunit\/phpunit": "^6 || ^7 || ^8",
                "vimeo\/psalm": "^3.9@dev"
            },
            "time": "2021-07-09T18:18:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/Internal\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Socket\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Async socket connection \/ server tools for Amp.",
            "homepage": "https:\/\/github.com\/amphp\/socket",
            "keywords": [
                "amp",
                "async",
                "encryption",
                "non-blocking",
                "sockets",
                "tcp",
                "tls"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/socket\/issues",
                "source": "https:\/\/github.com\/amphp\/socket\/tree\/v1.2.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/socket"
        },
        {
            "name": "amphp\/sync",
            "version": "v1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/sync.git",
                "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/sync\/zipball\/85ab06764f4f36d63b1356b466df6111cf4b89cf",
                "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2.2",
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "amphp\/phpunit-util": "^1.1",
                "phpunit\/phpunit": "^9 || ^8 || ^7"
            },
            "time": "2021-10-25T18:29:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/ConcurrentIterator\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\Sync\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
            "homepage": "https:\/\/github.com\/amphp\/sync",
            "keywords": [
                "async",
                "asynchronous",
                "mutex",
                "semaphore",
                "synchronization"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/sync\/issues",
                "source": "https:\/\/github.com\/amphp\/sync\/tree\/v1.4.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/sync"
        },
        {
            "name": "amphp\/windows-registry",
            "version": "v0.3.3",
            "version_normalized": "0.3.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/windows-registry.git",
                "reference": "0f56438b9197e224325e88f305346f0221df1f71"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/windows-registry\/zipball\/0f56438b9197e224325e88f305346f0221df1f71",
                "reference": "0f56438b9197e224325e88f305346f0221df1f71",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^2",
                "amphp\/byte-stream": "^1.4",
                "amphp\/process": "^1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master"
            },
            "time": "2020-07-10T16:13:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Amp\\WindowsRegistry\\": "lib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Windows Registry Reader.",
            "support": {
                "issues": "https:\/\/github.com\/amphp\/windows-registry\/issues",
                "source": "https:\/\/github.com\/amphp\/windows-registry\/tree\/master"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/windows-registry"
        },
        {
            "name": "berlindb\/core",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/berlindb\/core.git",
                "reference": "7dcddaddcffb69c58800d2fb3f6f169791cab1f7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/berlindb\/core\/zipball\/7dcddaddcffb69c58800d2fb3f6f169791cab1f7",
                "reference": "7dcddaddcffb69c58800d2fb3f6f169791cab1f7",
                "shasum": ""
            },
            "time": "2022-03-10T21:12:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\BerlinDB\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.",
            "support": {
                "issues": "https:\/\/github.com\/berlindb\/core\/issues",
                "source": "https:\/\/github.com\/berlindb\/core\/tree\/2.0.1"
            },
            "install-path": "..\/berlindb\/core"
        },
        {
            "name": "daverandom\/libdns",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/DaveRandom\/LibDNS.git",
                "reference": "42c2d700d1178c9f9e78664793463f7f1aea248c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/DaveRandom\/LibDNS\/zipball\/42c2d700d1178c9f9e78664793463f7f1aea248c",
                "reference": "42c2d700d1178c9f9e78664793463f7f1aea248c",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": ">=7.0"
            },
            "suggest": {
                "ext-intl": "Required for IDN support"
            },
            "time": "2022-09-20T18:15:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\LibDNS\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "DNS protocol implementation written in pure PHP",
            "keywords": [
                "dns"
            ],
            "support": {
                "issues": "https:\/\/github.com\/DaveRandom\/LibDNS\/issues",
                "source": "https:\/\/github.com\/DaveRandom\/LibDNS\/tree\/v2.0.3"
            },
            "install-path": "..\/daverandom\/libdns"
        },
        {
            "name": "delight-im\/cookie",
            "version": "v3.4.0",
            "version_normalized": "3.4.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/delight-im\/PHP-Cookie.git",
                "reference": "67065d34272377d63bab0bd58f984f9b228c803f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/delight-im\/PHP-Cookie\/zipball\/67065d34272377d63bab0bd58f984f9b228c803f",
                "reference": "67065d34272377d63bab0bd58f984f9b228c803f",
                "shasum": ""
            },
            "require": {
                "delight-im\/http": "^2.0",
                "php": ">=5.4.0"
            },
            "time": "2020-04-16T11:01:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Delight\\Cookie\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Modern cookie management for PHP",
            "homepage": "https:\/\/github.com\/delight-im\/PHP-Cookie",
            "keywords": [
                "cookie",
                "cookies",
                "csrf",
                "http",
                "same-site",
                "samesite",
                "xss"
            ],
            "support": {
                "issues": "https:\/\/github.com\/delight-im\/PHP-Cookie\/issues",
                "source": "https:\/\/github.com\/delight-im\/PHP-Cookie\/tree\/v3.4.0"
            },
            "install-path": "..\/delight-im\/cookie"
        },
        {
            "name": "delight-im\/http",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/delight-im\/PHP-HTTP.git",
                "reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/delight-im\/PHP-HTTP\/zipball\/a5c2c4eae1dd3207f797984e8f64f2d71ed889dd",
                "reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-10-12T18:52:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Delight\\Http\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Hypertext Transfer Protocol (HTTP) utilities for PHP",
            "homepage": "https:\/\/github.com\/delight-im\/PHP-HTTP",
            "keywords": [
                "headers",
                "http",
                "https"
            ],
            "support": {
                "issues": "https:\/\/github.com\/delight-im\/PHP-HTTP\/issues",
                "source": "https:\/\/github.com\/delight-im\/PHP-HTTP\/tree\/v2.1.0"
            },
            "install-path": "..\/delight-im\/http"
        },
        {
            "name": "doctrine\/deprecations",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/doctrine\/deprecations.git",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/doctrine\/deprecations\/zipball\/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine\/coding-standard": "^9",
                "phpstan\/phpstan": "1.4.10 || 1.10.15",
                "phpstan\/phpstan-phpunit": "^1.0",
                "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psalm\/plugin-phpunit": "0.18.4",
                "psr\/log": "^1 || ^2 || ^3",
                "vimeo\/psalm": "4.30.0 || 5.12.0"
            },
            "suggest": {
                "psr\/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2023-09-27T20:04:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Doctrine\\Deprecations\\": "lib\/Doctrine\/Deprecations"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https:\/\/www.doctrine-project.org\/",
            "support": {
                "issues": "https:\/\/github.com\/doctrine\/deprecations\/issues",
                "source": "https:\/\/github.com\/doctrine\/deprecations\/tree\/1.1.2"
            },
            "install-path": "..\/doctrine\/deprecations"
        },
        {
            "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": {
                    "WP_Ultimo\\Dependencies\\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\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "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"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues",
                "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.8.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/guzzle"
        },
        {
            "name": "guzzlehttp\/promises",
            "version": "1.5.3",
            "version_normalized": "1.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/promises.git",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony\/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2023-05-21T12:31:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\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"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/promises\/issues",
                "source": "https:\/\/github.com\/guzzle\/promises\/tree\/1.5.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/promises"
        },
        {
            "name": "guzzlehttp\/psr7",
            "version": "2.6.1",
            "version_normalized": "2.6.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/psr7.git",
                "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
                "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.1 || ^2.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.8.1",
                "http-interop\/http-factory-tests": "^0.9",
                "phpunit\/phpunit": "^8.5.29 || ^9.5.23"
            },
            "suggest": {
                "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-08-27T10:13:57+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\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\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/github.com\/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/sagikazarmark.hu"
                }
            ],
            "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\/guzzle\/psr7\/issues",
                "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.6.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/psr7"
        },
        {
            "name": "hashids\/hashids",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/vinkla\/hashids.git",
                "reference": "8cab111f78e0bd9c76953b082919fc9e251761be"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/vinkla\/hashids\/zipball\/8cab111f78e0bd9c76953b082919fc9e251761be",
                "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.0 || ^9.4",
                "squizlabs\/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
                "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
            },
            "time": "2020-11-26T19:24:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Hashids\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ivan Akimov",
                    "email": "ivan@barreleye.com"
                },
                {
                    "name": "Vincent Klaiber",
                    "email": "hello@doubledip.se"
                }
            ],
            "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
            "homepage": "https:\/\/hashids.org\/php",
            "keywords": [
                "bitly",
                "decode",
                "encode",
                "hash",
                "hashid",
                "hashids",
                "ids",
                "obfuscate",
                "youtube"
            ],
            "support": {
                "issues": "https:\/\/github.com\/vinkla\/hashids\/issues",
                "source": "https:\/\/github.com\/vinkla\/hashids\/tree\/4.1.0"
            },
            "install-path": "..\/hashids\/hashids"
        },
        {
            "name": "ifsnop\/mysqldump-php",
            "version": "v2.12",
            "version_normalized": "2.12.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/ifsnop\/mysqldump-php.git",
                "reference": "2d3a43fc0c49f23bf7dee392b0dd1f8c799f89d3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/ifsnop\/mysqldump-php\/zipball\/2d3a43fc0c49f23bf7dee392b0dd1f8c799f89d3",
                "reference": "2d3a43fc0c49f23bf7dee392b0dd1f8c799f89d3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "4.8.36",
                "squizlabs\/php_codesniffer": "1.*"
            },
            "time": "2023-04-12T07:43:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Ifsnop\\": "src\/Ifsnop\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Diego Torres",
                    "homepage": "https:\/\/github.com\/ifsnop",
                    "role": "Developer"
                }
            ],
            "description": "PHP version of mysqldump cli that comes with MySQL",
            "homepage": "https:\/\/github.com\/ifsnop\/mysqldump-php",
            "keywords": [
                "PHP7",
                "database",
                "hhvm",
                "mariadb",
                "mysql",
                "mysql-backup",
                "mysqldump",
                "pdo",
                "php",
                "php5",
                "sql"
            ],
            "support": {
                "issues": "https:\/\/github.com\/ifsnop\/mysqldump-php\/issues",
                "source": "https:\/\/github.com\/ifsnop\/mysqldump-php\/tree\/v2.12"
            },
            "install-path": "..\/ifsnop\/mysqldump-php"
        },
        {
            "name": "jasny\/immutable",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/jasny\/immutable.git",
                "reference": "1a4ffb42bea73ea5d318f39b3a5dd283aec063f9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/jasny\/immutable\/zipball\/1a4ffb42bea73ea5d318f39b3a5dd283aec063f9",
                "reference": "1a4ffb42bea73ea5d318f39b3a5dd283aec063f9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "jasny\/php-code-quality": "^2.5"
            },
            "time": "2020-01-27T09:41:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Jasny\\Immutable\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arnold Daniels",
                    "email": "arnold@jasny.net",
                    "homepage": "http:\/\/www.jasny.net"
                }
            ],
            "description": "Helper methods for immutable objects",
            "support": {
                "issues": "https:\/\/github.com\/jasny\/immutable\/issues",
                "source": "https:\/\/github.com\/jasny\/immutable"
            },
            "install-path": "..\/jasny\/immutable"
        },
        {
            "name": "jasny\/sso",
            "version": "v0.4.2",
            "version_normalized": "0.4.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/jasny\/sso.git",
                "reference": "fb4f0916911b00797425237abfb073ffee8cba1c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/jasny\/sso\/zipball\/fb4f0916911b00797425237abfb073ffee8cba1c",
                "reference": "fb4f0916911b00797425237abfb073ffee8cba1c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "jasny\/immutable": "^2.1",
                "php": ">=7.3.0",
                "psr\/log": "*",
                "psr\/simple-cache": "^1.0"
            },
            "require-dev": {
                "codeception\/codeception": "^4.1",
                "codeception\/module-phpbrowser": "^1.0",
                "codeception\/module-rest": "^1.2",
                "desarrolla2\/cache": "^3.0",
                "jasny\/http-message": "^1.3",
                "jasny\/php-code-quality": "^2.6.0",
                "jasny\/phpunit-extension": "^0.3.2",
                "phpstan\/phpstan": "^0.12.59",
                "yubb\/loggy": "^2.1"
            },
            "time": "2022-04-30T18:31:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Jasny\\SSO\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arnold Daniels",
                    "email": "arnold@jasny.net",
                    "homepage": "http:\/\/www.jasny.net"
                }
            ],
            "description": "Simple Single Sign-On",
            "homepage": "https:\/\/github.com\/jasny\/sso\/wiki",
            "keywords": [
                "SSO",
                "auth"
            ],
            "support": {
                "issues": "https:\/\/github.com\/jasny\/sso\/issues",
                "source": "https:\/\/github.com\/jasny\/sso"
            },
            "install-path": "..\/jasny\/sso"
        },
        {
            "name": "kelunik\/certificate",
            "version": "v1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/kelunik\/certificate.git",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/kelunik\/certificate\/zipball\/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "phpunit\/phpunit": "^6 | 7 | ^8 | ^9"
            },
            "time": "2023-02-03T21:26:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Kelunik\\Certificate\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Access certificate details and transform between different formats.",
            "keywords": [
                "DER",
                "certificate",
                "certificates",
                "openssl",
                "pem",
                "x509"
            ],
            "support": {
                "issues": "https:\/\/github.com\/kelunik\/certificate\/issues",
                "source": "https:\/\/github.com\/kelunik\/certificate\/tree\/v1.1.3"
            },
            "install-path": "..\/kelunik\/certificate"
        },
        {
            "name": "league\/uri",
            "version": "7.3.0",
            "version_normalized": "7.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri.git",
                "reference": "36743c3961bb82bf93da91917b6bced0358a8d45"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/36743c3961bb82bf93da91917b6bced0358a8d45",
                "reference": "36743c3961bb82bf93da91917b6bced0358a8d45",
                "shasum": ""
            },
            "require": {
                "league\/uri-interfaces": "^7.3",
                "php": "^8.1"
            },
            "conflict": {
                "league\/uri-schemes": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-fileinfo": "to create Data URI from file contennts",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "jeremykendall\/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
                "league\/uri-components": "Needed to easily manipulate URI objects components",
                "php-64bit": "to improve IPV4 host parsing",
                "symfony\/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2023-09-09T17:21:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\League\\Uri\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "https:\/\/uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https:\/\/uri.thephpleague.com",
                "forum": "https:\/\/thephpleague.slack.com",
                "issues": "https:\/\/github.com\/thephpleague\/uri-src\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/7.3.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri"
        },
        {
            "name": "league\/uri-interfaces",
            "version": "7.3.0",
            "version_normalized": "7.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git",
                "reference": "c409b60ed2245ff94c965a8c798a60166db53361"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/c409b60ed2245ff94c965a8c798a60166db53361",
                "reference": "c409b60ed2245ff94c965a8c798a60166db53361",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1",
                "psr\/http-factory": "^1",
                "psr\/http-message": "^1.1 || ^2.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "php-64bit": "to improve IPV4 host parsing",
                "symfony\/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2023-09-09T17:21:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\League\\Uri\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "Common interfaces and classes for URI representation and interaction",
            "homepage": "https:\/\/uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https:\/\/uri.thephpleague.com",
                "forum": "https:\/\/thephpleague.slack.com",
                "issues": "https:\/\/github.com\/thephpleague\/uri-src\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/7.3.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri-interfaces"
        },
        {
            "name": "league\/uri-parser",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri-parser.git",
                "reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-parser\/zipball\/671548427e4c932352d9b9279fdfa345bf63fa00",
                "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^2.0",
                "phpstan\/phpstan": "^0.9.2",
                "phpstan\/phpstan-phpunit": "^0.9.4",
                "phpstan\/phpstan-strict-rules": "^0.9.0",
                "phpunit\/phpunit": "^6.0"
            },
            "suggest": {
                "ext-intl": "Allow parsing RFC3987 compliant hosts",
                "league\/uri-schemes": "Allow validating and normalizing URI parsing results"
            },
            "time": "2018-11-22T07:55:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\League\\Uri\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "userland URI parser RFC 3986 compliant",
            "homepage": "https:\/\/github.com\/thephpleague\/uri-parser",
            "keywords": [
                "parse_url",
                "parser",
                "rfc3986",
                "rfc3987",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/thephpleague\/uri-parser\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri-parser\/tree\/master"
            },
            "abandoned": true,
            "install-path": "..\/league\/uri-parser"
        },
        {
            "name": "mexitek\/phpcolors",
            "version": "v1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mexitek\/phpColors.git",
                "reference": "4043974240ca7dc3c2bec3c158588148b605b206"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mexitek\/phpColors\/zipball\/4043974240ca7dc3c2bec3c158588148b605b206",
                "reference": "4043974240ca7dc3c2bec3c158588148b605b206",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "nette\/tester": "^2.3",
                "squizlabs\/php_codesniffer": "^3.5"
            },
            "time": "2021-11-26T13:19:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arlo Carreon",
                    "homepage": "http:\/\/arlocarreon.com",
                    "role": "creator"
                }
            ],
            "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
            "homepage": "http:\/\/mexitek.github.com\/phpColors\/",
            "keywords": [
                "color",
                "css",
                "design",
                "frontend",
                "ui"
            ],
            "support": {
                "issues": "https:\/\/github.com\/mexitek\/phpColors\/issues",
                "source": "https:\/\/github.com\/mexitek\/phpColors"
            },
            "install-path": "..\/mexitek\/phpcolors"
        },
        {
            "name": "mpdf\/mpdf",
            "version": "v8.2.0",
            "version_normalized": "8.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mpdf\/mpdf.git",
                "reference": "170a236a588d177c2aa7447ce490a030ca68e6f4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mpdf\/mpdf\/zipball\/170a236a588d177c2aa7447ce490a030ca68e6f4",
                "reference": "170a236a588d177c2aa7447ce490a030ca68e6f4",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-mbstring": "*",
                "mpdf\/psr-http-message-shim": "^1.0 || ^2.0",
                "mpdf\/psr-log-aware-trait": "^2.0 || ^3.0",
                "myclabs\/deep-copy": "^1.7",
                "paragonie\/random_compat": "^1.4|^2.0|^9.99.99",
                "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
                "psr\/http-message": "^1.0 || ^2.0",
                "psr\/log": "^1.0 || ^2.0 || ^3.0",
                "setasign\/fpdi": "^2.1"
            },
            "require-dev": {
                "mockery\/mockery": "^1.3.0",
                "mpdf\/qrcode": "^1.1.0",
                "squizlabs\/php_codesniffer": "^3.5.0",
                "tracy\/tracy": "~2.5",
                "yoast\/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "Needed for generation of some types of barcodes",
                "ext-xml": "Needed mainly for SVG manipulation",
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
            },
            "time": "2023-09-01T11:44:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Mpdf\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Mat\u011bj Hump\u00e1l",
                    "role": "Developer, maintainer"
                },
                {
                    "name": "Ian Back",
                    "role": "Developer (retired)"
                }
            ],
            "description": "PHP library generating PDF files from UTF-8 encoded HTML",
            "homepage": "https:\/\/mpdf.github.io",
            "keywords": [
                "pdf",
                "php",
                "utf-8"
            ],
            "support": {
                "docs": "http:\/\/mpdf.github.io",
                "issues": "https:\/\/github.com\/mpdf\/mpdf\/issues",
                "source": "https:\/\/github.com\/mpdf\/mpdf"
            },
            "funding": [
                {
                    "url": "https:\/\/www.paypal.me\/mpdf",
                    "type": "custom"
                }
            ],
            "install-path": "..\/mpdf\/mpdf"
        },
        {
            "name": "mpdf\/psr-http-message-shim",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mpdf\/psr-http-message-shim.git",
                "reference": "f25a0153d645e234f9db42e5433b16d9b113920f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mpdf\/psr-http-message-shim\/zipball\/f25a0153d645e234f9db42e5433b16d9b113920f",
                "reference": "f25a0153d645e234f9db42e5433b16d9b113920f",
                "shasum": ""
            },
            "require": {
                "psr\/http-message": "^2.0"
            },
            "time": "2023-10-02T14:34:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Mpdf\\PsrHttpMessageShim\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Dorison",
                    "email": "mark@chromatichq.com"
                },
                {
                    "name": "Kristofer Widholm",
                    "email": "kristofer@chromatichq.com"
                },
                {
                    "name": "Nigel Cunningham",
                    "email": "nigel.cunningham@technocrat.com.au"
                }
            ],
            "description": "Shim to allow support of different psr\/message versions.",
            "support": {
                "issues": "https:\/\/github.com\/mpdf\/psr-http-message-shim\/issues",
                "source": "https:\/\/github.com\/mpdf\/psr-http-message-shim\/tree\/v2.0.1"
            },
            "install-path": "..\/mpdf\/psr-http-message-shim"
        },
        {
            "name": "mpdf\/psr-log-aware-trait",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mpdf\/psr-log-aware-trait.git",
                "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mpdf\/psr-log-aware-trait\/zipball\/7a077416e8f39eb626dee4246e0af99dd9ace275",
                "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275",
                "shasum": ""
            },
            "require": {
                "psr\/log": "^1.0 || ^2.0"
            },
            "time": "2023-05-03T06:18:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Mpdf\\PsrLogAwareTrait\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Dorison",
                    "email": "mark@chromatichq.com"
                },
                {
                    "name": "Kristofer Widholm",
                    "email": "kristofer@chromatichq.com"
                }
            ],
            "description": "Trait to allow support of different psr\/log versions.",
            "support": {
                "issues": "https:\/\/github.com\/mpdf\/psr-log-aware-trait\/issues",
                "source": "https:\/\/github.com\/mpdf\/psr-log-aware-trait\/tree\/v2.0.0"
            },
            "install-path": "..\/mpdf\/psr-log-aware-trait"
        },
        {
            "name": "myclabs\/deep-copy",
            "version": "1.11.1",
            "version_normalized": "1.11.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/myclabs\/DeepCopy.git",
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/myclabs\/DeepCopy\/zipball\/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine\/collections": "<1.6.8",
                "doctrine\/common": "<2.13.3 || >=3,<3.2.2"
            },
            "require-dev": {
                "doctrine\/collections": "^1.6.8",
                "doctrine\/common": "^2.13.3 || ^3.2.2",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "time": "2023-03-08T13:26:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/DeepCopy\/deep_copy.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\DeepCopy\\": "src\/DeepCopy\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https:\/\/github.com\/myclabs\/DeepCopy\/issues",
                "source": "https:\/\/github.com\/myclabs\/DeepCopy\/tree\/1.11.1"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/myclabs\/deep-copy"
        },
        {
            "name": "nesbot\/carbon",
            "version": "2.71.0",
            "version_normalized": "2.71.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/briannesbitt\/Carbon.git",
                "reference": "98276233188583f2ff845a0f992a235472d9466a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/briannesbitt\/Carbon\/zipball\/98276233188583f2ff845a0f992a235472d9466a",
                "reference": "98276233188583f2ff845a0f992a235472d9466a",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1.8 || ^8.0",
                "psr\/clock": "^1.0",
                "symfony\/polyfill-mbstring": "^1.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
            },
            "provide": {
                "psr\/clock-implementation": "1.0"
            },
            "require-dev": {
                "doctrine\/dbal": "^2.0 || ^3.1.4",
                "doctrine\/orm": "^2.7",
                "friendsofphp\/php-cs-fixer": "^3.0",
                "kylekatarnls\/multi-tester": "^2.0",
                "ondrejmirtes\/better-reflection": "*",
                "phpmd\/phpmd": "^2.9",
                "phpstan\/extension-installer": "^1.0",
                "phpstan\/phpstan": "^0.12.99 || ^1.7.14",
                "phpunit\/php-file-iterator": "^2.0.5 || ^3.0.6",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
                "squizlabs\/php_codesniffer": "^3.4"
            },
            "time": "2023-09-25T11:31:05+00:00",
            "bin": [
                "bin\/carbon"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev",
                    "dev-master": "2.x-dev"
                },
                "laravel": {
                    "providers": [
                        "WP_Ultimo\\Dependencies\\Carbon\\Laravel\\ServiceProvider"
                    ]
                },
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Carbon\\": "src\/Carbon\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "https:\/\/markido.com"
                },
                {
                    "name": "kylekatarnls",
                    "homepage": "https:\/\/github.com\/kylekatarnls"
                }
            ],
            "description": "An API extension for DateTime that supports 281 different languages.",
            "homepage": "https:\/\/carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "support": {
                "docs": "https:\/\/carbon.nesbot.com\/docs",
                "issues": "https:\/\/github.com\/briannesbitt\/Carbon\/issues",
                "source": "https:\/\/github.com\/briannesbitt\/Carbon"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/kylekatarnls",
                    "type": "github"
                },
                {
                    "url": "https:\/\/opencollective.com\/Carbon#sponsor",
                    "type": "opencollective"
                },
                {
                    "url": "https:\/\/tidelift.com\/subscription\/pkg\/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/nesbot\/carbon"
        },
        {
            "name": "nyholm\/psr7",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Nyholm\/psr7.git",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Nyholm\/psr7\/zipball\/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http\/message-factory-implementation": "1.0",
                "psr\/http-factory-implementation": "1.0",
                "psr\/http-message-implementation": "1.0"
            },
            "require-dev": {
                "http-interop\/http-factory-tests": "^0.9",
                "php-http\/message-factory": "^1.0",
                "php-http\/psr7-integration-tests": "^1.0",
                "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony\/error-handler": "^4.4"
            },
            "time": "2023-05-02T11:26:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Nyholm\\Psr7\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                },
                {
                    "name": "Martijn van der Ven",
                    "email": "martijn@vanderven.se"
                }
            ],
            "description": "A fast PHP7 implementation of PSR-7",
            "homepage": "https:\/\/tnyholm.se",
            "keywords": [
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Nyholm\/psr7\/issues",
                "source": "https:\/\/github.com\/Nyholm\/psr7\/tree\/1.8.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "..\/nyholm\/psr7"
        },
        {
            "name": "pablo-sg-pacheco\/wp-namespace-autoloader",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/pablo-sg-pacheco\/wp-namespace-autoloader.git",
                "reference": "069163f215743c83381613749ace0c5a642720b4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/pablo-sg-pacheco\/wp-namespace-autoloader\/zipball\/069163f215743c83381613749ace0c5a642720b4",
                "reference": "069163f215743c83381613749ace0c5a642720b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "cweagans\/composer-patches": "^1.0",
                "dealerdirect\/phpcodesniffer-composer-installer": "0.7.0",
                "phpunit\/phpunit": "^7",
                "squizlabs\/php_codesniffer": "dev-master",
                "wp-coding-standards\/wpcs": "^2.3"
            },
            "time": "2022-12-02T14:49:51+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "patches": {
                    "squizlabs\/php_codesniffer": {
                        "Add GitHub Actions Annotations report type": "https:\/\/github.com\/squizlabs\/PHP_CodeSniffer\/pull\/2918.patch"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Pablo_Pacheco\\WP_Namespace_Autoloader\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPLv2"
            ],
            "authors": [
                {
                    "name": "Pablo dos S G Pacheco",
                    "email": "pablo.sg.pacheco@gmail.com"
                }
            ],
            "description": "A PHP autoloader class that follows the WordPress coding standards 2.0 and proposed 3.0 for class\/interface\/trait names and filenames",
            "homepage": "https:\/\/github.com\/pablo-pacheco\/wp-namespace-autoloader",
            "keywords": [
                "autoload",
                "namespace",
                "wordpress",
                "wp"
            ],
            "support": {
                "issues": "https:\/\/github.com\/pablo-sg-pacheco\/wp-namespace-autoloader\/issues",
                "source": "https:\/\/github.com\/pablo-sg-pacheco\/wp-namespace-autoloader\/tree\/master"
            },
            "install-path": "..\/pablo-sg-pacheco\/wp-namespace-autoloader"
        },
        {
            "name": "paragonie\/constant_time_encoding",
            "version": "v2.6.3",
            "version_normalized": "2.6.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paragonie\/constant_time_encoding.git",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paragonie\/constant_time_encoding\/zipball\/58c3f47f650c94ec05a151692652a868995d2938",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6|^7|^8|^9",
                "vimeo\/psalm": "^1|^2|^3|^4"
            },
            "time": "2022-06-14T06:56:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\ParagonIE\\ConstantTime\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https:\/\/paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https:\/\/www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https:\/\/github.com\/paragonie\/constant_time_encoding\/issues",
                "source": "https:\/\/github.com\/paragonie\/constant_time_encoding"
            },
            "install-path": "..\/paragonie\/constant_time_encoding"
        },
        {
            "name": "paragonie\/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paragonie\/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paragonie\/random_compat\/zipball\/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit\/phpunit": "4.*|5.*",
                "vimeo\/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https:\/\/paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https:\/\/github.com\/paragonie\/random_compat\/issues",
                "source": "https:\/\/github.com\/paragonie\/random_compat"
            },
            "install-path": "..\/paragonie\/random_compat"
        },
        {
            "name": "phpdocumentor\/reflection-common",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpDocumentor\/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpDocumentor\/ReflectionCommon\/zipball\/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2020-06-27T09:03:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\phpDocumentor\\Reflection\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http:\/\/www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "support": {
                "issues": "https:\/\/github.com\/phpDocumentor\/ReflectionCommon\/issues",
                "source": "https:\/\/github.com\/phpDocumentor\/ReflectionCommon\/tree\/2.x"
            },
            "install-path": "..\/phpdocumentor\/reflection-common"
        },
        {
            "name": "phpdocumentor\/reflection-docblock",
            "version": "5.3.0",
            "version_normalized": "5.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpDocumentor\/ReflectionDocBlock.git",
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpDocumentor\/ReflectionDocBlock\/zipball\/622548b623e81ca6d78b721c5e029f4ce664f170",
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^7.2 || ^8.0",
                "phpdocumentor\/reflection-common": "^2.2",
                "phpdocumentor\/type-resolver": "^1.3",
                "webmozart\/assert": "^1.9.1"
            },
            "require-dev": {
                "mockery\/mockery": "~1.3.2",
                "psalm\/phar": "^4.8"
            },
            "time": "2021-10-19T17:43:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
                    "email": "account@ijaap.nl"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "support": {
                "issues": "https:\/\/github.com\/phpDocumentor\/ReflectionDocBlock\/issues",
                "source": "https:\/\/github.com\/phpDocumentor\/ReflectionDocBlock\/tree\/5.3.0"
            },
            "install-path": "..\/phpdocumentor\/reflection-docblock"
        },
        {
            "name": "phpdocumentor\/type-resolver",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpDocumentor\/TypeResolver.git",
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpDocumentor\/TypeResolver\/zipball\/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
                "shasum": ""
            },
            "require": {
                "doctrine\/deprecations": "^1.0",
                "php": "^7.4 || ^8.0",
                "phpdocumentor\/reflection-common": "^2.0",
                "phpstan\/phpdoc-parser": "^1.13"
            },
            "require-dev": {
                "ext-tokenizer": "*",
                "phpbench\/phpbench": "^1.2",
                "phpstan\/extension-installer": "^1.1",
                "phpstan\/phpstan": "^1.8",
                "phpstan\/phpstan-phpunit": "^1.1",
                "phpunit\/phpunit": "^9.5",
                "rector\/rector": "^0.13.9",
                "vimeo\/psalm": "^4.25"
            },
            "time": "2023-08-12T11:01:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "support": {
                "issues": "https:\/\/github.com\/phpDocumentor\/TypeResolver\/issues",
                "source": "https:\/\/github.com\/phpDocumentor\/TypeResolver\/tree\/1.7.3"
            },
            "install-path": "..\/phpdocumentor\/type-resolver"
        },
        {
            "name": "phpseclib\/bcmath_compat",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpseclib\/bcmath_compat.git",
                "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpseclib\/bcmath_compat\/zipball\/2ffea8bfe1702b4535a7b3c2649c4301968e9a3c",
                "reference": "2ffea8bfe1702b4535a7b3c2649c4301968e9a3c",
                "shasum": ""
            },
            "require": {
                "phpseclib\/phpseclib": "^3.0"
            },
            "provide": {
                "ext-bcmath": "8.1.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "squizlabs\/php_codesniffer": "^3.0"
            },
            "suggest": {
                "ext-gmp": "Will enable faster math operations"
            },
            "time": "2021-12-16T02:35:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib\/bcmath.php"
                ],
                "psr-4": {
                    "bcmath_compat\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "homepage": "http:\/\/phpseclib.sourceforge.net"
                }
            ],
            "description": "PHP 5.x-8.x polyfill for bcmath extension",
            "keywords": [
                "BigInteger",
                "bcmath",
                "bigdecimal",
                "math",
                "polyfill"
            ],
            "support": {
                "email": "terrafrost@php.net",
                "issues": "https:\/\/github.com\/phpseclib\/bcmath_compat\/issues",
                "source": "https:\/\/github.com\/phpseclib\/bcmath_compat"
            },
            "install-path": "..\/phpseclib\/bcmath_compat"
        },
        {
            "name": "phpseclib\/phpseclib",
            "version": "3.0.23",
            "version_normalized": "3.0.23.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpseclib\/phpseclib.git",
                "reference": "866cc78fbd82462ffd880e3f65692afe928bed50"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpseclib\/phpseclib\/zipball\/866cc78fbd82462ffd880e3f65692afe928bed50",
                "reference": "866cc78fbd82462ffd880e3f65692afe928bed50",
                "shasum": ""
            },
            "require": {
                "paragonie\/constant_time_encoding": "^1|^2",
                "paragonie\/random_compat": "^1.4|^2.0|^9.99.99",
                "php": ">=5.6.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "*"
            },
            "suggest": {
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2\/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
            },
            "time": "2023-09-18T17:22:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib\/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib3\\": "phpseclib\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-J\u00fcrgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http:\/\/phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https:\/\/github.com\/phpseclib\/phpseclib\/issues",
                "source": "https:\/\/github.com\/phpseclib\/phpseclib\/tree\/3.0.23"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https:\/\/www.patreon.com\/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/phpseclib\/phpseclib",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/phpseclib\/phpseclib"
        },
        {
            "name": "phpstan\/phpdoc-parser",
            "version": "1.24.2",
            "version_normalized": "1.24.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpstan\/phpdoc-parser.git",
                "reference": "bcad8d995980440892759db0c32acae7c8e79442"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/bcad8d995980440892759db0c32acae7c8e79442",
                "reference": "bcad8d995980440892759db0c32acae7c8e79442",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine\/annotations": "^2.0",
                "nikic\/php-parser": "^4.15",
                "php-parallel-lint\/php-parallel-lint": "^1.2",
                "phpstan\/extension-installer": "^1.0",
                "phpstan\/phpstan": "^1.5",
                "phpstan\/phpstan-phpunit": "^1.1",
                "phpstan\/phpstan-strict-rules": "^1.0",
                "phpunit\/phpunit": "^9.5",
                "symfony\/process": "^5.2"
            },
            "time": "2023-09-26T12:28:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\PHPStan\\PhpDocParser\\": [
                        "src\/"
                    ]
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https:\/\/github.com\/phpstan\/phpdoc-parser\/issues",
                "source": "https:\/\/github.com\/phpstan\/phpdoc-parser\/tree\/1.24.2"
            },
            "install-path": "..\/phpstan\/phpdoc-parser"
        },
        {
            "name": "psr\/cache",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/cache.git",
                "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
                "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:23:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\Cache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/cache\/tree\/2.0.0"
            },
            "install-path": "..\/psr\/cache"
        },
        {
            "name": "psr\/clock",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/clock\/zipball\/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "time": "2022-11-25T14:36:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\Clock\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https:\/\/github.com\/php-fig\/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/clock\/issues",
                "source": "https:\/\/github.com\/php-fig\/clock\/tree\/1.0.0"
            },
            "install-path": "..\/psr\/clock"
        },
        {
            "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": {
                    "WP_Ultimo\\Dependencies\\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\/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/event-dispatcher\/zipball\/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\EventDispatcher\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/event-dispatcher\/issues",
                "source": "https:\/\/github.com\/php-fig\/event-dispatcher\/tree\/1.0.0"
            },
            "install-path": "..\/psr\/event-dispatcher"
        },
        {
            "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": {
                    "WP_Ultimo\\Dependencies\\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.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-factory.git",
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:10:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "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\/tree\/1.0.2"
            },
            "install-path": "..\/psr\/http-factory"
        },
        {
            "name": "psr\/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/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\/2.0"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "name": "psr\/log",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/log.git",
                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/ef29f6d262798707a9edd554e2b82517ef3a9376",
                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-07-14T16:41:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\Log\\": "src"
                }
            },
            "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\/2.0.0"
            },
            "install-path": "..\/psr\/log"
        },
        {
            "name": "psr\/simple-cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-10-23T01:57:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Psr\\SimpleCache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/master"
            },
            "install-path": "..\/psr\/simple-cache"
        },
        {
            "name": "rakit\/validation",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/rakit\/validation.git",
                "reference": "ff003a35cdf5030a5f2482299f4c93f344a35b29"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/rakit\/validation\/zipball\/ff003a35cdf5030a5f2482299f4c93f344a35b29",
                "reference": "ff003a35cdf5030a5f2482299f4c93f344a35b29",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "php-coveralls\/php-coveralls": "^2.2",
                "phpunit\/phpunit": "^6.5",
                "squizlabs\/php_codesniffer": "^3"
            },
            "time": "2020-08-27T05:07:01+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Rakit\\Validation\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Muhammad Syifa",
                    "email": "emsifa@gmail.com"
                }
            ],
            "description": "PHP Laravel like standalone validation library",
            "support": {
                "issues": "https:\/\/github.com\/rakit\/validation\/issues",
                "source": "https:\/\/github.com\/rakit\/validation\/tree\/v1.4.0"
            },
            "install-path": "..\/rakit\/validation"
        },
        {
            "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": "remotelyliving\/php-dns",
            "version": "4.3.0",
            "version_normalized": "4.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/remotelyliving\/php-dns.git",
                "reference": "fa1eebebe6275487e947cd2109874ce960dd7717"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/remotelyliving\/php-dns\/zipball\/fa1eebebe6275487e947cd2109874ce960dd7717",
                "reference": "fa1eebebe6275487e947cd2109874ce960dd7717",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "guzzlehttp\/guzzle": "^7.0 || ^6.0",
                "guzzlehttp\/promises": "^1.3",
                "php": ">=7.4",
                "psr\/cache": "^1.0 || ^2.0",
                "psr\/log": "^1.0 || ^2.0 || ^3.0",
                "spatie\/dns": "^1.5",
                "symfony\/event-dispatcher": "^6.0 || ^5.0 || ^4.0 || ^3.0"
            },
            "require-dev": {
                "bmitch\/churn-php": "^1.5",
                "maglnet\/composer-require-checker": "@stable",
                "php-coveralls\/php-coveralls": "^2.1",
                "phpunit\/phpunit": "^9.0",
                "psy\/psysh": "^0.9.9",
                "rector\/rector": "^0.12.8",
                "squizlabs\/php_codesniffer": "^3.3",
                "symfony\/cache": "^4.3",
                "vimeo\/psalm": "^4.10"
            },
            "time": "2021-12-22T02:56:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\RemotelyLiving\\PHPDNS\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "chthomas",
                    "email": "christian.h.thomas@me.com"
                }
            ],
            "description": "A php library for abstracting DNS querying",
            "support": {
                "issues": "https:\/\/github.com\/remotelyliving\/php-dns\/issues",
                "source": "https:\/\/github.com\/remotelyliving\/php-dns\/tree\/4.3.0"
            },
            "install-path": "..\/remotelyliving\/php-dns"
        },
        {
            "name": "rpnzl\/arrch",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/rpnzl\/arrch.git",
                "reference": "994258bbefb7722243211654c4f78813312cd5ed"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/rpnzl\/arrch\/zipball\/994258bbefb7722243211654c4f78813312cd5ed",
                "reference": "994258bbefb7722243211654c4f78813312cd5ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2014-08-26T16:32:28+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Arrch\\": "src\/Arrch\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Giuliana",
                    "email": "mike@rpnzl.com",
                    "homepage": "http:\/\/rpnzl.com",
                    "role": "Developer"
                }
            ],
            "description": "Array queries for PHP 5.3",
            "homepage": "https:\/\/github.com\/rpnzl\/arrch",
            "keywords": [
                "array",
                "query",
                "search"
            ],
            "support": {
                "issues": "https:\/\/github.com\/rpnzl\/arrch\/issues",
                "source": "https:\/\/github.com\/rpnzl\/arrch\/tree\/master"
            },
            "install-path": "..\/rpnzl\/arrch"
        },
        {
            "name": "scssphp\/scssphp",
            "version": "v1.11.1",
            "version_normalized": "1.11.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/scssphp\/scssphp.git",
                "reference": "ace2503684bab0dcc817d7614c8a54b865122414"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/scssphp\/scssphp\/zipball\/ace2503684bab0dcc817d7614c8a54b865122414",
                "reference": "ace2503684bab0dcc817d7614c8a54b865122414",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.4",
                "phpunit\/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
                "sass\/sass-spec": "*",
                "squizlabs\/php_codesniffer": "~3.5",
                "symfony\/phpunit-bridge": "^5.1",
                "thoughtbot\/bourbon": "^7.0",
                "twbs\/bootstrap": "~5.0",
                "twbs\/bootstrap4": "4.6.1",
                "zurb\/foundation": "~6.7.0"
            },
            "suggest": {
                "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
                "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
            },
            "time": "2023-09-24T13:38:17+00:00",
            "bin": [
                "bin\/pscss"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "forward-command": false,
                    "bin-links": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\ScssPhp\\ScssPhp\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthon Pang",
                    "email": "apang@softwaredevelopment.ca",
                    "homepage": "https:\/\/github.com\/robocoder"
                },
                {
                    "name": "C\u00e9dric Morin",
                    "email": "cedric@yterium.com",
                    "homepage": "https:\/\/github.com\/Cerdic"
                }
            ],
            "description": "scssphp is a compiler for SCSS written in PHP.",
            "homepage": "http:\/\/scssphp.github.io\/scssphp\/",
            "keywords": [
                "css",
                "less",
                "sass",
                "scss",
                "stylesheet"
            ],
            "support": {
                "issues": "https:\/\/github.com\/scssphp\/scssphp\/issues",
                "source": "https:\/\/github.com\/scssphp\/scssphp\/tree\/v1.11.1"
            },
            "install-path": "..\/scssphp\/scssphp"
        },
        {
            "name": "setasign\/fpdi",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Setasign\/FPDI.git",
                "reference": "ecf0459643ec963febfb9a5d529dcd93656006a4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Setasign\/FPDI\/zipball\/ecf0459643ec963febfb9a5d529dcd93656006a4",
                "reference": "ecf0459643ec963febfb9a5d529dcd93656006a4",
                "shasum": ""
            },
            "require": {
                "ext-zlib": "*",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "conflict": {
                "setasign\/tfpdf": "<1.31"
            },
            "require-dev": {
                "phpunit\/phpunit": "~5.7",
                "setasign\/fpdf": "~1.8",
                "setasign\/tfpdf": "~1.31",
                "squizlabs\/php_codesniffer": "^3.5",
                "tecnickcom\/tcpdf": "~6.2"
            },
            "suggest": {
                "setasign\/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
            },
            "time": "2023-09-28T10:46:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\setasign\\Fpdi\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Slabon",
                    "email": "jan.slabon@setasign.com",
                    "homepage": "https:\/\/www.setasign.com"
                },
                {
                    "name": "Maximilian Kresse",
                    "email": "maximilian.kresse@setasign.com",
                    "homepage": "https:\/\/www.setasign.com"
                }
            ],
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
            "homepage": "https:\/\/www.setasign.com\/fpdi",
            "keywords": [
                "fpdf",
                "fpdi",
                "pdf"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Setasign\/FPDI\/issues",
                "source": "https:\/\/github.com\/Setasign\/FPDI\/tree\/v2.5.0"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/setasign\/fpdi",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/setasign\/fpdi"
        },
        {
            "name": "spatie\/dns",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/spatie\/dns.git",
                "reference": "2ca388f359323364aaf438a5fa28da74bc55c6f4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/spatie\/dns\/zipball\/2ca388f359323364aaf438a5fa28da74bc55c6f4",
                "reference": "2ca388f359323364aaf438a5fa28da74bc55c6f4",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0",
                "symfony\/process": "^5.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.4"
            },
            "time": "2020-12-02T19:24:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Spatie\\Dns\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Harish Toshniwal",
                    "email": "harish@spatie.be",
                    "homepage": "https:\/\/spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https:\/\/spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Retrieve DNS records",
            "homepage": "https:\/\/github.com\/spatie\/dns",
            "keywords": [
                "dns",
                "spatie"
            ],
            "support": {
                "issues": "https:\/\/github.com\/spatie\/dns\/issues",
                "source": "https:\/\/github.com\/spatie\/dns\/tree\/1.6.0"
            },
            "install-path": "..\/spatie\/dns"
        },
        {
            "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": {
                    "WP_Ultimo\\Dependencies\\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\/ssl-certificate",
            "version": "1.22.1",
            "version_normalized": "1.22.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/spatie\/ssl-certificate.git",
                "reference": "c4756c3f18f9abeea62cfe99fc841229d9fead2c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/spatie\/ssl-certificate\/zipball\/c4756c3f18f9abeea62cfe99fc841229d9fead2c",
                "reference": "c4756c3f18f9abeea62cfe99fc841229d9fead2c",
                "shasum": ""
            },
            "require": {
                "ext-intl": "*",
                "ext-json": "*",
                "nesbot\/carbon": "^2.23",
                "php": "^7.4|^8.0",
                "spatie\/macroable": "^1.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.0",
                "spatie\/phpunit-snapshot-assertions": "^4.2.3"
            },
            "time": "2021-02-15T15:42:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/helpers.php"
                ],
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Spatie\\SslCertificate\\": "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 class to easily query the properties of an ssl certificate",
            "homepage": "https:\/\/github.com\/spatie\/ssl-certificate",
            "keywords": [
                "spatie",
                "ssl-certificate"
            ],
            "support": {
                "issues": "https:\/\/github.com\/spatie\/ssl-certificate\/issues",
                "source": "https:\/\/github.com\/spatie\/ssl-certificate\/tree\/1.22.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/spatie",
                    "type": "github"
                },
                {
                    "url": "https:\/\/spatie.be\/open-source\/support-us",
                    "type": "other"
                }
            ],
            "install-path": "..\/spatie\/ssl-certificate"
        },
        {
            "name": "stripe\/stripe-php",
            "version": "v10.21.0",
            "version_normalized": "10.21.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/stripe\/stripe-php.git",
                "reference": "b4ab319731958077227fad1874a3671458c5d593"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/stripe\/stripe-php\/zipball\/b4ab319731958077227fad1874a3671458c5d593",
                "reference": "b4ab319731958077227fad1874a3671458c5d593",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "3.5.0",
                "php-coveralls\/php-coveralls": "^2.5",
                "phpstan\/phpstan": "^1.2",
                "phpunit\/phpunit": "^5.7 || ^9.0",
                "squizlabs\/php_codesniffer": "^3.3"
            },
            "time": "2023-08-11T00:23:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Stripe\\": "lib\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stripe and contributors",
                    "homepage": "https:\/\/github.com\/stripe\/stripe-php\/contributors"
                }
            ],
            "description": "Stripe PHP Library",
            "homepage": "https:\/\/stripe.com\/",
            "keywords": [
                "api",
                "payment processing",
                "stripe"
            ],
            "support": {
                "issues": "https:\/\/github.com\/stripe\/stripe-php\/issues",
                "source": "https:\/\/github.com\/stripe\/stripe-php\/tree\/v10.21.0"
            },
            "install-path": "..\/stripe\/stripe-php"
        },
        {
            "name": "symfony\/cache",
            "version": "v5.4.29",
            "version_normalized": "5.4.29.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/cache.git",
                "reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/cache\/zipball\/e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
                "reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/cache": "^1.0|^2.0",
                "psr\/log": "^1.1|^2|^3",
                "symfony\/cache-contracts": "^1.1.7|^2",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php73": "^1.9",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/service-contracts": "^1.1|^2|^3",
                "symfony\/var-exporter": "^4.4|^5.0|^6.0"
            },
            "conflict": {
                "doctrine\/dbal": "<2.13.1",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/http-kernel": "<4.4",
                "symfony\/var-dumper": "<4.4"
            },
            "provide": {
                "psr\/cache-implementation": "1.0|2.0",
                "psr\/simple-cache-implementation": "1.0|2.0",
                "symfony\/cache-implementation": "1.0|2.0"
            },
            "require-dev": {
                "cache\/integration-tests": "dev-master",
                "doctrine\/cache": "^1.6|^2.0",
                "doctrine\/dbal": "^2.13.1|^3.0",
                "predis\/predis": "^1.1",
                "psr\/simple-cache": "^1.0|^2.0",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/filesystem": "^4.4|^5.0|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/messenger": "^4.4|^5.0|^6.0",
                "symfony\/var-dumper": "^4.4|^5.0|^6.0"
            },
            "time": "2023-09-19T13:25:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Component\\Cache\\": ""
                },
                "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 extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/cache\/tree\/v5.4.29"
            },
            "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\/cache"
        },
        {
            "name": "symfony\/cache-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/cache-contracts.git",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/cache-contracts\/zipball\/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/cache": "^1.0|^2.0|^3.0"
            },
            "suggest": {
                "symfony\/cache-implementation": ""
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony\/contracts",
                    "url": "https:\/\/github.com\/symfony\/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Contracts\\Cache\\": ""
                }
            },
            "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 caching",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/cache-contracts\/tree\/v2.5.2"
            },
            "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\/cache-contracts"
        },
        {
            "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": "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.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\/event-dispatcher",
            "version": "v5.4.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher.git",
                "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher\/zipball\/5dcc00e03413f05c1e7900090927bb7247cb0aac",
                "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/event-dispatcher-contracts": "^2|^3",
                "symfony\/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony\/dependency-injection": "<4.4"
            },
            "provide": {
                "psr\/event-dispatcher-implementation": "1.0",
                "symfony\/event-dispatcher-implementation": "2.0"
            },
            "require-dev": {
                "psr\/log": "^1|^2|^3",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/error-handler": "^4.4|^5.0|^6.0",
                "symfony\/expression-language": "^4.4|^5.0|^6.0",
                "symfony\/http-foundation": "^4.4|^5.0|^6.0",
                "symfony\/service-contracts": "^1.1|^2|^3",
                "symfony\/stopwatch": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony\/dependency-injection": "",
                "symfony\/http-kernel": ""
            },
            "time": "2023-07-06T06:34:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/event-dispatcher\/tree\/v5.4.26"
            },
            "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\/event-dispatcher"
        },
        {
            "name": "symfony\/event-dispatcher-contracts",
            "version": "v3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher-contracts.git",
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher-contracts\/zipball\/a76aed96a42d2b521153fb382d418e30d18b59df",
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/event-dispatcher": "^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": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "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 dispatching event",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/event-dispatcher-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\/event-dispatcher-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": "dist",
            "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"
        },
        {
            "name": "symfony\/polyfill-php73",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php73.git",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php73\/zipball\/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php73\/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-php73"
        },
        {
            "name": "symfony\/polyfill-php80",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php80.git",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php80\/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-php80"
        },
        {
            "name": "symfony\/polyfill-php81",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php81.git",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/7581cd600fa9fd681b797d00b02f068e2f13263b",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "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.1+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php81\/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-php81"
        },
        {
            "name": "symfony\/process",
            "version": "v5.4.28",
            "version_normalized": "5.4.28.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/process.git",
                "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/process\/zipball\/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
                "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-php80": "^1.16"
            },
            "time": "2023-08-07T10:36:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/process\/tree\/v5.4.28"
            },
            "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\/process"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr\/container": "^2.0"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "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": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\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.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\/service-contracts"
        },
        {
            "name": "symfony\/translation",
            "version": "v6.3.3",
            "version_normalized": "6.3.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation.git",
                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation\/zipball\/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/translation-contracts": "^2.5|^3.0"
            },
            "conflict": {
                "symfony\/config": "<5.4",
                "symfony\/console": "<5.4",
                "symfony\/dependency-injection": "<5.4",
                "symfony\/http-client-contracts": "<2.5",
                "symfony\/http-kernel": "<5.4",
                "symfony\/service-contracts": "<2.5",
                "symfony\/twig-bundle": "<5.4",
                "symfony\/yaml": "<5.4"
            },
            "provide": {
                "symfony\/translation-implementation": "2.3|3.0"
            },
            "require-dev": {
                "nikic\/php-parser": "^4.13",
                "psr\/log": "^1|^2|^3",
                "symfony\/config": "^5.4|^6.0",
                "symfony\/console": "^5.4|^6.0",
                "symfony\/dependency-injection": "^5.4|^6.0",
                "symfony\/finder": "^5.4|^6.0",
                "symfony\/http-client-contracts": "^2.5|^3.0",
                "symfony\/http-kernel": "^5.4|^6.0",
                "symfony\/intl": "^5.4|^6.0",
                "symfony\/polyfill-intl-icu": "^1.21",
                "symfony\/routing": "^5.4|^6.0",
                "symfony\/service-contracts": "^2.5|^3",
                "symfony\/yaml": "^5.4|^6.0"
            },
            "time": "2023-07-31T07:08:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides tools to internationalize your application",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/translation\/tree\/v6.3.3"
            },
            "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\/translation"
        },
        {
            "name": "symfony\/translation-contracts",
            "version": "v3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation-contracts.git",
                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/02c24deb352fb0d79db5486c0c79905a85e37e86",
                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2023-05-30T17:17:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.4-dev"
                },
                "thanks": {
                    "name": "symfony\/contracts",
                    "url": "https:\/\/github.com\/symfony\/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Contracts\\Translation\\": ""
                },
                "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 translation",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/translation-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\/translation-contracts"
        },
        {
            "name": "symfony\/var-exporter",
            "version": "v6.3.4",
            "version_normalized": "6.3.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/var-exporter.git",
                "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/var-exporter\/zipball\/df1f8aac5751871b83d30bf3e2c355770f8f0691",
                "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony\/var-dumper": "^5.4|^6.0"
            },
            "time": "2023-08-16T18:14:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Symfony\\Component\\VarExporter\\": ""
                },
                "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": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "lazy-loading",
                "proxy",
                "serialize"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/var-exporter\/tree\/v6.3.4"
            },
            "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\/var-exporter"
        },
        {
            "name": "webmozart\/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/webmozarts\/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/webmozarts\/assert\/zipball\/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan\/phpstan": "<0.12.20",
                "vimeo\/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5.13"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Ultimo\\Dependencies\\Webmozart\\Assert\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input\/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https:\/\/github.com\/webmozarts\/assert\/issues",
                "source": "https:\/\/github.com\/webmozarts\/assert\/tree\/1.11.0"
            },
            "install-path": "..\/webmozart\/assert"
        },
        {
            "name": "woocommerce\/action-scheduler",
            "version": "3.6.4",
            "version_normalized": "3.6.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/woocommerce\/action-scheduler.git",
                "reference": "e7dafe215be5ef823392204535ee2e241f99a8cb"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/woocommerce\/action-scheduler\/zipball\/e7dafe215be5ef823392204535ee2e241f99a8cb",
                "reference": "e7dafe215be5ef823392204535ee2e241f99a8cb",
                "shasum": ""
            },
            "require-dev": {
                "phpunit\/phpunit": "^7.5",
                "woocommerce\/woocommerce-sniffs": "0.1.0",
                "wp-cli\/wp-cli": "~2.5.0",
                "yoast\/phpunit-polyfills": "^1.0"
            },
            "time": "2023-10-11T18:24:47+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "scripts-description": {
                    "test": "Run unit tests",
                    "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
                    "phpcbf": "Fix coding standards warnings\/errors automatically with PHP Code Beautifier"
                }
            },
            "installation-source": "dist",
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "Action Scheduler for WordPress and WooCommerce",
            "homepage": "https:\/\/actionscheduler.org\/",
            "support": {
                "issues": "https:\/\/github.com\/woocommerce\/action-scheduler\/issues",
                "source": "https:\/\/github.com\/woocommerce\/action-scheduler\/tree\/3.6.4"
            },
            "install-path": "..\/woocommerce\/action-scheduler"
        },
        {
            "name": "yahnis-elsts\/plugin-update-checker",
            "version": "v4.11",
            "version_normalized": "4.11.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/YahnisElsts\/plugin-update-checker.git",
                "reference": "3155f2d3f1ca5e7ed3f25b256f020e370515af43"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/YahnisElsts\/plugin-update-checker\/zipball\/3155f2d3f1ca5e7ed3f25b256f020e370515af43",
                "reference": "3155f2d3f1ca5e7ed3f25b256f020e370515af43",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.2.0"
            },
            "time": "2021-03-15T16:07:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "load-v4p11.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Yahnis Elsts",
                    "email": "whiteshadow@w-shadow.com",
                    "homepage": "http:\/\/w-shadow.com\/",
                    "role": "Developer"
                }
            ],
            "description": "A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.",
            "homepage": "https:\/\/github.com\/YahnisElsts\/plugin-update-checker\/",
            "keywords": [
                "automatic updates",
                "plugin updates",
                "theme updates",
                "wordpress"
            ],
            "support": {
                "issues": "https:\/\/github.com\/YahnisElsts\/plugin-update-checker\/issues",
                "source": "https:\/\/github.com\/YahnisElsts\/plugin-update-checker\/tree\/v4.11"
            },
            "install-path": "..\/yahnis-elsts\/plugin-update-checker"
        }
    ],
    "dev": false,
    "dev-package-names": []
}