Florian Cellier
Florian Cellier
CI make me trouble about "[Missing class] Class, interface or trait", where are classes should be declared ?
Old, no feedback, I close :)
@Seldaek @nohnaimer got the same issue, it is linked to https://github.com/composer/composer/issues/12158, no doubt ^^
@thefrosty are you in a container ? If yes, go on it, launch `git config --global --add safe.directory /path/in/container` and retry `composer update` and see if it works. If not,...
@thefrosty This option to true will clone and not use zip as I understand, so, stange behavior : when you do a "git status", do you have strange behavior ?...
@Seldaek When I want to install dependencies : I run `docker compose run --rm --build -v /workspace:/worspace -w /workspacee php sh -c "git config --global --add safe.directory /workspace && composer...
@Seldaek thanks, he could helps a lot, thanks :pray: