-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
composer.json
65 lines (65 loc) · 1.94 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "yiipowered/yiipowered",
"description": "Showcase of Yii-powered projects",
"keywords": ["yii2", "yii", "projects", "websites", "showcase"],
"homepage": "https://yiipowered.com/",
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "stable",
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "~2.0.35",
"yiisoft/yii2-bootstrap": "~2.0.6",
"yiisoft/yii2-swiftmailer": "~2.0.6",
"yiisoft/yii2-authclient": "~2.2.7",
"cebe/yii2-gravatar": "~1.1",
"baibaratsky/yii2-rollbar": "~1.8.0",
"bower-asset/codemirror": "~5.9.0",
"bower-asset/codemirror-buttons": "~1.0.4",
"bower-asset/vanilla-lazyload": "~10.6.0",
"creocoder/yii2-taggable": "~2.0.0",
"codemix/yii2-localeurls": "~1.4.10",
"bower-asset/magnific-popup": "~1.1",
"yiisoft/yii2-jui": "~2.0.0",
"bower-asset/cropper": "@dev",
"bower-asset/font-awesome": "~4.7.0.0",
"claviska/simpleimage": "^3.3",
"abraham/twitteroauth": "~0.7.4",
"yiisoft/yii2-queue": "~2.3.3"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.13",
"yiisoft/yii2-gii": "~2.2.1"
},
"config": {
"process-timeout": 1800,
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
],
"generateCookieValidationKey": [
"config/web.php"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}