-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow usage of a since PHP version argument.
Most projects support PHP 5.4 at a minimum these days, therefore its almost useless to pollute the result set with extensions bundled since 5.2 etc. This additional flag `--since-version` llows you to pass a version string which will be compared using the `version_compare` function. If the extension php version is less it will be ommitted from the report.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters