mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Require PHP 7.4 as minimum version. Drop 7.3 support
This commit is contained in:
parent
efa4325836
commit
751eff3ef5
5 changed files with 180 additions and 256 deletions
|
@ -3,7 +3,7 @@
|
|||

|
||||
[](https://codecov.io/gh/Part-DB/Part-DB-symfony)
|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
@ -55,7 +55,7 @@ Part-DB is also used by small companies and universities for managing their inve
|
|||
|
||||
## Requirements
|
||||
* A **web server** (like Apache2 or nginx) that is capable of running [Symfony 5](https://symfony.com/doc/current/reference/requirements.html),
|
||||
this includes a minimum PHP version of **PHP 7.3**
|
||||
this includes a minimum PHP version of **PHP 7.4**
|
||||
* A **MySQL** (at least 5.6.5) /**MariaDB** (at least 10.0.1) database server if you do not want to use SQLite.
|
||||
* Shell access to your server is highly suggested!
|
||||
* For building the client side assets **yarn** and **nodejs** is needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue