-
Notifications
You must be signed in to change notification settings - Fork 67
/
composer.json
68 lines (68 loc) · 1.93 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
{
"name": "nextcloud/3rdparty",
"description": "All 3rdparty components",
"license": "MIT",
"config": {
"vendor-dir": ".",
"preferred-install": "dist",
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
},
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"require": {
"php": "^8.0",
"aws/aws-sdk-php": "^3.240",
"bantu/ini-get-wrapper": "v1.0.1",
"cweagans/composer-patches": "^1.7",
"deepdiver/zipstreamer": "2.0.0",
"deepdiver1975/tarstreamer": "^2.1.0",
"doctrine/dbal": "^3.7.0",
"egulias/email-validator": "^3.2.5",
"fusonic/opengraph": "^2.2",
"giggsey/libphonenumber-for-php-lite": "^8.13.12",
"guzzlehttp/guzzle": "^7.5.0",
"icewind/searchdav": "^3.1.0",
"icewind/streams": "^0.7.7",
"laravel/serializable-closure": "^1.2.2",
"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": "^v1.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",
"punic/punic": "^3.8",
"sabre/dav": "^4.4.0",
"scssphp/scssphp": "^1.11",
"stecman/symfony-console-completion": "^0.11.0",
"symfony/console": "^5.4.24",
"symfony/event-dispatcher": "^5.4.26",
"symfony/http-foundation": "^5.4.24",
"symfony/mailer": "^5.4.22",
"symfony/polyfill-intl-grapheme": "^1.20",
"symfony/polyfill-intl-normalizer": "^1.20",
"symfony/process": "^5.4.24",
"symfony/routing": "^5.4.24",
"symfony/translation": "^5.4.24",
"wapmorgan/mp3info": "^0.1.0",
"web-auth/webauthn-lib": "^3.1"
},
"scripts": {
"lint": "find . -name \\*.php -print0 | xargs -0 -n1 php -l"
},
"extra": {
"patches-file": "composer.patches.json"
}
}