Closed 4n70w4 closed 4 years ago
I think this is happening because the service is not a public service, so it may have been removed. Do you mind opening a PR to fix this?
@theofidry I have no ideas to fix.
Hm after checking it, I initially thought it was the psysh.facade
service that was not public but it seems to already be the case: https://github.com/theofidry/PsyshBundle/blob/master/resources/config/services.xml#L23
So it is more likely to be one of the two:
dev
dependency but you are trying to use it in prod
. Check the bundle configuration, IIRC the bundles.php
to see in which environments the bundle is registered@theofidry I propose to close this one year passed
docker-compose exec -u app --env SYMFONY_ENV=prod --env SYMFONY_DEBUG=0 php composer install --no-dev -vvv
composer.json
composer info