itgalaxy / bin-version-check
Check whether a binary version satisfies a semver range
2.0.0
2017-03-28 11:13 UTC
Requires
- php: ^5.6 || ^7.0
- composer/semver: ^1.4.0
- symfony/process: ^2.0 | ^3.0
Requires (Dev)
- phpunit/php-code-coverage: ^4.0.0
- phpunit/phpunit: ^5.0.0
- satooshi/php-coveralls: ^1.0.0
This package is auto-updated.
Last update: 2024-11-13 11:05:43 UTC
README
Check whether a binary version satisfies a semver range.
Install
The utility can be installed with Composer:
$ composer require bin-version-check
Usage
Coming soon
API
Coming soon
Related
- bin-version-check - Thanks you for inspiration.
Contribution
Feel free to push your code if you agree with publishing under the MIT license.