forked from pistol88/yii2-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.25 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
39
40
41
42
43
{
"name": "sbs/yii2-seo",
"description": "The module allows link SEO fields to model.",
"keywords": ["yii2", "seo", "extension", "module"],
"homepage": "https://github.com/koftikes/yii2-seo",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/koftikes/yii2-seo/issues"
},
"authors": [
{
"name": "Konstantin Litvinov",
"email": "[email protected]",
"homepage": "http://sbsweb.ru"
},
{
"name": "Ilya Pistol, Ivan Kartonka",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.2",
"yiisoft/yii2": "^2.0"
},
"suggest": {
"yiisoft/yii2-bootstrap": "for extensions to work with Bootstrap 3.x version",
"yiisoft/yii2-bootstrap4": "for extensions to work with Bootstrap 4.x version"
},
"autoload": {
"psr-4": {
"sbs\\": "src"
}
},
"require-dev": {
"phpstan/phpstan": "^0.12",
"friendsofphp/php-cs-fixer": "^2.16"
},
"repositories": [
{"type": "composer", "url": "https://asset-packagist.org"}
]
}