forked from craftcms/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
70 lines (70 loc) · 2.23 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
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.0.0-beta.22",
"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": {
"composer/composer": "~1.4.2",
"craftcms/plugin-installer": "~1.5.0",
"craftcms/server-check": "~1.0.17",
"creocoder/yii2-nested-sets": "~0.9.0",
"danielstjules/stringy": "~3.0.0",
"enshrined/svg-sanitize": "~0.6.0",
"guzzlehttp/guzzle": "~6.2.2",
"league/flysystem": "~1.0.35",
"mikehaertl/php-shellcommand": "~1.2.5",
"pixelandtonic/imagine": "0.7.1.1",
"twig/twig": "~2.3.0",
"yiisoft/yii2": "~2.0.12.0",
"yiisoft/yii2-debug": "2.0.8",
"yiisoft/yii2-swiftmailer": "~2.0.6",
"zendframework/zend-feed": "~2.8.0",
"bower-asset/d3": "~4.8.0",
"bower-asset/d3-format": "~1.2.0",
"bower-asset/d3-time-format": "~2.0.3",
"bower-asset/element-resize-detector": "~1.1.11",
"bower-asset/fabric": "~1.7.6",
"bower-asset/garnishjs": "~0.1.17",
"bower-asset/jquery.payment": "~3.0.0",
"bower-asset/picturefill": "~3.0.2",
"bower-asset/selectize": "~0.12.4",
"bower-asset/timepicker": "~1.11.11",
"bower-asset/velocity": "~1.5.0"
},
"require-dev": {
"codeception/codeception": "~2.3.3",
"codeception/mockery-module": "~0.2.2",
"codeception/specify": "~0.4.6",
"codeception/verify": "~0.3.3"
},
"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/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}