From 2c46acf40458b58461ddc713c0907b8f1dbc2315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 00:44:58 +0000 Subject: [PATCH] Update illuminate/support requirement from ^5.2.0 to ^12.10.2 Updates the requirements on [illuminate/support](https://github.com/illuminate/support) to permit the latest version. - [Commits](https://github.com/illuminate/support/compare/v5.2.0...v12.10.2) --- updated-dependencies: - dependency-name: illuminate/support dependency-version: 12.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f25f60d..bcfe82a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A sample PHP project with development dependencies.", "require": { "erusev/parsedown": "^1.6.0", - "illuminate/support": "^5.2.0", + "illuminate/support": "^12.10.2", "symfony/flex": "^1.0", "symfony/lock": "^4.1" }