From 0ed31663406ac9947138590c07c04c9e2142aa72 Mon Sep 17 00:00:00 2001 From: Andreas Fieger Date: Mon, 15 Jul 2024 10:36:56 +0200 Subject: [PATCH] Add conflict with leage/csv >= 9.12 see also https://github.com/thephpleague/csv/issues/514 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfcacbd..fe2730f 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,11 @@ "league/csv": "^9.6" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0", + "symfony/var-dumper": "^v6.4" + }, + "conflict": { + "league/csv": ">=9.12" }, "autoload": { "psr-4": {"": "src/"}