This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
v2.0.0
Added
ArgumentResolver
class as default implementation ofResolverInterface
ReflectionFactory
class creates instance of any existing class and resolve constructor argumentsReflectionInvoker
class calls any given callable with resolved argumentsReflectionContainer
class acts like factory for any existing class
Removed
Container
class does not manage any existing class no moreContainer
class does not implementsResolverInterface
no more- Removed
AbstractContainerDecorator
class