-
Notifications
You must be signed in to change notification settings - Fork 63
/
composer.json
71 lines (71 loc) · 2.02 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
{
"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.1.0"
},
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"require": {
"php": "^8.1",
"aws/aws-sdk-php": "^3.324",
"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.9.1",
"egulias/email-validator": "^4.0.2",
"fusonic/opengraph": "^2.3.0",
"giggsey/libphonenumber-for-php-lite": "^8.13.48",
"guzzlehttp/guzzle": "^7.9.2",
"icewind/searchdav": "^3.1.0",
"icewind/streams": "^0.7.7",
"kornrunner/blurhash": "^1.2",
"laravel/serializable-closure": "^1.3.5",
"mexitek/phpcolors": "^1.0",
"microsoft/azure-storage-blob": "^1.5.4",
"mlocati/ip-lib": "^1.18",
"nextcloud/lognormalizer": "^1.0",
"pear/archive_tar": "^1.4.9",
"pear/pear-core-minimal": "^1.10",
"php-http/guzzle7-adapter": "^1.0.0",
"php-opencloud/openstack": "^3.1",
"phpseclib/phpseclib": "^2.0.45",
"pimple/pimple": "^3.5.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",
"scssphp/scssphp": "^1.12",
"stecman/symfony-console-completion": "^0.13.0",
"symfony/console": "^6.4.12",
"symfony/event-dispatcher": "^6.4.8",
"symfony/http-foundation": "^6.4.12",
"symfony/mailer": "^6.4",
"symfony/polyfill-intl-grapheme": "^1.31.0",
"symfony/polyfill-intl-normalizer": "^1.31.0",
"symfony/process": "^6.4.12",
"symfony/routing": "^6.4.12",
"symfony/translation": "^6.4.4",
"wapmorgan/mp3info": "^0.1.0",
"web-auth/webauthn-lib": "^4.9.1"
},
"scripts": {
"lint": "find . -name \\*.php -print0 | xargs -0 -n1 php -l"
},
"extra": {
"patches-file": "composer.patches.json"
}
}