diff --git a/composer.json b/composer.json index bcc46aa..9a03921 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "laminas/laminas-cache": "^4.1.0", - "phpunit/phpunit": "^10.5.45", + "phpunit/phpunit": "^10.5.62", "psr/cache": "^2.0 || ^3.0", "psr/clock": "^1.0", "psr/container": "^2.0", diff --git a/composer.lock b/composer.lock index f61aacc..9aaf44f 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": "352ae509f295b086c96f12cc5ba8f87d", + "content-hash": "659a6f8c575b43bd4cf356cd804ff4ce", "packages": [ { "name": "brick/varexporter", @@ -919,16 +919,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.61", + "version": "10.5.62", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "bd265b671a63b87e85a8155f885b6fbb41ee505b" + "reference": "3f7dd5066ebde5809296a81f0b19e8b00e5aab49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd265b671a63b87e85a8155f885b6fbb41ee505b", - "reference": "bd265b671a63b87e85a8155f885b6fbb41ee505b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3f7dd5066ebde5809296a81f0b19e8b00e5aab49", + "reference": "3f7dd5066ebde5809296a81f0b19e8b00e5aab49", "shasum": "" }, "require": { @@ -1000,7 +1000,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.61" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.62" }, "funding": [ { @@ -1024,7 +1024,7 @@ "type": "tidelift" } ], - "time": "2026-01-24T16:06:23+00:00" + "time": "2026-01-27T05:32:38+00:00" }, { "name": "psr/cache",