forked from craftcms/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
63 lines (63 loc) · 1.78 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
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.0.0-beta.1",
"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",
"yiisoft/yii2": "2.0.11",
"yiisoft/yii2-debug": "2.0.7",
"yiisoft/yii2-swiftmailer": "2.0.6",
"guzzlehttp/guzzle": "6.2.2",
"danielstjules/stringy": "2.3.2",
"creocoder/yii2-nested-sets": "0.9.0",
"pixelandtonic/imagine": "0.6.3.2",
"league/flysystem": "1.0.34",
"mikehaertl/php-shellcommand": "1.2.2",
"twig/twig": "2.1.0",
"bower-asset/d3": "4.5.0.0",
"bower-asset/d3-format": "1.0.2.0",
"bower-asset/d3-time-format": "2.0.3.0",
"bower-asset/element-resize-detector": "1.1.10",
"bower-asset/garnishjs": "0.1.12",
"bower-asset/jquery.payment": "3.0.0",
"bower-asset/picturefill": "3.0.2",
"bower-asset/selectize": "0.12.4",
"bower-asset/timepicker": "1.11.9",
"bower-asset/velocity": "1.4.2",
"bower-asset/fabric": "1.7.3",
"zendframework/zend-feed": "2.7.0",
"craftcms/server-check": "1.0.7"
},
"require-dev": {
"codeception/codeception": "2.2.8",
"codeception/verify": "0.3.2",
"codeception/specify": "0.4.5",
"codeception/mockery-module": "0.2.2"
},
"autoload": {
"psr-4": {
"craft\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}