Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Este proyecto se encuentra actualmente en una fase activa de desarrollo y refact

Asegúrate de tener instaladas las siguientes dependencias de sistema y PHP:

- PHP `>= 8.1` con extensiones: `pdo_pgsql`, `redis`, `mbstring`, `json`, `xml`
- PHP `>= 8.4` con extensiones: `pdo_pgsql`, `redis`, `mbstring`, `json`, `xml`
- Composer `>= 2.0`
- PostgreSQL `>= 13`
- Redis Server `>= 6.0`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The project allows any unauthenticated user to submit feedback anonymously. The

Make sure the following system and PHP dependencies are installed:

- PHP `>= 8.1` with extensions: `pdo_pgsql`, `redis`, `mbstring`, `json`, `xml`
- PHP `>= 8.4` with extensions: `pdo_pgsql`, `redis`, `mbstring`, `json`, `xml`
- Composer `>= 2.0`
- PostgreSQL `>= 13`
- Redis Server `>= 6.0`
Expand Down
Loading