From b806d72585c9832e4eb3f67cd70b5ac548edfa90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Holeczy?= Date: Tue, 10 Dec 2019 20:06:38 +0100 Subject: [PATCH] Allow usage of a2lix/auto-form-bundle ^0.3 which allows Symfony 5 (#339) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e76ab0..d7f9eaa 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^7.1.3", - "a2lix/auto-form-bundle": "^0.2", + "a2lix/auto-form-bundle": "^0.2|^0.3", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/doctrine-bridge": "^3.4|^4.0|^5.0",