Closed Genchou closed 11 months ago
if you go into your composer.json you can add the following lines under the 'require' object:
"symfony/runtime": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
and then update with composer update
note this is obviously a quick solution if you just want to have a running container (like me)
Hi @Genchou ,
While the dependency runtime/frankenphp-symfony will be updated, you can follow the documentation and build with specific version of Symfony :
SYMFONY_VERSION=6.4.* docker compose up --pull always -d --wait
It's an composer dependency issue. Update your dependency and it should be fine.
Following exact steps mentioned in readme after cloning the repo, commands for first time run in the entrypoint (composer create-project) fail with the following error :