From e771b473a6951c17d4139ddd4634e3a27d767e5a Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sat, 14 Nov 2015 18:13:51 +0400 Subject: [PATCH] Added backward compatibility for deprecated alignment options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb670afe..f86ff0ed 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Example: ```json { "require": { - "phpoffice/phpword": "dev-master" + "phpoffice/phpword": "v0.13.*" } } ```