diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-03-02 22:02:56 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-03-02 22:02:56 +0000 |
| commit | b9153702cc77a4e89516d9db80d6a6f7970b496b (patch) | |
| tree | dcc8a7a5ffd7b009e68dcc2467b44106793625d9 /composer.json | |
| parent | 5a95b6ec8b75bf5be42ec2bc7d38a2669dc586ec (diff) | |
| download | webtrees-b9153702cc77a4e89516d9db80d6a6f7970b496b.tar.gz webtrees-b9153702cc77a4e89516d9db80d6a6f7970b496b.tar.bz2 webtrees-b9153702cc77a4e89516d9db80d6a6f7970b496b.zip | |
Update PHP dependencies
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json index bbf72b4a30..a1132793c2 100644 --- a/composer.json +++ b/composer.json @@ -43,32 +43,32 @@ "ext-pdo": "*", "ext-session": "*", "ext-xml": "*", - "aura/router": "3.3.0", + "aura/router": "3.4.0", "ezyang/htmlpurifier": "4.18.0", "fig/http-message-util": "1.1.5", "fisharebest/algorithm": "1.6.0", "fisharebest/ext-calendar": "2.6.0", "fisharebest/localization": "1.17.0", "guzzlehttp/guzzle": "7.9.2", - "illuminate/database": "11.42.0", - "illuminate/support": "11.42.0", - "intervention/image": "3.11.1", + "illuminate/database": "12.0.1", + "illuminate/support": "12.0.1", + "intervention/image": "3.11.2", "league/commonmark": "2.6.1", "league/flysystem": "3.29.1", "league/flysystem-path-prefixing": "3.28.0", "league/flysystem-ziparchive": "3.29.0", "middlewares/client-ip": "2.0.1", "mlocati/ip-lib": "1.20.0", - "nesbot/carbon": "3.8.5", + "nesbot/carbon": "3.8.6", "nyholm/psr7": "1.8.2", "nyholm/psr7-server": "1.1.0", "psr/cache": "3.0.0", - "psr/http-message": "1.1", + "psr/http-message": "2.0", "psr/http-server-handler": "1.0.2", "psr/http-server-middleware": "1.0.2", "ramsey/uuid": "4.7.6", "sabre/vobject": "4.5.6", - "symfony/cache": "7.2.3", + "symfony/cache": "7.2.4", "symfony/console": "7.2.1", "symfony/expression-language": "7.2.0", "symfony/mailer": "7.2.3", @@ -83,11 +83,11 @@ "league/flysystem-memory": "3.29.0", "php-coveralls/php-coveralls": "2.7.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "2.1.4", + "phpstan/phpstan": "2.1.6", "phpstan/phpstan-deprecation-rules": "2.0.1", "phpstan/phpstan-phpunit": "2.0.4", "phpstan/phpstan-strict-rules": "2.0.3", - "phpunit/phpunit": "12.0.2", + "phpunit/phpunit": "12.0.5", "squizlabs/php_codesniffer": "3.11.3" }, "suggest": { |
