We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc0b9 commit 92994f3Copy full SHA for 92994f3
src/Symfony/Component/DependencyInjection/CHANGELOG.md
@@ -10,6 +10,7 @@ CHANGELOG
10
* added "container.service_locator" tag for defining service-locator services
11
* added anonymous services support in YAML configuration files using the `!service` tag.
12
* added "TypedReference" and "ServiceClosureArgument" for creating service-locator services
13
+ * added `ServiceLocator` - a PSR-11 container holding a set of services to be lazily loaded
14
* added "instanceof" section for local interface-defined configs
15
* added prototype services for PSR4-based discovery and registration
16
* added `ContainerBuilder::getReflectionClass()` for retrieving and tracking reflection class info
0 commit comments