File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ Part-DB is also used by small companies and universities for managing their inve
75
75
76
76
* A ** web server** (like Apache2 or nginx) that is capable of
77
77
running [ Symfony 6] ( https://symfony.com/doc/current/reference/requirements.html ) ,
78
- this includes a minimum PHP version of ** PHP 8.1 **
78
+ this includes a minimum PHP version of ** PHP 8.2 **
79
79
* A ** MySQL** (at least 5.7) /** MariaDB** (at least 10.4) database server, or ** PostgreSQL** 10+ if you do not want to use SQLite.
80
80
* Shell access to your server is highly recommended!
81
- * For building the client-side assets ** yarn** and ** nodejs** (>= 18 .0) is needed.
81
+ * For building the client-side assets ** yarn** and ** nodejs** (>= 20 .0) is needed.
82
82
83
83
## Installation
84
84
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ sudo apt install git curl zip ca-certificates software-properties-common apt-tra
33
33
34
34
### Install PHP and apache2
35
35
36
- Part-DB is written in [ PHP] ( https://php.net ) and therefore needs a PHP interpreter to run. Part-DB needs PHP 8.1 or
36
+ Part-DB is written in [ PHP] ( https://php.net ) and therefore needs a PHP interpreter to run. Part-DB needs PHP 8.2 or
37
37
higher. However, it is recommended to use the most recent version of PHP for performance reasons and future
38
38
compatibility.
39
39
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ sections carefully before proceeding to upgrade.
16
16
17
17
## Changes
18
18
19
- * PHP 8.1 or higher is required now (Part-DB 0.5 required PHP 5.4+, Part-DB 0.6 PHP 7.0).
20
- Releases are available for Windows too, so almost everybody should be able to use PHP 8.1
19
+ * PHP 8.2 or higher is required now (Part-DB 0.5 required PHP 5.4+, Part-DB 0.6 PHP 7.0).
20
+ Releases are available for Windows too, so almost everybody should be able to use PHP 8.2
21
21
* ** Console access is highly recommended.** The installation of composer and frontend dependencies require console access,
22
22
also more sensitive stuff like database migration works via CLI now, so you should have console access on your server.
23
23
* Markdown/HTML is now used instead of BBCode for rich text in description and command fields.
Original file line number Diff line number Diff line change 29
29
"watch" : " encore dev --watch" ,
30
30
"build" : " encore production --progress"
31
31
},
32
+ "engines" : {
33
+ "node" : " >=20.0.0"
34
+ },
32
35
"dependencies" : {
33
36
"@algolia/autocomplete-js" : " ^1.17.0" ,
34
37
"@algolia/autocomplete-plugin-recent-searches" : " ^1.17.0" ,
You can’t perform that action at this time.
0 commit comments