{
    "name": "owen-it/laravel-auditing",
    "description": "Keep a change history for your models using laravel and lumen",
    "keywords": ["audit", "auditing", "activity", "laravel", "log", "logging", "register", "observer", "lumen"],
    "homepage": "https://laravel-auditing.com",
    "type": "package",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/owen-it/laravel-auditing/issues",
        "source": "https://github.com/owen-it/laravel-auditing"
    },
    "authors": [
        {
            "name": "Antério Vieira",
            "email": "anteriovieira@gmail.com"
        },
        {
            "name": "Raphael França",
            "email": "raphaelfrancabsb@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.5.9",
        "illuminate/support": "5.1.* || 5.2.* || 5.3.*",
        "ramsey/uuid": "~3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.4",
        "mockery/mockery": "~0.9.4"
    },
    "autoload": {
        "psr-4": {
            "OwenIt\\Auditing\\": "src/"
        }
    },
    "autoload-dev": {
	    "classmap": ["tests"]
    },
    "minimum-stability": "dev"
}
