Bumps ./composer.lock
file, optionally lock the minimum supported PHP version.
You can install the package via composer:
composer require ghostwriter/composer-lock
# Update lock file
composer lock
# Update lock file with 7.4 as the minimum supported PHP version
composer lock --php 7.4
# simulate updating the lock file with 8.0.999 as the minimum supported PHP version
composer lock -p 8.0.999 --dry-run
composer test
Please see CHANGELOG.md for more information what has changed recently.
If you discover any security related issues, please email nathanael.esayeas@protonmail.com
instead of using the issue tracker.
The BSD-3-Clause. Please see License File for more information.