mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Require PHP < 7.3 for Pixelfed to work.
This commit is contained in:
parent
1239fd17d6
commit
bc6256c28e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ there is a stable release**. The following setup instructions are intended for
|
||||||
testing and development.
|
testing and development.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- PHP >= 7.1.3 (7.2+ recommended for stable version)
|
- PHP >= 7.1.3 < 7.3 (7.2.x recommended for stable version)
|
||||||
- MySQL >= 5.7, Postgres (MariaDB and sqlite are not supported yet)
|
- MySQL >= 5.7, Postgres (MariaDB and sqlite are not supported yet)
|
||||||
- Redis
|
- Redis
|
||||||
- Composer
|
- Composer
|
||||||
|
|
Loading…
Reference in a new issue