{
    "name": "sophia/core",
    "description": "Sophia Core - AI Football Intelligence Platform",
    "type": "project",
    "require": {
        "php": ">=8.1",
        "ext-pdo": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-curl": "*"
    },
    "autoload": {
        "psr-4": {
            "SophiaCore\\": "app/"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "@php -r \"echo 'Sophia Core installed successfully. Run the installer via browser or CLI.';\""
        ]
    }
}
