forked from civicrm/civicrm-buildkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 3.87 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 3.87 KB
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
{
"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": "to-git@think.hm" }
],
"autoload": {
"psr-0": {
"Civi\\Civibuild": ["src/"]
}
},
"config": {
"platform": {
"php": "5.6"
},
"bin-dir": "bin"
},
"require": {
"php": ">=5.6",
"totten/php-symbol-diff": "dev-master#54f869ca68a3cd75f3386f8490870369733d2c23",
"civicrm/upgrade-test": "dev-master#03e554787f378900f870a030cf2575d3cd49900f",
"drupal/coder": "dev-8.x-2.x-civi#ef68b5617b94a1cef724b74c8b4318799388cc00",
"civicrm/composer-downloads-plugin": "^3.0",
"squizlabs/php_codesniffer": ">=2.7 <4.0"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/civicrm/coder.git"
},
{
"type": "git",
"url": "https://github.com/totten/paratest.git"
}
],
"extra": {
"downloads": {
"amp": {"version": "2020-06-12-e65089c8", "url": "https://download.civicrm.org/amp/amp.phar-{$version}", "path": "bin/amp", "type": "phar"},
"box": {"version": "2.7.5", "url": "https://github.com/box-project/box2/releases/download/{$version}/box-{$version}.phar", "path": "bin/box", "type": "phar"},
"civici": {"version": "2020-07-10-6a29419c", "url": "https://download.civicrm.org/civici/civici.phar-{$version}", "path": "bin/civici", "type": "phar"},
"civistrings": {"version": "2020-10-22-9e260990", "url": "https://download.civicrm.org/civistrings/civistrings.phar-{$version}", "path": "bin/civistrings", "type": "phar"},
"civix": {"version": "2020-09-20-7c26d0f9", "url": "https://download.civicrm.org/civix/civix.phar-{$version}", "path": "bin/civix", "type": "phar"},
"codecept-php5": {"version": "2.3.6", "url": "https://codeception.com/releases/{$version}/php54/codecept.phar", "path": "bin/_codecept-php5.phar", "type": "phar"},
"codecept-php7": {"version": "2.3.6", "url": "https://codeception.com/releases/{$version}/codecept.phar", "path": "bin/_codecept-php7.phar", "type": "phar"},
"cv": {"version": "2020-10-24-f2a348a4", "url": "https://download.civicrm.org/cv/cv.phar-{$version}", "path": "bin/cv", "type": "phar"},
"drush8": {"version": "8.4.0", "url": "https://github.com/drush-ops/drush/releases/download/{$version}/drush.phar", "path": "extern/drush8.phar", "type": "phar"},
"drush-backdrop": {"version": "1.0.0", "url": "https://github.com/backdrop-contrib/drush/archive/{$version}.zip", "path": "extern/drush-lib/backdrop"},
"git-scan": {"version": "2020-07-16-5f15f6f5", "url": "https://download.civicrm.org/git-scan/git-scan.phar-{$version}", "path": "bin/git-scan", "type": "phar"},
"joomla": {"version": "2017-06-19-62ff6a9df", "url": "https://download.civicrm.org/joomlatools-console/joomla.phar-{$version}", "path": "bin/joomla", "type": "phar"},
"phpunit4": {"version": "4.8.21", "url": "https://phar.phpunit.de/phpunit-{$version}.phar", "path": "extern/phpunit4/phpunit4.phar", "type": "phar"},
"phpunit5": {"version": "5.x", "url": "https://phar.phpunit.de/phpunit-5.phar", "path": "extern/phpunit5/phpunit5.phar", "type": "phar"},
"phpunit6": {"version": "6.x", "url": "https://phar.phpunit.de/phpunit-6.phar", "path": "extern/phpunit6/phpunit6.phar", "type": "phar"},
"phpunit7": {"version": "7.5.15", "url": "https://phar.phpunit.de/phpunit-7.5.15.phar", "path": "extern/phpunit7/phpunit7.phar", "type": "phar"},
"pogo": {"version": "0.2.4", "url": "https://github.com/totten/pogo/releases/download/v{$version}/pogo-{$version}.phar", "path": "bin/pogo", "type": "phar"},
"wp": {"version": "2.4.0", "url": "https://github.com/wp-cli/wp-cli/releases/download/v{$version}/wp-cli-{$version}.phar", "path": "bin/wp", "type": "phar"}
}
}
}