From 43c783eadf99081f529c63a9a767bc03c6677089 Mon Sep 17 00:00:00 2001 From: kouralex <1723419+kouralex@users.noreply.github.com> Date: Tue, 16 Jun 2026 12:49:49 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5677da3e..1a5dd4bc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For a stable version, see the stable branch. ## General Installation -- Minimum supported PHP version is 8.1. +- Minimum supported PHP version is 8.2. - Composer is required for dependencies. Run `composer install` (or `php /path/to/composer.phar install`) in the directory where RecordManager is installed. - The following PHP extensions are required: xml, xslt, mbstring, intl @@ -46,11 +46,11 @@ These are quick instructions on how to set up RecordManager. Please refer to the E.g. remi repos include a package for mongodb: - yum install php81-php-pecl-mongodb + yum install php82-php-pecl-mongodb Webtatic too: - yum install php81w-pecl-mongodb + yum install php82w-pecl-mongodb If there's no package available, use pecl to install mongodb: