From 609e2a59980825085f953c794bf85311032c9cc2 Mon Sep 17 00:00:00 2001 From: "Michael H. Arieli" Date: Mon, 18 Jun 2018 18:14:57 -0700 Subject: [PATCH] Enabled symfony "allow-contrib" in composer --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 1688b78..21e1176 100644 --- a/composer.json +++ b/composer.json @@ -34,5 +34,10 @@ "psr-4": { "EWZ\\Tests\\Bundle\\RecaptchaBundle\\": "tests" } + }, + "extra": { + "symfony": { + "allow-contrib": "true" + } } }