Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7f5ec9f
Composer update 2025-09-10
richard67 Sep 10, 2025
8bad75c
Composer update phpstan/phpstan to 2.1.23
richard67 Sep 10, 2025
9ed731f
NPM update 2025-09-10
richard67 Sep 10, 2025
2b6d99b
NPM update esbuild from 0.25.8 to 0.25.9
richard67 Sep 10, 2025
07e78d0
Run `npm update --save` for remaining updates
richard67 Sep 10, 2025
bbc1008
Composer update 2025-09-10
richard67 Sep 10, 2025
634f348
NPM update 2025-09-10
richard67 Sep 10, 2025
f91abd1
NPM update esbuild from 0.25.8 to 0.25.9
richard67 Sep 10, 2025
beefbf8
Run `npm update --save` for remaining updates
richard67 Sep 10, 2025
d2f2060
Composer update phpstan/phpstan to 2.1.23
richard67 Sep 10, 2025
8896475
Composer update 2025-09-13
richard67 Sep 13, 2025
bc13e0a
NPM update 2025-09-13
richard67 Sep 13, 2025
54b4646
Merge branch '5.4-dev-composer-update-2025-09-10' into 5.4-dev-depend…
richard67 Sep 13, 2025
dedd0dd
Merge branch '5.4-dev-npm-update-2025-09-10' into 5.4-dev-dependency-…
richard67 Sep 13, 2025
670dfba
Composer update phpunit to 9.6.27
richard67 Sep 14, 2025
7860f8e
Merge branch '5.4-dev-composer-update-2025-09-10' into 5.4-dev-depend…
richard67 Sep 14, 2025
beb5376
Revert NPM totp-generator to 1.0.0
richard67 Sep 14, 2025
c891885
Merge branch '5.4-dev' into 5.4-dev-dependency-updates-2025-09-10
richard67 Sep 16, 2025
a61afee
Composer update phpstan to 2.1.26
richard67 Sep 16, 2025
af3ae6d
Pin totp-generator to version 1.0.0
richard67 Sep 16, 2025
28335cf
NPM updates 2025-09-16
richard67 Sep 16, 2025
e50af93
Merge branch '5.4-dev' into 5.4-dev-dependency-updates-2025-09-10
richard67 Sep 16, 2025
5fe002b
NPM major update cypress to 15.2.0
richard67 Sep 17, 2025
987b3b5
Composer update phpstan to 2.1.27
richard67 Sep 17, 2025
5067f64
NPM update esbuild to 0.25.10
richard67 Sep 18, 2025
9e47db9
NPM update indirect dependencies 2025-09-18
richard67 Sep 18, 2025
65579c8
Composer update phpstan to 2.1.28
richard67 Sep 19, 2025
fd4c502
NPM update rollup to 4.51.0
richard67 Sep 19, 2025
a60268a
NPM update indirect dependencies 2025-09-19
richard67 Sep 19, 2025
0111d84
Merge branch '5.4-dev' into 5.4-dev-dependency-updates-2025-09-10
richard67 Sep 20, 2025
15a7f2a
Merge branch '5.4-dev' into 5.4-dev-dependency-updates-2025-09-10
richard67 Sep 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
"paragonie/sodium_compat": "^1.21.1",
"phpmailer/phpmailer": "^6.10.0",
"psr/link": "~1.1.1",
"symfony/console": "^6.4.23",
"symfony/error-handler": "^6.4.23",
"symfony/ldap": "^6.4.13",
"symfony/options-resolver": "^6.4.16",
"symfony/polyfill-mbstring": "^1.32.0",
"symfony/web-link": "^6.4.22",
"symfony/yaml": "^6.4.23",
"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.25",
"typo3/phar-stream-wrapper": "^3.1.8",
"wamania/php-stemmer": "^4.0.0",
"tobscure/json-api": "dev-joomla-backports",
Expand All @@ -100,7 +100,7 @@
"ext-gd": "*",
"web-auth/webauthn-lib": "4.5.2",
"ext-dom": "*",
"composer/ca-bundle": "^1.5.7",
"composer/ca-bundle": "^1.5.8",
"dragonmantank/cron-expression": "^3.4.0",
"enshrined/svg-sanitize": "^0.22.0",
"lcobucci/jwt": "^4.3.0",
Expand All @@ -112,12 +112,12 @@
"php-debugbar/php-debugbar": "^2.2.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6.23",
"friendsofphp/php-cs-fixer": "^3.84.0",
"squizlabs/php_codesniffer": "^3.13.2",
"phpunit/phpunit": "^9.6.27",
"friendsofphp/php-cs-fixer": "^3.87.2",
"squizlabs/php_codesniffer": "^3.13.4",
"joomla/mediawiki": "^3.0",
"joomla/test": "~3.0",
"phpstan/phpstan": "^2.1.19",
"phpstan/phpstan": "^2.1.28",
"phpstan/phpstan-deprecation-rules": "^2.0.3"
},
"replace": {
Expand Down
Loading
Loading