From e50b31fc34610cd1f21c8c1da3ac4c5d60f771b5 Mon Sep 17 00:00:00 2001 From: Kenza Yamlahi Date: Mon, 2 Oct 2023 13:24:15 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ composer.lock | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e76b04..fd594611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,12 @@ * Better error message on PDOException ## Bugfixes +* Make composer dependencies compatible with Magento 2.4.6 (PAC-827) + * Update `symfony/dependency-injection` with version `~6.0` + * Update `symfony/http-kernel` with version `~5.0 ~6.0` + * Update `symfony/configl` with version `~6.0` + + * Import-category & Import-category-ee #METSUP-32: * url rewrites for the multistore store views are updated unintentionally diff --git a/composer.lock b/composer.lock index 330feeac..37d69ba8 100644 --- a/composer.lock +++ b/composer.lock @@ -3121,12 +3121,12 @@ "source": { "type": "git", "url": "https://github.com/techdivision/import-cli.git", - "reference": "14ff5e3da5337199f67b1e1c0a87812e11412ca6" + "reference": "9c9514d4d90aca4366cf1fb87f206c659832fef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cli/zipball/14ff5e3da5337199f67b1e1c0a87812e11412ca6", - "reference": "14ff5e3da5337199f67b1e1c0a87812e11412ca6", + "url": "https://api.github.com/repos/techdivision/import-cli/zipball/9c9514d4d90aca4366cf1fb87f206c659832fef0", + "reference": "9c9514d4d90aca4366cf1fb87f206c659832fef0", "shasum": "" }, "require": { @@ -3174,7 +3174,7 @@ "issues": "https://github.com/techdivision/import-cli/issues", "source": "https://github.com/techdivision/import-cli/tree/pac-827" }, - "time": "2023-10-02T09:53:25+00:00" + "time": "2023-10-02T10:13:13+00:00" }, { "name": "techdivision/import-configuration",