Skip to content

Commit e3c8852

Browse files
author
Roman Syroeshko
committed
Added backward compatibility for deprecated alignment options.
1 parent f884527 commit e3c8852

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/installing.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ Requirements
99
Mandatory:
1010

1111
- PHP 5.3+
12-
- PHP `Zip <http://php.net/manual/en/book.zip.php>`__ extension
13-
- PHP `XML Parser <http://www.php.net/manual/en/xml.installation.php>`__ extension
12+
- `XML Parser <http://www.php.net/manual/en/xml.installation.php>`__ extension
13+
- `Zend\Validator <http://framework.zend.com/manual/current/en/modules/zend.validator.html>`__ component
1414

15-
Optional PHP extensions:
15+
Optional:
1616

17-
- `GD <http://php.net/manual/en/book.image.php>`__
18-
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__
19-
- `XSL <http://php.net/manual/en/book.xsl.php>`__
17+
- `Zip <http://php.net/manual/en/book.zip.php>`__ extension
18+
- `GD <http://php.net/manual/en/book.image.php>`__ extension
19+
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__ extension
20+
- `XSL <http://php.net/manual/en/book.xsl.php>`__ extension
21+
- `dompdf <https://github.com/dompdf/dompdf>`__
2022

2123
Installation
2224
------------

0 commit comments

Comments
 (0)