forked from Star2Billing/a2billing
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
50 lines (50 loc) · 1.23 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
{
"name": "radiusone/a2billing",
"description": "Phone billing system based on PHP",
"autoload": {
"psr-4": {
"A2billing\\": "src/"
},
"files": ["src/Helpers/misc.php", "src/Helpers/constants.php"]
},
"require": {
"php": "^7.4|^8.0",
"amenadiel/jpgraph": "^4.0",
"adodb/adodb-php": "^5.20",
"components/jquery": "^3.6",
"doctrine/instantiator": "^1.5",
"dubcanada/php-profiler": "dev-master",
"pear/soap": "^0.14",
"phpmailer/phpmailer": "^6.0",
"phpsysinfo/phpsysinfo": "^3.0",
"smarty/smarty": "^4.0",
"softcommerce/jquery-flot": "^1.0",
"symfony/polyfill-php80": "^1.0",
"symfony/polyfill-php81": "^1.0",
"twbs/bootstrap": "^5.1",
"radiusone/phpagi": "^3.0",
"ext-gettext": "*",
"ext-curl": "*",
"ext-pcntl": "*",
"ext-json": "*",
"ext-gd": "*",
"ext-posix": "*",
"ext-soap": "*",
"ext-iconv": "*",
"ext-pdo_sqlite": "*",
"ext-pdo": "*"
},
"license": "AGPL",
"authors": [
{
"name": "Areski Belaid",
"email": "areski@gmail.com"
},
{
"name": "Michael Newton",
"homepage": "https://github.com/radiusone/a2billing"
}
],
"minimum-stability": "stable",
"prefer-stable" : true
}