summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-01-21 20:57:39 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-01-21 22:39:32 +0000
commitf09ae7110cc59585fa0801859370e21faed2f726 (patch)
tree7605692fb78328f93cbac403ecea702d6d74f13e /composer.json
parentb2a68601c8adcb91e45ab3be8af172fafdaa62a3 (diff)
downloadwebtrees-f09ae7110cc59585fa0801859370e21faed2f726.tar.gz
webtrees-f09ae7110cc59585fa0801859370e21faed2f726.tar.bz2
webtrees-f09ae7110cc59585fa0801859370e21faed2f726.zip
Update PHP dependencies. Remove phpstan-strict-checks until we are clean at a higher level
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 6fd1214faf..9775cc2725 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.10.0",
- "illuminate/database": "12.46.0",
- "illuminate/support": "12.46.0",
+ "illuminate/database": "12.48.1",
+ "illuminate/support": "12.48.1",
"intervention/image": "3.11.6",
"league/commonmark": "2.8.0",
"league/flysystem": "3.30.2",
@@ -84,11 +84,10 @@
"league/flysystem-memory": "3.29.0",
"php-coveralls/php-coveralls": "2.9.1",
"phpstan/extension-installer": "1.4.3",
- "phpstan/phpstan": "2.1.33",
+ "phpstan/phpstan": "2.1.36",
"phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-phpunit": "2.0.11",
- "phpstan/phpstan-strict-rules": "2.0.7",
- "phpunit/phpunit": "12.5.4",
+ "phpunit/phpunit": "12.5.6",
"squizlabs/php_codesniffer": "4.0.1"
},
"suggest": {