From 38fa11994de21965115b504f49ca4c693d466c24 Mon Sep 17 00:00:00 2001 From: Marcin Czech Date: Thu, 24 Oct 2019 12:47:49 +0100 Subject: [PATCH] Update league/csv package to 9.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3878ca22..33e40864 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "license": "MIT", "require": { "php": "^7.2", - "league/csv": "^9.0", + "league/csv": "^9.1", "friendsofsymfony/ckeditor-bundle": "^1.1", "stefandoorn/sitemap-plugin": "^1.0", "sylius/sylius": "^1.4",