Dwoo 1.3.4 has just been released.
Here is a list of the most important changes:
Added
- Add
docker-compose.ymlfile for unit testing only.
Changed
- Update PHPUnit commands in tests/README.md file.
- Ignore
composer.lockfile. - Update code
while (list(, $v) = each($args))toforeach ($args as $key => $v).
Fixed
- Fixing issue #58.
- Update method
Dwoo\Template\File::getCompiledFilename.
Want to upgrade to this new release?
composer update dwoo/dwoo 1.3.*