mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 05:23:17 +00:00
Merge pull request #368 from jeroensmeets/dev
Add MySQL version requirement to README
This commit is contained in:
commit
c35baf01c7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ testing and development.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- PHP >= 7.1.3 (7.2+ recommended for stable version)
|
- PHP >= 7.1.3 (7.2+ recommended for stable version)
|
||||||
- MySQL, Postgres (MariaDB and sqlite are not supported yet)
|
- MySQL >= 5.7, Postgres (MariaDB and sqlite are not supported yet)
|
||||||
- Redis
|
- Redis
|
||||||
- Composer
|
- Composer
|
||||||
- GD or ImageMagick
|
- GD or ImageMagick
|
||||||
|
|
Loading…
Reference in a new issue