{
    "name": "challenge/challenge",
    "description": "This plugin is for taking challenge and track challenge",
    "type": "wordpress-plugin",
    "autoload": {
        "psr-4": {
            "Challenge\\": "src/"
        }
    },
    "require": {
         "php": ">=7.2"
    }
}