-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.01 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
{
"name": "fossbilling/mollie",
"description": "Mollie implementation for FOSSBilling",
"homepage": "https://extensions.fossbilling.org/extension/mollie",
"license": "Apache 2.0",
"support": {
"issues": "https://github.com/FOSSBilling/mollie/issues",
"forum": "https://forum.fossbilling.org",
"chat": "https://fossbilling.org/discord"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fossbilling"
},
{
"type": "github",
"url": "https://github.com/sponsors/FOSSBilling"
}
],
"require": {
"php": ">=8.1",
"mollie/mollie-api-php": "^2.0"
},
"config": {
"vendor-dir": "./src/vendor",
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"require-dev": {
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan": "^1.10"
}
}