diff --git a/Resources/config/services.xml b/Resources/config/services.xml index e9631db..a1e8f95 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -24,7 +24,7 @@ - + diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fcfd1c9 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "lk/twigstringbundle", + "type": "library", + "version": "2.1", + "description": "TwigstringBundle adds the possibility to render strings instead of files with the Symfony2 native Twig templating engine", + "keywords": ["twig","templating"], + "homepage": "https://github.com/LaKrue/TwigstringBundle", + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-0": { + "LK": "" + } + }, + "target-dir": "LK/TwigstringBundle" +}