-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (38 loc) · 1 KB
/
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
{
"name": "nullref/yii2-useful",
"description": "Useful things for Yii2",
"keywords": [
"yii2",
"framework",
"behavior"
],
"homepage": "https://github.com/NullRefExcep/yii2-common-behaviors",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Dmytro Karpovych",
"email": "[email protected]",
"homepage": "https://github.com/ZAYEC77"
},
{
"name": "Serhiy Vinichuk",
"email": "[email protected]",
"homepage": "https://github.com/serhiyvinichuk"
}
],
"support": {
"issues": "https://github.com/NullRefExcep/yii2-common-behaviors/issues",
"source": "https://github.com/NullRefExcep/yii2-common-behaviors"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.13"
},
"autoload": {
"psr-4": {
"nullref\\useful\\": "src/"
}
}
}