From a7228042d1320fa79916d96c5bd73357ab1b505d Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Fri, 2 Oct 2020 12:05:02 +0200 Subject: [PATCH] Add conflict with zendframework/zend-code < 3.3.1 Fixes some issues with php 7.3 https://github.com/zendframework/zend-code/releases/tag/release-3.3.1 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0085a21..fc0909f2 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "doctrine/orm": "<2.5", "illuminate/database": "<5.5", "ocramius/proxy-manager": "<2.1", - "symfony/framework-bundle": "<3.4" + "symfony/framework-bundle": "<3.4", + "zendframework/zend-code": "<3.3.1" }, "suggest": { "doctrine/data-fixtures": "To use Doctrine",