services(); $services->defaults() ->public() ->autowire() ->autoconfigure(); $services->load('Rector\PSR4\\', __DIR__ . '/../src') ->exclude([__DIR__ . '/../src/Rector']); $services->alias(PSR4AutoloadNamespaceMatcherInterface::class, PSR4NamespaceMatcher::class); };