Shopware 6.6.3 Update und Installation funktionieren nicht

Ich wollte den Shop (Testshop) von 6.5.8.11 auf die neuste version Updaten da der Store nur mit der neusten Version funktioniert und ich Module installieren muss. Das Update funktioniert nicht und eine neu installation mit der Version 6.6.3 auch nicht und ich erhalten beim Update und Installation die Fehlermeldung:

Composer could not detect the root package (shopware/production) version, defaulting to ‚1.0.0‘. See https://getcomposer.org/root-version
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Dependency resolution completed in 0.000 seconds
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires shopware/core 6.6.3.0 → satisfiable by shopware/core[v6.6.3.0].
- shopware/core v6.6.3.0 requires ext-pdo_mysql * → it is missing from your system. Install or enable PHP’s pdo_mysql extension.
Problem 2
- shopware/core v6.6.3.0 requires ext-pdo_mysql * → it is missing from your system. Install or enable PHP’s pdo_mysql extension.
- shopware/storefront v6.6.3.0 requires shopware/core v6.6.3.0 → satisfiable by shopware/core[v6.6.3.0].
- Root composer.json requires shopware/storefront 6.6.3.0 → satisfiable by shopware/storefront[v6.6.3.0].

To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.2/cli/php.ini
- /etc/php/8.2/cli/conf.d/10-opcache.ini
- /etc/php/8.2/cli/conf.d/10-pdo.ini
- /etc/php/8.2/cli/conf.d/15-xml.ini
- /etc/php/8.2/cli/conf.d/20-calendar.ini
- /etc/php/8.2/cli/conf.d/20-ctype.ini
- /etc/php/8.2/cli/conf.d/20-curl.ini
- /etc/php/8.2/cli/conf.d/20-dom.ini
- /etc/php/8.2/cli/conf.d/20-exif.ini
- /etc/php/8.2/cli/conf.d/20-ffi.ini
- /etc/php/8.2/cli/conf.d/20-fileinfo.ini
- /etc/php/8.2/cli/conf.d/20-ftp.ini
- /etc/php/8.2/cli/conf.d/20-gd.ini
- /etc/php/8.2/cli/conf.d/20-gettext.ini
- /etc/php/8.2/cli/conf.d/20-iconv.ini
- /etc/php/8.2/cli/conf.d/20-intl.ini
- /etc/php/8.2/cli/conf.d/20-mbstring.ini
- /etc/php/8.2/cli/conf.d/20-mcrypt.ini
- /etc/php/8.2/cli/conf.d/20-odbc.ini
- /etc/php/8.2/cli/conf.d/20-pdo_odbc.ini
- /etc/php/8.2/cli/conf.d/20-phar.ini
- /etc/php/8.2/cli/conf.d/20-posix.ini
- /etc/php/8.2/cli/conf.d/20-raphf.ini
- /etc/php/8.2/cli/conf.d/20-readline.ini
- /etc/php/8.2/cli/conf.d/20-shmop.ini
- /etc/php/8.2/cli/conf.d/20-simplexml.ini
- /etc/php/8.2/cli/conf.d/20-soap.ini
- /etc/php/8.2/cli/conf.d/20-sockets.ini
- /etc/php/8.2/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.2/cli/conf.d/20-sysvsem.ini
- /etc/php/8.2/cli/conf.d/20-sysvshm.ini
- /etc/php/8.2/cli/conf.d/20-tokenizer.ini
- /etc/php/8.2/cli/conf.d/20-xdebug.ini
- /etc/php/8.2/cli/conf.d/20-xmlreader.ini
- /etc/php/8.2/cli/conf.d/20-xmlwriter.ini
- /etc/php/8.2/cli/conf.d/20-xsl.ini
- /etc/php/8.2/cli/conf.d/20-zip.ini
- /etc/php/8.2/cli/conf.d/25-http.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-pdo_mysql to temporarily ignore these required extensions.

Ich habe schon nach der Fehlermedung gesucht aber keine Lösung gefunden. Wie komme ich jetzt an den Store um meine Module herunterzuladen und zu installieren mit der version 6.5.8.11 ? Oder wie lässt sich das Update oder Installation ausführen ?
Danke
Ralf

Sieht so aus, als sei deine PHP CLI Version anders konfiguriert als die für das Web.

Schau da mal nach, was alles aktiviert ist und auch ob composer global gefunden wird.