{
    "name": "konekt/gears",
    "description": "Settings and User Preferences library for Laravel",
    "type": "library",
    "license": "MIT",
    "keywords": ["settings", "preferences", "laravel", "konekt", "artkonekt"],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "support": {
        "source": "https://github.com/artkonekt/gears"
    },
    "authors": [
        {
            "name": "Attila Fulop",
            "homepage": "https://github.com/fulopattila122"
        }
    ],
    "require": {
        "php": "^8.1",
        "illuminate/database": "^10.0|^11.0|^12.0",
        "illuminate/support": "^10.0|^11.0|^12.0",
        "konekt/enum": "^2.1|^3.0|^4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "9 - 11",
        "orchestra/testbench": "^8.0|^9.0|^10.0",
        "illuminate/events": "^10.0|^11.0|^12.0",
        "ext-pdo": "*"
    },
    "autoload": {
        "psr-4": { "Konekt\\Gears\\": "src/" },
        "files": [
            "src/Support/functions.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Konekt\\Gears\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Konekt\\Gears\\Providers\\GearsServiceProvider"
            ]
        }
    }
}
