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