OSDN Git Service

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