From 9f9bc8ab4d2de80fd88f3bbf72decea37e579431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 16 Dec 2015 12:55:41 +0100 Subject: [PATCH] adapt to symfony 2.8 --- Tests/Fixtures/App/config/config_test.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Fixtures/App/config/config_test.yml b/Tests/Fixtures/App/config/config_test.yml index a8a895244..b4f6d786a 100644 --- a/Tests/Fixtures/App/config/config_test.yml +++ b/Tests/Fixtures/App/config/config_test.yml @@ -40,7 +40,7 @@ security: http_basic: ~ form_login: csrf_parameter: _csrf_token - intention: authenticate + csrf_token_id: authenticate csrf_provider: form.csrf_provider logout: ~ diff --git a/composer.json b/composer.json index 231a16a12..b468d2762 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "doctrine/dbal": "~2.5", "doctrine/orm": "~2.4", "doctrine/common": "~2.4", - "doctrine/doctrine-bundle": "~1.2@dev", + "doctrine/doctrine-bundle": "~1.2", "champs-libres/composer-bundle-migration": "~1.0", "doctrine/doctrine-migrations-bundle": "~1.1", "doctrine/migrations": "~1.0"