Padina14
Padina14
I use PHP 8.1. My current `ddev` config is ``` APIVersion: v1.18.1 ... type: typo3 docroot: "public/" php_version: "8.1" #php_version: "7.4" #webserver_type: nginx-fpm #webserver_type: apache-cgi ... ```
Composer misread.
Your composer.json-code `"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",` allows PHP 8.3. https://getcomposer.org/doc/articles/versions.md If you want to restrict the php to the minor-versionist, I think you should use something...