{
    "name": "qkly-job-lisitng/src",
    "description": "for autoloading the classes inside the plugins/src/App folder and using guzzle to fetch the data from ap endpoints",
    "autoload": {
        "psr-4": {
            "Qkly\\": "Qkly/"
        }
    },
    "require": {
        "guzzlehttp/guzzle": "^7.3",
        "symfony/http-foundation": "^5.3"
    }
}
