-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
48 lines (48 loc) · 1.29 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
{
"name": "civicrm/cli-tools",
"license": "AGPL-3.0",
"authors": [
{
"name": "Tim Otten",
"email": "[email protected]"
}
],
"require": {
"civicrm/composer-downloads-plugin": "^3.0 || ^4.0"
},
"bin": [
"bin/civistrings",
"bin/civix",
"bin/cv",
"bin/coworker"
],
"config": {
"allow-plugins": {
"civicrm/composer-downloads-plugin": true
}
},
"extra": {
"downloads": {
"*": {
"path": "extern/{$id}",
"type": "phar"
},
"civistrings.phar": {
"version": "2022-08-30-c035da67",
"url": "https://download.civicrm.org/civistrings/civistrings.phar-2022-08-30-c035da67"
},
"civix.phar": {
"version": "24.09.2",
"url": "https://download.civicrm.org/civix/civix-24.09.2.phar"
},
"coworker.phar": {
"version": "0.6",
"url": "https://download.civicrm.org/coworker/coworker-0.6.phar"
},
"cv.phar": {
"version": "0.3.58",
"url": "https://download.civicrm.org/cv/cv-0.3.58.phar"
}
}
}
}