From f9012ba76b24ca7bdcaf89c34d1bbee901766150 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Thu, 5 Jul 2012 09:58:25 +0200 Subject: [PATCH] Update composer, fix tests --- Tests/Fixtures/app/config/default.yml | 2 -- composer.json | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/Fixtures/app/config/default.yml b/Tests/Fixtures/app/config/default.yml index 1ba6505..04f029f 100644 --- a/Tests/Fixtures/app/config/default.yml +++ b/Tests/Fixtures/app/config/default.yml @@ -1,5 +1,4 @@ framework: - charset: UTF-8 secret: test csrf_protection: enabled: true @@ -9,7 +8,6 @@ framework: test: ~ default_locale: en session: - auto_start: true storage_id: session.storage.mock_file profiler: { only_exceptions: false } templating: { engines: ['twig'] } diff --git a/composer.json b/composer.json index aa3b967..2f48337 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "symfony/validator": "2.1.*", "symfony/yaml": "2.1.*" }, + "minimum-stability": "dev", "autoload": { "psr-0": { "Nelmio\\ApiDocBundle": "" } },