summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-06-20 15:36:02 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-06-20 15:36:02 +0100
commit617eba4218f0eca93ff4f8f2ebd597d8288a196a (patch)
tree662321c82715ca7b65ef4a056a7722936cd1ccaa /composer.json
parent1a14795d6a48b665b21536979d2260bd139378bb (diff)
downloadwebtrees-617eba4218f0eca93ff4f8f2ebd597d8288a196a.tar.gz
webtrees-617eba4218f0eca93ff4f8f2ebd597d8288a196a.tar.bz2
webtrees-617eba4218f0eca93ff4f8f2ebd597d8288a196a.zip
Update PHP dependencies
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 4adc61e293..1c948e5f4b 100644
--- a/composer.json
+++ b/composer.json
@@ -51,8 +51,8 @@
"fisharebest/ext-calendar": "2.6.0",
"fisharebest/localization": "1.17.0",
"guzzlehttp/guzzle": "7.9.3",
- "illuminate/database": "12.18.0",
- "illuminate/support": "12.18.0",
+ "illuminate/database": "12.19.3",
+ "illuminate/support": "12.19.3",
"intervention/image": "3.11.3",
"league/commonmark": "2.7.0",
"league/flysystem": "3.29.1",
@@ -60,7 +60,7 @@
"league/flysystem-ziparchive": "3.29.0",
"middlewares/client-ip": "2.1.0",
"mlocati/ip-lib": "1.20.0",
- "nesbot/carbon": "3.9.1",
+ "nesbot/carbon": "3.10.0",
"nyholm/psr7": "1.8.2",
"nyholm/psr7-server": "1.1.0",
"psr/cache": "3.0.0",
@@ -88,8 +88,8 @@
"phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-phpunit": "2.0.6",
"phpstan/phpstan-strict-rules": "2.0.4",
- "phpunit/phpunit": "12.2.1",
- "squizlabs/php_codesniffer": "4.0.0beta1"
+ "phpunit/phpunit": "12.2.3",
+ "squizlabs/php_codesniffer": "4.0.0-RC1"
},
"suggest": {
"ext-imagick": "Required to generate thumbnail images",