{ "name": "nextcloud/3rdparty", "version": "dev-stable33", "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", "justinrainbow/json-schema": "^6.6", "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": [ "@lint-8.2-or-earlier", "@lint-8.3-or-later" ], "lint-8.2-or-earlier": "[ $(php -r \"echo PHP_VERSION_ID;\") -ge 80300 ] || find . -type f -name '*.php' -not -name '.*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l", "lint-8.3-or-later": "[ $(php -r \"echo PHP_VERSION_ID;\") -lt 80300 ] || find . -type f -name '*.php' -not -name '.*.php' -print0 | xargs -0 -n200 -P$(nproc) php -l", "pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices" }, "extra": { "patches-file": "composer.patches.json", "aws/aws-sdk-php": [ "S3" ] } }