From 101afec5a4ce2ac59707858c72a864909a677310 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Mon, 17 Jun 2024 09:51:06 +0800 Subject: [PATCH] Added composer.json normalize support (#6887) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 936b5c6..988c3be 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { "name": "hyperf/view-engine", - "type": "library", + "description": "", "license": "MIT", + "type": "library", "keywords": [ "php", "hyperf", "view", "engine" ], - "description": "", "require": { "php": ">=8.1", "ext-json": "*", @@ -17,8 +17,8 @@ "hyperf/di": "~3.1.0", "hyperf/event": "~3.1.0", "hyperf/macroable": "~3.1.0", - "hyperf/tappable": "~3.1.0", "hyperf/support": "~3.1.0", + "hyperf/tappable": "~3.1.0", "hyperf/utils": "~3.1.0", "hyperf/view": "~3.1.0" },