-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathcomposer.json
More file actions
87 lines (87 loc) · 2.47 KB
/
composer.json
File metadata and controls
87 lines (87 loc) · 2.47 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
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
77
78
79
80
81
82
83
84
85
86
87
{
"name": "nextcloud/3rdparty",
"version": "dev-master",
"description": "All 3rdparty components",
"license": "MIT",
"config": {
"vendor-dir": ".",
"preferred-install": "dist",
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.2.0"
},
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"require": {
"php": "^8.2",
"ext-ctype": "*",
"ext-mbstring": "*",
"aws/aws-sdk-php": "^3.369",
"bantu/ini-get-wrapper": "v1.0.1",
"cweagans/composer-patches": "^1.7",
"deepdiver/zipstreamer": "^2.0.3",
"deepdiver1975/tarstreamer": "^2.1.0",
"doctrine/dbal": "^3.10.4",
"egulias/email-validator": "^4.0.4",
"fusonic/opengraph": "^3.0.0",
"giggsey/libphonenumber-for-php-lite": "^9.0.9",
"guzzlehttp/guzzle": "^7.10.0",
"icewind/searchdav": "^3.2.0",
"icewind/smb": "^3.8.1",
"icewind/streams": "^0.7.8",
"kornrunner/blurhash": "^1.2",
"laravel/serializable-closure": "^2.0.4",
"mexitek/phpcolors": "^1.0",
"microsoft/azure-storage-blob": "^1.5.4",
"mlocati/ip-lib": "^1.22",
"nextcloud/lognormalizer": "^3.0.0",
"pear/archive_tar": "^1.4.9",
"pear/pear-core-minimal": "^1.10",
"php-http/guzzle7-adapter": "^1.1.0",
"php-opencloud/openstack": "^3.14",
"phpseclib/phpseclib": "^2.0.45",
"pimple/pimple": "^3.6.0",
"psr/clock": "^1.0",
"psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0",
"psr/log": "^3.0.2",
"punic/punic": "^3.8",
"sabre/dav": "^4.7.0",
"stecman/symfony-console-completion": "^0.14.0",
"symfony/console": "^6.4.12",
"symfony/event-dispatcher": "^6.4.8",
"symfony/http-foundation": "^6.4.29",
"symfony/mailer": "^6.4",
"symfony/polyfill-intl-normalizer": "^1.33.0",
"symfony/polyfill-php82": "^1.32.0",
"symfony/polyfill-php83": "^1.33.0",
"symfony/polyfill-php84": "^1.33.0",
"symfony/polyfill-php85": "^1.33",
"symfony/process": "^6.4.15",
"symfony/routing": "^6.4.12",
"symfony/translation": "^6.4.4",
"wapmorgan/mp3info": "^0.1.1",
"web-auth/webauthn-lib": "^4.9.1"
},
"replace": {
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-mbstring": "*"
},
"scripts": {
"lint": "find . -name \\*.php -print0 | xargs -0 -n1 php -l",
"pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"extra": {
"patches-file": "composer.patches.json",
"aws/aws-sdk-php": [
"S3"
]
}
}