forked from FOSSBilling/FOSSBilling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
74 lines (74 loc) · 2.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "fossbilling/fossbilling",
"description": "Free and Open Source Billing System",
"support": {
"docs": "https://fossbilling.org/docs",
"source": "https://github.com/FOSSBilling/FOSSBilling",
"issues": "https://github.com/FOSSBilling/FOSSBilling/issues",
"chat": "https://fossbilling.org/discord"
},
"readme": "https://github.com/FOSSBilling/FOSSBilling/blob/master/README.md",
"type": "project",
"license": "Apache-2.0",
"keywords": [
"billing",
"invoice",
"client management"
],
"homepage": "https://fossbilling.org",
"require": {
"php": ">=8.0",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"antcms/antloader": "^2.0.2",
"dompdf/dompdf": "^2.0.1",
"filp/whoops": "^2.14",
"gabordemooij/redbean": "^5.7",
"geoip2/geoip2": "^2.10.0",
"io-developer/php-whois": "^4.1",
"lcharette/webpack-encore-twig": "^1.1.0",
"league/commonmark": "^2.3",
"league/csv": "^9.8",
"monolog/monolog": "^2.9",
"nelexa/zip": "^4.0.2",
"phpmyadmin/motranslator": "^5.3.0",
"pimple/pimple": "^3.3",
"plesk/api-php-lib": "^2.0.0",
"psr/log": "^3.0.0",
"stripe/stripe-php": "^12.2.0",
"symfony/cache": "^6.0",
"symfony/filesystem": "^6.0",
"symfony/http-client": "^6.0",
"symfony/mailer": "^6.0",
"symfony/polyfill-intl-icu": "^1.27",
"symfony/polyfill-intl-idn": "*",
"symfony/sendgrid-mailer": "^6.0",
"symfony/translation": "^6.0",
"symfony/twig-bridge": "^6.0",
"symfony/webpack-encore-bundle": "^1.16",
"twig/intl-extra": "^3.5",
"twig/twig": "^3.3.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.18.0",
"symfony/deprecation-contracts": "^3.0.0",
"symfony/phpunit-bridge": "^6.2"
},
"suggest": {
"ext-curl": "*",
"ext-gettext": "*",
"ext-intl": "*"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
},
"vendor-dir": "src/vendor"
}
}