Correct php8.3-pdo to php8.3-common

This commit is contained in:
danners430 2025-04-28 16:00:48 +01:00 committed by GitHub
parent ff449b9138
commit 13bfe8f055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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