{
    "name": "konekt/enum-eloquent",
    "description": "Enum attribute casting for Eloquent models",
    "type": "library",
    "license": "MIT",
    "keywords": ["enum", "konekt", "artkonekt", "laravel", "eloquent"],
    "support": {
        "source": "https://github.com/artkonekt/enum-eloquent"
    },
    "authors": [
        {
            "name": "Attila Fulop",
            "homepage": "https://github.com/fulopattila122"
        },
        {
            "name": "Semyon Chetvertnyh",
            "homepage": "https://github.com/semyonchetvertnyh"
        },
        {
            "name": "Mark Boessenkool",
            "homepage": "https://github.com/TheM1984"
        }
    ],
    "require": {
        "php": "^7.1.3",
        "konekt/enum": "^2.0.2 || ^3.0.0",
        "illuminate/database": "5.*|6.*|7.*"
    },
    "require-dev": {
        "phpunit/phpunit": "6.3 - 7.5|~8.0",
        "illuminate/events": "5.*|6.*|7.*",
        "ocramius/package-versions": "^1.2"
    },
    "autoload": {
        "psr-4": { "Konekt\\Enum\\Eloquent\\": "src/" },
        "files": [
            "src/functions.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Konekt\\Enum\\Eloquent\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Konekt\\Enum\\Eloquent\\EnumServiceProvider"
            ]
        }
    }
}
