{
	"name": "asinfotrack/yii2-audittrail",
	"type": "yii2-extension",

	"description": "Yii2-audittrail is a behavior and a set of widgets to track all modifications performed on a model",
	"keywords": ["yii2", "audittrail", "audit", "trail", "history", "behavior", "widget", "bundle"],

	"license": "MIT",
	"authors": [
		{
			"name": "Pascal Mueller",
			"email": "pascal.mueller@asinfotrack.ch",
			"homepage": "http://www.asinfotrack.ch"
		}
	],

	"minimum-stability": "stable",
	"support": {
		"source": "https://github.com/asinfotrack/yii2-audittrail",
		"issues": "https://github.com/asinfotrack/yii2-audittrail/issues"
	},

	"require": {
		"php": ">=7.1.0",

		"yiisoft/yii2": "~2.0.6",
		"asinfotrack/yii2-toolbox": "~1.0.0"
	},

	"autoload": {
		"psr-4": {
			"asinfotrack\\yii2\\audittrail\\": ""
		}
	}
}
