From c4d2c5e6913120923e528357b0808f85b236cea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 30 Nov 2015 22:39:30 +0100 Subject: [PATCH] fix composer.json --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 32c01e7f5..0e0224354 100644 --- a/composer.json +++ b/composer.json @@ -55,9 +55,6 @@ }, "extra": { "symfony-app-dir": "Tests/Fixtures/App/app", - "app-migrations-dir": "Tests/Fixtures/App/app/DoctrineMigrations", - "branch-alias": { - "dev-master": "fix_admin_interface-dev" - } + "app-migrations-dir": "Tests/Fixtures/App/app/DoctrineMigrations" } -} +} \ No newline at end of file