-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 985 Bytes
/
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
{
"name": "phenyxdigital/phenyxcore",
"description": "Deploy Ephenyx Digital Core",
"homepage": "https://github.com/phenyxdigital/phenyxcore",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Jeff Hunger",
"homepage": "https://ephenyx.com"
}
],
"require": {
"php": "^8.0",
"defuse/php-encryption": "^2",
"nicolab/php-ftp-client": "^2",
"phpseclib/phpseclib":"~3.0",
"smarty/smarty": "^5",
"php-curl-class/php-curl-class": "^11",
"phpmailer/phpmailer": "^6",
"pear/archive_tar": "^1",
"phenyxdigital/digitalspreadsheet": "^4",
"rosell-dk/webp-convert": "^2",
"rosell-dk/webp-convert-cloud-service": "^2",
"rosell-dk/dom-util-for-webp": "^0.6",
"phenyxdigital/einvoice": "^1"
},
"autoload": {
"classmap": {"digitalCore": "src/"},
"files": ["digitalcore.composer.php"]
}
}