From 13bfe8f0559222734313ed78ec5122eb2bca9e53 Mon Sep 17 00:00:00 2001 From: danners430 <33630148+danners430@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:00:48 +0100 Subject: [PATCH] Correct php8.3-pdo to php8.3-common --- guides/php_upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/php_upgrade.md b/guides/php_upgrade.md index 1b6e974f..606f2756 100644 --- a/guides/php_upgrade.md +++ b/guides/php_upgrade.md @@ -21,7 +21,7 @@ may have slightly different requirements for how this command is formatted. # Add additional repository for PHP add-apt-repository -y ppa:ondrej/php apt -y update -apt -y install php8.3 php8.3-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} +apt -y install php8.3 php8.3-{cli,gd,mysql,common,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} ``` ## Update Composer