-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.24 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.24 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
{
"name": "jonathandhn/helloasso-payment-processor",
"description": "HelloAsso payment processor for CiviCRM: online payments, authorization-screen connections, secure webhooks and reconciliation.",
"type": "civicrm-ext",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Antoine BREHERET",
"email": "breheret@makoa.fr"
},
{
"name": "Jonathan Dahan",
"email": "jonathan@dhn.one"
}
],
"require": {
"php": ">=8.1.2 <8.6"
},
"require-dev": {
"phpunit/phpunit": "^10.5 || ^11.5"
},
"scripts": {
"phpunit": "phpunit -c phpunit.xml.dist --no-coverage --display-deprecations --display-phpunit-deprecations",
"phpunit:integration": "phpunit -c phpunit-integration.xml --no-coverage --display-deprecations --display-phpunit-deprecations",
"test": "@phpunit"
},
"suggest": {
"civicrm/civicrm-core": "CiviCRM 6.14 or later is required.",
"civicrm/mjwshared": "Payment Shared 1.5.11 or later is required by this extension."
},
"extra": {
"installer-name": "helloasso-payment-processor"
},
"support": {
"source": "https://github.com/jonathandhn/helloasso-payment-processor",
"issues": "https://github.com/jonathandhn/helloasso-payment-processor/issues"
}
}