{
    "name": "spatie/activitylog",
    "description": "A very simple activity logger to monitor the users of your website or application",
    "homepage": "https://github.com/spatie/activitylog",
    "abandoned" : "This package has been replaced by spatie/laravel-activitylog",
    "keywords":
        [
            "log",
            "user",
            "activity",
            "laravel"
        ],
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "illuminate/support": "5.*"

    },
    "require-dev": {
        "phpunit/phpunit": "~4.0",
        "mockery/mockery": "0.9.*"
    },
    "autoload": {
        "classmap": [
            "src/migrations"
        ],
        "psr-0": {
            "Spatie\\Activitylog\\": "src/"
        }
    },
    "license": "MIT"
}
