/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
composer.json
141 строка
4 KB
Richard Fath
[5.4] Update joomla/filesystem from 3.2.0 to 3.3.0 and partly backport PR 48038 from 6.1-dev (#48080)
08 авг 2026, 15:31
Не верифицирован
08 авг 2026, 15:31
fb9e5e4
Код
Авторство
О чём код?
{ "name": "joomla/joomla-cms", "type": "project", "description": "Joomla CMS", "keywords": [ "joomla", "cms" ], "homepage": "https://github.com/joomla/joomla-cms", "license": "GPL-2.0-or-later", "config": { "optimize-autoloader": true, "platform": { "php": "8.1.0" }, "vendor-dir": "libraries/vendor", "github-protocols": ["https"] }, "support": { "issues": "https://issues.joomla.org/", "irc": "irc://chat.freenode.net/joomla/", "forum": "https://forum.joomla.org/", "docs": "https://docs.joomla.org/" }, "repositories": [ { "type": "vcs", "url": "https://github.com/joomla-backports/json-api-php.git", "no-api": true }, { "type": "vcs", "url": "https://github.com/joomla-backports/php-tuf.git", "no-api": true }, { "type": "vcs", "url": "https://github.com/joomla-backports/portable-utf8.git", "no-api": true } ], "autoload": { "psr-4": { "Joomla\\CMS\\": "libraries/src/" } }, "autoload-dev": { "psr-4": { "Joomla\\Tests\\": "tests", "Joomla\\PHPStan\\": "build/phpstan/src" } }, "require": { "php": "^8.1.0", "joomla/application": "^3.0.4", "joomla/archive": "^3.0.4", "joomla/authentication": "^3.0.3", "joomla/console": "^3.0.3", "joomla/crypt": "^3.0.3", "joomla/data": "^3.0.3", "joomla/database": "^3.4", "joomla/di": "^3.1.1", "joomla/event": "^3.0.2", "joomla/filter": "^3.0.6", "joomla/filesystem": "^3.3.0", "joomla/http": "^3.1.4", "joomla/input": "~3.0", "joomla/language": "~3.0", "joomla/oauth1": "~3.0", "joomla/oauth2": "~3.0", "joomla/registry": "~3.0", "joomla/router": "~3.0", "joomla/session": "^3.0.3", "joomla/string": "^3.0.4", "joomla/uri": "~3.0", "joomla/utilities": "~3.0", "algo26-matthias/idna-convert": "^3.2.1", "defuse/php-encryption": "^2.4.0", "doctrine/inflector": "^1.4.4", "fig/link-util": "^1.2.0", "google/recaptcha": "^1.3.1", "laminas/laminas-diactoros": "^2.26.0", "paragonie/sodium_compat": "^1.24.0", "phpmailer/phpmailer": "^6.10.0", "psr/link": "~1.1.1", "symfony/console": "^6.4.25", "symfony/error-handler": "^6.4.24", "symfony/ldap": "^6.4.24", "symfony/options-resolver": "^6.4.25", "symfony/polyfill-mbstring": "^1.33.0", "symfony/web-link": "^6.4.24", "symfony/yaml": "^6.4.41", "typo3/phar-stream-wrapper": "^3.1.8", "wamania/php-stemmer": "^4.0.0", "tobscure/json-api": "dev-joomla-backports", "willdurand/negotiation": "^3.1.0", "ext-json": "*", "ext-simplexml": "*", "psr/log": "^3.0.2", "ext-gd": "*", "web-auth/webauthn-lib": "4.5.2", "ext-dom": "*", "composer/ca-bundle": "^1.5.8", "dragonmantank/cron-expression": "^3.4.0", "enshrined/svg-sanitize": "^0.22.0", "lcobucci/jwt": "^4.3.0", "web-token/jwt-library": "^3.4.10", "phpseclib/bcmath_compat": "^2.0.3", "jfcherng/php-diff": "^6.16.2", "voku/portable-utf8": "dev-joomla-5.3 as 6.0.13", "php-tuf/php-tuf": "^1.0.3", "php-debugbar/php-debugbar": "^2.2.4" }, "require-dev": { "phpunit/phpunit": "^9.6.34", "friendsofphp/php-cs-fixer": "^3.88.0", "squizlabs/php_codesniffer": "^3.13.4", "joomla/mediawiki": "^3.0", "joomla/test": "~3.0", "phpstan/phpstan": "^2.1.29", "phpstan/phpstan-deprecation-rules": "^2.0.3" }, "replace": { "paragonie/random_compat": "9.99.99", "symfony/polyfill-php70": "*", "symfony/polyfill-php71": "*", "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", "symfony/polyfill-php81": "*" }, "extra": { "composer-exit-on-patch-failure": true }, "scripts": { "post-install-cmd": [ "php build/update_fido_cache.php" ] } }