{
    "name": "richan-fongdasen/eloquent-blameable",
    "description": "Blameable behavior implementation for your Eloquent Model in Laravel",
    "type": "library",
    "license": "MIT",
    "homepage": "https://github.com/richan-fongdasen/eloquent-blameable",
    "keywords": [
        "laravel",
        "eloquent",
        "blameable"
    ],
    "authors": [
        {
            "name": "Richan Fongdasen",
            "email": "richan.fongdasen@gmail.com"
        }
    ],
    "support": {
        "issues": "https://github.com/richan-fongdasen/eloquent-blameable/issues",
        "source": "https://github.com/richan-fongdasen/eloquent-blameable"
    },
    "require": {
        "php": "^7.1.3",
        "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
        "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0 || ~7.0 || ~6.0",
        "orchestra/testbench": "~3.5",
        "orchestra/database": "~3.5",
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "~1.0"
    },
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "RichanFongdasen\\EloquentBlameable\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "RichanFongdasen\\EloquentBlameableTest\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "RichanFongdasen\\EloquentBlameable\\ServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
