diff --git a/composer.json b/composer.json index bafda84..a16af2b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "^8.1 || ^8.2" }, "require-dev": { - "phpunit/phpunit": "9.6.28", + "phpunit/phpunit": "9.6.29", "squizlabs/php_codesniffer": "4.0.0", "php-coveralls/php-coveralls": "2.8.0" }, diff --git a/composer.lock b/composer.lock index 2737c49..dd22d01 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": "298ffab701f9bfbce6c45293ac46406f", + "content-hash": "5145029b3b810c443ffbb1391d119b93", "packages": [], "packages-dev": [ { @@ -1043,16 +1043,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.28", + "version": "9.6.29", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a8017241a554a259997a5285eee5d10c69ff7187" + "reference": "9ecfec57835a5581bc888ea7e13b51eb55ab9dd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a8017241a554a259997a5285eee5d10c69ff7187", - "reference": "a8017241a554a259997a5285eee5d10c69ff7187", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9ecfec57835a5581bc888ea7e13b51eb55ab9dd3", + "reference": "9ecfec57835a5581bc888ea7e13b51eb55ab9dd3", "shasum": "" }, "require": { @@ -1077,7 +1077,7 @@ "sebastian/comparator": "^4.0.9", "sebastian/diff": "^4.0.6", "sebastian/environment": "^5.1.5", - "sebastian/exporter": "^4.0.7", + "sebastian/exporter": "^4.0.8", "sebastian/global-state": "^5.0.8", "sebastian/object-enumerator": "^4.0.4", "sebastian/resource-operations": "^3.0.4", @@ -1126,7 +1126,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.28" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.29" }, "funding": [ { @@ -1150,7 +1150,7 @@ "type": "tidelift" } ], - "time": "2025-09-23T06:20:12+00:00" + "time": "2025-09-24T06:29:11+00:00" }, { "name": "psr/container",