{
    "packages": [
        {
            "name": "marc-mabe/php-enum",
            "version": "v4.7.0",
            "version_normalized": "4.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/marc-mabe/php-enum.git",
                "reference": "3da42cc1daceaf98c858e56f59d1ccd52b011fdc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/3da42cc1daceaf98c858e56f59d1ccd52b011fdc",
                "reference": "3da42cc1daceaf98c858e56f59d1ccd52b011fdc",
                "shasum": ""
            },
            "require": {
                "ext-reflection": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.16.10 || ^1.0.4",
                "phpstan/phpstan": "^1.3.1",
                "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
                "vimeo/psalm": "^4.17.0"
            },
            "time": "2022-04-19T02:21:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.6-dev",
                    "dev-3.x": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MabeEnum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marc Bennewitz",
                    "email": "dev@mabe.berlin",
                    "homepage": "https://mabe.berlin/",
                    "role": "Lead"
                }
            ],
            "description": "Simple and fast implementation of enumerations with native PHP",
            "homepage": "https://github.com/marc-mabe/php-enum",
            "keywords": [
                "enum",
                "enum-map",
                "enum-set",
                "enumeration",
                "enumerator",
                "enummap",
                "enumset",
                "map",
                "set",
                "type",
                "type-hint",
                "typehint"
            ],
            "support": {
                "issues": "https://github.com/marc-mabe/php-enum/issues",
                "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.0"
            },
            "install-path": "../marc-mabe/php-enum"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-24T14:02:46+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": {
                "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/v2.5.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/deprecation-contracts"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.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-ctype"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.35",
            "version_normalized": "5.4.35.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4",
                "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2024-01-23T13:51:25+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.35"
            },
            "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/yaml"
        },
        {
            "name": "thunderer/serializard",
            "version": "v0.3.2",
            "version_normalized": "0.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thunderer/Serializard.git",
                "reference": "ce8189452f08bb51a063894286d3eed5989d9d30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thunderer/Serializard/zipball/ce8189452f08bb51a063894286d3eed5989d9d30",
                "reference": "ce8189452f08bb51a063894286d3eed5989d9d30",
                "shasum": ""
            },
            "require": {
                "php": "^5.5|^7.0",
                "symfony/yaml": ">=2.3"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.1"
            },
            "time": "2018-02-13T09:42:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Thunder\\Serializard\\": "src/",
                    "Thunder\\Serializard\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomasz Kowalczyk",
                    "email": "tomasz@kowalczyk.cc"
                }
            ],
            "description": "Flexible serializer",
            "keywords": [
                "hydrator",
                "json",
                "library",
                "normalizer",
                "serializer",
                "xml",
                "yaml"
            ],
            "support": {
                "issues": "https://github.com/thunderer/Serializard/issues",
                "source": "https://github.com/thunderer/Serializard/tree/master"
            },
            "install-path": "../thunderer/serializard"
        },
        {
            "name": "tussendoor/http",
            "version": "0.2.0",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "git@bitbucket.org:Tussendoor/lib-wphttp.git",
                "reference": "113d735e8a602482d592d505fe47490290293688"
            },
            "dist": {
                "type": "zip",
                "url": "https://packages.tussendoor.nl/dist/tussendoor/http/tussendoor-http-0.2.0-e6f5f3.zip",
                "reference": "113d735e8a602482d592d505fe47490290293688",
                "shasum": "4bb35e5970ec59916f91fc5e921d3254e97f81b5"
            },
            "require": {
                "php": "~5.6|~7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.7.27",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "time": "2019-04-23T11:37:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Tussendoor\\Http\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tussendoor\\Http\\": "tests"
                }
            },
            "scripts": {
                "test": [
                    "phpunit"
                ],
                "check-style": [
                    "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
                ],
                "fix-style": [
                    "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sander de Kroon",
                    "email": "sander@tussendoor.nl",
                    "homepage": "https://github.com/sanderdekroon",
                    "role": "Developer"
                }
            ],
            "description": "HTTP requests with WordPress functions",
            "homepage": "https://bitbucket.org/Tussendoor/lib-wphttp",
            "keywords": [
                "Http",
                "Tussendoor"
            ],
            "install-path": "../tussendoor/http"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
