Skip to content

Commit d313542

Browse files
authored
Merge pull request #621 from pterodactyl/php-8.1-composer-updating
Update the updating docs to reflect the change in v 1.11 to PHP v8.2+
2 parents 64acaac + 821c574 commit d313542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

panel/1.0/updating.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ There are no 1.8.x, 1.9.x, or 1.10.x releases of Wings.
3434
- PHP `8.2`, or `8.3` (recommended)
3535
- Composer `2.X`
3636

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-
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
37+
**Before continuing**, please ensure that your system and web server configuration has been upgraded to at least PHP 8.2 by running `php -v` and Composer 2 by running `composer --version`. You
38+
should see an output similar to the result below. If you do not see at least PHP 8.2 and Composer 2, you will need to upgrade by following
3939
our [PHP Upgrade Guide](/guides/php_upgrade.md) and return to this documentation afterward.
4040

4141
```shell
4242
vagrant@pterodactyl:~/app$ php -v
43-
PHP 8.1.5 (cli) (built: Apr 21 2022 10:32:13) (NTS)
43+
PHP 8.2.5 (cli) (built: Dec 21 2022 10:32:13) (NTS)
4444
Copyright (c) The PHP Group
4545
Zend Engine v4.1.5, Copyright (c) Zend Technologies
46-
with Zend OPcache v8.1.5, Copyright (c), by Zend Technologies
46+
with Zend OPcache v8.2.5, Copyright (c), by Zend Technologies
4747

4848
vagrant@pterodactyl:~/app$ composer --version
4949
Composer version 2.3.5 2022-04-13 16:43:00

0 commit comments

Comments
 (0)