You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: panel/1.0/getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ this software on an OpenVZ based system you will — most likely — not
35
35
36
36
## Dependencies
37
37
38
-
* PHP `8.1`, `8.2`, or `8.3` (recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use NGINX.
38
+
* PHP `8.2` or `8.3` (recommended) with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`, and `fpm` if you are planning to use NGINX.
39
39
* MySQL `5.7.22` and higher (MySQL `8` recommended) **or** MariaDB `10.2` and higher.
There are no 1.8.x, 1.9.x, or 1.10.x releases of Wings.
29
30
:::
30
31
31
32
## Update Dependencies
32
33
33
-
- PHP `8.1`, `8.2`, or `8.3` (recommended)
34
+
- PHP `8.2`, or `8.3` (recommended)
34
35
- Composer `2.X`
35
36
36
-
37
37
**Before continuing**, please ensure that your system and web server configuration has been upgraded to at least PHP 8.1 by running `php -v` and Composer 2 by running `composer --version`. You
38
38
should see an output similar to the result below. If you do not see at least PHP 8.1 and Composer 2, you will need to upgrade by following
39
39
our [PHP Upgrade Guide](/guides/php_upgrade.md) and return to this documentation afterward.
0 commit comments