You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runner::checkRequirements(): check all required extensions
This adjusts the `Runner::checkRequirements()` method to check all PHP extension requirements as listed in the `composer.json` `require` section.
This ensures that requirements are also properly checked for PHAR, PEAR and git-clone based installs.
Fixes 2369
0 commit comments