-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.22 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.22 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
39
40
41
42
43
44
45
46
47
48
{
"name": "capmega/phoundation",
"description": "The phoundation PHP framework",
"require": {
"php": "^8.2.0",
"ext-json": "*",
"ext-pdo": "*",
"ext-yaml": "*",
"ext-mbstring": "*",
"ext-posix": "*",
"ext-fileinfo": "*",
"mongodb/mongodb":"1.15",
"mrclay/minify": "*",
"ext-redis": "*",
"ext-mongodb": "*",
"ext-memcached": "*",
"ext-pcntl": "*",
"ext-exif": "*",
"ext-readline": "*",
"ext-curl": "*",
"clausnz/php-helpers": "^0.2.1",
"stephenhill/base58": "^1.1",
"geoip2/geoip2": "*",
"maxmind-db/reader": "*",
"maxmind/web-service-common": "*",
"athlon1600/php-proxy": "^5.2",
"phpoffice/phpspreadsheet": "^1.29",
"phpmailer/phpmailer": "^6.8",
"robthree/twofactorauth": "^2.1",
"endroid/qr-code": "^3.0",
"bacon/bacon-qr-code": "^2.0",
"cboden/ratchet": "^0.4.4"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"php-console/php-console": "@stable",
"squizlabs/php_codesniffer": "^3.5",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "@stable"
},
"autoload": {
"psr-4": {
"Phoundation\\": "Phoundation/",
"Plugins\\": "Plugins/",
"Templates\\": "Templates/"
}
}
}