summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-03-09 11:14:36 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-03-09 17:44:42 +0000
commitcce7470a593a188a80b70a3d1d3b008de1aafd20 (patch)
tree944a329fde988d44a5e02c9acf2812c17b4c6c7e
parent0c64d13f39c9d8fb9584458874846bace4d0a6ef (diff)
downloadwebtrees-cce7470a593a188a80b70a3d1d3b008de1aafd20.tar.gz
webtrees-cce7470a593a188a80b70a3d1d3b008de1aafd20.tar.bz2
webtrees-cce7470a593a188a80b70a3d1d3b008de1aafd20.zip
Update PHP dependencies
-rw-r--r--composer.json2
-rw-r--r--composer.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index d69d9dcd46..9623f649f3 100644
--- a/composer.json
+++ b/composer.json
@@ -83,7 +83,7 @@
"league/flysystem-memory": "3.29.0",
"php-coveralls/php-coveralls": "2.7.0",
"phpstan/extension-installer": "1.4.3",
- "phpstan/phpstan": "2.1.7",
+ "phpstan/phpstan": "2.1.8",
"phpstan/phpstan-deprecation-rules": "2.0.1",
"phpstan/phpstan-phpunit": "2.0.4",
"phpstan/phpstan-strict-rules": "2.0.3",
diff --git a/composer.lock b/composer.lock
index aab1d41540..8335622e79 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "184590a68ca7dbdcf0f63e3e0fab26cf",
+ "content-hash": "c8ff9015874d34772c4e4885e3ff525a",
"packages": [
{
"name": "aura/router",
@@ -6066,16 +6066,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "2.1.7",
+ "version": "2.1.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "12567f91a74036d56ba0af6d56c8e73ac0e8d850"
+ "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/12567f91a74036d56ba0af6d56c8e73ac0e8d850",
- "reference": "12567f91a74036d56ba0af6d56c8e73ac0e8d850",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f",
+ "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f",
"shasum": ""
},
"require": {
@@ -6120,7 +6120,7 @@
"type": "github"
}
],
- "time": "2025-03-05T13:43:55+00:00"
+ "time": "2025-03-09T09:30:48+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",