From ebd6c75d483d421f4317afbb23aebf84655d9ad7 Mon Sep 17 00:00:00 2001 From: Matthias Breddin Date: Wed, 17 Oct 2012 02:06:12 +0200 Subject: [PATCH] Updated Phing Buildfile and composer.json --- composer.json | 5 +++++ phing.xml | 52 +++++++++++++++++++++++++++++++++++++++--------- phpunit.xml.dist | 1 + 3 files changed, 49 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 50784ce..bf17c5b 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,11 @@ "symfony/yaml": "2.1.*", "symfony/locale": "2.1.*" }, + "require-dev": { + "twig/twig": "1.*", + "ext-intl": "*" + }, + "autoload": { "psr-0": { "Lunetics\\LocaleBundle": "" } }, diff --git a/phing.xml b/phing.xml index da779aa..37e6d80 100644 --- a/phing.xml +++ b/phing.xml @@ -7,14 +7,15 @@ + - - + + @@ -24,7 +25,7 @@ @@ -34,7 +35,7 @@ @@ -54,6 +55,7 @@ + @@ -68,15 +70,15 @@ description="Installing dependencies"> - + + destdir="${dir.docs.phpdoc}"> @@ -124,8 +126,40 @@ - + + + + + + + + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 83404b3..0ea8f9e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -20,6 +20,7 @@ ./ ./Tests + ./vendor