We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0381e65 commit d6d781eCopy full SHA for d6d781e
1 file changed
README.md
@@ -15,9 +15,8 @@
15
16
### Features
17
18
-- Supports inheriting services from a parent PSR-11 Service Container
19
-- Supports forking the service container instance into an isolated layer,
20
- inheriting all existing service definitions from the original container.
+- Inherits services from a parent PSR-11 Service Container
+- Can be forked into a new isolated container, inheriting all services definitions from the original container
21
- [PSR Container][psr-11] compatibility
22
- Autowiring — automatic dependencies resolution
23
- Full PHP 8.0+ features support for auto-wiring (e.g. union types)
0 commit comments