From c28d819877a61afcbbcb6c34001e45357044c8ba Mon Sep 17 00:00:00 2001 From: Roman Parpalak Date: Sat, 17 Aug 2024 14:21:17 +0300 Subject: [PATCH] composer update --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 11216ae..e631fac 100644 --- a/composer.lock +++ b/composer.lock @@ -392,12 +392,12 @@ "source": { "type": "git", "url": "https://github.com/parpalak/rose.git", - "reference": "00ca99290e57c4e840ac67814c302f903b8b4828" + "reference": "5b7ad4b82b28f702afff76e7f018ef32d77f4a96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/parpalak/rose/zipball/00ca99290e57c4e840ac67814c302f903b8b4828", - "reference": "00ca99290e57c4e840ac67814c302f903b8b4828", + "url": "https://api.github.com/repos/parpalak/rose/zipball/5b7ad4b82b28f702afff76e7f018ef32d77f4a96", + "reference": "5b7ad4b82b28f702afff76e7f018ef32d77f4a96", "shasum": "" }, "require": { @@ -436,7 +436,7 @@ "issues": "https://github.com/parpalak/rose/issues", "source": "https://github.com/parpalak/rose/tree/master" }, - "time": "2024-06-30T19:52:46+00:00" + "time": "2024-08-17T11:18:43+00:00" }, { "name": "symfony/cache", @@ -3215,16 +3215,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.3.0", + "version": "11.3.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3" + "reference": "fe179875ef0c14e90b75617002767eae0a742641" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3", - "reference": "a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fe179875ef0c14e90b75617002767eae0a742641", + "reference": "fe179875ef0c14e90b75617002767eae0a742641", "shasum": "" }, "require": { @@ -3245,7 +3245,7 @@ "phpunit/php-timer": "^7.0.1", "sebastian/cli-parser": "^3.0.2", "sebastian/code-unit": "^3.0.1", - "sebastian/comparator": "^6.0.1", + "sebastian/comparator": "^6.0.2", "sebastian/diff": "^6.0.2", "sebastian/environment": "^7.2.0", "sebastian/exporter": "^6.1.3", @@ -3295,7 +3295,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.1" }, "funding": [ { @@ -3311,7 +3311,7 @@ "type": "tidelift" } ], - "time": "2024-08-02T03:56:43+00:00" + "time": "2024-08-13T06:14:23+00:00" }, { "name": "psr/http-client",