janpecha / composer-updater

Easy updates of your Composer dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer Updater

Buy me a coffee

Installation

Download a latest package or use Composer:

composer require janpecha/composer-updater

Composer Updater requires PHP 7.2 or later.

Usage

Usage:
    php composer-updater <command> [options]

Commands:
	update       Updates composer.json & composer.lock if needed.

Options:
    --composer-file=<path>       Path to composer.json file (optional)
    --composer-bin=<executable>  Composer executable (optional, default: `composer`)
    --dry-run                    Enable dry-run mode

License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/

About

Easy updates of your Composer dependencies

License:Other


Languages

Language:PHP 99.5%Language:Makefile 0.5%