ghostwriter / composer-lock

Bumps composer.lock file, optionally lock the minimum supported PHP version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lock for Composer

Continuous Integration Supported PHP Version Type Coverage Latest Version on Packagist Downloads

Bumps ./composer.lock file, optionally lock the minimum supported PHP version.

Installation

You can install the package via composer:

composer require ghostwriter/composer-lock

Usage

# 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

Testing

composer test

Changelog

Please see CHANGELOG.md for more information what has changed recently.

Security

If you discover any security related issues, please email nathanael.esayeas@protonmail.com instead of using the issue tracker.

Credits

License

The BSD-3-Clause. Please see License File for more information.

About

Bumps composer.lock file, optionally lock the minimum supported PHP version

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%