Browse Source

Change PHP requirement in manual

rpm
J. King 4 years ago
parent
commit
0565553d4a
  1. 4
      docs/en/020_Getting_Started/010_Requirements.md

4
docs/en/020_Getting_Started/010_Requirements.md

@ -1,7 +1,7 @@
The Arsse has the following requirements:
- A Linux server running Nginx or Apache 2.4 (tested on Ubuntu 16.04 and 18.04)
- PHP 7.0.7 or later with the following extensions:
- A Linux server running Nginx or Apache 2.4
- PHP 7.1.0 or later with the following extensions:
- [intl](http://php.net/manual/en/book.intl.php), [json](http://php.net/manual/en/book.json.php), [hash](http://php.net/manual/en/book.hash.php), and [dom](http://php.net/manual/en/book.dom.php)
- [simplexml](http://php.net/manual/en/book.simplexml.php), and [iconv](http://php.net/manual/en/book.iconv.php)
- One of:

Loading…
Cancel
Save