From 27ccd767603703e566cda4d1d265655bd2db18b3 Mon Sep 17 00:00:00 2001 From: Noel Date: Thu, 23 Aug 2012 15:30:51 +0200 Subject: [PATCH 1/4] Added composer.json --- composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..cc3fcd5 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": " lk/twigstringbundle", + "type": "library", + "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" +} From 30551ebc0d555bc8a09231fd42fcbfb7c4837f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noel=20Garc=C3=ADa?= Date: Mon, 27 Aug 2012 13:58:45 +0300 Subject: [PATCH 2/4] Update Resources/config/services.xml --- Resources/config/services.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + From 5a4f1fe225f49ac53c05382e8b904678ace6f256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noel=20Garc=C3=ADa?= Date: Mon, 27 Aug 2012 14:18:38 +0300 Subject: [PATCH 3/4] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc3fcd5..65bab24 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": " lk/twigstringbundle", + "name": "lk/twigstringbundle", "type": "library", "description": "TwigstringBundle adds the possibility to render strings instead of files with the Symfony2 native Twig templating engine", "keywords": ["twig","templating"], From 673264ba63cc4f8a85c136f6ee7c3d2ac8684e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noel=20Garc=C3=ADa?= Date: Mon, 27 Aug 2012 14:32:36 +0300 Subject: [PATCH 4/4] Update composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 65bab24..fcfd1c9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "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",