Skip to content

Commit 3b844f2

Browse files
authored
[5.4] Update composer dependencies (joomla#45777)
* Update composer dependencies except of phpstan * Composer update phpstan * Update phpstan-baseline.neon
1 parent 3e0ea1a commit 3b844f2

File tree

3 files changed

+4614
-1692
lines changed

3 files changed

+4614
-1692
lines changed

composer.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,44 +52,44 @@
5252
},
5353
"require": {
5454
"php": "^8.1.0",
55-
"joomla/application": "^3.0.3",
56-
"joomla/archive": "^3.0.2",
57-
"joomla/authentication": "^3.0.1",
58-
"joomla/console": "^3.0.1",
59-
"joomla/crypt": "^3.0.1",
60-
"joomla/data": "^3.0.1",
55+
"joomla/application": "^3.0.4",
56+
"joomla/archive": "^3.0.4",
57+
"joomla/authentication": "^3.0.3",
58+
"joomla/console": "^3.0.3",
59+
"joomla/crypt": "^3.0.3",
60+
"joomla/data": "^3.0.3",
6161
"joomla/database": "^3.4",
62-
"joomla/di": "^3.0.1",
63-
"joomla/event": "^3.0.1",
64-
"joomla/filter": "^3.0.2",
65-
"joomla/filesystem": "^3.1.0",
66-
"joomla/http": "^3.1.0",
62+
"joomla/di": "^3.1.1",
63+
"joomla/event": "^3.0.2",
64+
"joomla/filter": "^3.0.4",
65+
"joomla/filesystem": "^3.1.2",
66+
"joomla/http": "^3.1.2",
6767
"joomla/input": "~3.0",
6868
"joomla/language": "~3.0",
6969
"joomla/oauth1": "~3.0",
7070
"joomla/oauth2": "~3.0",
7171
"joomla/registry": "~3.0",
7272
"joomla/router": "~3.0",
73-
"joomla/session": "^3.0.1",
74-
"joomla/string": "^3.0.1",
73+
"joomla/session": "^3.0.3",
74+
"joomla/string": "^3.0.4",
7575
"joomla/uri": "~3.0",
7676
"joomla/utilities": "~3.0",
7777
"algo26-matthias/idna-convert": "^3.2.0",
7878
"defuse/php-encryption": "^2.4.0",
7979
"doctrine/inflector": "^1.4.4",
8080
"fig/link-util": "^1.2.0",
81-
"google/recaptcha": "^1.3.0",
81+
"google/recaptcha": "^1.3.1",
8282
"laminas/laminas-diactoros": "^2.26.0",
8383
"paragonie/sodium_compat": "^1.21.1",
84-
"phpmailer/phpmailer": "^6.9.3",
84+
"phpmailer/phpmailer": "^6.10.0",
8585
"psr/link": "~1.1.1",
86-
"symfony/console": "^6.4.17",
87-
"symfony/error-handler": "^6.4.19",
86+
"symfony/console": "^6.4.23",
87+
"symfony/error-handler": "^6.4.23",
8888
"symfony/ldap": "^6.4.13",
8989
"symfony/options-resolver": "^6.4.16",
90-
"symfony/polyfill-mbstring": "^1.31.0",
91-
"symfony/web-link": "^6.4.13",
92-
"symfony/yaml": "^6.4.18",
90+
"symfony/polyfill-mbstring": "^1.32.0",
91+
"symfony/web-link": "^6.4.22",
92+
"symfony/yaml": "^6.4.23",
9393
"typo3/phar-stream-wrapper": "^3.1.8",
9494
"wamania/php-stemmer": "^4.0.0",
9595
"tobscure/json-api": "dev-joomla-backports",
@@ -100,25 +100,25 @@
100100
"ext-gd": "*",
101101
"web-auth/webauthn-lib": "4.5.2",
102102
"ext-dom": "*",
103-
"composer/ca-bundle": "^1.5.6",
103+
"composer/ca-bundle": "^1.5.7",
104104
"dragonmantank/cron-expression": "^3.4.0",
105105
"enshrined/svg-sanitize": "^0.21.0",
106106
"lcobucci/jwt": "^4.3.0",
107-
"web-token/jwt-library": "^3.4.7",
107+
"web-token/jwt-library": "^3.4.8",
108108
"phpseclib/bcmath_compat": "^2.0.3",
109109
"jfcherng/php-diff": "^6.16.2",
110110
"voku/portable-utf8": "dev-joomla-5.3 as 6.0.13",
111111
"php-tuf/php-tuf": "^1.0.3",
112-
"php-debugbar/php-debugbar": "^2.1.6"
112+
"php-debugbar/php-debugbar": "^2.2.4"
113113
},
114114
"require-dev": {
115-
"phpunit/phpunit": "^9.6.22",
116-
"friendsofphp/php-cs-fixer": "^3.72.0",
117-
"squizlabs/php_codesniffer": "^3.12.0",
115+
"phpunit/phpunit": "^9.6.23",
116+
"friendsofphp/php-cs-fixer": "^3.84.0",
117+
"squizlabs/php_codesniffer": "^3.13.2",
118118
"joomla/mediawiki": "^3.0",
119119
"joomla/test": "~3.0",
120-
"phpstan/phpstan": "^2.1.8",
121-
"phpstan/phpstan-deprecation-rules": "^2.0.1"
120+
"phpstan/phpstan": "^2.1.19",
121+
"phpstan/phpstan-deprecation-rules": "^2.0.3"
122122
},
123123
"replace": {
124124
"paragonie/random_compat": "9.99.99",

0 commit comments

Comments
 (0)