forked from IgorSalevan/yii2-rtsphinxbehavior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 973 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "dezinger/yii2-rtsphinxbehavior",
"description": "Yii2 Behavior for working with Sphinx RealTime index",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "",
"forum": "",
"source": ""
},
"keywords": [
"yii",
"yii2",
"yii 2",
"yii framework",
"behavior",
"sphinx",
"rt index",
"realtime index"
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.5",
"yiisoft/yii2": "^2.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "@stable"
},
"autoload": {
"psr-4": {
"Dezinger\\Yii2\\": "./src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}