php-passbook icon indicating copy to clipboard operation
php-passbook copied to clipboard

Composer installation problem…

Open jadecrea opened this issue 5 years ago • 1 comments

After putting ""eo/passbook": "dev-master" in the require section of my composer.json file and running "composer update" I have this message : Problem 1 - Root composer.json requires eo/passbook dev-master -> satisfiable by eo/passbook[dev-master]. - eo/passbook dev-master requires php >=7.4 -> your php version (7.3.17) does not satisfy that requirement.

The documentation indicates that the minimum required version for PHP is 5.4. This message tell me that I need at least PHP version 7.4 ! However, my production server is in v 7.3, so this is a problem.

What did I do wrong?

jadecrea avatar Dec 18 '20 21:12 jadecrea

Hello @jadecrea ,

The current latest release v3.0 indeed requires PHP >= 7.4 and it was introduced first by 6df4877d249ff51786dd0ad439c5f3ae9ec2deb1.

I'd suggest you to rollback to v2.1.0 which supports PHP 5.x.

eymengunay avatar Dec 23 '20 16:12 eymengunay

README.md now includes this requirement.

razvanphp avatar Dec 15 '23 08:12 razvanphp