-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.08 KB
/
Copy pathcomposer.json
File metadata and controls
50 lines (50 loc) · 1.08 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
{
"name": "uschess/org.uschess.square",
"description": "Square payment processor integration for US Chess",
"type": "civicrm-extension",
"homepage": "https://github.com/Skvare/org.uschess.square",
"extra": {
"civicrm": {
"type": "payment"
}
},
"autoload": {
"psr-4": {
"CRM\\": "CRM/"
}
},
"license": "AGPL-3.0-or-later",
"config": {
"platform": {
"php": "8.2.0"
},
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"authors": [
{
"name": "US Chess Federation",
"email": "emanuel.london@uschess.org"
}
],
"support": {
"issues": "https://github.com/Skvare/org.uschess.square/issues",
"source": "https://github.com/Skvare/org.uschess.square"
},
"autoload-dev": {
"psr-4": {
"CRM\\Tests\\": "tests/"
}
},
"require": {
"php": ">=8.2",
"square/square": "^43.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"drupal/coder": "^8.3",
"phpunit/phpunit": "^9.6"
}
}