69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|