Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

nathane/composer-lock

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages