Use composer/semver
internally to verify PHP version compatibility
#87
Labels
composer/semver
internally to verify PHP version compatibility
#87
Feature Request
Summary
As of now, we are using some semver javascript library. Since that actually does not align with all the "features" of
composer
, we might want to create a little PHAR which usescomposer/semver
under the hood to simply exit with0
if PHP version is supported by the constraint or1
if not.Adding some kind of
child_process
to our matrix javascript node binary and we can run that PHAR from within JS for a more accurate version detection.This would also fix #86
Thoughts?
The text was updated successfully, but these errors were encountered: