Added backward compatibility for deprecated alignment options.

This commit is contained in:
Roman Syroeshko 2015-11-14 18:13:51 +04:00
parent e24fec7966
commit e771b473a6
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Example:
```json ```json
{ {
"require": { "require": {
"phpoffice/phpword": "dev-master" "phpoffice/phpword": "v0.13.*"
} }
} }
``` ```