[ticket/17148] Bump PostgreSQL minimum requirement to 9.4+

master branch uses Doctrine 3 which provides specific platform
only for PostgreSQL 9.4 and above.
Also bump maximum PHP requirement to PHP 8.2 as it is infact.

PHPBB3-17148
This commit is contained in:
rxu 2023-06-18 10:29:26 +07:00
parent d9ebc9fe1a
commit bcf1befef8
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -141,13 +141,13 @@
<ul>
<li>MySQL 4.1.3 or above (MySQLi required)</li>
<li>MariaDB 5.1 or above</li>
<li>PostgreSQL 8.3+</li>
<li>PostgreSQL 9.4+</li>
<li>SQLite 3.6.15+</li>
<li>MS SQL Server 2000 or above (via ODBC or the native adapter)</li>
<li>Oracle</li>
</ul>
</li>
<li><strong>PHP 7.3.0+</strong> up to and including <strong>PHP 8.1</strong> with support for the database you intend to use.</li>
<li><strong>PHP 7.3.0+</strong> up to and including <strong>PHP 8.2</strong> with support for the database you intend to use.</li>
<li>The following PHP modules are required:
<ul>
<li>json</li>