Adding that SimpleXML and DOM are also needed.

This commit is contained in:
Abijeet Patro 2018-03-11 01:37:44 +05:30 committed by GitHub
commit 45715834af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Below are some different methods of installing BookStack. If you cannot find a g
BookStack has similar requirements to Laravel:
* PHP >= 7.0.0, Will need to be usable from the command line.
* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`, `Tidy`
* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`, `Tidy`, `SimpleXML`, `DOM`
* MySQL >= 5.6, Single DB *(All permissions advised since application manages schema)*
* Git *(Not strictly required but helps manage updates)*
* [Composer](https://getcomposer.org/)