From bdfbd4672fd36234c851bf585f676f33a98287a5 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 11 Jun 2025 15:03:38 +0200 Subject: [PATCH] tec: Update the dependencies --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 637f2cd..4da7df5 100644 --- a/composer.lock +++ b/composer.lock @@ -58,16 +58,16 @@ }, { "name": "flus/minz", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/flusio/Minz.git", - "reference": "a7ce04a5b668e8922a0e89bc6c2dee72630b483d" + "reference": "3eb6db53dccab8612477b5873f87069503d87af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/flusio/Minz/zipball/a7ce04a5b668e8922a0e89bc6c2dee72630b483d", - "reference": "a7ce04a5b668e8922a0e89bc6c2dee72630b483d", + "url": "https://api.github.com/repos/flusio/Minz/zipball/3eb6db53dccab8612477b5873f87069503d87af6", + "reference": "3eb6db53dccab8612477b5873f87069503d87af6", "shasum": "" }, "require": { @@ -98,9 +98,9 @@ "homepage": "https://github.com/flusio/Minz", "support": { "issues": "https://github.com/flusio/Minz/issues", - "source": "https://github.com/flusio/Minz/tree/2.0.0" + "source": "https://github.com/flusio/Minz/tree/2.0.1" }, - "time": "2025-05-28T18:53:43+00:00" + "time": "2025-05-29T16:15:27+00:00" }, { "name": "phpmailer/phpmailer", @@ -551,21 +551,21 @@ }, { "name": "rector/rector", - "version": "2.0.16", + "version": "2.0.18", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "f1366d1f8c7490541c8f7af6e5c7cef7cca1b5a2" + "reference": "be3a452085b524a04056e3dfe72d861948711062" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/f1366d1f8c7490541c8f7af6e5c7cef7cca1b5a2", - "reference": "f1366d1f8c7490541c8f7af6e5c7cef7cca1b5a2", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/be3a452085b524a04056e3dfe72d861948711062", + "reference": "be3a452085b524a04056e3dfe72d861948711062", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.14" + "phpstan/phpstan": "^2.1.17" }, "conflict": { "rector/rector-doctrine": "*", @@ -598,7 +598,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.16" + "source": "https://github.com/rectorphp/rector/tree/2.0.18" }, "funding": [ { @@ -606,7 +606,7 @@ "type": "github" } ], - "time": "2025-05-12T16:37:16+00:00" + "time": "2025-06-11T11:19:37+00:00" }, { "name": "squizlabs/php_codesniffer",