{
    "name": "wepesi/optionsresolver",
    "description": "The OptionsResolver component helps you configure objects with option arrays. It supports default values, option constraints and lazy options.",
    "type": "library",
    "license": "Apache-2.0",
    "autoload": {
        "psr-4": {
            "Wepesi\\Resolver\\": "src/"
        }
    },
    "support": {
        "email": "
[email protected]",
        "issues": "https://github.com/bim-g/OptionsResolver/issues",
        "forum": "https://github.com/bim-g/OptionsResolver",
        "wiki": "https://github.com/bim-g/OptionsResolver",
        "docs": "https://github.com/bim-g/OptionsResolver",
        "source": "https://github.com/bim-g/OptionsResolver"
    },
    "authors": [
        {
            "name": "bim-g",
            "email": "
[email protected]"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php" : ">=7.4"
    }
}