mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Require PHP 7.2 as minimum version
This allows us to upgrade many libs (including Symfony itself) and should not has a large impact as the most linux distros ships either PHP 7.0 or PHP 7.2.
This commit is contained in:
parent
1016f0d4ee
commit
be34a0f734
5 changed files with 259 additions and 100 deletions
|
@ -2,7 +2,7 @@
|
|||
[](https://travis-ci.com/Part-DB/Part-DB-symfony)
|
||||
[](https://codecov.io/gh/Part-DB/Part-DB-symfony)
|
||||

|
||||

|
||||

|
||||
|
||||
# Part-DB
|
||||
Part-DB is an Open-Source inventory managment system for your electronic components.
|
||||
|
@ -27,7 +27,7 @@ for the first time.
|
|||
|
||||
## Requirements
|
||||
* A **web server** (like Apache2 or nginx) that is capable of running [Symfony 4](https://symfony.com/doc/current/reference/requirements.html),
|
||||
this includes a minimum PHP version of **PHP 7.1.3**
|
||||
this includes a minimum PHP version of **PHP 7.2.5**
|
||||
* A **MySQL**/**MariaDB** database server
|
||||
* 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