bitExpert / magento2-force-login

Force Customer Login Module for Magento 2
https://marketplace.magento.com/bitexpert-magento2-force-customer-login.html
Apache License 2.0
166 stars 73 forks source link

Updating PHP version for Magento 2.4.7 #232

Closed nalinsavaliya closed 4 months ago

nalinsavaliya commented 4 months ago

While installing moudule using composer for Magento 2.4.7 and PHP 8.3.4. I am receiving below error

Problem 1
    - Root composer.json requires bitexpert/magento2-force-customer-login ^5.3.0 -> satisfiable by bitexpert/magento2-force-customer-login[5.3.0].
    - bitexpert/magento2-force-customer-login 5.3.0 requires php ~8.1.0|~8.2.0 -> your php version (8.3.4) does not satisfy that requirement.

Preconditions

Installing module for Magento 2.4.7 and PHP 8.3.4

Magento Version : 2.4.7 Force Login Module Version : 5.3.0

Third party modules :

Steps to reproduce

  1. Within Magento 2.4.7 and PHP 8.3.4
  2. composer require bitexpert/magento2-force-customer-login:^5.3.0

Expected result

  1. It should be installed without error.

Actual result

  1. Throwing below Error

    Your requirements could not be resolved to an installable set of packages.
    
    Problem 1
    - Root composer.json requires bitexpert/magento2-force-customer-login ^5.3.0 -> satisfiable by bitexpert/magento2-force-customer-login[5.3.0].
    - bitexpert/magento2-force-customer-login 5.3.0 requires php ~8.1.0|~8.2.0 -> your php version (8.3.4) does not satisfy that requirement.
nalinsavaliya commented 4 months ago

I have created PR for this https://github.com/bitExpert/magento2-force-login/pull/233

shochdoerfer commented 4 months ago

@nalinsavaliya thank you for your first contribution! Very much appreciated!

umizoomi commented 4 months ago

@shochdoerfer, When is a new release expected?

shochdoerfer commented 4 months ago

@umizoomi Fixed :) https://github.com/bitExpert/magento2-force-login/releases/tag/v5.4.0