-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Milestone
Description
composer-normalizeseems to throw a false error: 'Your Composer dependencies require a PHP version ">= 7.4.0"'.The message is misleading, since we install
composer-normalizevia PHIVE.composer-normalizedoes not follow semver: version 2.21.0 dropped support for PHP 7.3, which is why the error occurs.Adjusting the
require-devsection ofcomposer.jsonto require PHP >= 7.4 would not be viable, since that would prevent running the unit tests on 7.3. But an explanatory note in the contributing guidlines would probably not go amiss...
Reactions are currently unavailable