From 9c55413f576c23bdaf7a8e5d0534d833a6c26741 Mon Sep 17 00:00:00 2001 From: spmfox Date: Wed, 17 Jul 2019 12:49:14 -0400 Subject: [PATCH] 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) --- docs/requirements.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.rst b/docs/requirements.rst index c23228bd..636dde40 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -8,4 +8,5 @@ Requirements * For PHP5: 5.5.9+ * For PHP7: 7.0.8+ * PHP cURL package -* PHP PDO mysql driver \ No newline at end of file +* PHP PDO mysql driver +* PHP XML package