Replace all remaining stack-created Composer objects in cryptocomposertest
Those are automatically deferred-deleted and run the risk of a double deletion when managed on the stack.
No idea why none of those crash here locally but only on the CI though.