Added
- Inflector support for Pimple.
- Custom file readers with
withFileReader(string $extension, string $readerClass);
. - Custom container adapters with
withContainerAdapter(string $containerName, string $adapterName);
.
withFileReader(string $extension, string $readerClass);
.withContainerAdapter(string $containerName, string $adapterName);
.