Skip to content

Commit 3e7a719

Browse files
authored
[5.1] Updates the dependencies (#42945)
1 parent 2b1b326 commit 3e7a719

File tree

5 files changed

+2606
-1879
lines changed

5 files changed

+2606
-1879
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
},
5050
"require": {
5151
"php": "^8.1.0",
52-
"joomla/application": "~3.0",
53-
"joomla/archive": "~3.0",
52+
"joomla/application": "^3.0.1",
53+
"joomla/archive": "^3.0.1",
5454
"joomla/authentication": "~3.0",
5555
"joomla/console": "~3.0",
5656
"joomla/crypt": "~3.0",
5757
"joomla/data": "~3.0",
5858
"joomla/database": "~3.0",
5959
"joomla/di": "~3.0",
6060
"joomla/event": "~3.0",
61-
"joomla/filter": "~3.0",
61+
"joomla/filter": "^3.0.1",
6262
"joomla/filesystem": "~3.0",
6363
"joomla/http": "~3.0",
6464
"joomla/input": "~3.0",
@@ -76,20 +76,20 @@
7676
"doctrine/inflector": "^1.4.4",
7777
"fig/link-util": "^1.2.0",
7878
"google/recaptcha": "^1.3.0",
79-
"laminas/laminas-diactoros": "^2.25.2",
79+
"laminas/laminas-diactoros": "^2.26.0",
8080
"paragonie/sodium_compat": "^1.20",
81-
"phpmailer/phpmailer": "^6.8.1",
81+
"phpmailer/phpmailer": "^6.9.1",
8282
"psr/link": "~1.1.1",
83-
"symfony/console": "^6.4.2",
84-
"symfony/error-handler": "^6.3.2",
85-
"symfony/ldap": "^6.3.0",
83+
"symfony/console": "^6.4.4",
84+
"symfony/error-handler": "^6.4.4",
85+
"symfony/ldap": "^6.4.3",
8686
"symfony/options-resolver": "^6.4.0",
87-
"symfony/polyfill-mbstring": "^1.28.0",
88-
"symfony/web-link": "^6.3.0",
89-
"symfony/yaml": "^6.3.3",
87+
"symfony/polyfill-mbstring": "^1.29.0",
88+
"symfony/web-link": "^6.4.3",
89+
"symfony/yaml": "^6.4.3",
9090
"typo3/phar-stream-wrapper": "^3.1.7",
9191
"wamania/php-stemmer": "^3.0.1",
92-
"maximebf/debugbar": "^1.19.0",
92+
"maximebf/debugbar": "^1.21.0",
9393
"tobscure/json-api": "dev-joomla-backports",
9494
"willdurand/negotiation": "^3.1.0",
9595
"ext-json": "*",
@@ -98,24 +98,24 @@
9898
"ext-gd": "*",
9999
"web-auth/webauthn-lib": "4.5.2",
100100
"ext-dom": "*",
101-
"composer/ca-bundle": "^1.3.7",
101+
"composer/ca-bundle": "^1.4.1",
102102
"dragonmantank/cron-expression": "^3.3.3",
103103
"enshrined/svg-sanitize": "^0.15.4",
104104
"lcobucci/jwt": "^4.3.0",
105-
"web-token/signature-pack": "^3.2.8",
105+
"web-token/signature-pack": "^3.2.10",
106106
"phpseclib/bcmath_compat": "^2.0.1",
107107
"jfcherng/php-diff": "^6.15.3",
108108
"voku/portable-utf8": "^6.0.13",
109109
"php-tuf/php-tuf": "^1.0.0"
110110
},
111111
"require-dev": {
112-
"phpunit/phpunit": "^9.6.13",
113-
"friendsofphp/php-cs-fixer": "^3.49.0",
112+
"phpunit/phpunit": "^9.6.17",
113+
"friendsofphp/php-cs-fixer": "^3.51.0",
114114
"squizlabs/php_codesniffer": "^3.9.0",
115115
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
116116
"joomla/mediawiki": "^3.0",
117117
"joomla/test": "~3.0",
118-
"phan/phan": "^5.4.2"
118+
"phan/phan": "^5.4.3"
119119
},
120120
"replace": {
121121
"paragonie/random_compat": "9.99.99",

0 commit comments

Comments
 (0)