-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.13 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
{
"name": "maxodrom/yii2-phpmorphy",
"description": "Yii2 PHPMorphy component",
"keywords": ["yii2", "SEO"],
"homepage": "https://github.com/maxodrom/yii2-phpmorphy",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/maxodrom/yii2-phpmorphy/issues?state=open",
"wiki": "https://github.com/maxodrom/yii2-phpmorphy/wiki",
"source": "https://github.com/maxodrom/yii2-phpmorphy"
},
"authors": [
{
"name": "Max Alexandrov",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "~2.0.0",
"maxakawizard/phpmorphy": "~1.0"
},
"require-dev": {
"codeception/codeception": "~2.0",
"codeception/specify": "~1.1",
"codeception/verify": "~1.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
"maxodrom\\phpmorphy\\": "src/"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}