add('boot', json_decode('{"name":"boot"}')); } public function services(ContainerInterface $container): void { $container->add('sally', json_decode('{"name":"sally"}')); } }