From 9f39bce70ca17d3c884d0cb923f769e479bfb23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:26:18 +0000 Subject: [PATCH] Update oro/commerce requirement from 6.0.* to 6.0.* || 6.1.* Updates the requirements on [oro/commerce](https://github.com/oroinc/orocommerce) to permit the latest version. - [Release notes](https://github.com/oroinc/orocommerce/releases) - [Changelog](https://github.com/oroinc/orocommerce/blob/master/CHANGELOG.md) - [Commits](https://github.com/oroinc/orocommerce/compare/6.0.0...6.1.7) --- updated-dependencies: - dependency-name: oro/commerce dependency-version: 6.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a2fbda..a8afefb 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "oro/commerce": "6.0.*" + "oro/commerce": "6.0.* || 6.1.*" }, "require-dev": { "phpunit/phpunit": "^9.5",