forked from zelenin/yii2-slug-behavior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 841 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
{
"name": "zelenin/yii2-slug-behavior",
"description": "Yii2 slug behavior",
"type": "yii2-extension",
"keywords": [
"yii2",
"slug",
"behavior"
],
"homepage": "https://github.com/zelenin/yii2-slug-behavior",
"license": "MIT",
"authors": [
{
"name": "Aleksandr Zelenin",
"email": "[email protected]",
"homepage": "http://zelenin.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/zelenin/yii2-slug-behavior/issues",
"source": "https://github.com/zelenin/yii2-slug-behavior"
},
"require": {
"yiisoft/yii2": "~2.0.7",
"zelenin/string": "~0.0.0"
},
"autoload": {
"psr-4": {
"Zelenin\\yii\\behaviors\\": ""
}
}
}