File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Business logic core of the application and a REST API that provides access to ot
1111
1212### Prerequisites
1313
14- You need a web server with PHP (8.1+ ) and MySQL or MariaDB database.
14+ You need a web server with PHP (8.2+, 8.3 currently used in development ) and MySQL or MariaDB database.
1515
1616We recommend installing PHP from remi repository:
1717
@@ -28,7 +28,7 @@ You may list the PHP modules thusly:
2828...and select the right module:
2929
3030```
31- # dnf module enable php:remi-8.1
31+ # dnf module enable php:remi-8.3
3232```
3333
3434If you install core-api as a package, the PHP will be installed as dependencies.
@@ -65,7 +65,7 @@ installation to the end.
6565
6666### Manual Installation
6767
68- The web API requires a PHP runtime version at least 8.1 . Which one depends on
68+ The web API requires a PHP runtime version at least 8.2 . Which one depends on
6969actual configuration, there is a choice between _ mod_php_ inside Apache,
7070_ php-fpm_ with Apache or Nginx proxy or running it as standalone uWSGI script.
7171Also see the required PHP modules in the prerequisites section.
You can’t perform that action at this time.
0 commit comments