Skip to content

Commit f11dc27

Browse files
committed
Updating swagger documentation.
1 parent e7bdbb2 commit f11dc27

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1616
We 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

3434
If 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
6969
actual 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.
7171
Also see the required PHP modules in the prerequisites section.

0 commit comments

Comments
 (0)