Update composer, fix tests

This commit is contained in:
William DURAND 2012-07-05 09:58:25 +02:00
parent ceb9fc021f
commit f9012ba76b
2 changed files with 1 additions and 2 deletions

View File

@ -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'] }

View File

@ -25,6 +25,7 @@
"symfony/validator": "2.1.*",
"symfony/yaml": "2.1.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" }
},