From 4f39b4a07a509d7e3de735171848d9696dbbf6e7 Mon Sep 17 00:00:00 2001 From: Viet Pham Date: Tue, 8 Feb 2022 23:56:12 +0700 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9c5415..308d8e0 100755 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "html to docx word phpword h2d htmltodocx" ], "require": { - "phpoffice/phpword": "^0.12" + "phpoffice/phpword": "*" }, "target-dir": "webonyx/htmltodocx",