- [TASK] Code cleanup.
- [TASK] Allow to install package in different folder than vendor, fe. in local folder.
- [TASK] Extend the condition with filenames indicating root dir.
- [TASK] Simplify autoload.php with require instead of include.
- [TASK][BREAKING] Remove not needed public method requireFile.
- [TASK][BREAKING] Make loader to load files alphabetically.
- [TASK][BREAKING] Rename public method requireFilesFromDirectoryRecursively because of typo.
- [BUGFIX] Fix wrong exception with multiple repositories with same namespace prefix (/pull/1)
- [TASK] Refactor autoload.php and FileUtility / Load classes.
- [TASK] Refactor docs.
- Remove dependency to deployer.
- Check if namespace is not empty.
- Improving documentation.
- Improving documentation.
- Initial version