Initial commit
This commit is contained in:
commit
1ff19bf38f
830 changed files with 159212 additions and 0 deletions
29
site/plugins/kirby-twig/composer.json
Normal file
29
site/plugins/kirby-twig/composer.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue