-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (28 loc) · 894 Bytes
/
composer.json
File metadata and controls
33 lines (28 loc) · 894 Bytes
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
{
"config": {
"vendor-dir": "protected/vendors/composerPackages",
"bin-dir": "protected/tests"
},
"require": {
"swiftmailer/swiftmailer": "4.3.*",
"mailchimp/mailchimp": "2.*",
"psr/log": "1.0.*@dev",
"monolog/monolog": "1.7.0",
"intval/incapsula-ip-fixer": "*",
"easybook/geshi": "dev-master",
"nodge/yii-eauth": "*"
},
"require-dev": {
"behat/behat": "*",
"behat/mink": "*",
"phpunit/phpunit": "3.*",
"phpunit/phpunit-selenium": "dev-master",
"phpunit/phpunit-story": "dev-master",
"phpunit/php-invoker": "dev-master",
"phpunit/dbunit": "1.3.*@dev",
"behat/yii-extension": "*",
"behat/mink-extension": "*",
"behat/mink-selenium2-driver": "*"
},
"minimum-stability": "dev"
}