From 53f90899da679564ff6c36140b898f82938832a4 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 13 Jan 2025 07:49:17 -0300 Subject: [PATCH] chore: bump dependencies Signed-off-by: Vitor Mattos --- vendor-bin/coding-standard/composer.lock | 12 ++++++------ vendor-bin/phpunit/composer.lock | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vendor-bin/coding-standard/composer.lock b/vendor-bin/coding-standard/composer.lock index 82bc2d57e..8e985f14b 100644 --- a/vendor-bin/coding-standard/composer.lock +++ b/vendor-bin/coding-standard/composer.lock @@ -97,16 +97,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.67.0", + "version": "v3.67.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "26e5ed1043251e6b2cb9faf8f3ad29485a0f6de6" + "reference": "3621f5f0519241771cb978c3f85e22c3571a5ee3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/26e5ed1043251e6b2cb9faf8f3ad29485a0f6de6", - "reference": "26e5ed1043251e6b2cb9faf8f3ad29485a0f6de6", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/3621f5f0519241771cb978c3f85e22c3571a5ee3", + "reference": "3621f5f0519241771cb978c3f85e22c3571a5ee3", "shasum": "" }, "require": { @@ -143,9 +143,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.67.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.67.1" }, - "time": "2025-01-08T10:18:35+00:00" + "time": "2025-01-12T12:21:37+00:00" } ], "aliases": [], diff --git a/vendor-bin/phpunit/composer.lock b/vendor-bin/phpunit/composer.lock index a644465ba..a23e3c903 100644 --- a/vendor-bin/phpunit/composer.lock +++ b/vendor-bin/phpunit/composer.lock @@ -1018,12 +1018,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0d1066fa8302c0bdd897628c0fab01bffbbd6c3a" + "reference": "2f41cde26ef95a3ee44ae112a65b54893258cd26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0d1066fa8302c0bdd897628c0fab01bffbbd6c3a", - "reference": "0d1066fa8302c0bdd897628c0fab01bffbbd6c3a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2f41cde26ef95a3ee44ae112a65b54893258cd26", + "reference": "2f41cde26ef95a3ee44ae112a65b54893258cd26", "shasum": "" }, "require": { @@ -1113,7 +1113,7 @@ "type": "tidelift" } ], - "time": "2025-01-06T08:24:41+00:00" + "time": "2025-01-13T07:14:15+00:00" }, { "name": "psr/http-client",