Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1003 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1003 Bytes

Composer-version

Build Status Test Coverage

This is a no-dependencies PHP ^7.1 commandline tool that helps with releasing semantically versioned composer packages or projects, directly inspired by npm version.

Usage

composer-version [options] <new-version> | major | minor | patch

  -h, --help Show this help text
  -f, --file Path to composer.json file, default to ./composer.json
  -p, --push Push commit and tag to remote origin

Installation

composer global require korri/composer-version

Then add ~/.composer/vendor/bin/ to your $PATH if it is not already there.

Testing

Run test suite

composer install # Install dev dependencies
composer test