{ "name": "amteich/kirby-twig", "description": "Twig templating support for Kirby CMS", "type": "kirby-plugin", "version": "4.1.4", "license": "MIT", "authors": [ { "name": "Christian Zehetner", "email": "christian@am-teich.com" }, { "name": "Florens Verschelde", "email": "florens@fvsch.com" } ], "require": { "getkirby/composer-installer": "^1.1", "twig/twig": "^3.0" }, "autoload": { "psr-4": { "amteich\\Twig\\": "src/classes/" } }, "config": { "optimize-autoloader": true } }