diff --git a/composer.json b/composer.json index 5a8f4b0..b1cd7c4 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.3", - "phpunit/phpunit": "^12.2.1", + "phpunit/phpunit": "^12.2.2", "react/async": "^4.3.0", "react/event-loop": "^1.5.0", "react/promise": "^3.2.0", diff --git a/composer.lock b/composer.lock index 0e79612..1a2cf0a 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": "3579075ec2c93c5cc8ecca593e52fb64", + "content-hash": "e33a8e91a8d5b2bfd304a9cf0ad57913", "packages": [ { "name": "azjezz/psl", @@ -4536,16 +4536,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.2.1", + "version": "12.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3" + "reference": "19e25c2da3f8071a683ee1e445b0e24bba25de61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f09fda04e7caea93cff50b4e90319184f3e6ee3", - "reference": "5f09fda04e7caea93cff50b4e90319184f3e6ee3", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/19e25c2da3f8071a683ee1e445b0e24bba25de61", + "reference": "19e25c2da3f8071a683ee1e445b0e24bba25de61", "shasum": "" }, "require": { @@ -4613,7 +4613,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.2.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.2.2" }, "funding": [ { @@ -4637,7 +4637,7 @@ "type": "tidelift" } ], - "time": "2025-06-07T05:17:47+00:00" + "time": "2025-06-13T05:49:28+00:00" }, { "name": "psr/container",