forked from craftcms/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
74 lines (74 loc) · 2.36 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
66
67
68
69
70
71
72
73
74
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.0.2",
"keywords": [
"cms",
"craftcms",
"yii2"
],
"homepage": "https://craftcms.com",
"license": "proprietary",
"support": {
"email": "[email protected]",
"issues": "https://github.com/craftcms/cms/issues?state=open",
"forum": "https://craftcms.stackexchange.com/",
"source": "https://github.com/craftcms/cms",
"docs": "https://github.com/craftcms/docs",
"rss": "https://github.com/craftcms/cms/releases.atom"
},
"require": {
"php": ">=7.0.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-zip": "*",
"composer/composer": "1.6.3",
"craftcms/oauth2-craftid": "~1.0.0",
"craftcms/plugin-installer": "~1.5.0",
"craftcms/server-check": "~1.1.0",
"creocoder/yii2-nested-sets": "~0.9.0",
"danielstjules/stringy": "~3.1.0",
"elvanto/litemoji": "^1.3.1",
"enshrined/svg-sanitize": "~0.8.2",
"guzzlehttp/guzzle": "~6.3.0",
"league/flysystem": "~1.0.35",
"league/oauth2-client": "~2.2.1",
"mikehaertl/php-shellcommand": "~1.2.5",
"pixelandtonic/imagine": "~0.7.1.2",
"seld/cli-prompt": "~1.0.3",
"twig/twig": "~2.4.4",
"yiisoft/yii2": "~2.0.15.1",
"yiisoft/yii2-debug": "~2.0.10",
"yiisoft/yii2-swiftmailer": "~2.1.0",
"yiisoft/yii2-queue": "~2.0.1",
"zendframework/zend-feed": "~2.8.0"
},
"require-dev": {
"codeception/codeception": "~2.3.3",
"codeception/mockery-module": "~0.2.2",
"codeception/specify": "~0.4.6",
"codeception/verify": "~0.3.3"
},
"provide": {
"bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
"bower-asset/jquery": "3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
"bower-asset/punycode": "1.3.*",
"bower-asset/yii2-pjax": "~2.0.1"
},
"suggest": {
"ext-imagick": "Adds support for more image processing formats and options.",
"ext-iconv": "Adds support for more character encodings than PHP’s built-in mb_convert_encoding() function, which Craft will take advantage of when converting strings to UTF-8.",
"ext-intl": "Adds rich internationalization support."
},
"autoload": {
"psr-4": {
"craft\\": "src/"
}
}
}