This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
1.3.4
Added
- Add
docker-compose.yml
file for unit testing only.
Changed
- Update PHPUnit commands in tests/README.md file.
- Ignore
composer.lock
file. - Update code
while (list(, $v) = each($args))
toforeach ($args as $key => $v)
.
Fixed
- Fixing issue #58.
- Update method
Dwoo\Template\File::getCompiledFilename
.