From 8aa712097dc8fd07a0ff5916f92df6ab252406d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:36:29 +0000 Subject: [PATCH] Update ui-awesome/html-concern requirement from ^0.1 to ^0.2 Updates the requirements on [ui-awesome/html-concern](https://github.com/ui-awesome/html-concern) to permit the latest version. - [Release notes](https://github.com/ui-awesome/html-concern/releases) - [Changelog](https://github.com/ui-awesome/html-concern/blob/main/CHANGELOG.md) - [Commits](https://github.com/ui-awesome/html-concern/compare/0.1.0...0.2.0) --- updated-dependencies: - dependency-name: ui-awesome/html-concern 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 f4232e6..7c48e9a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ui-awesome/form-model": "^0.1", "ui-awesome/html": "^0.2", "ui-awesome/html-attribute": "^0.1", - "ui-awesome/html-concern": "^0.1", + "ui-awesome/html-concern": "^0.2", "ui-awesome/html-helper":"^0.1", "ui-awesome/html-interop": "^0.1" },