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

This commit is contained in:
JC5
2025-06-08 13:47:17 +02:00
parent e0512bee3d
commit e3bab9d7d8
6 changed files with 156 additions and 152 deletions

18
composer.lock generated
View File

@@ -11551,16 +11551,16 @@
},
{
"name": "phpunit/phpunit",
"version": "12.1.6",
"version": "12.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "2fdf0056c673c8f0f1eed00030be5f8243c1e6e0"
"reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2fdf0056c673c8f0f1eed00030be5f8243c1e6e0",
"reference": "2fdf0056c673c8f0f1eed00030be5f8243c1e6e0",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f09fda04e7caea93cff50b4e90319184f3e6ee3",
"reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3",
"shasum": ""
},
"require": {
@@ -11574,7 +11574,7 @@
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.3",
"phpunit/php-code-coverage": "^12.2.1",
"phpunit/php-code-coverage": "^12.3.0",
"phpunit/php-file-iterator": "^6.0.0",
"phpunit/php-invoker": "^6.0.0",
"phpunit/php-text-template": "^5.0.0",
@@ -11582,7 +11582,7 @@
"sebastian/cli-parser": "^4.0.0",
"sebastian/comparator": "^7.0.1",
"sebastian/diff": "^7.0.0",
"sebastian/environment": "^8.0.1",
"sebastian/environment": "^8.0.2",
"sebastian/exporter": "^7.0.0",
"sebastian/global-state": "^8.0.0",
"sebastian/object-enumerator": "^7.0.0",
@@ -11596,7 +11596,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "12.1-dev"
"dev-main": "12.2-dev"
}
},
"autoload": {
@@ -11628,7 +11628,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.1.6"
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.2.1"
},
"funding": [
{
@@ -11652,7 +11652,7 @@
"type": "tidelift"
}
],
"time": "2025-05-21T12:36:31+00:00"
"time": "2025-06-07T05:17:47+00:00"
},
{
"name": "rector/rector",