Skip to content

Commit 5316545

Browse files
authored
Merge pull request #660 from danners430/patch-1
Correct php8.3-pdo to php8.3-common
2 parents 2ab5e58 + 13bfe8f commit 5316545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/php_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ may have slightly different requirements for how this command is formatted.
2121
# Add additional repository for PHP
2222
add-apt-repository -y ppa:ondrej/php
2323
apt -y update
24-
apt -y install php8.3 php8.3-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
24+
apt -y install php8.3 php8.3-{cli,gd,mysql,common,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
2525
```
2626

2727
## Update Composer

0 commit comments

Comments
 (0)