Releases: wapmorgan/PhpDeprecationDetector
Releases · wapmorgan/PhpDeprecationDetector
2.0.13: Add "notes" section in report
Added section with notes.
2.0.12: PHP version fix
Fixed php version requirement.
2.0.11: Fixed pass-by-reference call
Fixed pass-by-reference call check.
2.0.10: Interface updates and more accurate analyzer
Now it is more human-readable and pretty.
Added:
--exclude
option tophpcf
: Pass file names to exclude them from scanning. For example:--exclude vendor,tests
Also, fixed few bugs:
2.0.9: 7.2 support
PHP 7.2 support.
2.0.8: Return exit status in case of error
Merge pull request #16 from lcjury/master Return exit status 1 when issues are found
2.0.7: Using /usr/bin/env php instead of /usr/bin/php
Little update for phpcf
for better portability.
2.0.6: Nicer output format
Changed size of output table to fit in terminal.
2.0.5: Fixed errors on ::class construction
Fixed phpcf
failing on Class::class
construction.
2.0.4: Fixed checking password_hash() function
- Fixed checking password_hash() w/o third argument.