diff --git a/.phive/phars.xml b/.phive/phars.xml
index 69dab95d49..427b71dcdb 100644
--- a/.phive/phars.xml
+++ b/.phive/phars.xml
@@ -4,5 +4,5 @@
-
+
diff --git a/ChangeLog-8.5.md b/ChangeLog-8.5.md
index 6564cbcc3b..1bdb728eec 100644
--- a/ChangeLog-8.5.md
+++ b/ChangeLog-8.5.md
@@ -2,6 +2,10 @@
All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
+## [8.5.47] - 2025-09-23
+
+* No changes; `phpunit.phar` rebuilt with updated dependencies
+
## [8.5.46] - 2025-09-14
### Changed
@@ -352,6 +356,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
+[8.5.47]: https://github.com/sebastianbergmann/phpunit/compare/8.5.46...8.5.47
[8.5.46]: https://github.com/sebastianbergmann/phpunit/compare/8.5.45...8.5.46
[8.5.45]: https://github.com/sebastianbergmann/phpunit/compare/8.5.44...8.5.45
[8.5.44]: https://github.com/sebastianbergmann/phpunit/compare/8.5.43...8.5.44
diff --git a/composer.json b/composer.json
index a6faa43954..93bbb9e4f2 100644
--- a/composer.json
+++ b/composer.json
@@ -40,7 +40,7 @@
"sebastian/comparator": "^3.0.6",
"sebastian/diff": "^3.0.6",
"sebastian/environment": "^4.2.5",
- "sebastian/exporter": "^3.1.6",
+ "sebastian/exporter": "^3.1.7",
"sebastian/global-state": "^3.0.6",
"sebastian/object-enumerator": "^3.0.5",
"sebastian/resource-operations": "^2.0.3",
diff --git a/composer.lock b/composer.lock
index a01e5f7c77..1861a1b88f 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": "e959e2d11e3b2e9686adec96543f7267",
+ "content-hash": "c57854123ae8833ca323be20b1c06231",
"packages": [
{
"name": "doctrine/instantiator",
@@ -823,16 +823,16 @@
},
{
"name": "sebastian/exporter",
- "version": "3.1.6",
+ "version": "3.1.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
+ "reference": "8c86ae3e84f69acff53b9d4b96614a68e3572901"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
- "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/8c86ae3e84f69acff53b9d4b96614a68e3572901",
+ "reference": "8c86ae3e84f69acff53b9d4b96614a68e3572901",
"shasum": ""
},
"require": {
@@ -888,15 +888,27 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
- "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
+ "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.7"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
+ "type": "tidelift"
}
],
- "time": "2024-03-02T06:21:38+00:00"
+ "time": "2025-09-22T05:03:57+00:00"
},
{
"name": "sebastian/global-state",
diff --git a/src/Runner/Version.php b/src/Runner/Version.php
index d1c891f706..818d49d340 100644
--- a/src/Runner/Version.php
+++ b/src/Runner/Version.php
@@ -38,7 +38,7 @@ public static function id(): string
}
if (self::$version === '') {
- self::$version = (new VersionId('8.5.46', dirname(__DIR__, 2)))->getVersion();
+ self::$version = (new VersionId('8.5.47', dirname(__DIR__, 2)))->getVersion();
}
return self::$version;
diff --git a/tools/composer b/tools/composer
index ee830d113d..7f8a37dc21 100755
Binary files a/tools/composer and b/tools/composer differ