Skip to content

Commit ea73c9a

Browse files
authored
Merge pull request #136 from vincib/main
Pixelfed composer requires php8.3 now, and not 8.2
2 parents 5968680 + e232f56 commit ea73c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

running-pixelfed/prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This doesn't necessarily mean you need a VPS. Some shared hosts give you SSH acc
3434

3535
## PHP-FPM
3636

37-
You can check your currently installed version of PHP-FPM by running `php-fpm -v`. Make sure you are running **PHP >= 8.2**.
37+
You can check your currently installed version of PHP-FPM by running `php-fpm -v`. Make sure you are running **PHP >= 8.3**.
3838

3939
You can check your currently loaded extensions by running `php-fpm -m`. Modules are usually enabled by editing your PHP configuration file and uncommenting the appropriate lines under the "Dynamic extensions" section. Make sure the following extensions are installed and loaded:
4040

0 commit comments

Comments
 (0)