forked from civicrm/civicrm-buildkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.49 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
{
"name": "civicrm/civicrm-project",
"description": "A skeletal project which includes CiviCRM, Drupal, WordPress, development tools, etc",
"homepage": "https://github.com/civicrm/civicrm-project/",
"license": "GPL-2.0+",
"authors": [
{ "name": "Tim Otten", "email": "[email protected]" }
],
"config": {
"bin-dir": "bin"
},
"require": {
"php": ">=5.3.3",
"drush/drush": "dev-master#d1d13676f5beacaa9f8619088fe3ae45ea28a6cf",
"wp-cli/wp-cli": "~0.21.0",
"totten/amp": "dev-master#37edb4a62198c606d51dc4ca384a0faa741bac8e",
"totten/git-scan": "dev-master#495f9ee8db337b3903929a6bf713f6b427e99d8e",
"totten/php-symbol-diff": "dev-master#54f869ca68a3cd75f3386f8490870369733d2c23",
"civicrm/strings": "dev-master#f886f33880027639d2aa0eeef79240ae1b7b531c",
"civicrm/upgrade-test": "dev-master#11bd7affcf26c98ca1d8616cf0b8ff561192f872",
"drupal/coder": "dev-8.x-2.x-civi#a801890a82d52e23a83c5d820270b6e228843d79",
"brianium/paratest": "dev-batching as 0.7",
"phpunit/phpunit": "3.7.27",
"phpunit/dbunit": "1.3.x",
"phpunit/phpunit-selenium": "1.2.x",
"joomlatools/joomla-console": "dev-master-buildkit as 1.1.0",
"squizlabs/PHP_CodeSniffer": ">=2"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/civicrm/coder.git"
},
{
"type": "git",
"url": "https://github.com/totten/paratest.git"
},
{
"type": "git",
"url": "https://github.com/totten/joomla-console.git"
}
]
}