Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

1.3.4

Compare
Choose a tag to compare
@emulienfou emulienfou released this 12 Mar 21:00
· 77 commits to master since this release

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)) to foreach ($args as $key => $v).

Fixed

  • Fixing issue #58.
  • Update method Dwoo\Template\File::getCompiledFilename.