{
    "name": "iqonic/awesome-admin",
    "authors": [
        {
            "name": "iqonic",
            "email": "hello@iqonic.design"
        }
    ],
    "require": {
        "symfony/http-foundation": "^5.1",
        "illuminate/collections": "8.*",
        "ext-json": "*"
    },
    "license": "GPL-3.0",
    "autoload": {
        "psr-4": {
            "App\\": "./app"
        },
        "files": [
            "utils/aad_helpers.php"
        ]
    }
}
