🤖 Auto commit for release 'develop' on 2025-08-09

This commit is contained in:
JC5
2025-08-09 11:20:44 +02:00
parent 3c3b6615e6
commit ed48d190e5
3 changed files with 28 additions and 16 deletions

40
composer.lock generated
View File

@@ -11618,16 +11618,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "12.3.0", "version": "12.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "264da860d6fe0d00582355a6ecbbf7ae57b44895" "reference": "5fd1b6e8ab560e0c62600591d438d22a8d978d68"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/264da860d6fe0d00582355a6ecbbf7ae57b44895", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5fd1b6e8ab560e0c62600591d438d22a8d978d68",
"reference": "264da860d6fe0d00582355a6ecbbf7ae57b44895", "reference": "5fd1b6e8ab560e0c62600591d438d22a8d978d68",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -11637,7 +11637,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.13.3", "myclabs/deep-copy": "^1.13.4",
"phar-io/manifest": "^2.0.4", "phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1", "phar-io/version": "^3.2.1",
"php": ">=8.3", "php": ">=8.3",
@@ -11653,7 +11653,7 @@
"sebastian/exporter": "^7.0.0", "sebastian/exporter": "^7.0.0",
"sebastian/global-state": "^8.0.0", "sebastian/global-state": "^8.0.0",
"sebastian/object-enumerator": "^7.0.0", "sebastian/object-enumerator": "^7.0.0",
"sebastian/type": "^6.0.2", "sebastian/type": "^6.0.3",
"sebastian/version": "^6.0.0", "sebastian/version": "^6.0.0",
"staabm/side-effects-detector": "^1.0.5" "staabm/side-effects-detector": "^1.0.5"
}, },
@@ -11695,7 +11695,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.0" "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.1"
}, },
"funding": [ "funding": [
{ {
@@ -11719,7 +11719,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-01T05:14:47+00:00" "time": "2025-08-09T07:12:41+00:00"
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
@@ -12509,16 +12509,16 @@
}, },
{ {
"name": "sebastian/type", "name": "sebastian/type",
"version": "6.0.2", "version": "6.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/type.git", "url": "https://github.com/sebastianbergmann/type.git",
"reference": "1d7cd6e514384c36d7a390347f57c385d4be6069" "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/1d7cd6e514384c36d7a390347f57c385d4be6069", "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d",
"reference": "1d7cd6e514384c36d7a390347f57c385d4be6069", "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -12554,15 +12554,27 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/type/issues", "issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy", "security": "https://github.com/sebastianbergmann/type/security/policy",
"source": "https://github.com/sebastianbergmann/type/tree/6.0.2" "source": "https://github.com/sebastianbergmann/type/tree/6.0.3"
}, },
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "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/type",
"type": "tidelift"
} }
], ],
"time": "2025-03-18T13:37:31+00:00" "time": "2025-08-09T06:57:12+00:00"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2025-08-09', 'version' => 'develop/2025-08-09',
'build_time' => 1754721409, 'build_time' => 1754731143,
'api_version' => '2.1.0', // field is no longer used. 'api_version' => '2.1.0', // field is no longer used.
'db_version' => 26, 'db_version' => 26,