- Drop PHP 5.3 support. At least PHP 5.5.0 is required
- Rename
Requisite\AutoLoaderInterfacetoRequisite\AutoLoader - Rename
Requisite\Loader\FileLoaderInterfacetoRequisite\Loader\FileLoader - Rename
Requisite\Rule\AutoLoadRuleInterfacetoRequisite\Rule\AutoLoadRule - Introduce
Requisite\Rule\ClassMap - Rename
Requisite\SPLAutoLoadertoRequisite\SplAutoLoader
- Introducing
Rule\Psr4 - Improving tests
- Supports PHP 5.3
- First (pre-)release
- Providing all Interfaces for Loader and Rules
- Psr4 implementation as
NamespaceDirectoryMapper