Update requirements.rst (#747)

On stock Debian 9.9, "apt-get install php-xml" is needed to get anything to load. Here is the error you get without it: (Extension DOM is required. in /var/www/html/vendor/symfony/config/Util/XmlUtils.php:50)
This commit is contained in:
spmfox 2019-07-17 12:49:14 -04:00 committed by TimZ99
parent 394f4a8b44
commit 9c55413f57
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ Requirements
* For PHP5: 5.5.9+
* For PHP7: 7.0.8+
* PHP cURL package
* PHP PDO mysql driver
* PHP PDO mysql driver
* PHP XML package