autarky / twig-templating
Twig integration for the Autarky framework.
0.2.1
2016-10-18 20:54 UTC
Requires
- autarky/framework: ~0.8
- twig/twig: ~1.16
Requires (Dev)
- mockery/mockery: ~0.9.1
This package is auto-updated.
Last update: 2024-10-24 09:11:53 UTC
README
Integration with Twig for the Autarky framework.
Installation
composer require autarky/twig-templating
Contributing
git clone https://github.com/autarky/twig-templating /path/to/autarky-twig
cd /path/to/autarky-twig
composer install
phpunit
The master branch is the current minor version. Previous minor versions have their own branches. Only critical bugfixes should be applied to these branches.
The develop branch is the next minor version. New features are applied to this branch.
Read the CONTRIBUTING.md file for more information.
License
The contents of this repository is released under the MIT license. See the LICENSE file included for more information.