OSDN Git Service

Исправлен фильтр в моделях по наименованию.
[invent/invent.git] / composer.json
1 {
2     "name": "yiisoft/yii2-app-basic",
3     "description": "Yii 2 Basic Project Template",
4     "keywords": [
5         "yii2",
6         "framework",
7         "basic",
8         "project template"
9     ],
10     "homepage": "http://www.yiiframework.com/",
11     "type": "project",
12     "license": "BSD-3-Clause",
13     "support": {
14         "issues": "https://github.com/yiisoft/yii2/issues?state=open",
15         "forum": "http://www.yiiframework.com/forum/",
16         "wiki": "http://www.yiiframework.com/wiki/",
17         "irc": "irc://irc.freenode.net/yii",
18         "source": "https://github.com/yiisoft/yii2"
19     },
20     "minimum-stability": "stable",
21     "require": {
22         "php": ">=5.6.0",
23         "yiisoft/yii2": "~2.0.14",
24         "yiisoft/yii2-bootstrap": "~2.0.0",
25         "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
26         "xj/yii2-qrcode-widget": "^1.1",
27         "kartik-v/yii2-mpdf": "^1.0",
28         "phpoffice/phpexcel": "^1.8"
29     },
30     "require-dev": {
31         "yiisoft/yii2-debug": "~2.1.0",
32         "yiisoft/yii2-gii": "~2.1.0",
33         "yiisoft/yii2-faker": "~2.0.0",
34         "codeception/codeception": "^4.0",
35         "codeception/verify": "~0.5.0 || ~1.1.0",
36         "codeception/specify": "~0.4.6",
37         "symfony/browser-kit": ">=2.7 <=4.2.4",
38         "codeception/module-filesystem": "^1.0.0",
39         "codeception/module-yii2": "^1.0.0",
40         "codeception/module-asserts": "^1.0.0",
41         "codeception/module-rest": "^1.2",
42         "codeception/module-db": "^1.0"
43     },
44     "config": {
45         "process-timeout": 1800,
46         "fxp-asset": {
47             "enabled": false
48         }
49     },
50     "scripts": {
51         "post-install-cmd": [
52             "yii\\composer\\Installer::postInstall"
53         ],
54         "post-create-project-cmd": [
55             "yii\\composer\\Installer::postCreateProject",
56             "yii\\composer\\Installer::postInstall"
57         ]
58     },
59     "extra": {
60         "yii\\composer\\Installer::postCreateProject": {
61             "setPermission": [
62                 {
63                     "runtime": "0777",
64                     "web/assets": "0777",
65                     "yii": "0755"
66                 }
67             ]
68         },
69         "yii\\composer\\Installer::postInstall": {
70             "generateCookieValidationKey": [
71                 "config/web.php"
72             ]
73         }
74     },
75     "repositories": [
76         {
77             "type": "composer",
78             "url": "https://asset-packagist.org"
79         }
80     ]
81 }