From: Seamus Lee <seamuslee001@gmail.com> Date: Sat, 30 Jul 2022 23:13:45 +0000 (+0000) Subject: dev/core#3766 Keep league/csv on 9.6 for D9 as well so patches can apply X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4172263fca3d2a18e82fa65d5dd859475f497169;p=civicrm-core.git dev/core#3766 Keep league/csv on 9.6 for D9 as well so patches can apply --- diff --git a/composer.json b/composer.json index 7391b3bf03..a35af088ad 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "pear/log": "1.13.3", "adrienrn/php-mimetyper": "0.2.2", "civicrm/composer-downloads-plugin": "^3.0", - "league/csv": "^9.6", + "league/csv": "~9.6.2", "league/oauth2-client": "^2.4", "league/oauth2-google": "^3.0", "tplaner/when": "~3.0.0", diff --git a/composer.lock b/composer.lock index 6373bbb01e..729db78d6b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "13a9932b926aa601a4f3ac3e39f9a7bf", + "content-hash": "8981b1591f0efc0eea2f42da02760495", "packages": [ { "name": "adrienrn/php-mimetyper",