{
	"name": "keygenqt/yii2-autocomplete-ajax",
	"description": "A simple way to search model id of the attributes model.",
	"keywords": ["yii2", "extension", "widget", "autocomplete", "ajax", "jquery", "plugin"],
	"homepage": "http://keygenqt.com/work/yii2-autocomplete-ajax",
	"type": "yii2-extension",
	"license": "Apache-2.0",
	"version":"1.0.3",
	"authors": [
		{
			"name": "Vitaliy Zarubin",
			"email": "keygenqt@gmail.com",
			"homepage": "http://keygenqt.com/",
			"role": "Developer"
		}
	],
	"require": {
		"yiisoft/yii2": "*",
		"yiisoft/yii2-jui": "~2.0.0",
		"php": ">=5.5.0"
	},
	"autoload": {
		"psr-4": {
			"keygenqt\\autocompleteAjax\\": ""
		}
	}
}