-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
56 lines (53 loc) · 1.76 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
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/magento-hackathon/magento-composer-installer"
},
{
"type": "vcs",
"url": "https://github.com/zeljkoprsa/waterlee-boilerplate"
}
],
"require-dev": {
"phpdocumentor/phpdocumentor": "dev-master",
"instaclick/php-code-sniffer": "*",
"n98/magerun": "dev-master",
"kalenjordan/magerun-addons":"dev-master",
"phpmd/phpmd": "dev-master",
"phpunit/phpunit": "dev-master",
"phpunit/phpunit-mock-objects": "2.2.*@dev",
"phpunit/php-code-coverage": "3.0.*@dev"
},
"require": {
"composer/composer": "1.0.*@dev",
"magento-hackathon/magento-composer-installer": "*",
"magento-ecg/coding-standard": "dev-php-5.3-compatible",
"magento-ecg/magento-finder": "dev-master",
"zeljkoprsa/waterlee-boilerplate": "dev-master",
"pharen/pharen": "dev-master",
"doctrine/annotations": "dev-master",
"doctrine/cache": "dev-master",
"symfony/http-foundation": "~2.4",
"symfony/intl": "~2.4",
"symfony/config": "~2.4",
"symfony/dependency-injection": "~2.4",
"symfony/http-kernel": "~2.4",
"phing/phing": "dev-master",
"sebastian/comparator": "dev-master",
"pdepend/pdepend": "2.0.0.*@dev",
"tedivm/jshrink": "dev-master",
"zendframework/zend-uri": "*",
"zendframework/zend-db": "~2.1.6"
},
"extra": {
"magento-root-dir": "./",
"magento-deploystrategy": "copy",
"minimum-stability": "dev",
"magento-force": "true"
},
"config": {
"preferred-install": "dist",
"bin-dir": "scripts"
}
}