From 7d90445cab8f06d0bfe333e76d3800fe654dcefa Mon Sep 17 00:00:00 2001 From: Peter Jaap Blaakmeer Date: Wed, 15 Jun 2022 11:11:42 +0200 Subject: [PATCH] Updated version constraint for Magento 2.4.4 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e90490f..ca7e036 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,10 @@ "name": "vinaikopp/module-customer-password-command", "description": "Set a customer password with bin/magento", "require": { - "php": "^7.0.0||^7.1.0||^7.2.0||^7.3.0||^7.4.0", - "magento/module-customer": "^100.1.1||^101.0||^102.0||^103.0", - "magento/framework": "^100.1.1||^101.0||^102.0||^103.0", - "symfony/console": "~2.3||~4.1" + "php": "^7.0.0||^7.1.0||^7.2.0||^7.3.0||^7.4.0|^8.0.0|^8.1.0", + "magento/module-customer": "^100.1.1||^101.0||^102.0||^103.0|^104.0", + "magento/framework": "^100.1.1||^101.0||^102.0||^103.0|^104.0", + "symfony/console": "~2.3||~4.1|~4.2|~4.3|~4.4" }, "type": "magento2-module", "license": [