This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
76 lines (76 loc) · 2.12 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
75
76
{
"require": {
"php": ">=7.3.0",
"ext-bz2": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-gettext": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-pcntl": "*",
"ext-pdo": "*",
"ext-posix": "*",
"ext-readline": "*",
"ext-simplexml": "*",
"ext-sockets": "*",
"ext-xml": "*",
"ext-zend-opcache": "*",
"ext-zip": "*",
"ext-zlib": "*",
"amnuts/opcache-gui": "^2.4",
"aura/sql": "^3.0",
"biblys/isbn": "^2.1.0",
"blocktrail/cryptojs-aes-php": "^0.1.0",
"delight-im/auth": "^8.1",
"delight-im/i18n": "^1.0",
"envms/fluentpdo": "^2.2",
"erusev/parsedown": "^1.7",
"guzzlehttp/guzzle": "^6.3",
"hellogerard/jobby": "^3.4",
"imdbphp/imdbphp": "^6.2",
"intervention/image": "^2.4",
"matthiasmullie/scrapbook": "^1.4",
"php-curl-class/php-curl-class": "^8.5",
"php-di/php-di": "^6.0",
"phpmailer/phpmailer": "^6.0",
"rakit/validation": "^1.1",
"scriptotek/google-books": "^0.2.4",
"sebastian/version": "^2.0",
"spatie/image": "^1.7",
"spatie/image-optimizer": "^1.1",
"umpirsky/composer-permissions-handler": "^1.6"
},
"autoload": {
"psr-4": {
"Pu239\\": "src"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"cleanup": [
"vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --show-progress=dots -vvv"
],
"post-install-cmd": [
"composer dump-autoload -a"
],
"post-update-cmd": [
"composer dump-autoload -a"
]
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"roave/security-advisories": "dev-latest",
"symfony/var-dumper": "^5.2"
}
}