All notable changes to this project will be documented in this file.
- PHP 7.2 is now the minimum required version
- Renamed
ConfigLoaderInterface
toConfigLoader
- Renamed
Di\DiContainerFactoryInterface
toDependencyInjection\DiContainerFactory
- Moved
Bootstrap
class into top-level (Phoundation
) namespace - Renamed
ConfigLoader->_invoke()
toConfigLoader->load()
- Renamed
DiContainerFactory->_invoke()
toDiContainerFactory->create()
ConfigLoader
returns internalarray
type
Config
class- Dropped out-of-the-box support for most of DI Containers to encourage custom implementations in user land code
ConfigLoaderAggregate
that aggregates configurations from multiple loaders.
CachingConfigLoader
that caches loaded configurations.
Interop\Container\ContainerInterface
as return type declaration in DI container factories